fungso94
PlusLast seen
Followers
0Following
4Ideas
1Scripts
0Joined Aug 27, 2020
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 strategy("OBV + Moving Averages Strategy", overlay=true) // 參數設置 length_OBV = input(1, "OBV 增量") // OBV的變動閥值 length_maVolume = input(50, "50日均量") // 50日均量 length_maShort = input(5, "5日均線") // 5日均線 length_maLong = input(13, "13日均線") // 13日均線 take_profit = input(0.1, "止盈比例 (10%)") // 10%止盈 stop_loss = input(0.05, "止損比例 (5%)") // 5%止損 //...
0
User has no followers
54
0
0
Message
Follow
Following
Unfollow
242
0
0
Message
Follow
Following
Unfollow
1126
44
171
Message
Follow
Following
Unfollow
Type
Script access
Privacy