@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?
Posts made by TalalKhan
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
-
RE: Find The Formulaposted in Questions & Answers
@tipsywisdom Can you further explain? For me it's not looks like volume indicator
-
Find The Formulaposted in Questions & Answers
Hey Guys,
I know it's not a right platform for this post, if it is against the rules, admin kindly tell me i will delete
I have a indicator with demo version, I am trying to find how this indicator works, looks like indicator Price Action is working like CCI indicator, If some one found the strategy we can make a profitable EA,
There are many expert traders in this forum that's why I am posting this here, Lets see is some one find the formula or not

-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@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?
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@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 -
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@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 -
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@jstap Same condition block of (Use_Trade) block no 81 ?
-
RE: Tutorial 07 - Read prices from indicator objectsposted in Tutorials by Users
@l-andorrà Than how can EA plot these zones/lines?
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@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 -
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@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
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@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
-
RE: Tutorial 07 - Read prices from indicator objectsposted in Tutorials by Users
@miro1360
If we are detecting support and resistance from chart object than how can we back test oyr EA, can some one please reply? -
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@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
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@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.
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@jstap please share the link i want to see why you add block no 81
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@jstap and if i am setting DD Stop Loss block to false because i don't need stop loss. EA is not taking trades, how can i used this block separately
Means where to use DD Stop Loss block and its connections. I want to use it like, true stop loss works, False no draw down stop loss work but EA should took trades
Check: https://fxdreema.com/shared/5ln28Wnmc -
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@jstap ok if i want to choose 3-4 days trading close period expect 1 if draw down stop loss hit, which settings i need to change?
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@jstap After changing of type bool to double same results

-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@jstap Thank you boss stop loss is working but now problem is when 2nd time condition met for buys, EA is opening and closing trades in no time. how can i stop trading?
I think i didn't place the orange condition bool block right. because when i set this block to false EA will stop trading when buying condition met
Link: https://fxdreema.com/shared/HZaJiAy8e

-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@jstap ok sir got it and where to put this true false block, in buy sell tree or at top of tree where closed trade block is used?