_id symbol featureToggle lastCandle symbolConfiguration indicators symbolInfo openOrders action baseAssetBalance quoteAssetBalance buy sell order canDisable saveToCache overrideData
67cccaa7692dfac3aaa08552
ARKUSDT
{
  "notifyOrderConfirm": true,
  "notifyDebug": true,
  "notifyOrderExecute": true
}
{
  "eventType": "24hrMiniTicker",
  "eventTime": 1749251170328,
  "symbol": "ARKUSDT",
  "close": "0.36070000"
}
{
  "_id": "67ccc9eaa153dac955a49a18",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "botOptions": {
    "authentication": {
      "lockList": true,
      "lockAfter": 600
    },
    "autoTriggerBuy": {
      "enabled": true,
      "triggerAfter": 9,
      "conditions": {
        "whenLessThanATHRestriction": true,
        "afterDisabledPeriod": true
      }
    },
    "orderLimit": {
      "enabled": true,
      "maxBuyOpenOrders": 5,
      "maxOpenTrades": 10
    },
    "tradingViewOptions": {
      "useOnlyWithin": 10,
      "ifExpires": "ignore"
    },
    "logs": {
      "deleteAfter": 500
    },
    "tradingViews": [
      {
        "interval": "15m",
        "buy": {
          "whenStrongBuy": false,
          "whenBuy": false
        },
        "sell": {
          "forceSellOverZeroBelowTriggerPrice": {
            "whenNeutral": false,
            "whenSell": false,
            "whenStrongSell": false
          }
        }
      }
    ]
  },
  "candles": {
    "interval": "1d",
    "limit": 5
  },
  "buy": {
    "enabled": true,
    "lastBuyPriceRemoveThreshold": 1.04,
    "athRestriction": {
      "enabled": true,
      "candles": {
        "interval": "1m",
        "limit": 4
      },
      "restrictionPercentage": 0.94
    },
    "minPurchaseAmount": -1,
    "maxPurchaseAmount": -1,
    "gridTrade": [
      {
        "triggerPercentage": 1.015,
        "stopPercentage": 1.0045,
        "limitPercentage": 1.0055,
        "minPurchaseAmount": 9,
        "maxPurchaseAmount": 50,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.015,
      "stopPercentage": 1.0045,
      "limitPercentage": 1.0055,
      "minPurchaseAmount": 9,
      "maxPurchaseAmount": 50,
      "executed": false,
      "executedOrder": null
    }
  },
  "sell": {
    "enabled": true,
    "stopLoss": {
      "enabled": true,
      "maxLossPercentage": 0.975,
      "disableBuyMinutes": 4,
      "orderType": "market"
    },
    "conservativeMode": {
      "enabled": true,
      "factor": 0.98
    },
    "gridTrade": [
      {
        "triggerPercentage": 1.037,
        "stopPercentage": 0.983,
        "limitPercentage": 0.95,
        "quantityPercentage": 1,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.037,
      "stopPercentage": 0.983,
      "limitPercentage": 0.95,
      "quantityPercentage": 1,
      "executed": false,
      "executedOrder": null
    }
  },
  "system": {
    "temporaryDisableActionAfterConfirmingOrder": 20,
    "checkManualOrderPeriod": 5,
    "placeManualOrderInterval": 5,
    "refreshAccountInfoPeriod": 1,
    "checkOrderExecutePeriod": 10
  }
}
{
  "highestPrice": 0.3886,
  "lowestPrice": 0.3477,
  "athPrice": 0.3612
}
{
  "symbol": "ARKUSDT",
  "status": "TRADING",
  "baseAsset": "ARK",
  "baseAssetPrecision": 8,
  "quoteAsset": "USDT",
  "quotePrecision": 8,
  "filterLotSize": {
    "filterType": "LOT_SIZE",
    "minQty": "1.00000000",
    "maxQty": "92141578.00000000",
    "stepSize": "1.00000000"
  },
  "filterPrice": {
    "filterType": "PRICE_FILTER",
    "minPrice": "0.00010000",
    "maxPrice": "1000.00000000",
    "tickSize": "0.00010000"
  },
  "filterMinNotional": {
    "filterType": "NOTIONAL",
    "minNotional": "5.00000000",
    "applyMinToMarket": true,
    "maxNotional": "9000000.00000000",
    "applyMaxToMarket": false,
    "avgPriceMins": 5
  }
}
not-determined
{
  "asset": "ARK",
  "free": 0,
  "locked": 0,
  "total": 0,
  "estimatedValue": 0,
  "updatedAt": "2025-06-06T22:06:15.263Z"
}
{
  "asset": "USDT",
  "free": "52.61726865",
  "locked": "0.00000000"
}
{
  "currentPrice": 0.3607,
  "limitPrice": 0.36268385000000003,
  "highestPrice": 0.3886,
  "lowestPrice": 0.3477,
  "athPrice": 0.3612,
  "athRestrictionPrice": 0.339528,
  "triggerPrice": 0.3529155,
  "difference": 2.2057688030137523,
  "nextBestBuyAmount": null,
  "nextBestBuyCalculation": null,
  "openOrders": [],
  "processMessage": "",
  "updatedAt": "2025-06-06T23:06:10.499Z"
}
{
  "currentPrice": 0.3607,
  "limitPrice": null,
  "lastBuyPrice": null,
  "triggerPrice": null,
  "difference": null,
  "stopLossTriggerPrice": null,
  "stopLossDifference": null,
  "currentProfit": null,
  "currentProfitPercentage": null,
  "conservativeModeApplicable": false,
  "triggerPercentage": null,
  "openOrders": [],
  "processMessage": "",
  "updatedAt": "2025-06-06T23:06:10.499Z"
}
{}
true
true
{}
67cccaa9692dfac3aaa08615
SCRTUSDT
{
  "notifyOrderConfirm": true,
  "notifyDebug": true,
  "notifyOrderExecute": true
}
{
  "eventType": "24hrMiniTicker",
  "eventTime": 1749251236933,
  "symbol": "SCRTUSDT",
  "close": "0.17080000"
}
{
  "_id": "67ccc9eaa153dac955a49a18",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "botOptions": {
    "authentication": {
      "lockList": true,
      "lockAfter": 600
    },
    "autoTriggerBuy": {
      "enabled": true,
      "triggerAfter": 9,
      "conditions": {
        "whenLessThanATHRestriction": true,
        "afterDisabledPeriod": true
      }
    },
    "orderLimit": {
      "enabled": true,
      "maxBuyOpenOrders": 5,
      "maxOpenTrades": 10
    },
    "tradingViewOptions": {
      "useOnlyWithin": 10,
      "ifExpires": "ignore"
    },
    "logs": {
      "deleteAfter": 500
    },
    "tradingViews": [
      {
        "interval": "15m",
        "buy": {
          "whenStrongBuy": false,
          "whenBuy": false
        },
        "sell": {
          "forceSellOverZeroBelowTriggerPrice": {
            "whenNeutral": false,
            "whenSell": false,
            "whenStrongSell": false
          }
        }
      }
    ]
  },
  "candles": {
    "interval": "1d",
    "limit": 5
  },
  "buy": {
    "enabled": true,
    "lastBuyPriceRemoveThreshold": 1.04,
    "athRestriction": {
      "enabled": true,
      "candles": {
        "interval": "1m",
        "limit": 4
      },
      "restrictionPercentage": 0.94
    },
    "minPurchaseAmount": -1,
    "maxPurchaseAmount": -1,
    "gridTrade": [
      {
        "triggerPercentage": 1.015,
        "stopPercentage": 1.0045,
        "limitPercentage": 1.0055,
        "minPurchaseAmount": 9,
        "maxPurchaseAmount": 50,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.015,
      "stopPercentage": 1.0045,
      "limitPercentage": 1.0055,
      "minPurchaseAmount": 9,
      "maxPurchaseAmount": 50,
      "executed": false,
      "executedOrder": null
    }
  },
  "sell": {
    "enabled": true,
    "stopLoss": {
      "enabled": true,
      "maxLossPercentage": 0.975,
      "disableBuyMinutes": 4,
      "orderType": "market"
    },
    "conservativeMode": {
      "enabled": true,
      "factor": 0.98
    },
    "gridTrade": [
      {
        "triggerPercentage": 1.037,
        "stopPercentage": 0.983,
        "limitPercentage": 0.95,
        "quantityPercentage": 1,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.037,
      "stopPercentage": 0.983,
      "limitPercentage": 0.95,
      "quantityPercentage": 1,
      "executed": false,
      "executedOrder": null
    }
  },
  "system": {
    "temporaryDisableActionAfterConfirmingOrder": 20,
    "checkManualOrderPeriod": 5,
    "placeManualOrderInterval": 5,
    "refreshAccountInfoPeriod": 1,
    "checkOrderExecutePeriod": 10
  }
}
{
  "highestPrice": 0.1879,
  "lowestPrice": 0.1646,
  "athPrice": 0.1713
}
{
  "symbol": "SCRTUSDT",
  "status": "TRADING",
  "baseAsset": "SCRT",
  "baseAssetPrecision": 8,
  "quoteAsset": "USDT",
  "quotePrecision": 8,
  "filterLotSize": {
    "filterType": "LOT_SIZE",
    "minQty": "0.10000000",
    "maxQty": "92141578.00000000",
    "stepSize": "0.10000000"
  },
  "filterPrice": {
    "filterType": "PRICE_FILTER",
    "minPrice": "0.00010000",
    "maxPrice": "1000.00000000",
    "tickSize": "0.00010000"
  },
  "filterMinNotional": {
    "filterType": "NOTIONAL",
    "minNotional": "5.00000000",
    "applyMinToMarket": true,
    "maxNotional": "9000000.00000000",
    "applyMaxToMarket": false,
    "avgPriceMins": 5
  }
}
not-determined
{
  "asset": "SCRT",
  "free": 0,
  "locked": 0,
  "total": 0,
  "estimatedValue": 0,
  "updatedAt": "2025-06-06T22:06:15.263Z"
}
{
  "asset": "USDT",
  "free": "52.61726865",
  "locked": "0.00000000"
}
{
  "currentPrice": 0.1708,
  "limitPrice": 0.17173940000000001,
  "highestPrice": 0.1879,
  "lowestPrice": 0.1646,
  "athPrice": 0.1713,
  "athRestrictionPrice": 0.161022,
  "triggerPrice": 0.16706899999999997,
  "difference": 2.233209033393413,
  "nextBestBuyAmount": null,
  "nextBestBuyCalculation": null,
  "openOrders": [],
  "processMessage": "",
  "updatedAt": "2025-06-06T23:07:17.075Z"
}
{
  "currentPrice": 0.1708,
  "limitPrice": null,
  "lastBuyPrice": null,
  "triggerPrice": null,
  "difference": null,
  "stopLossTriggerPrice": null,
  "stopLossDifference": null,
  "currentProfit": null,
  "currentProfitPercentage": null,
  "conservativeModeApplicable": false,
  "triggerPercentage": null,
  "openOrders": [],
  "processMessage": "",
  "updatedAt": "2025-06-06T23:07:17.075Z"
}
{}
true
true
{}
67cccaa9692dfac3aaa086b6
HIGHUSDT
{
  "notifyOrderConfirm": true,
  "notifyDebug": true,
  "notifyOrderExecute": true
}
{
  "eventType": "24hrMiniTicker",
  "eventTime": 1749251236862,
  "symbol": "HIGHUSDT",
  "close": "0.53700000"
}
{
  "_id": "67ccc9eaa153dac955a49a18",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "botOptions": {
    "authentication": {
      "lockList": true,
      "lockAfter": 600
    },
    "autoTriggerBuy": {
      "enabled": true,
      "triggerAfter": 9,
      "conditions": {
        "whenLessThanATHRestriction": true,
        "afterDisabledPeriod": true
      }
    },
    "orderLimit": {
      "enabled": true,
      "maxBuyOpenOrders": 5,
      "maxOpenTrades": 10
    },
    "tradingViewOptions": {
      "useOnlyWithin": 10,
      "ifExpires": "ignore"
    },
    "logs": {
      "deleteAfter": 500
    },
    "tradingViews": [
      {
        "interval": "15m",
        "buy": {
          "whenStrongBuy": false,
          "whenBuy": false
        },
        "sell": {
          "forceSellOverZeroBelowTriggerPrice": {
            "whenNeutral": false,
            "whenSell": false,
            "whenStrongSell": false
          }
        }
      }
    ]
  },
  "candles": {
    "interval": "1d",
    "limit": 5
  },
  "buy": {
    "enabled": true,
    "lastBuyPriceRemoveThreshold": 1.04,
    "athRestriction": {
      "enabled": true,
      "candles": {
        "interval": "1m",
        "limit": 4
      },
      "restrictionPercentage": 0.94
    },
    "minPurchaseAmount": -1,
    "maxPurchaseAmount": -1,
    "gridTrade": [
      {
        "triggerPercentage": 1.015,
        "stopPercentage": 1.0045,
        "limitPercentage": 1.0055,
        "minPurchaseAmount": 9,
        "maxPurchaseAmount": 50,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.015,
      "stopPercentage": 1.0045,
      "limitPercentage": 1.0055,
      "minPurchaseAmount": 9,
      "maxPurchaseAmount": 50,
      "executed": false,
      "executedOrder": null
    }
  },
  "sell": {
    "enabled": true,
    "stopLoss": {
      "enabled": true,
      "maxLossPercentage": 0.975,
      "disableBuyMinutes": 4,
      "orderType": "market"
    },
    "conservativeMode": {
      "enabled": true,
      "factor": 0.98
    },
    "gridTrade": [
      {
        "triggerPercentage": 1.037,
        "stopPercentage": 0.983,
        "limitPercentage": 0.95,
        "quantityPercentage": 1,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.037,
      "stopPercentage": 0.983,
      "limitPercentage": 0.95,
      "quantityPercentage": 1,
      "executed": false,
      "executedOrder": null
    }
  },
  "system": {
    "temporaryDisableActionAfterConfirmingOrder": 20,
    "checkManualOrderPeriod": 5,
    "placeManualOrderInterval": 5,
    "refreshAccountInfoPeriod": 1,
    "checkOrderExecutePeriod": 10
  }
}
{
  "highestPrice": 0.599,
  "lowestPrice": 0.521,
  "athPrice": 0.537
}
{
  "symbol": "HIGHUSDT",
  "status": "TRADING",
  "baseAsset": "HIGH",
  "baseAssetPrecision": 8,
  "quoteAsset": "USDT",
  "quotePrecision": 8,
  "filterLotSize": {
    "filterType": "LOT_SIZE",
    "minQty": "0.00100000",
    "maxQty": "9222449.00000000",
    "stepSize": "0.00100000"
  },
  "filterPrice": {
    "filterType": "PRICE_FILTER",
    "minPrice": "0.00100000",
    "maxPrice": "10000.00000000",
    "tickSize": "0.00100000"
  },
  "filterMinNotional": {
    "filterType": "NOTIONAL",
    "minNotional": "5.00000000",
    "applyMinToMarket": true,
    "maxNotional": "9000000.00000000",
    "applyMaxToMarket": false,
    "avgPriceMins": 5
  }
}
not-determined
{
  "asset": "HIGH",
  "free": 0,
  "locked": 0,
  "total": 0,
  "estimatedValue": 0,
  "updatedAt": "2025-06-06T22:06:15.263Z"
}
{
  "asset": "USDT",
  "free": "52.61726865",
  "locked": "0.00000000"
}
{
  "currentPrice": 0.537,
  "limitPrice": 0.5399535000000001,
  "highestPrice": 0.599,
  "lowestPrice": 0.521,
  "athPrice": 0.537,
  "athRestrictionPrice": 0.50478,
  "triggerPrice": 0.5288149999999999,
  "difference": 1.5478002704159444,
  "nextBestBuyAmount": null,
  "nextBestBuyCalculation": null,
  "openOrders": [],
  "processMessage": "",
  "updatedAt": "2025-06-06T23:07:17.028Z"
}
{
  "currentPrice": 0.537,
  "limitPrice": null,
  "lastBuyPrice": null,
  "triggerPrice": null,
  "difference": null,
  "stopLossTriggerPrice": null,
  "stopLossDifference": null,
  "currentProfit": null,
  "currentProfitPercentage": null,
  "conservativeModeApplicable": false,
  "triggerPercentage": null,
  "openOrders": [],
  "processMessage": "",
  "updatedAt": "2025-06-06T23:07:17.028Z"
}
{}
true
true
{}
67cccaaf692dfac3aaa0894b
LTOUSDT
{
  "notifyOrderConfirm": true,
  "notifyDebug": true,
  "notifyOrderExecute": true
}
{
  "eventType": "24hrMiniTicker",
  "eventTime": 1749251231739,
  "symbol": "LTOUSDT",
  "close": "0.03070000"
}
{
  "_id": "67ccc9eaa153dac955a49a18",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "botOptions": {
    "authentication": {
      "lockList": true,
      "lockAfter": 600
    },
    "autoTriggerBuy": {
      "enabled": true,
      "triggerAfter": 9,
      "conditions": {
        "whenLessThanATHRestriction": true,
        "afterDisabledPeriod": true
      }
    },
    "orderLimit": {
      "enabled": true,
      "maxBuyOpenOrders": 5,
      "maxOpenTrades": 10
    },
    "tradingViewOptions": {
      "useOnlyWithin": 10,
      "ifExpires": "ignore"
    },
    "logs": {
      "deleteAfter": 500
    },
    "tradingViews": [
      {
        "interval": "15m",
        "buy": {
          "whenStrongBuy": false,
          "whenBuy": false
        },
        "sell": {
          "forceSellOverZeroBelowTriggerPrice": {
            "whenNeutral": false,
            "whenSell": false,
            "whenStrongSell": false
          }
        }
      }
    ]
  },
  "candles": {
    "interval": "1d",
    "limit": 5
  },
  "buy": {
    "enabled": true,
    "lastBuyPriceRemoveThreshold": 1.04,
    "athRestriction": {
      "enabled": true,
      "candles": {
        "interval": "1m",
        "limit": 4
      },
      "restrictionPercentage": 0.94
    },
    "minPurchaseAmount": -1,
    "maxPurchaseAmount": -1,
    "gridTrade": [
      {
        "triggerPercentage": 1.015,
        "stopPercentage": 1.0045,
        "limitPercentage": 1.0055,
        "minPurchaseAmount": 9,
        "maxPurchaseAmount": 50,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.015,
      "stopPercentage": 1.0045,
      "limitPercentage": 1.0055,
      "minPurchaseAmount": 9,
      "maxPurchaseAmount": 50,
      "executed": false,
      "executedOrder": null
    }
  },
  "sell": {
    "enabled": true,
    "stopLoss": {
      "enabled": true,
      "maxLossPercentage": 0.975,
      "disableBuyMinutes": 4,
      "orderType": "market"
    },
    "conservativeMode": {
      "enabled": true,
      "factor": 0.98
    },
    "gridTrade": [
      {
        "triggerPercentage": 1.037,
        "stopPercentage": 0.983,
        "limitPercentage": 0.95,
        "quantityPercentage": 1,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.037,
      "stopPercentage": 0.983,
      "limitPercentage": 0.95,
      "quantityPercentage": 1,
      "executed": false,
      "executedOrder": null
    }
  },
  "system": {
    "temporaryDisableActionAfterConfirmingOrder": 20,
    "checkManualOrderPeriod": 5,
    "placeManualOrderInterval": 5,
    "refreshAccountInfoPeriod": 1,
    "checkOrderExecutePeriod": 10
  }
}
{
  "highestPrice": 0.0361,
  "lowestPrice": 0.0302,
  "athPrice": 0.0307
}
{
  "symbol": "LTOUSDT",
  "status": "TRADING",
  "baseAsset": "LTO",
  "baseAssetPrecision": 8,
  "quoteAsset": "USDT",
  "quotePrecision": 8,
  "filterLotSize": {
    "filterType": "LOT_SIZE",
    "minQty": "1.00000000",
    "maxQty": "9000000.00000000",
    "stepSize": "1.00000000"
  },
  "filterPrice": {
    "filterType": "PRICE_FILTER",
    "minPrice": "0.00010000",
    "maxPrice": "1000.00000000",
    "tickSize": "0.00010000"
  },
  "filterMinNotional": {
    "filterType": "NOTIONAL",
    "minNotional": "5.00000000",
    "applyMinToMarket": true,
    "maxNotional": "9000000.00000000",
    "applyMaxToMarket": false,
    "avgPriceMins": 5
  }
}
not-determined
{
  "asset": "LTO",
  "free": 0,
  "locked": 0,
  "total": 0,
  "estimatedValue": 0,
  "updatedAt": "2025-06-06T22:06:15.263Z"
}
{
  "asset": "USDT",
  "free": "52.61726865",
  "locked": "0.00000000"
}
{
  "currentPrice": 0.0307,
  "limitPrice": 0.030868850000000003,
  "highestPrice": 0.0361,
  "lowestPrice": 0.0302,
  "athPrice": 0.0307,
  "athRestrictionPrice": 0.028857999999999998,
  "triggerPrice": 0.030653,
  "difference": 0.15332920105699532,
  "nextBestBuyAmount": null,
  "nextBestBuyCalculation": null,
  "openOrders": [],
  "processMessage": "",
  "updatedAt": "2025-06-06T23:07:11.874Z"
}
{
  "currentPrice": 0.0307,
  "limitPrice": null,
  "lastBuyPrice": null,
  "triggerPrice": null,
  "difference": null,
  "stopLossTriggerPrice": null,
  "stopLossDifference": null,
  "currentProfit": null,
  "currentProfitPercentage": null,
  "conservativeModeApplicable": false,
  "triggerPercentage": null,
  "openOrders": [],
  "processMessage": "",
  "updatedAt": "2025-06-06T23:07:11.874Z"
}
{}
true
true
{}
67cccab2692dfac3aaa08a3e
CKBUSDT
{
  "notifyOrderConfirm": true,
  "notifyDebug": true,
  "notifyOrderExecute": true
}
{
  "eventType": "24hrMiniTicker",
  "eventTime": 1749251224276,
  "symbol": "CKBUSDT",
  "close": "0.00388700"
}
{
  "_id": "67ccc9eaa153dac955a49a18",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "botOptions": {
    "authentication": {
      "lockList": true,
      "lockAfter": 600
    },
    "autoTriggerBuy": {
      "enabled": true,
      "triggerAfter": 9,
      "conditions": {
        "whenLessThanATHRestriction": true,
        "afterDisabledPeriod": true
      }
    },
    "orderLimit": {
      "enabled": true,
      "maxBuyOpenOrders": 5,
      "maxOpenTrades": 10
    },
    "tradingViewOptions": {
      "useOnlyWithin": 10,
      "ifExpires": "ignore"
    },
    "logs": {
      "deleteAfter": 500
    },
    "tradingViews": [
      {
        "interval": "15m",
        "buy": {
          "whenStrongBuy": false,
          "whenBuy": false
        },
        "sell": {
          "forceSellOverZeroBelowTriggerPrice": {
            "whenNeutral": false,
            "whenSell": false,
            "whenStrongSell": false
          }
        }
      }
    ]
  },
  "candles": {
    "interval": "1d",
    "limit": 5
  },
  "buy": {
    "enabled": true,
    "lastBuyPriceRemoveThreshold": 1.04,
    "athRestriction": {
      "enabled": true,
      "candles": {
        "interval": "1m",
        "limit": 4
      },
      "restrictionPercentage": 0.94
    },
    "minPurchaseAmount": -1,
    "maxPurchaseAmount": -1,
    "gridTrade": [
      {
        "triggerPercentage": 1.015,
        "stopPercentage": 1.0045,
        "limitPercentage": 1.0055,
        "minPurchaseAmount": 9,
        "maxPurchaseAmount": 50,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.015,
      "stopPercentage": 1.0045,
      "limitPercentage": 1.0055,
      "minPurchaseAmount": 9,
      "maxPurchaseAmount": 50,
      "executed": false,
      "executedOrder": null
    }
  },
  "sell": {
    "enabled": true,
    "stopLoss": {
      "enabled": true,
      "maxLossPercentage": 0.975,
      "disableBuyMinutes": 4,
      "orderType": "market"
    },
    "conservativeMode": {
      "enabled": true,
      "factor": 0.98
    },
    "gridTrade": [
      {
        "triggerPercentage": 1.037,
        "stopPercentage": 0.983,
        "limitPercentage": 0.95,
        "quantityPercentage": 1,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.037,
      "stopPercentage": 0.983,
      "limitPercentage": 0.95,
      "quantityPercentage": 1,
      "executed": false,
      "executedOrder": null
    }
  },
  "system": {
    "temporaryDisableActionAfterConfirmingOrder": 20,
    "checkManualOrderPeriod": 5,
    "placeManualOrderInterval": 5,
    "refreshAccountInfoPeriod": 1,
    "checkOrderExecutePeriod": 10
  }
}
{
  "highestPrice": 0.004478,
  "lowestPrice": 0.00373,
  "athPrice": 0.0039
}
{
  "symbol": "CKBUSDT",
  "status": "TRADING",
  "baseAsset": "CKB",
  "baseAssetPrecision": 8,
  "quoteAsset": "USDT",
  "quotePrecision": 8,
  "filterLotSize": {
    "filterType": "LOT_SIZE",
    "minQty": "1.00000000",
    "maxQty": "92141578.00000000",
    "stepSize": "1.00000000"
  },
  "filterPrice": {
    "filterType": "PRICE_FILTER",
    "minPrice": "0.00000100",
    "maxPrice": "1000.00000000",
    "tickSize": "0.00000100"
  },
  "filterMinNotional": {
    "filterType": "NOTIONAL",
    "minNotional": "5.00000000",
    "applyMinToMarket": true,
    "maxNotional": "9000000.00000000",
    "applyMaxToMarket": false,
    "avgPriceMins": 5
  }
}
not-determined
{
  "asset": "CKB",
  "free": 0,
  "locked": 0,
  "total": 0,
  "estimatedValue": 0,
  "updatedAt": "2025-06-06T22:06:15.263Z"
}
{
  "asset": "USDT",
  "free": "52.61726865",
  "locked": "0.00000000"
}
{
  "currentPrice": 0.003887,
  "limitPrice": 0.0039083785,
  "highestPrice": 0.004478,
  "lowestPrice": 0.00373,
  "athPrice": 0.0039,
  "athRestrictionPrice": 0.0036659999999999996,
  "triggerPrice": 0.0037859499999999993,
  "difference": 2.669079095075233,
  "nextBestBuyAmount": null,
  "nextBestBuyCalculation": null,
  "openOrders": [],
  "processMessage": "",
  "updatedAt": "2025-06-06T23:07:04.424Z"
}
{
  "currentPrice": 0.003887,
  "limitPrice": null,
  "lastBuyPrice": null,
  "triggerPrice": null,
  "difference": null,
  "stopLossTriggerPrice": null,
  "stopLossDifference": null,
  "currentProfit": null,
  "currentProfitPercentage": null,
  "conservativeModeApplicable": false,
  "triggerPercentage": null,
  "openOrders": [],
  "processMessage": "",
  "updatedAt": "2025-06-06T23:07:04.424Z"
}
{}
true
true
{}
67cccad1433dff7c9425ce91
HEIUSDT
{
  "notifyOrderConfirm": true,
  "notifyDebug": true,
  "notifyOrderExecute": true
}
{
  "eventType": "24hrMiniTicker",
  "eventTime": 1749251162972,
  "symbol": "HEIUSDT",
  "close": "0.30730000"
}
{
  "_id": "67ccc9eaa153dac955a49a18",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "botOptions": {
    "authentication": {
      "lockList": true,
      "lockAfter": 600
    },
    "autoTriggerBuy": {
      "enabled": true,
      "triggerAfter": 9,
      "conditions": {
        "whenLessThanATHRestriction": true,
        "afterDisabledPeriod": true
      }
    },
    "orderLimit": {
      "enabled": true,
      "maxBuyOpenOrders": 5,
      "maxOpenTrades": 10
    },
    "tradingViewOptions": {
      "useOnlyWithin": 10,
      "ifExpires": "ignore"
    },
    "logs": {
      "deleteAfter": 500
    },
    "tradingViews": [
      {
        "interval": "15m",
        "buy": {
          "whenStrongBuy": false,
          "whenBuy": false
        },
        "sell": {
          "forceSellOverZeroBelowTriggerPrice": {
            "whenNeutral": false,
            "whenSell": false,
            "whenStrongSell": false
          }
        }
      }
    ]
  },
  "candles": {
    "interval": "1d",
    "limit": 5
  },
  "buy": {
    "enabled": true,
    "lastBuyPriceRemoveThreshold": 1.04,
    "athRestriction": {
      "enabled": true,
      "candles": {
        "interval": "1m",
        "limit": 4
      },
      "restrictionPercentage": 0.94
    },
    "minPurchaseAmount": -1,
    "maxPurchaseAmount": -1,
    "gridTrade": [
      {
        "triggerPercentage": 1.015,
        "stopPercentage": 1.0045,
        "limitPercentage": 1.0055,
        "minPurchaseAmount": 9,
        "maxPurchaseAmount": 50,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.015,
      "stopPercentage": 1.0045,
      "limitPercentage": 1.0055,
      "minPurchaseAmount": 9,
      "maxPurchaseAmount": 50,
      "executed": false,
      "executedOrder": null
    }
  },
  "sell": {
    "enabled": true,
    "stopLoss": {
      "enabled": true,
      "maxLossPercentage": 0.975,
      "disableBuyMinutes": 4,
      "orderType": "market"
    },
    "conservativeMode": {
      "enabled": true,
      "factor": 0.98
    },
    "gridTrade": [
      {
        "triggerPercentage": 1.037,
        "stopPercentage": 0.983,
        "limitPercentage": 0.95,
        "quantityPercentage": 1,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.037,
      "stopPercentage": 0.983,
      "limitPercentage": 0.95,
      "quantityPercentage": 1,
      "executed": false,
      "executedOrder": null
    }
  },
  "system": {
    "temporaryDisableActionAfterConfirmingOrder": 20,
    "checkManualOrderPeriod": 5,
    "placeManualOrderInterval": 5,
    "refreshAccountInfoPeriod": 1,
    "checkOrderExecutePeriod": 10
  }
}
{
  "highestPrice": 0.3287,
  "lowestPrice": 0.3019,
  "athPrice": 0.3078
}
{
  "symbol": "HEIUSDT",
  "status": "TRADING",
  "baseAsset": "HEI",
  "baseAssetPrecision": 8,
  "quoteAsset": "USDT",
  "quotePrecision": 8,
  "filterLotSize": {
    "filterType": "LOT_SIZE",
    "minQty": "0.10000000",
    "maxQty": "92141578.00000000",
    "stepSize": "0.10000000"
  },
  "filterPrice": {
    "filterType": "PRICE_FILTER",
    "minPrice": "0.00010000",
    "maxPrice": "1000.00000000",
    "tickSize": "0.00010000"
  },
  "filterMinNotional": {
    "filterType": "NOTIONAL",
    "minNotional": "5.00000000",
    "applyMinToMarket": true,
    "maxNotional": "9000000.00000000",
    "applyMaxToMarket": false,
    "avgPriceMins": 5
  }
}
not-determined
{
  "asset": "HEI",
  "free": 0,
  "locked": 0,
  "total": 0,
  "estimatedValue": 0,
  "updatedAt": "2025-06-06T22:06:15.263Z"
}
{
  "asset": "USDT",
  "free": "52.61726865",
  "locked": "0.00000000"
}
{
  "currentPrice": 0.3073,
  "limitPrice": 0.30899015,
  "highestPrice": 0.3287,
  "lowestPrice": 0.3019,
  "athPrice": 0.3078,
  "athRestrictionPrice": 0.289332,
  "triggerPrice": 0.3064285,
  "difference": 0.28440566070062623,
  "nextBestBuyAmount": null,
  "nextBestBuyCalculation": null,
  "openOrders": [],
  "processMessage": "",
  "updatedAt": "2025-06-06T23:06:03.126Z"
}
{
  "currentPrice": 0.3073,
  "limitPrice": null,
  "lastBuyPrice": null,
  "triggerPrice": null,
  "difference": null,
  "stopLossTriggerPrice": null,
  "stopLossDifference": null,
  "currentProfit": null,
  "currentProfitPercentage": null,
  "conservativeModeApplicable": false,
  "triggerPercentage": null,
  "openOrders": [],
  "processMessage": "",
  "updatedAt": "2025-06-06T23:06:03.126Z"
}
{}
true
true
{}
67cccadd433dff7c9425dba6
HIVEUSDT
{
  "notifyOrderConfirm": true,
  "notifyDebug": true,
  "notifyOrderExecute": true
}
{
  "eventType": "24hrMiniTicker",
  "eventTime": 1749251230807,
  "symbol": "HIVEUSDT",
  "close": "0.23150000"
}
{
  "_id": "67ccc9eaa153dac955a49a18",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "botOptions": {
    "authentication": {
      "lockList": true,
      "lockAfter": 600
    },
    "autoTriggerBuy": {
      "enabled": true,
      "triggerAfter": 9,
      "conditions": {
        "whenLessThanATHRestriction": true,
        "afterDisabledPeriod": true
      }
    },
    "orderLimit": {
      "enabled": true,
      "maxBuyOpenOrders": 5,
      "maxOpenTrades": 10
    },
    "tradingViewOptions": {
      "useOnlyWithin": 10,
      "ifExpires": "ignore"
    },
    "logs": {
      "deleteAfter": 500
    },
    "tradingViews": [
      {
        "interval": "15m",
        "buy": {
          "whenStrongBuy": false,
          "whenBuy": false
        },
        "sell": {
          "forceSellOverZeroBelowTriggerPrice": {
            "whenNeutral": false,
            "whenSell": false,
            "whenStrongSell": false
          }
        }
      }
    ]
  },
  "candles": {
    "interval": "1d",
    "limit": 5
  },
  "buy": {
    "enabled": true,
    "lastBuyPriceRemoveThreshold": 1.04,
    "athRestriction": {
      "enabled": true,
      "candles": {
        "interval": "1m",
        "limit": 4
      },
      "restrictionPercentage": 0.94
    },
    "minPurchaseAmount": -1,
    "maxPurchaseAmount": -1,
    "gridTrade": [
      {
        "triggerPercentage": 1.015,
        "stopPercentage": 1.0045,
        "limitPercentage": 1.0055,
        "minPurchaseAmount": 9,
        "maxPurchaseAmount": 50,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.015,
      "stopPercentage": 1.0045,
      "limitPercentage": 1.0055,
      "minPurchaseAmount": 9,
      "maxPurchaseAmount": 50,
      "executed": false,
      "executedOrder": null
    }
  },
  "sell": {
    "enabled": true,
    "stopLoss": {
      "enabled": true,
      "maxLossPercentage": 0.975,
      "disableBuyMinutes": 4,
      "orderType": "market"
    },
    "conservativeMode": {
      "enabled": true,
      "factor": 0.98
    },
    "gridTrade": [
      {
        "triggerPercentage": 1.037,
        "stopPercentage": 0.983,
        "limitPercentage": 0.95,
        "quantityPercentage": 1,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.037,
      "stopPercentage": 0.983,
      "limitPercentage": 0.95,
      "quantityPercentage": 1,
      "executed": false,
      "executedOrder": null
    }
  },
  "system": {
    "temporaryDisableActionAfterConfirmingOrder": 20,
    "checkManualOrderPeriod": 5,
    "placeManualOrderInterval": 5,
    "refreshAccountInfoPeriod": 1,
    "checkOrderExecutePeriod": 10
  }
}
{
  "highestPrice": 0.2476,
  "lowestPrice": 0.2227,
  "athPrice": 0.2322
}
{
  "symbol": "HIVEUSDT",
  "status": "TRADING",
  "baseAsset": "HIVE",
  "baseAssetPrecision": 8,
  "quoteAsset": "USDT",
  "quotePrecision": 8,
  "filterLotSize": {
    "filterType": "LOT_SIZE",
    "minQty": "1.00000000",
    "maxQty": "900000.00000000",
    "stepSize": "1.00000000"
  },
  "filterPrice": {
    "filterType": "PRICE_FILTER",
    "minPrice": "0.00010000",
    "maxPrice": "1000.00000000",
    "tickSize": "0.00010000"
  },
  "filterMinNotional": {
    "filterType": "NOTIONAL",
    "minNotional": "5.00000000",
    "applyMinToMarket": true,
    "maxNotional": "9000000.00000000",
    "applyMaxToMarket": false,
    "avgPriceMins": 5
  }
}
not-determined
{
  "asset": "HIVE",
  "free": 0,
  "locked": 0,
  "total": 0,
  "estimatedValue": 0,
  "updatedAt": "2025-06-06T22:06:15.263Z"
}
{
  "asset": "USDT",
  "free": "52.61726865",
  "locked": "0.00000000"
}
{
  "currentPrice": 0.2315,
  "limitPrice": 0.23277325000000001,
  "highestPrice": 0.2476,
  "lowestPrice": 0.2227,
  "athPrice": 0.2322,
  "athRestrictionPrice": 0.218268,
  "triggerPrice": 0.22604049999999998,
  "difference": 2.415275138747286,
  "nextBestBuyAmount": null,
  "nextBestBuyCalculation": null,
  "openOrders": [],
  "processMessage": "",
  "updatedAt": "2025-06-06T23:07:10.979Z"
}
{
  "currentPrice": 0.2315,
  "limitPrice": null,
  "lastBuyPrice": null,
  "triggerPrice": null,
  "difference": null,
  "stopLossTriggerPrice": null,
  "stopLossDifference": null,
  "currentProfit": null,
  "currentProfitPercentage": null,
  "conservativeModeApplicable": false,
  "triggerPercentage": null,
  "openOrders": [],
  "processMessage": "",
  "updatedAt": "2025-06-06T23:07:10.979Z"
}
{}
true
true
{}
67cccb0e433dff7c9425ff55
FLUXUSDT
{
  "notifyOrderConfirm": true,
  "notifyDebug": true,
  "notifyOrderExecute": true
}
{
  "eventType": "24hrMiniTicker",
  "eventTime": 1749251228840,
  "symbol": "FLUXUSDT",
  "close": "0.21090000"
}
{
  "_id": "67ccc9eaa153dac955a49a18",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "botOptions": {
    "authentication": {
      "lockList": true,
      "lockAfter": 600
    },
    "autoTriggerBuy": {
      "enabled": true,
      "triggerAfter": 9,
      "conditions": {
        "whenLessThanATHRestriction": true,
        "afterDisabledPeriod": true
      }
    },
    "orderLimit": {
      "enabled": true,
      "maxBuyOpenOrders": 5,
      "maxOpenTrades": 10
    },
    "tradingViewOptions": {
      "useOnlyWithin": 10,
      "ifExpires": "ignore"
    },
    "logs": {
      "deleteAfter": 500
    },
    "tradingViews": [
      {
        "interval": "15m",
        "buy": {
          "whenStrongBuy": false,
          "whenBuy": false
        },
        "sell": {
          "forceSellOverZeroBelowTriggerPrice": {
            "whenNeutral": false,
            "whenSell": false,
            "whenStrongSell": false
          }
        }
      }
    ]
  },
  "candles": {
    "interval": "1d",
    "limit": 5
  },
  "buy": {
    "enabled": true,
    "lastBuyPriceRemoveThreshold": 1.04,
    "athRestriction": {
      "enabled": true,
      "candles": {
        "interval": "1m",
        "limit": 4
      },
      "restrictionPercentage": 0.94
    },
    "minPurchaseAmount": -1,
    "maxPurchaseAmount": -1,
    "gridTrade": [
      {
        "triggerPercentage": 1.015,
        "stopPercentage": 1.0045,
        "limitPercentage": 1.0055,
        "minPurchaseAmount": 9,
        "maxPurchaseAmount": 50,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.015,
      "stopPercentage": 1.0045,
      "limitPercentage": 1.0055,
      "minPurchaseAmount": 9,
      "maxPurchaseAmount": 50,
      "executed": false,
      "executedOrder": null
    }
  },
  "sell": {
    "enabled": true,
    "stopLoss": {
      "enabled": true,
      "maxLossPercentage": 0.975,
      "disableBuyMinutes": 4,
      "orderType": "market"
    },
    "conservativeMode": {
      "enabled": true,
      "factor": 0.98
    },
    "gridTrade": [
      {
        "triggerPercentage": 1.037,
        "stopPercentage": 0.983,
        "limitPercentage": 0.95,
        "quantityPercentage": 1,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.037,
      "stopPercentage": 0.983,
      "limitPercentage": 0.95,
      "quantityPercentage": 1,
      "executed": false,
      "executedOrder": null
    }
  },
  "system": {
    "temporaryDisableActionAfterConfirmingOrder": 20,
    "checkManualOrderPeriod": 5,
    "placeManualOrderInterval": 5,
    "refreshAccountInfoPeriod": 1,
    "checkOrderExecutePeriod": 10
  }
}
{
  "highestPrice": 0.2391,
  "lowestPrice": 0.2052,
  "athPrice": 0.211
}
{
  "symbol": "FLUXUSDT",
  "status": "TRADING",
  "baseAsset": "FLUX",
  "baseAssetPrecision": 8,
  "quoteAsset": "USDT",
  "quotePrecision": 8,
  "filterLotSize": {
    "filterType": "LOT_SIZE",
    "minQty": "0.01000000",
    "maxQty": "92141578.00000000",
    "stepSize": "0.01000000"
  },
  "filterPrice": {
    "filterType": "PRICE_FILTER",
    "minPrice": "0.00010000",
    "maxPrice": "1000.00000000",
    "tickSize": "0.00010000"
  },
  "filterMinNotional": {
    "filterType": "NOTIONAL",
    "minNotional": "5.00000000",
    "applyMinToMarket": true,
    "maxNotional": "9000000.00000000",
    "applyMaxToMarket": false,
    "avgPriceMins": 5
  }
}
not-determined
{
  "asset": "FLUX",
  "free": 0,
  "locked": 0,
  "total": 0,
  "estimatedValue": 0,
  "updatedAt": "2025-06-06T22:06:15.263Z"
}
{
  "asset": "USDT",
  "free": "52.61726865",
  "locked": "0.00000000"
}
{
  "currentPrice": 0.2109,
  "limitPrice": 0.21205995000000002,
  "highestPrice": 0.2391,
  "lowestPrice": 0.2052,
  "athPrice": 0.211,
  "athRestrictionPrice": 0.19834,
  "triggerPrice": 0.20827799999999996,
  "difference": 1.2588943623426552,
  "nextBestBuyAmount": null,
  "nextBestBuyCalculation": null,
  "openOrders": [],
  "processMessage": "",
  "updatedAt": "2025-06-06T23:07:09.327Z"
}
{
  "currentPrice": 0.2109,
  "limitPrice": null,
  "lastBuyPrice": null,
  "triggerPrice": null,
  "difference": null,
  "stopLossTriggerPrice": null,
  "stopLossDifference": null,
  "currentProfit": null,
  "currentProfitPercentage": null,
  "conservativeModeApplicable": false,
  "triggerPercentage": null,
  "openOrders": [],
  "processMessage": "",
  "updatedAt": "2025-06-06T23:07:09.327Z"
}
{}
true
true
{}
67cccb3c433dff7c94262222
NMRUSDT
{
  "notifyOrderConfirm": true,
  "notifyDebug": true,
  "notifyOrderExecute": true
}
{
  "eventType": "24hrMiniTicker",
  "eventTime": 1749251231969,
  "symbol": "NMRUSDT",
  "close": "7.91000000"
}
{
  "_id": "6839849487ff1ca5ab876023",
  "key": "NMRUSDT-configuration",
  "candles": {
    "interval": "1m",
    "limit": 5
  },
  "buy": {
    "enabled": true,
    "lastBuyPriceRemoveThreshold": 1.04,
    "athRestriction": {
      "enabled": true,
      "candles": {
        "interval": "5m",
        "limit": 2
      },
      "restrictionPercentage": 0.97
    },
    "minPurchaseAmount": -1,
    "maxPurchaseAmount": -1,
    "gridTrade": [
      {
        "triggerPercentage": 1.025,
        "stopPercentage": 1.002,
        "limitPercentage": 1.004,
        "minPurchaseAmount": 9,
        "maxPurchaseAmount": 50,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.025,
      "stopPercentage": 1.002,
      "limitPercentage": 1.004,
      "minPurchaseAmount": 9,
      "maxPurchaseAmount": 50,
      "executed": false,
      "executedOrder": null
    }
  },
  "sell": {
    "enabled": true,
    "stopLoss": {
      "enabled": true,
      "maxLossPercentage": 0.985,
      "disableBuyMinutes": 1,
      "orderType": "market"
    },
    "conservativeMode": {
      "enabled": true,
      "factor": 0.98
    },
    "gridTrade": [
      {
        "triggerPercentage": 1.027,
        "stopPercentage": 0.995,
        "limitPercentage": 0.9,
        "quantityPercentage": 1,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.027,
      "stopPercentage": 0.995,
      "limitPercentage": 0.9,
      "quantityPercentage": 1,
      "executed": false,
      "executedOrder": null
    }
  },
  "botOptions": {
    "authentication": {
      "lockList": true,
      "lockAfter": 600
    },
    "autoTriggerBuy": {
      "enabled": true,
      "triggerAfter": 1,
      "conditions": {
        "whenLessThanATHRestriction": true,
        "afterDisabledPeriod": true
      }
    },
    "orderLimit": {
      "enabled": true,
      "maxBuyOpenOrders": 5,
      "maxOpenTrades": 10
    },
    "tradingViewOptions": {
      "useOnlyWithin": 10,
      "ifExpires": "ignore"
    },
    "logs": {
      "deleteAfter": 500
    },
    "tradingViews": [
      {
        "interval": "5m",
        "buy": {
          "whenStrongBuy": false,
          "whenBuy": false
        },
        "sell": {
          "forceSellOverZeroBelowTriggerPrice": {
            "whenNeutral": false,
            "whenSell": false,
            "whenStrongSell": false
          }
        }
      },
      {
        "interval": "15m",
        "buy": {
          "whenStrongBuy": false,
          "whenBuy": false
        },
        "sell": {
          "forceSellOverZeroBelowTriggerPrice": {
            "whenNeutral": false,
            "whenSell": false,
            "whenStrongSell": false
          }
        }
      }
    ]
  },
  "enabled": true,
  "cronTime": "* * * * * *",
  "system": {
    "temporaryDisableActionAfterConfirmingOrder": 20,
    "checkManualOrderPeriod": 5,
    "placeManualOrderInterval": 5,
    "refreshAccountInfoPeriod": 1,
    "checkOrderExecutePeriod": 10
  }
}
{
  "highestPrice": 7.92,
  "lowestPrice": 7.91,
  "athPrice": 7.93
}
{
  "symbol": "NMRUSDT",
  "status": "TRADING",
  "baseAsset": "NMR",
  "baseAssetPrecision": 8,
  "quoteAsset": "USDT",
  "quotePrecision": 8,
  "filterLotSize": {
    "filterType": "LOT_SIZE",
    "minQty": "0.01000000",
    "maxQty": "90000.00000000",
    "stepSize": "0.01000000"
  },
  "filterPrice": {
    "filterType": "PRICE_FILTER",
    "minPrice": "0.01000000",
    "maxPrice": "10000.00000000",
    "tickSize": "0.01000000"
  },
  "filterMinNotional": {
    "filterType": "NOTIONAL",
    "minNotional": "5.00000000",
    "applyMinToMarket": true,
    "maxNotional": "9000000.00000000",
    "applyMaxToMarket": false,
    "avgPriceMins": 5
  }
}
wait
{
  "asset": "NMR",
  "free": 0,
  "locked": 0,
  "total": 0,
  "estimatedValue": 0,
  "updatedAt": "2025-06-06T22:06:15.263Z"
}
{
  "asset": "USDT",
  "free": "52.61726865",
  "locked": "0.00000000"
}
{
  "currentPrice": 7.91,
  "limitPrice": 7.9416400000000005,
  "highestPrice": 7.92,
  "lowestPrice": 7.91,
  "athPrice": 7.93,
  "athRestrictionPrice": 7.6921,
  "triggerPrice": 8.10775,
  "difference": -2.4390243902438935,
  "nextBestBuyAmount": null,
  "nextBestBuyCalculation": null,
  "openOrders": [],
  "processMessage": "The current price has reached the lowest price; however, it is restricted to buy the coin because ATH price higher than the current price.",
  "updatedAt": "2025-06-06T23:07:12.349Z"
}
{
  "currentPrice": 7.91,
  "limitPrice": null,
  "lastBuyPrice": null,
  "triggerPrice": null,
  "difference": null,
  "stopLossTriggerPrice": null,
  "stopLossDifference": null,
  "currentProfit": null,
  "currentProfitPercentage": null,
  "conservativeModeApplicable": false,
  "triggerPercentage": null,
  "openOrders": [],
  "processMessage": "",
  "updatedAt": "2025-06-06T23:07:12.347Z"
}
{}
true
true
{}
67cccb5e433dff7c94264f38
TWTUSDT
{
  "notifyOrderConfirm": true,
  "notifyDebug": true,
  "notifyOrderExecute": true
}
{
  "eventType": "24hrMiniTicker",
  "eventTime": 1749251195279,
  "symbol": "TWTUSDT",
  "close": "0.79030000"
}
{
  "_id": "67ccc9eaa153dac955a49a18",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "botOptions": {
    "authentication": {
      "lockList": true,
      "lockAfter": 600
    },
    "autoTriggerBuy": {
      "enabled": true,
      "triggerAfter": 9,
      "conditions": {
        "whenLessThanATHRestriction": true,
        "afterDisabledPeriod": true
      }
    },
    "orderLimit": {
      "enabled": true,
      "maxBuyOpenOrders": 5,
      "maxOpenTrades": 10
    },
    "tradingViewOptions": {
      "useOnlyWithin": 10,
      "ifExpires": "ignore"
    },
    "logs": {
      "deleteAfter": 500
    },
    "tradingViews": [
      {
        "interval": "15m",
        "buy": {
          "whenStrongBuy": false,
          "whenBuy": false
        },
        "sell": {
          "forceSellOverZeroBelowTriggerPrice": {
            "whenNeutral": false,
            "whenSell": false,
            "whenStrongSell": false
          }
        }
      }
    ]
  },
  "candles": {
    "interval": "1d",
    "limit": 5
  },
  "buy": {
    "enabled": true,
    "lastBuyPriceRemoveThreshold": 1.04,
    "athRestriction": {
      "enabled": true,
      "candles": {
        "interval": "1m",
        "limit": 4
      },
      "restrictionPercentage": 0.94
    },
    "minPurchaseAmount": -1,
    "maxPurchaseAmount": -1,
    "gridTrade": [
      {
        "triggerPercentage": 1.015,
        "stopPercentage": 1.0045,
        "limitPercentage": 1.0055,
        "minPurchaseAmount": 9,
        "maxPurchaseAmount": 50,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.015,
      "stopPercentage": 1.0045,
      "limitPercentage": 1.0055,
      "minPurchaseAmount": 9,
      "maxPurchaseAmount": 50,
      "executed": false,
      "executedOrder": null
    }
  },
  "sell": {
    "enabled": true,
    "stopLoss": {
      "enabled": true,
      "maxLossPercentage": 0.975,
      "disableBuyMinutes": 4,
      "orderType": "market"
    },
    "conservativeMode": {
      "enabled": true,
      "factor": 0.98
    },
    "gridTrade": [
      {
        "triggerPercentage": 1.037,
        "stopPercentage": 0.983,
        "limitPercentage": 0.95,
        "quantityPercentage": 1,
        "executed": false,
        "executedOrder": null
      }
    ],
    "currentGridTradeIndex": 0,
    "currentGridTrade": {
      "triggerPercentage": 1.037,
      "stopPercentage": 0.983,
      "limitPercentage": 0.95,
      "quantityPercentage": 1,
      "executed": false,
      "executedOrder": null
    }
  },
  "system": {
    "temporaryDisableActionAfterConfirmingOrder": 20,
    "checkManualOrderPeriod": 5,
    "placeManualOrderInterval": 5,
    "refreshAccountInfoPeriod": 1,
    "checkOrderExecutePeriod": 10
  }
}
{
  "highestPrice": 0.8307,
  "lowestPrice": 0.7533,
  "athPrice": 0.7924
}
{
  "symbol": "TWTUSDT",
  "status": "TRADING",
  "baseAsset": "TWT",
  "baseAssetPrecision": 8,
  "quoteAsset": "USDT",
  "quotePrecision": 8,
  "filterLotSize": {
    "filterType": "LOT_SIZE",
    "minQty": "1.00000000",
    "maxQty": "900000.00000000",
    "stepSize": "1.00000000"
  },
  "filterPrice": {
    "filterType": "PRICE_FILTER",
    "minPrice": "0.00010000",
    "maxPrice": "1000.00000000",
    "tickSize": "0.00010000"
  },
  "filterMinNotional": {
    "filterType": "NOTIONAL",
    "minNotional": "5.00000000",
    "applyMinToMarket": true,
    "maxNotional": "9000000.00000000",
    "applyMaxToMarket": false,
    "avgPriceMins": 5
  }
}
not-determined
{
  "asset": "TWT",
  "free": 0,
  "locked": 0,
  "total": 0,
  "estimatedValue": 0,
  "updatedAt": "2025-06-06T22:06:15.263Z"
}
{
  "asset": "USDT",
  "free": "52.61726865",
  "locked": "0.00000000"
}
{
  "currentPrice": 0.7903,
  "limitPrice": 0.79464665,
  "highestPrice": 0.8307,
  "lowestPrice": 0.7533,
  "athPrice": 0.7924,
  "athRestrictionPrice": 0.744856,
  "triggerPrice": 0.7645994999999999,
  "difference": 3.361302224236362,
  "nextBestBuyAmount": null,
  "nextBestBuyCalculation": null,
  "openOrders": [],
  "processMessage": "",
  "updatedAt": "2025-06-06T23:06:35.453Z"
}
{
  "currentPrice": 0.7903,
  "limitPrice": null,
  "lastBuyPrice": null,
  "triggerPrice": null,
  "difference": null,
  "stopLossTriggerPrice": null,
  "stopLossDifference": null,
  "currentProfit": null,
  "currentProfitPercentage": null,
  "conservativeModeApplicable": false,
  "triggerPercentage": null,
  "openOrders": [],
  "processMessage": "",
  "updatedAt": "2025-06-06T23:06:35.453Z"
}
{}
true
true
{}

Rename Collection

binance-bot .

Tools

Collection Stats

Documents 99
Total doc size 357.06 KB
Average doc size 3.61 KB
Pre-allocated size 252 KB
Indexes 1
Total index size 36 KB
Padding factor
Extents

Indexes

Name Columns Size Attributes Actions
_id_
_id   ASC
36 KB
 DEL