@michelle-1 directly at strategy tester, in metatrader You can do it
Posts made by Uriel 0
-
RE: BACKTEST CUSTOM INDICATORposted in Questions & Answers
-
RE: Drawing Arrowsposted in Questions & Answers
@youngtreptrader put on type "ENUM_OBJECT" and on the "value", You can put "OBJ_ARROW_UP" or others options
-
RE: Formulaposted in Questions & Answers
@vypchela the indicator? You can get it on MQL5 official page for free
-
RE: pass one bar/candleposted in Questions & Answers
Ok, I got a way
1.- Define variables. 1: bool- Open- = true . 2: int- Counter- = 0.
On inputs, I put the number of couunt that I needed, on this case, I put "3"
2.- Put the bool condition to enable signals after the trade is closed

3.-

In my case that I want enable, disabled signals per candle, just after a candle is opposite, allow signals (bearish)bullish, depending...)

-
RE: Clean system no indicators no pattens just place and goposted in Questions & Answers
@sibkis mmmmmmmmm why do you use block 3?
On the "On trade" label, use these blocks ant then put your pending orders block

-
RE: Check Age Function Not Working properlyposted in Questions & Answers
@econsulttt Use pink blocks if you work with pink blocks, no combine it. Furtheremore, you need "for each trade/position" block above from anothers pink blocks (Depending of you want).
E.G:

-
RE: stop loss and positionsposted in Questions & Answers
@ortiz puedes compartir el link de tu proyecto para que podamos ver si la lógica es la correcta? Muchas veces lo es, pero se nos pasan muyyyy pequeños detalles que nos hacen la vida imposible...
-
RE: pass one bar/candleposted in Questions & Answers
@l-andorrà I'd like to get any way that if e.g.:
a bearish signal is closed, then wait until a bullish candle appear to enable bear signals again without count the candle where the bear signal closed
Bearish signal closed----> turn off bearish signals until a bullish candle appears
And vicecersa. I have not gotten anyway that condition: "bear/bull candle" appears after the trade is closed without count the candle trade where was closed
-
RE: Stocasticoposted in Questions & Answers
@kevdiaz pues tienes el estocástico del propio metatrader... Pero con googlearlo, puedes encontrar su fórmula

-
Modify Stops bugposted in Bug Reports
Hi, I want to report that modify stops block, using the modify SL only (put TP no changes), sometimes modified TP at 00.00, causing that TP be modified
I can noticed at logs
"2022.01.26 12:00:00.772 Trades '1293892': modify #168902606 buy 1 MESH22 -> sl: 4406.75, tp: 0.00 done in 522.550 ms"
-
RE: Modify STOPS-Trail by conditionposted in Questions & Answers
@youngtreptrader any idea to make it without problem? Or any alternative that works similar?
-
RE: Modify STOPS-Trail by conditionposted in Questions & Answers
@jstap any idea to modify SL on the correctly way and on the correct candle?

Without TP bug haha -
RE: Modify STOPS-Trail by conditionposted in Questions & Answers
Mmmmmm "modify stops" block, sometimes modity TP , even if it is not requested, put it on 00.00 , this is new (?) Bug
-
RE: pass one bar/candleposted in Questions & Answers
@l-andorrà yes, to open a new trade (after it is closed), is necessary got an opposite candle (to reset signal count). Sorry, wich blocks must be vertically? I have put on differents ways, and it not works as I expected (not because is a bug, if not, I have not found a way to do it well). I tried to use a counter and flags, but i couldn't make a way to identify New bear/bull candle ID
-
RE: Modify STOPS-Trail by conditionposted in Questions & Answers
@jstap well, I verify it on backtest and demo, and happen the same, I'm not sure about it. I thought that was the reference price "ask for buys, bid for sells"
This was the only similar post that I found about
https://fxdreema.com/forum/topic/4030/Stop-Loss-on-Buy-Stop-Order/2
-
RE: Modify STOPS-Trail by conditionposted in Questions & Answers
@l-andorrà I'm not sure about this, because not using "once per bar", it modifies stops but on a bad time-moment, because it doesn't wait until close
-
RE: N candles from open?posted in Questions & Answers
@jstap I think that the problem here is got the candle ID, could you show to me your propose visually? I have never worked with flags, I tried using a bool variable but looks that didn't work. Thank you
-
RE: Modify STOPS-Trail by conditionposted in Questions & Answers
this version worked well, but sometimes got invalid stops modifications and the signals after next bull/bear candle are not fixed on the way that must be
-
RE: N candles from open?posted in Questions & Answers
@jstap great, there are any way to get: "if a bull candle appears after condition ->> make something" ? I meaning about E.G. If bull candle is closed>>wait until next bear candle to enable longs trades again (without count the candle where the last trade was closed)
