바이낸스 거래 통계
3
Follow
1503
Followers
적극적인 거래 데이터를 기록하여 거래장 활성도를 나타냅니다.
Source
JavaScript
var tradeHistory = {buyData:{amount:0, money:0}, sellData:{amount:0, money:0}}
if(_G('tradeHistory')){
tradeHistory = _G('tradeHistory')
}
function onexit(){
Log('exit,saving data...')
_G('tradeHistory', tradeHistory)
}
function main(){
var client = Dial("wss://stream.binance.com:9443/ws/" + Pair.toLowerCase() + "@trade", 60)
var updateTime = new Date().getTime()
while(true){Strategy parameters
Related strategies
Comment
All comments (0)
No data
- 1
