An indicator is already smoothing the price for example a moving average is an averaged price.
In training you want to get as close to the real data as possible.
This usually means RAW price feed.
If you swap that with an averaged and lagging price feed, from an indicator, the end results are most likely to become less exciting.
But you never know up front so for these things the rule is to try and see what it does.
It would not be the first time that such experiment would present something unusual and interesting.
So for a real answer on your question you would have to run the tests.
Hi, I found these videos about path smoothing using artificial intelligence. I obviously thought of using it to smooth price, but I don't know if an indicator could be built using this method and if it would repaint or not. An opinion of a good coder would be great... The code used is showed in the second video.
Here are the links:
A good coder uses artificial intelligence for modeling the intelligence of the trader, not for modeling intelligence moving average.
You would have to define the trader.
The Artificial intelligence becomes the trader when it starts with nothing and, by training learns to get to the highest reward possible.
I am not sure if the final 'artificial intelligence trader' would trade in the same manner as regular traders.
The consistency in it's decision making is probably not comparable to the consistency of human decision making.
Neuronets lack the emotional layer.
You would have to define the trader.
The Artificial intelligence becomes the trader when it starts with nothing and, by training learns to get to the highest reward possible.
I am not sure if the final 'artificial intelligence trader' would trade in the same manner as regular traders.
The consistency in it's decision making is probably not comparable to the consistency of human decision making.
Neuronets lack the emotional layer.
What he is using is simple ema smoothing (check the end of first video)

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi, I found these videos about path smoothing using artificial intelligence. I obviously thought of using it to smooth price, but I don't know if an indicator could be built using this method and if it would repaint or not. An opinion of a good coder would be great... The code used is showed in the second video.
Here are the links:
https://www.youtube.com/watch?v=v0-OUApP_5Q
https://www.youtube.com/watch?v=ffLPf8kI6qg