PINE LIBRARY
Updated

MichaelsEMARoids

267
Library "MichaelsEMARoids"
TODO: Library that exposes EMA values, which can be used for other indicators as well.

emaShortEMA(length)
  Parameters:
    length (simple int)

emaLongEMA(length)
  Parameters:
    length (simple int)

emaLongerEMA(length)
  Parameters:
    length (simple int)
Release Notes
v2

Added:
short(length, src)
  Parameters:
    length (simple int)
    src (float)

long(length, src)
  Parameters:
    length (simple int)
    src (float)

longer(length, src)
  Parameters:
    length (simple int)
    src (float)

Removed:
emaShortEMA(length)

emaLongEMA(length)

emaLongerEMA(length)

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.