Honestly you were quite right, I just had to emove the Condition object is not 0 and had to load the indicator onto the visual backtesting chart.
I'm sorry it was my fault.
Best regards´and thanks for your help.
Honestly you were quite right, I just had to emove the Condition object is not 0 and had to load the indicator onto the visual backtesting chart.
I'm sorry it was my fault.
Best regards´and thanks for your help.
I have figured it out now, I just didn't know that you can put the indicator simply onto the backtesting chart without putting it into the EA itself.
Honestly you were quite right, I just had to emove the Condition object is not 0 and had to load the indicator onto the visual backtesting chart.
I'm sorry it was my fault.
Best regards´and thanks for your help.
Can nobody help me with this?
Unfortunately thats not what I meant, the lines are drawn by an indicator, when I test your build the indicators doesn't appear.
I've did a new try but still not working, the indicator for exiting isn't even loaden into the EA (I don't know why).
And still no trades.
What have I done wrong?
Hello,
I'm trying to build an EA which enters a trade when it is above the "DLB#1-0-hi" line which is drawn daily (after 6:00h my server time).
The trades should closed by an opposite BB Stop signal.
Unfortunately I cannot manage to build it properly it doesn't enter any trade.
It's also imortant to note that it only should trade after 6:00h until 21:00) cause the levels/range box is drawn daily until 6.00h you can see it here.
-So how do I make the EA indentifying the levels correctly?
-And how does the time filter work properly cause, for instance, I don't the exiting (via the BB Stop signal) to stop after 21.00h?
Attached are all the files


0_1525607919606_BBand Stop Alert.ex4 0_1525607934770_DailyLinesBoxes.mq4 0_1525608152338_DBoxes test 1.mq4
Hello,
I've built an easy EA basen on a MAC Histogram EA for practice.
But it isn't entering any trades. I'm not sure wether it's because the indicator doesn't work that way or because I'm making something wrong in general.
The idea behind is quite simple enter a short trade if the Histogram is below zero and the signal (arrow) appears (long vice versa).

Attached is the indicator and the EA.0_1525512291942_MACD Histo1.mq4 0_1525512321850_MACD_Histogram.mq4

Hello, yes I tried this, at least I can open the EA in MT4, but there are still issues with the color and the activation doesn't work I entered my E-mail and key but it won't work.
I'll contact the developer maybe he can help me out, but I doubt that.
Nevertheless, thanks for your help.
Yes I've read about enum before, but I don't know how to to it.
Attached is the indicator.
Maybe someon can help me?0_1524866086326_Volume_Breakout_Detector_2.51.ex4
Hello,
I've built an simple EA which is based mainly on one indicator (sort of an oscillator).
When it one line crosses the other and if that cross happens at a certain value (from the indicator).
But I cannot make it work properly I first created the condition when it crosses (via the buffer) and then I used "Indicator moves within limits".
Since what happens is this: The indicator crosses and after, let's say 7 bars the value of it reaches my limit I set within "Indicator moves within limits" and the trade is opened.
But that is not what I want - it should only enter a trade when at the time when the indicator crosses the value is right, how do I achieve this?
Hello,
I want to use a custom indicator with fxDreema, but I cannot make it work.
This is how I imported it.


If I want to compile it I get a bunch of errors.

The original settings in MT4

Is there anything I can do to make it work?