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
11744
119
9601
Message
Follow
Following
Unfollow
388
0
89
Message
Follow
Following
Unfollow
2726
68
1012
Message
Follow
Following
Unfollow
80
2
0
Message
Follow
Following
Unfollow
7844
53
7795
Message
Follow
Following
Unfollow
Type
Script access
Privacy