@SHEDRACK-MZIRAY You're welcome.
Posts made by l'andorrà
-
RE: resetting candle countposted in Questions & Answers
The short answer is yes, but...you will need at least two variables. One to calculate the high/low distance of the impulse and another one to find that 50% and translate it into a price level. Are you familiar with variables?
-
RE: candle timeposted in Questions & Answers
@Rukwaya Please, don't take other's threads for your question. Open a thread for your question instead.
-
RE: candle timeposted in Questions & Answers
@amirz Why do you need the rectangle exactly? Is it for visual reasons only or it is necessary to do some calculations?
-
RE: EA which has different time frameposted in Questions & Answers
@SHEDRACK-MZIRAY Easy. Just select the conditions blocks to be working on 1H and run the EA on the 5M timeframe.
-
RE: How to wait 1 barposted in Questions & Answers
@ganando2024 ¿Te refieres a añadir a una misma variable el valor de cada nueva ganancia o pérdida de cada nueva operación cerrada? Puedes hacerlo mediante otra variable en la pestaña 'on trade'. El problema es que necesitarás reiniciarla en algún momento. De lo contrario, contará y contará haste el infinito.
-
RE: stop trading after 2 consecutive winns?posted in Questions & Answers
@DragonZueloTrends Pues por desgracia, no. El admin decidió hace tiempo por algún motivo que aun no entiendo que eso no esa necesario para MT5.

-
RE: Can a "last theoretical closed trade" test be done in FXDreema?posted in Questions & Answers
@MTAB No. No- I didn't say there is now way. I said it is MORE complicated. Just that.

-
RE: how can I set pending orders one after another? wanna try hedghe strategyposted in Questions & Answers
@Hempir He's repeating in Spanish the same jstap said in English.
-
RE: Position Count Not Workingposted in Bug Reports
You can remove that AND block and connect those 'check positions count' blocks one to the next one instead. Then you can remove that OR block and connect those 'check positions count' separately to the same 'send email' block instead.
-
RE: Fixed Ratio by Ryan Jonesposted in Bug Reports
This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: Fixed Ratio by Ryan Jones Lot Sizes are incorrect???posted in Questions & Answers
Honestly, don't know. In case like this I build my own custom lot size structure. Maybe you should contact the admin to ask him directly.
-
RE: Can anyone help me with a candle breakout EA?posted in Tutorials by Users
@fernandoanton-90 Ok. What about this?
- You choose a specific time for the bot to find the high and low up to that moment in the trading session. For example 09:00 London time.
- The bot finds both daily high and low from 00:00 to 09:00.
- As soon a price is above/below any of these, a buy/sell is open.
Would it work?
-
RE: Can anyone help me with a candle breakout EA?posted in Tutorials by Users
@fernandoanton-90 How is the EA supposed to know which session to act in just by identifying its opening? Everything else is easy to do.
-
RE: Fix Metatrader problemposted in Questions & Answers
Is t happening on MT5? If so you will need to save those original bots just in case and then download new updated versions of those same bots and test them. Probably the code the blocks is made of has been changed and that is the reason of the malfunction.
-
RE: How to wait 1 barposted in Questions & Answers
Puedes escoger un filtro de candle ID. Le puedes decir que el bloque de 'comment' se ejecute cuando algo sucedió en la barra anterior y no en esta. El problema es saber qué es lo que sucedió en la barra anterior. ¿Es la apertura de una operación, por ejemplo?
-
RE: Fixed Ratio by Ryan Jones Lot Sizes are incorrect???posted in Questions & Answers
@BBMess Never used that option, but did you read the documentation to check what you want is possible (look at the second half of the page)?