)
for each closed position doesnt function as it is in mt4
)
for each closed position doesnt function as it is in mt4
in MT4 working perfectly but in MT5 not working at all .. actually is works as ( pass ) .. its just a driver block with no function
i got it and found other way .. thanks for your time
whenever an open trade closed by a centain object .. i saved it as variable number and then doesnt let the next open trade to close by this temporary variable number .. much easier like this
@l-andorrà lets say horizontal lines .. if certain condition happen .. EA will generate horizontal lines
if running trades hits one of them lets say H1 ... second open trade when it close will close when it hits any remaining horizontal lines except the last closed trade that been closed of that line
Hello guys
quick question .. if i have multiple object lines (lets say H1 H2 H3 H4) and if current trade closed by passing throw object ( lets say H1 line )
i need my next closing trade to be anyone of remining three ( H2 H3 H4 ) and not to be closed by object H1
thanks in advance
problem solved
thanks
lets say a trade is close with 3$ ,, next trade closed by 4$ .. third trade closed by 1$ .. fourth trade closed by 6$
how to keep adding total closed value in one variable ...
using ( for each closed trade + modify variable ) can save last close trade profit but i need to keep cumulating multiple close trades under certain condition
thanks
yeah just figure it out yesterday ..
thanks bro for assistance
thanks for replying ..
but tin this scenario will not get the candle ID at which candle has the high / low price value
when using market properties >> highest price candle period
EA will identify the high price ...but is there a way to get candle ID at which candle
has the highest price ? so i can save it as a variable ?
thanks
@jstap thanks dude
my mistake .. i openned manually buy / sell trade
thats why EA didnt recognize it
thanks again
@jstap its only one sell and one buy
this is what i need to monitor .. 1 sell 1 buy and pips for each
@jstap
i tested but still not generating any pips
looks like fxdreema only showing overall pips mixing buy with sell
ohh didnt notice
forget about that
thanks dude .. will test it
this one can show overall pips .. but i need to separate sell pips from buy pips
thanks for bypass
at chart how to show pips for sell and pips for buy ?
overall pips we can use running loop but how to show sell alone and buy lone >?
lets say i have +30 variables and i want to sum them
is there a code at Custome MQL Code or second condition block to just add the variable like this
=sum(v1+v2 etc ) ?
using formula to sum many variables will take time and will slow down FXdreema
any help ?
@l-andorrà yeah searched every single block and nthg there
thanks for replying
Fxdreema can provide overall tick volume for each tick but is it possible to get separately buy volume / sell volume ?