Mehdighaffary
Last seen
Followers
1
Following
2
Ideas
1
Scripts
0
Joined Sep 29, 2020
chartpattern
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
trendanalysis
volatility
volumestudies
Less Tags
Show All Tags
function orderBlock(price) { let buyOrder; let sellOrder; let orderBlock; buyOrder = { type: 'buy', price: price, size: 100 }; sellOrder = { type: 'sell', price: price, size: 100 }; orderBlock = ; return orderBlock; } let price = 50; let myOrderBlock = orderBlock(price); console.log(myOrderBlock);
0
0
0
0
Message
Follow
Following
Unfollow
2404
1068
4346
Message
Follow
Following
Unfollow
250845
18
220
Message
Follow
Following
Unfollow
Type
Script access
Privacy