Vasudevfor
Followers
1Following
8Ideas
1Scripts
0Joined Aug 29, 2021
movingaverage
Less Tags
Show All Tags
All Types
Type
All Types
Indicators
Strategies
Libraries
All Accesses
Script access
All Accesses
Open
Protected
Invite-only
Public & Private
Privacy
Public & Private
Public
Private
//@version=5 indicator("Range Filter with Support and Resistance", overlay=true) // Inputs for Range Filter length = input(10, title="Range Length") multiplier = input.float(1.5, title="Multiplier") // Calculate Range Filter src = close basis = ta.sma(src, length) range = ta.stdev(src, length) * multiplier upper = basis + range lower = basis - range // Trend...
0
1
0
0
Message
Follow
Following
Unfollow
256
43
170
Message
Follow
Following
Unfollow
2704
104
1242
Message
Follow
Following
Unfollow
Online
1683
16
12
Message
Follow
Following
Unfollow
50271
401
17265
Message
Follow
Following
Unfollow
3480
35
992
Message
Follow
Following
Unfollow
3344
1
18
Message
Follow
Following
Unfollow
1
0
0
Message
Follow
Following
Unfollow
Type
Script access
Privacy