profit1234
Last seen
Followers
3Following
5Ideas
1Scripts
0Joined May 20, 2017
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=3 strategy("Momentum Strategy", overlay=true) length = input(12) price = close momentum(seria, length) => mom = seria - seria mom mom0 = momentum(price, length) mom1 = momentum( mom0, 20) if (mom0 > 0 and mom1 > 0) strategy.entry("MomLE", strategy.long, stop=high+syminfo.mintick, comment="MomLE") else strategy.cancel("MomLE") if...
4
2
0
0
Message
Follow
Following
Unfollow
0
0
0
Message
Follow
Following
Unfollow
1
0
0
Message
Follow
Following
Unfollow
11721
119
9593
Message
Follow
Following
Unfollow
380
0
89
Message
Follow
Following
Unfollow
2615
68
1014
Message
Follow
Following
Unfollow
79
2
0
Message
Follow
Following
Unfollow
7847
53
7798
Message
Follow
Following
Unfollow
Type
Script access
Privacy