View Single Post
  #8 (permalink)  
Old 07-31-2006, 05:28 AM
cockeyedcowboy's Avatar
cockeyedcowboy cockeyedcowboy is offline
Senior Member
 
Join Date: Nov 2005
Posts: 302
cockeyedcowboy is on a distinguished road
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)
Reply With Quote