Vasudevfor
Followers
1
Following
7
Ideas
1
Scripts
0
since 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
2609
104
1233
Message
Follow
Following
Unfollow
1631
16
9
Message
Follow
Following
Unfollow
48674
400
17175
Message
Follow
Following
Unfollow
1
0
0
Message
Follow
Following
Unfollow
Type
Script access
Privacy