Recent content by shukdeb

  1. S

    Metastock EMA Formula

    Hi, I am working in a plugin to my private software to get automatic buying and selling call. I can get data from MASTER and Fx.Dat file and calculate 50 ema using below formula: 50EMA = previousEMA + smoothingConstant * (currentClosingValue- previousEMA); where smoothingConstant =0.1 But I...
Top