Category Other  Published on 16/03/2012

ArtificialIntelligence

Description
The Artificial Intelligence robot creates trades based on the result of the previous ones. It uses the MACD Indicator to calculate the direction of the trade the first time and then continues based on this as well as the outcome of the closed positions.

u

qualitiedx2's avatar
qualitiedx2

Joined on 30.09.2011

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: ArtificialIntelligence.algo
  • Rating: 0
  • Installs: 9806
Comments
Log in to add a comment.
SH
Shares4UsDevelopment · 1 year ago

FAKE IA!
there is absolutely NO Artificial Intelligence in this robot! 
 

AN
anthony21xu · 5 years ago

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

MA
mardahl · 8 years ago

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/

SU
sulemankm · 8 years ago

Any performance results plz? Backtest, demo account results, anything?

 

aimerdoux's avatar
aimerdoux · 9 years ago

you can Actually change the optimization method by clicking in the icon GA and choosing the other option of optimization.

WhiteSage's avatar
WhiteSage · 9 years ago

Turns out the beta now has optimization, one should be able to tune this example with it.

WhiteSage's avatar
WhiteSage · 9 years ago

Best settings are usually found with a 'brute force' backtesting system not found in cAlgo

AN
anteandrovic · 11 years ago
Any sample setting s recommended ? What is the meaning of the inputs x1 x2 x3 x4 ? .... + "step" ? Regards, aa
AN
anteandrovic · 11 years ago
... any body have some recommended settings for this code ?
AN
Anonymous · 11 years ago
thanks