TradingView
ceyhun
26 พฤษภา 2019 เวลา 12 นาฬิกา 32 นาที

PullBack Dave Landry  

SPDR S&P 500 ETF TRUSTArca

คำอธิบาย

PullBack Dave Landry

เอกสารเผยแพร่

v4 fix
ความคิดเห็น
Guimers
Hello, is the moving average using by Dave Landry Exponential or Simple?
ceyhun
@Guimers, yes, I added it because it is used in the formula

// Moving Average proper order
BullishMAs = iff(sma(close,10) >=ema(close,20) and ema(close,20) >= ema(close,30),1,0)
BearishMAs = iff(sma(close,10) <= ema(close,20) and ema(close,20) <= ema(close,30),1,0)
เพิ่มเติม