Hi all,
I have modified the strategy while the position was open but when I have modified the strategy in PL editor the stop have been cancelled and not recalculate. How I can make to recalculate the stoploss if the position is open yet?
Thanks,
tradingest
Sync real strategy when modified
-
- Posts: 283
- Joined: 05 Dec 2014
- Location: Italy
- Has thanked: 53 times
- Been thanked: 3 times
- CrazyNasdaq
- Posts: 317
- Joined: 02 Sep 2009
- Location: ITALY
- Has thanked: 95 times
- Been thanked: 86 times
Re: Sync real strategy when modified
Hi tradingest,Hi all,
I have modified the strategy while the position was open but when I have modified the strategy in PL editor the stop have been cancelled and not recalculate. How I can make to recalculate the stoploss if the position is open yet?
Thanks,
tradingest
you are writing many of your questions not in the proper section. This is the "User contributed Studies and Indicator Library" not the main forum of Multicharts.
Please post your question in the proper section of this forum http://www.multicharts.com/discussion/viewforum.php?f=1
In this section you can share your studies or indicators or strategies with other members of the forum.
-
- Posts: 283
- Joined: 05 Dec 2014
- Location: Italy
- Has thanked: 53 times
- Been thanked: 3 times
- Henry MultiСharts
- Posts: 9165
- Joined: 25 Aug 2011
- Has thanked: 1264 times
- Been thanked: 2957 times
Re: Sync real strategy when modified
Hi,
When auto trading is initially started/restarted in SA mode - the strategy position is flat (zero). If you have an open position at the broker and you want your strategy to continue managing this position - you need to feed this position to the strategy.
If you are trading one instrument using a single strategy/chart only – this can be done automatically.
If you need to split the current position across multiple strategies/charts – you need to specify the position manually for each strategy next time you turn on the auto trading.
Please also keep in mind that only the open position information is synchronized (direction, amount of contracts, avg entry price), active price orders you have at broker cannot be synchronized. It means you need to manually cancel the active orders at broker and if conditions for generating these orders are met - the auto trading will place them.
There are multiple ways to synchronize the strategy position with the open position at broker.
Please refer to our Wiki section to learn the difference:
https://www.multicharts.com/trading-sof ... r_Settings
When auto trading is initially started/restarted in SA mode - the strategy position is flat (zero). If you have an open position at the broker and you want your strategy to continue managing this position - you need to feed this position to the strategy.
If you are trading one instrument using a single strategy/chart only – this can be done automatically.
If you need to split the current position across multiple strategies/charts – you need to specify the position manually for each strategy next time you turn on the auto trading.
Please also keep in mind that only the open position information is synchronized (direction, amount of contracts, avg entry price), active price orders you have at broker cannot be synchronized. It means you need to manually cancel the active orders at broker and if conditions for generating these orders are met - the auto trading will place them.
There are multiple ways to synchronize the strategy position with the open position at broker.
Please refer to our Wiki section to learn the difference:
https://www.multicharts.com/trading-sof ... r_Settings