Fajar Sentoso / Publications
Forum
HELP Coding Trailing Stop and Trade Up.
Hello, so my target is to create Trade Up with trailing stop of all open order either it OP_BUY or OP_SELL after several "Distance" of pips going profit. So here is my code: void TradeUpTrailing() { double LastBuyOrderPrice = 0.0 ; double LastSellOrderPrice = 0.0 ; for ( int i