Description
u
qualitiedx2
Joined on 30.09.2011
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: ArtificialIntelligence.algo
- Rating: 0
- Installs: 10052
- Modified: 13/10/2021 09:54
Comments
Error CS0672: Member 'cAlgo.Robots.ArtificialIntelligence.OnPositionOpened(cAlgo.API.Position)' overrides obsolete member 'cAlgo.API.Robot.OnPositionOpened(cAlgo.API.Position)'. Add the Obsolete attribute to 'cAlgo.Robots.ArtificialIntelligence.OnPositionOpened(cAlgo.API.Position)'.
can anyone help with this? where should i put this
I see you're trying to make a neural network with one perceptron.
To maintain proper learning process you could use backpropagation algorithm - i found this tutorial very helpful in the task: https://mattmazur.com/2015/03/17/a-step-by-step-backpropagation-example/
Any performance results plz? Backtest, demo account results, anything?
you can Actually change the optimization method by clicking in the icon GA and choosing the other option of optimization.
Turns out the beta now has optimization, one should be able to tune this example with it.
Best settings are usually found with a 'brute force' backtesting system not found in cAlgo
FAKE IA!
there is absolutely NO Artificial Intelligence in this robot!