Don't you have the mq5 version? The ex5 one can be tricky. I've had lots of problems with MT5 indicator's buffers.
Posts made by l'andorrà
-
RE: Some Insight Pleaseposted in Questions & Answers
-
RE: Referencing Specific Variables Within Indicatorposted in Questions & Answers
Are you sure the indicator is correctlu uploaded to your fxDreema account? Are buffers visible there?
-
RE: Buy at ASK price and Sell at BID Price how can i do it in my EA please helpposted in Questions & Answers
I recommend you to remove the 'close trade' block from that position and connect it below a 'Foer each trade' block in a separate block tree.
-
RE: How to get the EA to buy when most of the moving average are upposted in Questions & Answers
If you are not used to work with variables, I recommend you to use the 'modify variables' block. There is no difference at all in efficiency for your EA when using one system or the other so don't worry about that.
On your project, why do you need so many variables. If I understand it correctly what you needed was to check 4 out of 5 conditions, not 11 out of 12.
-
RE: Need help about Moving Averageposted in Questions & Answers
Change the option 'crosses above/below' for just 'above/below' and then specify candle ID 1 in all operands of all condition blocks.
-
RE: Some Insight Pleaseposted in Questions & Answers
Do not specify the USDZAR symbol in the buy/sell now blocks. Justy run the EA on that chart. On the other hand, are you sure the custom indicator works properly?
-
RE: How to have 2 Long entry at the same time ?posted in Questions & Answers
Could you please share your project instead of showing a screenshot?
-
RE: The Take profit EAposted in Questions & Answers
You need to use the option 'Project' --> 'Create a shared copy'. That will offer you a link that needs to be copied here.
-
RE: I am new here and need support in a Channel Breakoutposted in Questions & Answers
Could you please share your project's link instead of showing the screenshot?
-
RE: EA code for Fibonacci levelsposted in Questions & Answers
Not sure if this is correct because I'm not an expert at Fibos but do the following:
- Select 'Custom(price fraction)' instead of the current 'Custom (price level)' option in the buy now block.
- Type *0.618 and *1.618 in the 'Adjust' boxes instead.
-
RE: CAN I CHANGE THE BUFFER VALUE OF A CUSTOM INDICATOR ?posted in Questions & Answers
Maybe you can find some loophole to do it. Can you please share your project?
-
RE: MACD + EMA + Martingale Advisor not workingposted in Questions & Answers
I disagree. The logic of the last project is correct. I guess the combination of conditions is very difficult to accomplish and this is why no trades are open. I recommend you to try that same tree but with just one condition at a time. There you will check that the logic is correct so something else is screwing the strategy.
-
RE: BREAKOUT REVERSAL EAposted in Questions & Answers
Don't connect the fisrt two blocks of each tree on top of the launching structure. You need to create a second structure for them. This means that blocks 1 and 2, as well as 15 and 27 need to be removed from its cuirrent position and connected under a 'Pass' block.
-
RE: EA code for Fibonacci levelsposted in Questions & Answers
Could you please share the project link instead of uploading a screenshot? That would help.

