checkPendingOrders(); // 自动移出资产 autoTransfer(); } var _OpponentOrderCount = 0; function checkPendingOrders() { if (_IsOpponentOrder && !IsMarketOrder) { _OpponentOrderCount++; if ((Interval / 1000) * _OpponentOrderCount >= OpponentOrderTime) { cancelAllPendingOrders(); _Opponent...
TradingView.onready(function () { var widget = window.tvWidget = new TradingView.widget({...
- 参数`silently` 已从[Broker API](Broker-API.md) 的这些方法: `placeOrder`, `modifyOrder`, `reversePosition`, `closePosition`, `closeTrade`, `cancelOrder`, `cancelOrders` 中删除。 Expand All @@ -32,13 +33,13 @@ _注意:您可以通过在浏览器控制台中执行 `TradingView.version()` ## Vers...
If the current price continuously falls, then the bot will cancel the previous order and re-place the new STOP-LOSS-LIMIT order with the new price.After grid trade #1, the bot will monitor the COIN based on the last buy price.The bot will not place a buy order of the grid trade #1...
Convert TradingView alerts to orders on Binance. Use TradingView indicators for trading signals. Cryptocurrency trading solution for TradingView webhooks.
then the bot will start monitoring the sell signal of the grid trade #1. Once the current price reaches the trigger price of the grid trade #1, then the bot will place a STOP-LOSS-LIMIT order to sell. If the current price continuously rises, then the bot will cancel the previous order...
then the bot will start monitoring the sell signal of the grid trade #1. Once the current price reaches the trigger price of the grid trade #1, then the bot will place a STOP-LOSS-LIMIT order to sell. If the current price continuously rises, then the bot will cancel the previous order...
If the current price continuously falls, then the bot will cancel the previous order and re-place the new STOP-LOSS-LIMIT order with the new price. After grid trade #1, the bot will monitor the COIN based on the last buy price. The bot will not place a buy order of the grid trade ...
If the current price continuously falls, then the bot will cancel the previous order and re-place the new STOP-LOSS-LIMIT order with the new price.After grid trade #1, the bot will monitor the COIN based on the last buy price.The bot will not place a buy order of the grid trade #1...
widget.activeChart().cancelSelectBar(); ``` ### setPriceToBarRatio(value, options) 1. `value` 是要设置的新的比率(数字) 2. `options` 是一个只包含 `disableUndo` 布尔属性的对象 设置一个新的比率以及一些选项。 ```javascript widget.activeChart().setPriceToBarRatio(0.4567, { disableUndo: tr...