TradingView
edin228
May 22, 2017 8:00 PM

4CMACDSqueeze 

SPDR S&P 500 ETF TRUSTArca

Description

Frankenstein script i made using a regular macd, 4c macd by vkno422, and Squeeze by LazyBear
Comments
lubosb90
Best indicator ever thanks friend
ehaerim
[currMacd,_,_] = macd(close[0], fastLength, slowLength, 9)
[prevMacd,_,_] = macd(close[1], fastLength, slowLength, 9)

Can you explain the meaning of left hand sides?
More