|
|
@@ -42,7 +42,7 @@ const orderHandler = function(context, task) {
|
|
|
})
|
|
|
}
|
|
|
|
|
|
-const table = new TableKit(['pair', 'binance', 'order price', '%'], 25)
|
|
|
+const table = new TableKit(['pair', 'binance', 'order price', 'profit'], 25)
|
|
|
|
|
|
const pricesHandler = function(context, task) {
|
|
|
const logger = task.logger
|
|
|
@@ -66,7 +66,7 @@ const pricesHandler = function(context, task) {
|
|
|
//
|
|
|
// })()) return
|
|
|
|
|
|
- const rows = [pair.toString(), BinancePrice.toString(), orderPrice.toString(), orderPercentage.toString()]
|
|
|
+ const rows = [pair.toString(), BinancePrice.toString(), orderPrice.toString(), orderPercentage.toString().concat('%')]
|
|
|
|
|
|
// 识别到在拉盘
|
|
|
token.isLong = (() => {
|