I want to know how can i used these conditions in fxdreema
-
@talalkhan Because that skips 80 if you don't want to use, just create a constant bool condition.
-
@jstap don't understand, don't know why you are thinking that everyone can use fxdreema like you, Sharing a link is easy and a good method to guide.
-
@talalkhan I have showed you how to bool conditions on FX you need to understand simple logic, I can do for you but to learn how will enable you to fix other problems.

-
@jstap why we add another conditon block and if condition block add it means constant also used of same use trade, is there any other way to do without this constant, because if we add this constant its a addition of another setting in EA. More the input more the confusions
-
@talalkhan The problem is without another condition the block will pass if true and if yellow used it will pass if false, meaning that the block is pointless.
-
@jstap that's why i am asking is there any other way to do that? Because there are already many constant in EA, 3 for buy stop loss percent and 3 for sell stop loss percent, it's huge
-
@jstap and i tried as you told earlier with aonther block of Use_Trade bool, but EA is always closing the trades if drawdown condition met, I tried on both ways use trade true and use trade false but same results
-
@talalkhan Not without using an existent condition or, setting up another condition to activate/deactivate, to me having another input value is the best way to go.
-
@jstap can you give me a example, i tried this
https://fxdreema.com/shared/yXFP00Jhb
But trades are closing when draw down condition met, i tried both ways of true and false of use trde block -
@talalkhan Put a condition block in between modify and close, use what you have so if trade is not used neither is close.
-
@jstap Same condition block of (Use_Trade) block no 81 ?
-
@talalkhan 81, Yes.
-
@jstap Thank you will try later, Believe me fxdreema is a good platform, but its little bit tricky for people like me who have 00 knowledge about programming
I have many strategies to code but have 0 knowledge of programming, You should have knowledge of programming to code advance level algos -
@talalkhan Would defiantly be a help but, many people like me didn't have.
-
@jstap I tried with block no 81 in closed trade tree and it's working, my question is, we need this block in buy group 2 (Block 20 to 29) or we just need in only 1st group of buy?
https://fxdreema.com/shared/L4Pp5fCle -
@talalkhan You only need 1 group unless you want trades controlled differently, in this case you copy relevant blocks and copy so only your logical trades can be opened/controlled as you want.
-
@jstap it means if i want closed group 2 trades if draw down percentage met, i need these use trade block in group 2 ? This is what you mean?
-
@talalkhan To close and stop only group 2 then use only group2 in closing and use a different variable to stop.
-
@jstap
Can you give me a live example if i want to closed trades if draw down condition met group 1 and 2, how can i? -
@talalkhan As everything already is, just copy group 1, change every thing to group 2, and create new variables, the principle is the same for every group.