I want to add pips with spread and use it for pending order, i need help
-
i want to use pips and spread to place pending order please how do i go about it. thanks
-
In what way? This will get the spread value: MarketInfo(Symbol(), MODE_SPREAD)
-
@jstap please where exactly will i entre MarketInfo(Symbol(), MODE_SPREAD)
-
@jstap i just want to place pending order using pips away from candle high or low but i dont want spread to interfer that is why i want to include spread
-
@jstap and lastly i want to place stop loss pips including spread so that spread does not log me out prematurely. thanks
-
Just add the extra to the offset section or to your TP so it covers it and add a little extra to your SL, don’t over complicate it
-
@Pharezbp1 You can store the value of spread into a variable and then add it to any manual pips distance you need accordingly.