You'll have to create a loop to check your conditions, once found do something to know you found it.
Posts made by jstap
-
RE: Find first Candle in same conditionposted in Questions & Answers
-
RE: PHONE NOTIFICATION, ENTRY POINT, SL AND TP BASE ON FIBONACCHI LEVELposted in Questions & Answers
That is the builder page. projects->create shared link-.open in web page->copy and paste address bar here.
-
RE: Where am I going wrong? Hedging EAposted in Questions & Answers
As you have should only trades once, try and recreate from scratch and see what happens.
-
RE: No Trades / Check Trades Count not workingposted in Bug Reports
Add a shared link, both those blocks should limit trades.
-
RE: close open order at spesific %posted in Questions & Answers
projects->create shared project link->open in web page->copy & paste here
-
RE: Replace website adress with mailto: adress ?posted in Questions & Answers
You change it in the settings:


-
RE: Selecting a character from a listposted in Questions & Answers
Boolean works, you could also create a enum drop down list, use two blocks to activate the condition selected.
-
RE: Can You Check This ?posted in Questions & Answers
You don't get the trade statistics in mt5, is this giving you all you need?
-
RE: Can You Check This ?posted in Questions & Answers
The same way you get it from trade statistics, in comment bucket of trades, color and aspect required.
-
RE: Daily target profitposted in Questions & Answers
You need 1 profit over period of time at the top of your buy/sell trees, when target met no trades will be placed until the next day
-
RE: Grid Distant Increaseposted in Questions & Answers
Check trade count when = 2 set next grid, do this for all the trades you want to count, you can also set buy/sell and use groups to differentiate.
-
RE: Grid Distant Increaseposted in Questions & Answers
Set it up, if not working add a shared link and say why.
-
RE: Why is the calculation of the size of the candles different?posted in Questions & Answers
I have used this many times over the years, drag the cross hair over the candle and it will match, use DoubleToString("value",4) to reduce the 0's put this is text (code input)
-
RE: Grid Distant Increaseposted in Questions & Answers
Set your initial grid to 2, when 2 running place the next grid, etc.
-
RE: The EA enters orders continuously, the next order is 10 pips away from the previous oneposted in Bug Reports
People are here to help, I gave you the means to achieve this, now you have to learn how, then add a shared link if not working.
-
RE: Close, Modify SL and TP EAposted in Questions & Answers
On trade tab->stop modified->pink loop->change stops
-
RE: The EA enters orders continuously, the next order is 10 pips away from the previous oneposted in Bug Reports
Try and add a shared link if not working.
-
RE: Basic ea not taking buy signalsposted in Questions & Answers
Remove that once per hour and see what happens, it wont take a buy if sell is already running.