Support and Resistance Multiperiod (Zig Zag Based) What is the indicator? • The indicator is a multi period (up to 5 lengths) Support and Resistance indicator calculated based on Zig Zag. Who can use? Scalpers to Long term investors What timeframe to use? • Any timeframe What are the lines? • Green lines are Support levels. • Orange lines are...
// Draw swing Lines based on SMA // Each swing line must cross SMA // --------------------------------------------------- // Input: // sma(Number): Default 50; // showSMA: Default 'true'; if showSMA ='false', do not show SMA line; // Deviation(%): Default "1"; To draw a new swing line, Price must cross SMA more than (n% of SMA) // In weekly...
Candle based indicator that shows swing highs and lows (pivots). It draws an up or down arrow for simple three candle 'single' swings. For stronger five candle 'double' swings, it colours the candle. Good for highlighting stronger reversals. Both of these stylings can be toggled on/off individually. Default colours Swing HIGH on an UP candle: bright...