once per bar - Candle 1 close <x.xx will check as a new candle opens if the previous candle has closed where you want
Posts made by jstap
-
RE: check how close candle 0posted in Questions & Answers
-
RE: EA took long time to execute for scalping strategyposted in Questions & Answers
I think it has nothing to do with the number of lines, I can only say of my experience on MT4, but I would expect this to happen quickly. EAs never react as promptly as manually pressing a button
-
RE: Custom Indicatorposted in Questions & Answers
It is not restricted, show exactly what you mean, if you add a shared link and which blocks are causing the trouble you can be given the answer
-
RE: delete pending when trade closedposted in Questions & Answers
on trade tab, purple trade opened/closed - delete pending
-
RE: EA doesnt Enter the short Trades/Cant find the buckposted in Questions & Answers
The problem is in your condition blocks. use a process of elimination to find where, if linked out it places trades:

-
RE: Does EA remember groups after weekend?posted in Questions & Answers
A group number is set to the trade, then read from the trade, which means no resetting should affect this, even if the trade is swapped the new trade should have the same group. A group number is the bot's magic number + the group number
-
RE: lot size no same as setting in inputposted in Questions & Answers
Don't think so, but a cent acc is 0.001 size
-
RE: Open Sell every 5 minposted in Questions & Answers
This wouldn't run on my MT5, all I can say is on MT4 this would work as needed. Unfortunately, MT5 backtest is not the same as MT4, try on a live demo account and see if it is working as needed
-
RE: I need help with my EA, after the first take profitposted in Bug Reports
purple trade closed block on the on trade tab will allow blocks to work only once as something happens
-
RE: Open Sell every 5 minposted in Questions & Answers
You are right this should take a trade every 5 minutes, and every time the other conditions are correct, other than the 1st tree is it taking a trade every 5 minutes?
-
RE: Betting custom sequence risking % of Equityposted in Questions & Answers
You will need to set up a custom lot size set up, so a trade is placed, then looped and the next placed etc. I assume everything is done with pending orders or is a new trade placed every time "x" pips are travelled?
-
RE: Betting custom sequence risking % of Equityposted in Questions & Answers
I am not sure if this is what you need but, in the buy/sell block the % of equity can be set using the SL as loss measurement, the SL can be set by ATR. Is this what you are trying to do?
-
RE: Open Sell every 5 minposted in Questions & Answers
Once per minute block should only allow beneath blocks to work every "x" minutes, add a shared link to see how everything is set up.
-
RE: Open Sell every 5 minposted in Questions & Answers
instead of for each & time filter use a once per minutes block
