@od You are using the same value (ie variable) to define that pending order open price and stop loss. Your broker will nevew allow that. You need to use different values (ie variables).
Posts made by l'andorrà
-
RE: pending order not openingposted in Questions & Answers
-
RE: Delay Exit indicator close?posted in Questions & Answers
@jjtrader If your renko candles are properly defined on the chart, all fxDreema blocks should work with them exactly as if they were standard candles.
-
RE: can you help to completed this grid eaposted in Questions & Answers
@watcharapon Not sure I fully understand. I see all pending orders have the same TP distance at 100 pips. Why caring of ten pips in loss?
-
RE: Double top /bottom arrow signalposted in Questions & Answers
@frank-2 You are looking dor an indicator. I strongly recommend you to find one doing exactly that. Otherwise builiding it from scratch can be a monumental effort.
-
RE: Como detectar donde el EA o Bot esta detenidoposted in Questions & Answers
@rodrigo-ortuzar Pues lo cierto es que hasta donde la he probado, a mi tampoco me funciona. Es posible que hayas encontrado un bug. Te recomiendo que abars un hilo (en inglés) en el subforo de bugs para que el administrador lo lea y aporte alguna posible explicación.
-
RE: how can i create double top and bottom with zigzagposted in Tutorials by Users
@frank-2 As you can read on that same thread, Miro himself recommended to use a custom indicator to do that instead of creating a new one from scratch. On the other side, why do you need arrows when the sizzoa is already showing all swing highs/lows?
-
RE: PLEASE ADD THISposted in Questions & Answers
@kestra His name is Radoslav Nastev and you can contact him here:
-
RE: Close partially at X pips not working well for MT5posted in Bug Reports
@uchiha Sorry, I didn't see your reply. Why are you specifying 1 on 'every n trade' box? That means all trades will be considered into the loop. You can get exactly the same by not selecting anything. That 'for each position' block is supposed to do that.
-
RE: stochastic after crossoverposted in Questions & Answers
@atomicmak You ned to use candle ID 1 instead of candle ID 0.
-
RE: How to add position buy with different minimum 30 pips and waiting candle bar closeposted in Questions & Answers
@homemebel Your current structure is correct, but you can substitute that 'add volume' block by a standard 'buy now' block instead. Then you can use a variable to specify the new lot size, but I don0t understand that 'fibonacci sequence'. I see you are applying the same distance all the time (-25 pips).
-
RE: How to calculate breakeven for martingale lots using formula?posted in Questions & Answers
@edyjasni Not sure what you mean. Do you mean using the same SL level for all of them at once? If so you can do the math via profit, regardless of lot size.
-
RE: Stop Loss Parabolic first dotposted in Questions & Answers
@wctrade36 Do you mean the fisrt dot of each new trend? You will need a variable to do that. Once that value is stored into the variable you can use it as custom price level. The problem is identifying the first dot. One way to do it is this
: -
RE: Adding ADR buffer to get the number for EAposted in Questions & Answers
@jluu188 Unless you find a programmer modifying it, you won't be able to use it in fxDreema, sorry.
-
RE: candle close below ma issueposted in Questions & Answers
@atomicmak If you need a crossing you need to select the symbol x> instead of >.
-
RE: Ma not respectedposted in Questions & Answers
@jannemar Youngtreptrader is right. Could you please share the link to your project?
-
RE: Send signal to telegram or whatsappposted in Questions & Answers
@frank-2 Do you mean you need an EA that can identify when that custom indicator identifies those patterens and then send a message to your telegram channel? If so, did you check that indicator is correctly identified by fxDreema?
