
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
With this new library your EA worked perfectly, however, the EA I'm doing altering its structure does not work, the point is that I did not make any substantial changes, so I do not know where the error is.
I'm changing to 4 indicators and I put the 81 possible variations "Parserule", but it does not work.
It's possible you check the reason for not working, I could not find the error, mainly because I do not understand much of the library. Maantive the whole structure that you set up, but it does not work. With it working, I intend to put some trend indicator so EA can change the sigma alone without being reminiscent of a trend of the past, I think this solves the EA addiction in historical data.
It's possible you check the reason for not working, I could not find the error, mainly because I do not understand much of the library. Maantive the whole structure that you set up, but it does not work. With it working, I intend to put some trend indicator so EA can change the sigma alone without being reminiscent of a trend of the past, I think this solves the EA addiction in historical data.
Hi, the problem is that once you add rules, you made a couple of mistakes :)
HI Maxim Dmitrievsky
backtester results vary different?
1MIN OLHC and TICK have many different mainly MDD
TIME 2008.1.1~2017.10.31HI Maxim Dmitrievsky
backtester results vary different?
1MIN OLHC and TICK have many different mainly MDD
TIME 2008.1.1~2017.10.31Hi I was checked base algorithm (without optimisation), the results are equal:
maybe you changed something in algorithm, for example you put stop losses close to price, and results will be different. Because if you use open prices only, the tester does not account for price changes between them.
KKKKKK, I LOOKED AT THIS CODE 100 TIMES AND I HAVE NOT SEEN THESE ERRORS. Thank you. As I make progress I will post here.
HI Maxim Dmitrievsky
Sorry, my English is poor.
Thanks for your reply
I will try again
and i have interesting tpoic
fuzzy logic and a neural network.
wait you share this the topic
have You tried Reinforcement Learning?
I made several attempts, but unfortunately I did not have good results.
The idea of putting some indicator to determine the trend and change the Gposition and the sigma as this indicator did not work, because the fuzzy system is all read in the "OnInit" and this type of change should occur in the "OnTick".
Unfortunately I am very weak in programming, so I do not have the ability to change a complex EA like this, but it was worth the try.
I'm going to post EA with all the indicators working and another moving averages where I tried to establish the gposition change on the "OnTick" and it did not work.
Thanks to the author for the help.
Excellent article. It's really clearly explained and with great examples and references.
Thank you very much!
A great article, thanks. In combination with neural networks, it determines great potential.