Just curious. What's the logic behind block 15? Why is it conditioning all buys and sells?
Posts made by l'andorrà
-
RE: false moveposted in Questions & Answers
-
RE: Digit Adjustment of Variable ** SOLVED **posted in Questions & Answers
Impressive. Congratulations for your effort.

-
RE: will the fxDreema be further developed?posted in Questions & Answers
Good question. I'm also expecting what is coming...and when.
-
RE: How to link your new EA with an existing indicator?posted in Questions & Answers
There should be no problem to do it as a custom indicator. Upload the .mq4 version instead of ex4 whenever possible.
-
RE: Modifying variables in a for each trade blockposted in Questions & Answers
That's hardcore coding for me. Is there any programmer here?
-
RE: HOW TO STOP OTHER/ALL EXPERT ADVISOR BY MY EXPERT ADVISORposted in Questions & Answers
This is a very intersting topic. Would you mind developing a bit more? I think this would be a very useful and (maybe) a tutorial-like one.

-
RE: Modify Take Profitposted in Questions & Answers
Are you still using the same project or did you modify it?
-
RE: How to cancel order if it takes too long to openposted in Questions & Answers
Is the open price very close to Ask/Bid? Probably your broker needs a wider distance between them.
-
RE: EA works fine on admiral markets mt4 but doesn't work on fxpro mt4.posted in Bug Reports
This is one of the things that amazes me about fxDreema. This is not the first case in which one MT4 platform works different from another one. I guess the reason must be the broker, not the MT4 platform. I tested it on my MT4 and it (also Admiral) and yes, it works fine.
How things like this can happen?
-
RE: Digit Adjustment of Variable ** SOLVED **posted in Questions & Answers
I think this can be useful for you:
-
RE: Heiken ashi moving averageposted in Questions & Answers
Additionally, on block 2 you should specify the same candle ID for both left and right operand. Now they are different.
-
RE: Limit Trades in zone above baseline Indicator defined by 1x ATRposted in Questions & Answers
Do you have any initial project to begin with? If so you can share it here and I will take a look.
-
RE: HOW TO STOP OTHER/ALL EXPERT ADVISOR BY MY EXPERT ADVISORposted in Questions & Answers
Interesting. Would the 'Apply template' block solve the problem, then?
-
RE: Help with custom indicatorposted in Questions & Answers
In that case, any value (number) generated by the indicator can be initially inserted into a variable by using that block.
-
RE: I need help, to redo an EA, for over 03 years the EA was profitableposted in General Discussions
Do you have any initial project to begin with? If so, could you please share it?
-
RE: Heiken ashi moving averageposted in Questions & Answers
I recommend you to begin with a simple project and then share ot here for us to improve it. Additionally I also recommend you to read this thread.
-
RE: HOW TO STOP OTHER/ALL EXPERT ADVISOR BY MY EXPERT ADVISORposted in Questions & Answers
I'm not one of those most experienced members, but I guess the only way a EA can operate on another EA is by using terminal variables. Miro and roar would probably can offer more detailed info here.