Optimus Flow - Custom Code Integration

In order for myself to properly back test my strategies I need to know what computer language to write it in for Optimus Flow, could you please help me with this?

Do you have a way to implement custom code so I can customize my charts with my own indicators?

Hello @Ruben,

Thanks for your question!

We actually already this sort of integration and we use C# as our primary coding language. Please see below for some information regarding this sort of custom code integration:

General Information

Optimus Flow trading platform provides a wide set of professional features for manual trading, but you can use it for algorithmic trading also. With Optimus Flow Algo solutions you can simply create standard trading scripts such as indicators and strategies, as well as additional platform extensions: own connectors with brokers, plugins, Custom columns, etc. What is different with Optimus Flow, from others trading platforms - you don’t need to study some proprietary language or development environment. You will use only standard, well known instruments, that used by developers all over the world.

There are three main key points in our vision of algorithmic scripts development:

  • C# programming language

  • Integration with major Development Environments: Visual Studio, Visual Studio Code, Atom, etc.

  • Open and transparent API

C# programming language

C# is simple, powerful, flexible and it is one the most popular programming languages in The World. It means large community and great support, many ready-to-use components and a lot of tutorials, video lessons in any languages and for any level of development skills - from starter to professional. In additional, most of modern trading platform support coding in C#. It became a kind of standard in trading industry, so you can be sure - you will always be able to use your knowledges later and not waste your time studying it.

Integration with major Development Environments

We are planning to provide our users the possibility to use all well known products via special extensions or plugins. At the moment we have an integration between Optimus Flow trading terminal and Visual Studio - just in a few click you can create your indicator and see it directly on chart panel. All professional features from Visual Studio are available for you out of the box: a code editor with IntelliSense, advanced debugger, supporting for source control systems and many others. You can use special Community version of Visual Studio which is free for private usage.

Open and transparent API

We provide absolutely full access to all functionality of our trading core layer for developers. Moreover, we are developing Optimus Flow using the same API, which means you always will have up-to-date and powerful set of features, which allows you to create script any level script, from trivial indicators to complex strategies or trading/analytics panels.

If your custom code utilizes C# as it’s coding language and you are still interested in integrating your custom indicators, we can walk yout through the process of installing Visual Studio and the Optimus Flow Algo Extension in order to integrate your indicators!

Let us know what you think,
Jake
Optimus Futures Support :optimus_logo_no_backroug: