@@ -30,8 +30,7 @@ module.exports = {
30
30
let result = {
31
31
symbol : pair . name ,
32
32
periods : [ '1m' , '15m' , '1h' ] ,
33
- exchange : 'ftx' ,
34
- state : 'watch'
33
+ exchange : 'ftx'
35
34
} ;
36
35
37
36
if ( callback ) {
@@ -84,8 +83,7 @@ module.exports = {
84
83
let result = {
85
84
symbol : pair . symbol ,
86
85
periods : [ '1m' , '15m' , '1h' ] ,
87
- exchange : 'binance' ,
88
- state : 'watch'
86
+ exchange : 'binance'
89
87
} ;
90
88
91
89
if ( callback ) {
@@ -181,8 +179,7 @@ module.exports = {
181
179
let result = {
182
180
symbol : pair . symbol ,
183
181
periods : [ '1m' , '15m' , '1h' ] ,
184
- exchange : 'bitmex' ,
185
- state : 'watch'
182
+ exchange : 'bitmex'
186
183
} ;
187
184
188
185
if ( callback ) {
@@ -217,8 +214,7 @@ module.exports = {
217
214
let result = {
218
215
symbol : pair . symbol ,
219
216
periods : [ '1m' , '15m' , '1h' ] ,
220
- exchange : 'binance_futures' ,
221
- state : 'watch'
217
+ exchange : 'binance_futures'
222
218
} ;
223
219
224
220
if ( callback ) {
@@ -248,8 +244,7 @@ module.exports = {
248
244
let result = {
249
245
symbol : pair . pair . toUpperCase ( ) ,
250
246
periods : [ '1m' , '15m' , '1h' ] ,
251
- exchange : 'bitfinex' ,
252
- state : 'watch'
247
+ exchange : 'bitfinex'
253
248
} ;
254
249
255
250
if ( callback ) {
@@ -279,8 +274,7 @@ module.exports = {
279
274
let result = {
280
275
symbol : pair . name ,
281
276
periods : [ '1m' , '15m' , '1h' ] ,
282
- exchange : 'bybit' ,
283
- state : 'watch'
277
+ exchange : 'bybit'
284
278
} ;
285
279
286
280
if ( callback ) {
0 commit comments