diff --git a/01 Cloud Platform/10 Live Trading/02 Brokerages/10 ByBit/02 Account Types.html b/01 Cloud Platform/10 Live Trading/02 Brokerages/10 ByBit/02 Account Types.html index 8af1f38e41..c8f0df979d 100644 --- a/01 Cloud Platform/10 Live Trading/02 Brokerages/10 ByBit/02 Account Types.html +++ b/01 Cloud Platform/10 Live Trading/02 Brokerages/10 ByBit/02 Account Types.html @@ -20,9 +20,17 @@
Our integration doesn't support paper trading through the Bybit Demo Trading environment, but you can follow these steps to simulate it with QuantConnect:
+Bybit supports paper trading through two environments: Bybit Demo Trading and the Bybit Testnet. Each environment uses a separate set of API credentials, so you can't reuse your live account keys.
+Follow these steps to set up paper trading with Bybit Demo Trading:
Initializeinitialize method of your algorithm, set the Bybit brokerage model.Follow these steps to set up paper trading with the Bybit Testnet:
+For more information about VIP levels, see FAQ — Bybit VIP Program on the Bybit website.
"; +For more information about VIP levels, see FAQ — Bybit VIP Program on the Bybit website.
+The following table shows the supported environments:
+ +| Environment | +Description | +
|---|---|
| Live | +Trade with real money | +
| Demo | +Trade with paper money through the Bybit Demo Trading environment | +
| Testnet | +Trade with paper money through the Bybit Testnet | +
$ lean live \"My Project\" -Use testnet? (live, paper): live+Use testnet? (live, paper, demo): live
The paper environment is Bybit Demo Trading.
+The paper environment is the Bybit Testnet and the demo environment is Bybit Demo Trading. Both environments require API credentials that you create in that environment; your live account keys won't work.