Skip to main content

Editor Buttons

Use the terminal buttons to test out and run your program to submit orders

Step

  • Runs one instance of your program and then terminates. If Stratos plot and trade functions are used, indicators and past trades will be displayed.

Simulate

  • Runs your program continuously but does not submit orders. It will only display where your orders would have taken place if you used the Stratos trade function in your program.

Execute

  • LIVE strategy that submits orders to the exchange using the Stratos trade function.

Your code will only run when you have a browser open to stratos.trade. Once you close the browser, your program will cease to execute.

Stop

  • Terminates the simulation or execution of trades.