Ok Thank you. FxDreema. I see now that was my fault. Now I can generate the EA. But I'm having trouble running the strategy. I tried some ways, but could not.
I'll be creating a new post for this project.
Ok Thank you. FxDreema. I see now that was my fault. Now I can generate the EA. But I'm having trouble running the strategy. I tried some ways, but could not.
I'll be creating a new post for this project.
I did what you told me, but I continue with compilation errors.
https://fxdreema.com/shared/FuNkkrD5e

......
Compilation errors.PNG
I saw the code, and from what I understand, this enumeration.
//+-----------------------------------+
//| Enumeration declaration |
//+-----------------------------------+
enum Applied_Extrem //Type of extreme points
{
HIGH_LOW,
HIGH_LOW_OPEN,
HIGH_LOW_CLOSE,
OPEN_HIGH_LOW,
CLOSE_HIGH_LOW
};
And now, what do I do?
Hello fxDreema. I'm having a problem to compile this my new project: https://fxdreema.com/shared/CByOLORKc
To find out, I'm building a strategy based on Donchian Channel indicator. If you want to verify that is correct, please do so.
......
donchian_channels.mq5
I just checked. This working properly. Thank you.
One more question ... also is working correctly on MT4?
So. You must not have seen, but in the example has two positions that were open. The first purchase was that it was not to be opened and was negative. The second place where it's ok button.
So I sent a picture of the platform so you could see an example of how I needed.
Now I work the way I needed. Thanks again fxDreema!
It did not work. See if done right: https://fxdreema.com/shared/Wanej3H0d
I also saw that your sample project has a variable named RSImin. Is part too? I also put in my project.
__Is this some indicator?
Maybe something like this: http://prntscr.com/4ef2ar[/quote:16wnz92b]
It is. Based on my project: https://fxdreema.com/shared/B9JEHTslc
Hello fxDreema.
I do need to know how to jump a signal that appears immediately in the market to the next. With this only the 2nd signal from the EA will open the first position.
I ask this because sometimes my EA enters the end of a trend, and must enter the next signal because it will open in a new trend since the beginning.
Regarding strategies, maybe if I put in group mode for each strategy, as the first separate the two, because it does not use both strategies at the same time can fix this problem? I'll try that.
The blocks 108 and 117 do not exist. Which blocks mean? I have the blocks 115 and 124.
Hello fxDreema. I thought it had worked, but now carefully analyzing, saw that this still malfunctioning.
See my project, "Strategy 2".
I used your example you did.
The martigale sometimes happens in this sequence: buy 0.01, sell 0.03, buy 0.03, sell 0.09, buy 0.09, where instead of:
buy 0.01, sell 0.03, buy 0.09, sell 0.27 etc., that is how I need. Even in profit, it does not reset the lot.
Any strategy 1 and 2 are wrong functioning.
https://fxdreema.com/shared/IBf63frze
Strategy 1 Martigale with Risk% of balance.
Strategy 2 Martigale with Ryan Jones
Ok Thanks fxDreema.
I'll be running tests with the fix.
Okay indicator is already added in the "My indicators" Please find attached the indicator. It's the same one I used for MT5, blz works, but the EA for MT4 does not work. Please find attached the indicator.
I just tested by arrows, and this only giving sell signal, even if the insides of the block parameters are correct. Does the indicator parameters are wrong?
......
pz-turtle-trading.ex4
I can not make it work in MT4. Strategy 1 does not open orders, and strategy 2 only open sell positions.
Ok I get it now. Thank you!