
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
Can you please provide me one example code of an indicator without fuzzy logic and where to put the indicator in the current implementation of the code?
Now I can't, I'll try tonight.
Now I can not, I'll try in the evening.
OK, thank you. I will wait.
Basically, I just want to know how to feed other indicators like MACD,SAR, MA etc to the policy matrix to update policy and update reward on every profit and loss. It should be without fuzzy logic.
FxTrader562:
Basically, I just want to know how to feed other indicators like MACD,SAR, MA etc to the policy matrix to update policy and update reward on every profit and loss. It should be without fuzzy logic.
I looked at my code, it is a horrible mishmash of different algorithms being checked. For the sake of simplicity, I have added the necessary points for working without fuzzy logic into the source code of the article. I hope the author will not be offended. I checked it, it seems to work and I haven't forgotten anything important. The number of indicators is set by nIndicat.
I looked at my code, a terrible mess of different verifiable algorithms. For simplicity, I introduced the necessary elements for the work without fuzzy to the source code of the article. I hope the author will not be offended. I checked, it seemed to work. The number of indicators specifies nIndicat.
Thank you for the code. I will look into it.
By the way, one more thing. If you have tried to automate the optimisation process for iterative learning, then kindly let me know. I mean if you have any solution to run the optimiser automatically so that the EA will automatically call the optimiser upon every loss, then please let me know.
The author has told me that he will add the auto-optimisation feature in the future articles. But if someone else already has the code, then it will be great. Since the EA automatically maintains the optimal policy in the text files and hence, it is only required to run the optimiser automatically at regular intervals which I think is easy to implement.But I don't know how to do it.
I tried, but my efficiency is much lower. As you would expect a new article by the author.
I tried, but my efficiency is much lower. As you would expect a new article by the author.
Anyway, thank you. I am also trying as well as waiting for the update from the author.
The code which you provided seems to work fine. I will try with various combinations and may update you again.
Many thanks again.
You take the text from the article, look at the posts above, there is a constant discussion about the best reward, there are suggestions for more effective rewards.
How do I know this reward is good?
If there is a loss, the algorithm should try not to trade or trade in the opposite direction, we do not know how to do it correctly, we use a random value. There is no other meaning in these lines
If a loss, the algorithm should try not to trade or trade in the opposite direction, we don't know the right way, we use a random value. There is no other meaning in the above lines
the article itself and the given algorithm has an introductory character, to get the result and not only in the tester you need to prepare the input data, I have recently been watching a lot of videos on YouTube on this topic, here is a very informative example, and the channel as a whole.
to start with I think to train by hours, i.e. 24 trained neural networks, because at different times of the day different volatility, and then we'll see.