@engrled Can you please share the link to the project? That would help more than this image.
Posts made by l'andorrà
-
RE: Hours Filter and Once per barposted in Questions & Answers
-
RE: Detecting Rangeposted in Questions & Answers
@gajus Then use a 'no trade' block to stop more trades to be open.
-
RE: Width of the Trading Window in Pixelposted in Questions & Answers
@volkerhmb That sounds interesting. I'm also interested in this.
-
RE: Stocasticoposted in Questions & Answers
@kevdiaz Eso es fácil. Creas una variable y haces esto:

Así tendrás el valor del indicador vela a vela. En el momento de abri una nueva vela podrás visualizar el valor de esa combinación de parámetrs que había en el cierre de la vela anterior.
-
RE: Check Age Function Not Working properlyposted in Questions & Answers
@econsulttt Pink blocks need to be connected below another 'top' pink block like 'For each trade'. This is what Uriel suggested.
-
RE: Issue with backtesting a multi time-frame EAposted in Questions & Answers
@gooseman Ja, ja, LOL. Me alegro de que haya funcionado.

-
RE: PO In Grid Same TP/SL For All Orderposted in Questions & Answers
@aisar Can you please share the link to your project?
-
RE: HELP ON TRAILING STOPposted in Questions & Answers
@deedexx That is very risky because if price is too close you the new SL level the broker can stop moving it. You need a minimum gap separating the current price from your new SL.
-
RE: problema fibonacciposted in Questions & Answers
@mingo El problema es definir los límites del fibo. ¿Cómo tienes pensado que lo haga el bot?
-
RE: MQ5posted in Questions & Answers
@iagnew The admin recommends to export the Ea into mq4 and then change the file extension manually into mq5. Then import it again to your account.
-
RE: Hedging lossesposted in Questions & Answers
@purelife173 Can you please share the link to your project?
-
RE: Hello how can I draw this vertical line in the linked indicatorposted in Bug Reports
@frank-2 You can always emulate the conditions of the indicator within the EA but that is a lot of work. I see you can download the file. Did you try to import it?
-
RE: How does the sell pending order block and the check distance block work in my EAposted in Questions & Answers
@od You need to specify 10*60=600 in the period for the 'on timer' event instead of 60. However, you will need to control that only happens when those losing conditions are met and not all the time.
On the groups, I'm trying to understand the logic behind i because I just see one line of action for you trade managers.
-
RE: take out price from variableposted in Questions & Answers
@maniamuthan said in take out price from variable:
shared/Em3gKsfzb
You can remove all those 'Pass' blocks connecting other condition blocks. On your issue, I see you are using the example structure created by miro for using zigzag. I'm afraid that goes beyond my abilities because I don't understand the logic he created. Maybe if he's reading this he could help. Sorry for any inconvenience.

-
RE: "Do not trade if"posted in Questions & Answers
@drewliedadeuce Do you mean a text on the chart? You can use an orange 'Draw text' block to do it.
-
RE: Close partially at X pips not working well for MT5posted in Bug Reports
@uchiha You need to add a pink 'once per position' block below that 'For each position' one.
-
RE: Detecting Rangeposted in Questions & Answers
@gajus The comment block is limites to work just once per day when you need it to show the results all day, you should remove it. That 'pass' block is also unnecessary. What do you exactly mean the range is not 'ended'? The range is in formation until 09:00 as per your blocks settings. How can it not be 'ended' before that time?
-
RE: Help TAKE PROFIT GRIDposted in Questions & Answers
@gu95ckt8 You can use Ontrading's suggestion just by modifying the curstom price level from object to value. Then you can select there the price value you want for all trades.
