TradingView
Fontiramisu
23 sept. 2022 13:41

Range Detector Indicator [Misu] 

Bitcoin / TetherUSBinance

Description

█ This indicator shows an upper and lower band based on Highs and Lows.
Depending on this, the indicator interprets a ranging market, an uptrend or a downtrend.

█ Usages:
The purpose of this indicator is to identify when the price is ranging.  
It's also used to identify changes in trends, breaking points, and trend reversals. 
But it can also be used to show resistance or support levels.

█ Features:
> Price Action Change Alerts
> Price Action Change Labels
> Color Bars
> Show Bands

█ Parameters:
Deviation: A parameter used to calculate pivots.
Depth: A parameter used to calculate pivots.
Activate Range Detection: Check the box to activate range detection.
Band% Offset: A factor that is used to vary the bands offset. 

Notes de version

Screen Update.
Commentaires
Trendoscope
Good job
Fontiramisu
@HeWhoMustNotBeNamed, Thanks a lot for your support!
zestcrypto
Suppose, Timeframe 1 minutes , what is settings of deviation , atr, etc?
Dealwihit
Candles are 90% orange. Am I doing something wrong?
fourpercent
🔥💯
diamat
Hi, great indicator.
One question: I am new to this, but I wanted to implement it into a personal strategy.
How can I do this? for example, how can I say:

If all my entry-criteria is met AND the color of the range is GREEN, then go LONG.
And of course: If all my entry-criteria is met AND the color of the range is RED, then go SHORT.

Here is an example how i tried it (but it's not working like it should):

// Inputs_EMA
averageData = input.source(close, title="Average Data Source")
slowLength = input.int(200, title="EMA_01")
slowLength1 = input.int(400, title="EMA_02")

// Calculations_EMA
slowAverage_1 = ta.ema(averageData, slowLength)
slowAverage_2 = ta.ema(averageData, slowLength1)

long = ta.crossover(slowAverage_1, slowAverage_2
short = (ta.crossunder(slowAverage_1, slowAverage_2)

if (long and isTurnGreenITB)
strategy.entry("Long", strategy.long)
if (short and isTurnRedITB)
strategy.entry("Short", strategy.short)
F-B_AutoPilot
🙌
UnknownUnicorn15320316
dear indicator corrupt. no L R S labels. :((
Fontiramisu
@Bafrali1453, Hey thanks for the message, labels are working on my charts.
bymeoman
@Fontiramisu, same L R S labels not showing to me ^^
Plus