if(marketposition.flat)
{
EnterLong()
SetStopLoss()
SetProfitTarget()
}
When the strategy enters a position, it sets all the criteria. When i try to manually adjust the SL or TP on the chart trader, it always resets it back to the original value on a new candle. How do i prevent this? Why does it reset back to the original value?

Comment