Followers
3
Following
5
Ideas
1
Scripts
0
Joined Jan 19, 2024
chartpattern
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
//@version=4 study(title="EMA & MA Crossover with Cloud", shorttitle="EMA & MA Cloud", overlay=true) // Input lengths for MA and EMA LengthMA = input(10, minval=1, title="SMA Length") LengthEMA = input(10, minval=1, title="EMA Length") // Calculate SMA and EMA xMA = sma(close, LengthMA) xEMA = ema(xMA, LengthEMA) // Determine position based on...
0
6
0
0
Message
Follow
Following
Unfollow
6
0
0
Message
Follow
Following
Unfollow
4
0
0
Message
Follow
Following
Unfollow
27961
1000
99256
Message
Follow
Following
Unfollow
18273
1601
11691
Message
Follow
Following
Unfollow
Online
73463
109
8774
Message
Follow
Following
Unfollow
Type
Script access
Privacy