For an existing strategy I have designed using the Managed Approach, where the strategy automatically sets a Limit order for a Profit target at a predefined ticks distance, I would like to be able to modify the Limit Price Level manually.
I guess I can modify the Limit Level on the Chart, but I am not sure whether this will screw up the strategy's internal state.
Basically, the strategy is programmed to detect the fill of the Limit Level it has submitted. Will this work with a manually modified Limit Level?
If not, I guess I have to add a small GUI with Buttons that allow to increase and decrease the Limit Level Price so that the strategy can modify the Limit order accordingly.
The Manual Option on the Chart would be less work to program, of course.
Any Input appreciated.
Thanks,
Martin

Comment