This is for real programmers. I'm curious on how to do that too.
Posts made by l'andorrà
-
RE: Terminal or GLOBAL Variablesposted in Questions & Answers
-
RE: i want and ea that filters and blocks other ea from opening tradesposted in Questions & Answers
You can remove blocks 50 and 159. They are redundant in the 'on tick' tab. Can you please describe what conditions are necessary to open the hedge?
-
RE: Not entering tradeposted in Questions & Answers
@Katlego-Moraba This is the way to share the link:

-
RE: Time Filtersposted in Questions & Answers
Not sure I fully get the idea. Can you please confirm this is correct?
- Candle close in H1 needs to be above MA.
- Candle close in M5 needs to be above the same MA as per 1.
- A buy is open and no more buys are open until...
4.1 ...a candle close below MA in H1 and M5 at the same time?
4.2 ...something happens above/below which candle?
-
RE: red news filterposted in Questions & Answers
@M-Vaez Sorry, but I don't get it yet. Could you please upload an image with the scenario you are looking for?
-
RE: Open a sell when price crossing my custom indicatorposted in Questions & Answers
Is this the complete project or just part of it?
-
RE: price cross up open candle dailyposted in Questions & Answers
@tradingconig The image is not providing the info needed. You need to do this, please:

-
RE: Once per minutesposted in Questions & Answers
@alok No. You will need to coordinate the 'on timer' event execution to 10 seconds.
-
RE: Forum updateposted in Questions & Answers
@farhad-shafiei This is not the thread for that question. Please open a new thread for your question.
-
RE: Fxdreema not allowing to load my Indicator:posted in Questions & Answers
@TashaB That is a very common problem when trying ex5 files. Here you have two tutorials created to emulate the input parameters and buffers. If you can't make it after trying them that means the indicator is not compatible with fxDreema:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file -
RE: 2 type MACDposted in Questions & Answers
@massoudsl Alex81 is right. You are requiring both MACD conditions to be true at the exact same time when you need them to be true at different moments in time. You will need variables to control that.
-
RE: Not entering tradeposted in Questions & Answers
I still need the link, please. I can review the blocks settings with your screenshots.
-
RE: Operation after closing the transactionposted in Questions & Answers
@alimovahedi You need to use this block in the 'on trade' tab:

-
RE: Candle position is lost when using a multi-symbol EA on MT5posted in Bug Reports
Yes, apparently that is s bug. The admin should definitely take a look at this.
-
RE: Create a variable from multiple buffersposted in Questions & Answers
Can you please share the link to the latest version of the bot?
-
RE: dont trade if rangedposted in Questions & Answers
@massoudsl You can create those limits by selecting 'condition' blocks searching no highs/lows to be above/below those levels.