差价监控
6
Follow
942
Followers
只支持两个交易所, 可自定义差价的类型, 支持2.77托管者的自定义图表功能
Source
JavaScript
var __lastDiff = 0;
var __AType = ["Last", "Buy", "Sell"][AType];
var __BType = ["Last", "Buy", "Sell"][BType];
var cfg = {
tooltip: {xDateFormat: '%Y-%m-%d %H:%M:%S, %A'},
title : { text : '差价分析图'},
rangeSelector: {
buttons: [{type: 'hour',count: 1, text: '1h'}, {type: 'hour',count: 3, text: '3h'}, {type: 'hour', count: 8, text: '8h'}, {type: 'all',text: 'All'}],
selected: 0,
inputEnabled: falseStrategy parameters
Commands
Related strategies
Comment
All comments (0)
No data
- 1
