I am not sure what you mean by your question.
That is a nice report, are you willing to share the project? Anyway to bring the drawdown lower?
I am not sure what you mean by your question.
That is a nice report, are you willing to share the project? Anyway to bring the drawdown lower?
This indicator might be helpful
https://www.mql5.com/en/market/product/5191
@tom-5 It is much easier if you provide a share (link) to the project.
@roar said in Here, take this profitable ea:
WINZ19
If I remember right, CFDs and Indices have a different pip value, so likely the problem is in the lot sizing or some other attribute. Development of EAs can be specific to instruments, in other words, it may not be as effective on an index as it would on forex.
It is pretty tough to find a reliable trading method, I have spent a great amount of time to find such a method. This EA looks good on forex. A thank you to roar for sharing.
There are a number of options to increase lot size
'

Building an EA is not something you just pull out of thin air, it requires exact thinking, so I do not think your comment is realistic or kind.
I doubt anyone will help until you outline the strategy with more detail. You will need to use pseudo code https://en.wikipedia.org/wiki/Pseudocode
Best place to start is watching youtube videos, then read the tutorials/examples here on fxdreema.
Thanks for the reply. An example would be if a stochastic hit 80 within bars 1 through 10 ago, could be bar 1, 2, 3, etc.
If this condition is true and another indicator is showing true then take trade. Hope that is clear.
I suppose a series of OR condition blocks could work, 1st block Candle ID 1, 2nd block Candle ID 2 etc.
Thanks again.
Hi: Looking for help in expressing a shift condition.
If condition happened 1 bar ago, I would put "1" in Candle ID. But how do I express a range of bars, for instance if the condition happened between 1 and 5 bars ago?
Thanks for any advice!
Use a period of 5 and 12 in a stochastic? Please explain.
In case you have not, run on tick, set spread to something besides "current". If this does not work then you try to isolate. Probably the best to isolate is to run separate eas, one for buys and the other for sells. It does not look like there is errors but could be a bug issue.
If the separation does not work, then I take apart the conditions by detach then running each condition by itself.
Try this, I ran this on 1H tick Eur/Usd from 4/18/18 to 6/4/18 . Keep in mind I did not spend a lot of time going through all of this.

I removed the test report which was run on open prices which is not a good way to test, I then ran on tick and it produced 1.37pf with 200 pips ( I think) in 4-6 months on e/u. I changed the profit/loss and actually inverted the buy to a sell. I will have to run later since I am going to bed atm. I also used a marti but only at 1.5 with a limit of max lot size at .50 (starting lot size is .10, I think you had .20 at starting lot size).
As a side note, I run at .10 since it is easier to convert to actual pips (.10 = 1 pip).
Made some mods on it and it made some profit.