Login Page - Create Account

Support Board


Date/Time: Sat, 23 Nov 2024 19:29:28 +0000



Post From: Order-Reverse in an Automated Trading System

[2024-08-02 12:30:09]
User931541 - Posts: 17
I have developed an automated trading system using C++ / Studies.

Among other functions, it stops an active order based on specific parameters and initiates a new order in the opposite direction. I would like to implement this more 'elegantly' by using the Reverse option available in the trading window and integrating it into my code.

Unfortunately, my efforts in this direction have been unsuccessful, and I haven't been able to find any information on whether this is possible.

Could I please get some information on that? Thanks!