shelby_petroleum
EssentialLast seen
Followers
1Following
15Ideas
1Scripts
0Joined Jan 2, 2024
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
//@version=5 indicator("Simple SMA Crossover", overlay=true) // Define the lengths for the short and long simple moving averages shortLength = input(9, title="Short SMA Length") longLength = input(21, title="Long SMA Length") // Calculate the SMAs shortSMA = ta.sma(close, shortLength) longSMA = ta.sma(close, longLength) // Plot the SMAs on the...
0
0
0
0
Message
Follow
Following
Unfollow
28
44
300
Message
Follow
Following
Unfollow
26363
1360
28268
Message
Follow
Following
Unfollow
138
335
1380
Message
Follow
Following
Unfollow
2589
42
110
Message
Follow
Following
Unfollow
2842
892
3373
Message
Follow
Following
Unfollow
32
17
11
Message
Follow
Following
Unfollow
2346
8
64
Message
Follow
Following
Unfollow
Type
Script access
Privacy