indicator
trendanalysis
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
breadthstudies
trendanalysis
Less Tags
Show All Tags
//@version=4 strategy("Breakout Strategy", overlay=true) // Define the inputs atr_length = input(14, title="ATR Length") multiplier = input(2.5, title="Multiplier") // Calculate the ATR atr = atr(atr_length) // Calculate the long and short entry levels long_entry_level = high + atr * multiplier short_entry_level = low - atr * multiplier // Plot the entry...
0
//@version=4 strategy("Breakout Strategy", overlay=true) // Define the inputs atr_length = input(14, title="ATR Length") multiplier = input(2.5, title="Multiplier") // Calculate the ATR atr = atr(atr_length) // Calculate the long and short entry levels long_entry_level = high + atr * multiplier short_entry_level = low - atr * multiplier // Plot the entry...
0
0
0
0
Message
Follow
Following
Unfollow
0
0
0
Message
Follow
Following
Unfollow
111393
140
72291
Message
Follow
Following
Unfollow
111972
144
9860
Message
Follow
Following
Unfollow
15526
39
2797
Message
Follow
Following
Unfollow
15
1
0
Message
Follow
Following
Unfollow
206
16
74
Message
Follow
Following
Unfollow
8899
25
1777
Message
Follow
Following
Unfollow
25115
16
1277
Message
Follow
Following
Unfollow
166
24
87
Message
Follow
Following
Unfollow
54
0
0
Message
Follow
Following
Unfollow
206
1
131
Message
Follow
Following
Unfollow
1104
1
0
Message
Follow
Following
Unfollow
Type
Script access
Privacy