Quote:
|
Originally Posted by cgldsmth
don't understand the coding here: TP=0????
or is it all in the "cyberialogic" hidden code?
|
The logic is all right here
Code:
int start()
{
GetMarketInfo();
CyberiaLots();
CalculateSpread();
FindSuitablePeriod();
CyberiaDecision();
Trade();
SaveStat();
return(0);
}
Interesting code will have to give it more study but it appears that it can change itself optomize itself and keep statistics on its performace. It uses a couple of ordiary indicators to make trade decisions (MA and MACD)