fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Uriel 0
    3. Posts
    U
    • Profile
    • Following 2
    • Followers 4
    • Topics 35
    • Posts 272
    • Best 8
    • Controversial 0
    • Groups 0

    Posts made by Uriel 0

    • RE: BACKTEST CUSTOM INDICATOR

      @michelle-1 directly at strategy tester, in metatrader You can do it

      posted in Questions & Answers
      U
      Uriel 0
    • RE: pass one bar/candle

      @l-andorrà yes. Thanks

      posted in Questions & Answers
      U
      Uriel 0
    • RE: Drawing Arrows

      @youngtreptrader put on type "ENUM_OBJECT" and on the "value", You can put "OBJ_ARROW_UP" or others options

      posted in Questions & Answers
      U
      Uriel 0
    • RE: Formula

      @vypchela the indicator? You can get it on MQL5 official page for free

      posted in Questions & Answers
      U
      Uriel 0
    • RE: pass one bar/candle

      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"

      0_1643515207363_7a0cb0e9-5b54-4d69-85f3-2c47257331cf-image.png

      2.- Put the bool condition to enable signals after the trade is closed
      0_1643515418070_ba444e9c-a947-4f35-b080-044ff22e92e1-image.png

      3.- 0_1643515486430_6fc088c9-928c-428c-9f73-dcc8d21c9080-image.png

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

      0_1643515580741_415a315e-704a-41b7-86fb-d365e7c9421d-image.png

      posted in Questions & Answers
      U
      Uriel 0
    • RE: Clean system no indicators no pattens just place and go

      @sibkis mmmmmmmmm why do you use block 3?

      On the "On trade" label, use these blocks ant then put your pending orders block

      0_1643505756654_2ae3999d-ba09-47bb-b4bb-799ae2d5cda6-image.png

      posted in Questions & Answers
      U
      Uriel 0
    • RE: Check Age Function Not Working properly

      @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:
      0_1643505492012_46aeb22a-b8a7-4f58-b46a-0e69c2f56197-image.png

      posted in Questions & Answers
      U
      Uriel 0
    • RE: stop loss and positions

      @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...

      posted in Questions & Answers
      U
      Uriel 0
    • RE: pass one bar/candle

      @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

      posted in Questions & Answers
      U
      Uriel 0
    • RE: Stocastico

      @kevdiaz pues tienes el estocástico del propio metatrader... Pero con googlearlo, puedes encontrar su fórmula0_1643354393137_Screenshot_2022-01-28-01-18-34-061_com.android.chrome_1.jpg

      posted in Questions & Answers
      U
      Uriel 0
    • Modify Stops bug

      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"

      posted in Bug Reports
      U
      Uriel 0
    • RE: Modify STOPS-Trail by condition

      @youngtreptrader any idea to make it without problem? Or any alternative that works similar?

      posted in Questions & Answers
      U
      Uriel 0
    • RE: Modify STOPS-Trail by condition

      @jstap any idea to modify SL on the correctly way and on the correct candle? 😓
      Without TP bug haha

      posted in Questions & Answers
      U
      Uriel 0
    • RE: Modify STOPS-Trail by condition

      Mmmmmm "modify stops" block, sometimes modity TP , even if it is not requested, put it on 00.00 , this is new (?) Bug

      posted in Questions & Answers
      U
      Uriel 0
    • RE: pass one bar/candle

      @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

      posted in Questions & Answers
      U
      Uriel 0
    • RE: Modify STOPS-Trail by condition

      @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

      posted in Questions & Answers
      U
      Uriel 0
    • RE: Modify STOPS-Trail by condition

      @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

      posted in Questions & Answers
      U
      Uriel 0
    • RE: N candles from open?

      @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

      posted in Questions & Answers
      U
      Uriel 0
    • RE: Modify STOPS-Trail by condition

      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

      https://fxdreema.com/shared/d69vyeeU

      posted in Questions & Answers
      U
      Uriel 0
    • RE: N candles from open?

      @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) 🙂

      posted in Questions & Answers
      U
      Uriel 0
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 13
    • 14
    • 7 / 14