Recent content by octrout

  1. O

    Backtesting & Optimizer Software Recommendation ?

    Hi, I currently use CQG backtesting & optimizer tool. But i don't think this cqg trade system software is good to use. if you want to create simple trade system, it is pretty easy to use cqg trade system. But when it comes to writing code just like any programming language (eg: starting with...
  2. O

    Easy language to CQG formula ??

    yeah, i contacted tech support last Wed for this and i already posted it as question on cqg forum, but i haven't got any reply yet. do you use cqg trade system ? thanks
  3. O

    Easy language to CQG formula ??

    I currently have CQG trading system. but im having hard time write this in CQG trade system editor. Is there anyone who can write this tradestaion Easy language in CQG formula language ? Thanks sumup = 0; sumdn = 0; for i = 1 to n begin // n = 14 if close - close[i] > 0...
Top