Hello Where to place my purchase order?
Before or after my condition ?
Thanking you
It’s the same as for manual trading.
Do you buy/sell before or after your conditions are met?
As for me I always wait for my conditions to be met, then I’ll place a buy/sell order.
Seen like that. Thank you.
I have another question. it must be in the same logic.
My line of code to set the number of points to be taken by signals goes before or after the purchase order sale ?
Where you place it is not important.
ProOrder will always scan ALL lines in your strategy and whenver SET TRAGET PROFIT or SET STOP LOSS are detected, their value will be used to set TP and SL when a trade opens. In case a trade is already open those values, if different from the ones before the trade was opend, will be used to modify the current trade.