Log in

Results for "formula"

Tags

  • Formula from MBA_Thesis

    This formula is very interesting    for (int i=limit; i>=0; i--)   {      double MACD   = iMACD(NULL,0,12,26,9,PRICE_CLOSE,0,i);      double Stoch  = iStochastic(NULL,0,9,6,2,MODE_SMA,1,0,i);   ...

    Tags: formula

    4496 days ago