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
110694
140
72294
Message
Follow
Following
Unfollow
110321
144
9850
Message
Follow
Following
Unfollow
15417
39
2794
Message
Follow
Following
Unfollow
14
1
0
Message
Follow
Following
Unfollow
204
16
74
Message
Follow
Following
Unfollow
8806
25
1771
Message
Follow
Following
Unfollow
24822
16
1277
Message
Follow
Following
Unfollow
161
24
87
Message
Follow
Following
Unfollow
53
0
0
Message
Follow
Following
Unfollow
199
1
131
Message
Follow
Following
Unfollow
1104
1
0
Message
Follow
Following
Unfollow
Type
Script access
Privacy