TradingView
Trendoscope
Oct 8, 2021 11:01 AM

EXAMPLES:enhanced_ta 

Ether / United States DollarCoinbase

Description

This script is created to demonstrate usage of enhanced ta library which is present here : tradingview.com/script/Puxp2q46-enhanced-ta/

Following custom indicators are populated in this script:

  • ma (Select moving average)
  • atr/atrpercent (With custom moving average)
  • bands - Bollinger Band, Keltner Channel, Donchian Channel (All with enhanced versions and additional options)
  • bandwidth - Bandwidth for the bands available. Uses same input as that of bands
  • bandpercent - Percentage in relation to band upper and lower levels. Uses same input as that of bands.
  • oscillator (oscillatorRange) - Generating custom overbought oversold regions.


Display Options
Display individual indicator by selecting them through dropdown. If you select all, we also look at overlay and non-overlay parameters to show/hide only those indicators which are applicable on candle overlay or as separate window.

Release Notes

Add Signature ;)
Comments
RedKTrader
loved it !! nice job. thanks for sharing.
Trendoscope
@RedKTrader, thanks very much mate :)
Valente_F
Hi friend, is it possible to use security function inside a library?
I am trying but with no success
Trendoscope
@Valente_F, May be it is not good idea to use it within library. I think applying it in the indicator script on top of library method would make more sense. Need to check.
feriiich
hi how can I use your locked indicators?
Trendoscope
@feriiich, these indicators in the library are open source. Anyone can use it.
bula1
Only shows the moving average for me...
Trendoscope
@bula1, you can select different indicators from input.
bula1
@HeWhoMustNotBeNamed, oh! got it, thank you.
More