TradingView
Royal_Naut
4 окт 2019 г., 02:21

Iconik Trading Suite: Auto Support/Resistance - Daily 

Описание

Autogeneration of support and resistance lines. Posts a horizontal line of the open/close for the past 40 daily candles.

DM for a PowerPoint describing this indicator and the rest of Iconik in detail.

Iconik Trading Suite Indicator List:
ITS-OSC: Oscillators (v2)
ITS-PAA: Price Action Alerts (v2)
ITS-ASR: Auto Support/Resistance
-> Daily (v2)
-> 3 Day (v2)
-> Weekly (v2)
ITS-4TFC: 4 Time Frame Confirmation (v1)
ITS-DIV: Divergence Seeker (v1)
Комментарии
nilswap
Hello Sir, i want This script to use in live market.
Horizontal lines are added but not as wanted.
I want them to add "one by one" when market starts will you please help me.
Thanks in advance

study("Horizontal lines for UPTRENDING STOCK", overlay=true)

plot(low, trackprice=true, offset=-9999)

plot(low, trackprice=true, offset=-9999)

plot(low, trackprice=true, offset=-9999)

plot(low, trackprice=true, offset=-9999)

plot(low, trackprice=true, offset=-9999)

plot(low, trackprice=true, offset=-9999)

plot(low, trackprice=true, offset=-9999)

plot(low, trackprice=true, offset=-9999)

plot(low, trackprice=true, offset=-9999)

plot(low, trackprice=true, offset=-9999)

plot(low, trackprice=true, offset=-9999)

plot(low, color=#FFFFFFFF)
Ещё