Recent content by dddforum

  1. D

    EMA smoothed RSI in MultiChart

    Well dan! It's not new indicator iisue, it's OEC datafeed issue yesterday. CME orOEC not working half of hour and last bar before bug has different value in OEC chart and MultiCharts chart FROM the same OEC datafeed :D
  2. D

    EMA smoothed RSI in MultiChart

    Hi All! I Built RSI EMA indicator, that close to OEC, but not 100%. Something wrong in code. ---------- inputs: PriceValue(NumericSeries),Len(NumericSimple); variables: AU( 0 ), AD( 0 ); AU = XAverage( IFF( PriceValue > PriceValue[1], PriceValue - PriceValue[1], 0 ), Len ) ; AD...
  3. D

    EMA smoothed RSI in MultiChart

    Hi All! I want to test my system in trial MultiCharts 5.5 and I need help. It's curious :confused:, it's difficult for me to chage standart RSI to RSI_EMA like in TOS or OEC. I'm change Average to XAverage in RSI code but it's no effect. Maybe someone help me with code or give me a rule...
Back
Top