Search found 6 matches
- Wed Jul 11, 2018 12:35 pm
- Forum: general
- Topic: All things TradingView
- Replies: 102
- Views: 89011
- Gender:

Re: All things TradingView
explained well ! thank you so much !
- Sun Jul 08, 2018 6:40 pm
- Forum: general
- Topic: All things TradingView
- Replies: 102
- Views: 89011
- Gender:

Re: All things TradingView
absolutely fantastic sir , if you could develop 1-2 more examples it will be very usefull !
- Fri Jun 22, 2018 5:11 am
- Forum: general
- Topic: All things TradingView
- Replies: 102
- Views: 89011
- Gender:

Re: All things TradingView
thank you sir Doji , much appreciated one love !
- Mon Jun 18, 2018 6:50 am
- Forum: general
- Topic: All things TradingView
- Replies: 102
- Views: 89011
- Gender:

Re: All things TradingView
i can't replicate the 3ball zz in tradingview, that could be an huge gap for analyze
- Mon Jun 18, 2018 6:48 am
- Forum: general
- Topic: All things TradingView
- Replies: 102
- Views: 89011
- Gender:

Re: All things TradingView
thanks guys really appreciated one love
- Tue Jun 05, 2018 12:37 pm
- Forum: general
- Topic: All things TradingView
- Replies: 102
- Views: 89011
- Gender:

Re: All things TradingView
Here is what I have so far...you enter the high price of the bar you want your WZ to be drawn on: WZ.pngitworks.png UPDATE_1: //@version=3 study("Wick Zone", overlay=true, max_bars_back=0) HIGH = security(tickerid, "D", high) LOW = security(tickerid, "D", low) OPEN = s...