Mehdighaffary
Last seen
Followers
1Following
2Ideas
1Scripts
0Joined 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
2411
1068
4346
Message
Follow
Following
Unfollow
264766
18
223
Message
Follow
Following
Unfollow
Type
Script access
Privacy