i will try to do that .. thanks man you are alwyz here to assist everyone
Best posts made by saeed 2
-
RE: % Daily profit achieved .. EA disactivateposted in Questions & Answers
-
RE: Option to Add at Applied Price if that possibleposted in General Discussions
@roar thats so critical information to know .. it will make a big rethinking .. thanks a lot Mr Roar .. appreciated
-
RE: Data type of Time frame NOT recognized at MetaEditorposted in Questions & Answers
Solved .. default should be PERIOD_1H ex
-
RE: 2 strategy in one EAposted in General Discussions
u have two NO TRADE blocks and each should operate separately .. u need to have a condition for Str 1
u can be more precise by assigning ( group # ) for each ( no trade ) with their attached ( buy/sell )
Expert masters can help more here
-
Candle IDposted in Questions & Answers
if candle ID is 0 .. it means the current tick
if its 1 .. it means the previous one
so.. if its ( - 1 ) ... does that means the candle right after the current one ?
thanks
Latest posts made by saeed 2
-
RE: For each closed position in MT5 not working .. is there a bug ?posted in Questions & Answers
)for each closed position doesnt function as it is in mt4
-
For each closed position in MT5 not working .. is there a bug ?posted in Questions & Answers
in MT4 working perfectly but in MT5 not working at all .. actually is works as ( pass ) .. its just a driver block with no function
-
RE: if running trade close by a known line .. next closing should not be same lineposted in Questions & Answers
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 -
RE: if running trade close by a known line .. next closing should not be same lineposted in Questions & Answers
@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 -
if running trade close by a known line .. next closing should not be same lineposted in Questions & Answers
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
-
RE: save multiple closed trade profit in one variableposted in Questions & Answers
problem solved
thanks
-
save multiple closed trade profit in one variableposted in Questions & Answers
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
-
RE: market properties candle IDposted in Questions & Answers
yeah just figure it out yesterday ..
thanks bro for assistance -
RE: market properties candle IDposted in Questions & Answers
thanks for replying ..
but tin this scenario will not get the candle ID at which candle has the high / low price value -
market properties candle IDposted in Questions & Answers
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