this was my reply, but it can crash, I have not tested it, no guarantee, it needs modifications:
https://fxdreema.com/shared/jltgTsAsd
Posts made by miro1360
-
RE: pending ordersposted in Questions & Answers
-
RE: Testing pass stopped due to a critical error in the EAposted in Bug Reports
I tried it now and is working ok

-
RE: Difference between "Check Profit" and "Check Profit (Unlealized)posted in Questions & Answers
for this use block Check Profit (Unlealized)
for second (when in loss) in comparison in block give negative value and opened trade filter with some block, like once per H4 bar or D1 ... -
RE: Testing pass stopped due to a critical error in the EAposted in Bug Reports
the same here, it is bug in builder after small update, wait for admin
-
RE: General Problem: Only Recently Created EAs Don't Workposted in Bug Reports
the same here, it is bug in builder after small update, wait for admin
-
RE: Error with custom indicatorposted in Questions & Answers
type string input parameters with quotes, it means, EURUSD type as "EURUSD"
only string parameters, others as int or double stays normal ...
and fill all necessary parameters ... for EA maxBars can be some small number, as 200 or something which is working for near candles, it is than faster in testing -
RE: Stochastic "Main Line"?posted in Questions & Answers
usually, main line is faster as signal line, so answer can be:
The fast stochastic is the main line.
The slow stochastic is the signal line. -
RE: pending ordersposted in Questions & Answers
maybe something like this:
https://fxdreema.com/shared/vTHzS6uXb
but you need modify it for your purposes ... and both section are used, on Tick and on Trade

-
RE: Sorry, I can't find a thread I found some months agoposted in General Discussions
- ... blocks 12 and 17 checks trades opened today (after time 00:00), first for opened trades and second for closed trades
- blocks 10,11,12,13,14 working together, their counts profit from all today opened trades (all markets), block 10 nulls profit holding variable which holds value of this profit (before counting) ... block 11 is working in loop and every incrementation it preselect one opened trade, when it select trade than block 12 check if this trade is opened today, if so, than block 13 save profit from this preselected trade into variable, and than at end it add this temporaly profit variable into profit holding variable (this value can be compared in conditions after this loop count)
- long time I have not used terminal variables, so I am not sure now how exactly they are working, but only two ways can be, firstly you need manually defined these variables in metatrader and in block are they only "selected" for modification/comparison .... or maybe they are created automatically with this blok, here I am not sure, so you need try it ... buy I think you need create them manually ..
and "pipcounter closer" can set this terminal variable into state "not trade" - with value or some text, it is your decision, and other eas are checking this terminal variable and while it is "ok trade" they are trading, when it is "not trade" than they dont open trades
-
RE: error with custom indicator IMIposted in Questions & Answers
try delete this indicator in My indicators and import it again and recompile/recreate your EA files ...
-
RE: pending ordersposted in Questions & Answers
what you tried to do for now? can you post example?
-
RE: error with custom indicator IMIposted in Questions & Answers
I have total different result, I used the same settings in block as you:

you created it with online version?
-
RE: Dynamic Stop Loss & Take Profitposted in Questions & Answers
read something about dynamic here:
https://www.forexfactory.com/showthread.php?p=9702680 -
RE: The perfect hammer candleposted in Questions & Answers
it is EA, forward visual test on H1 EURUSD TF it gives me some signals ...
-
RE: trailing stop (each trade) only type orderposted in Questions & Answers
it is here ... or you are asking for something else?

-
RE: The perfect hammer candleposted in Questions & Answers
ok, here is something based on conditions above, try it with default settings on H1 chart ... than you can modify and find best parameters (try for different timeframes) ... and be sure you measure all candles which are not "ok" or are not found, measure their pips (total pips, body pips, upper wick pips and lower wick pips) and than we check conditions for errors ...
this is only for bull hammer, bear hammer we find when we completize bull (because it is the same, only few conditions are opposite) ...
https://fxdreema.com/shared/Vsb2bTWec


