How to obtain the value of MA(Sterling Trade Pro)

Discussion in 'Automated Trading' started by alan26, Aug 24, 2010.

  1. alan26

    alan26

    How to obtain the value of MA(Sterling Trade Pro)
     
  2. what does that mean?
     
  3. januson

    januson

    Probably get the value of Moving Average, when using Sterling Trader Pro.
     
  4. alan26

    alan26

    In software development process(VB), how to obtain MA(Moving Average) value calculation, whether to need to yourself.

    Any API(Sterling Trade Pro)
    E.g. ma=iMA(NULL,0,MovingPeriod,MovingShift,MODE_SMA,PRICE_CLOSE,0); (MT4)