diff --git a/README.md b/README.md index 66c4af3..6e6b63c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ a simple tradingbot for BTCUSD with connectors for [bybit](https://bit.ly/2rxuv8l "Bybit Homepage"), [bitmex](https://bit.ly/2G4gSB2 "Bitmex Homepage"), [binance futures](https://www.binance.com/en/futures/ref/kuegi) and [phemex](https://phemex.com/register?referralCode=F6YFL). It just implements my manual tradingstrategy and therefore helps me to stick to the system. -No financial advice. Don't use it if you don't understand what it does. You probably will loose money. +No financial advice. Don't use it if you don't understand what it does. You probably will lose money. I only use the bybit connector myself right now. The other connectors are still there, but might have problems due to API changes in the last months which i am not aware of yet. Feel free to make a Pull Request if you find any. @@ -140,4 +140,4 @@ if running the bot on a real exchange you need to run it 24/7. For this i recomm The bot generally is prepared for this usage. Open Positions are stored on the disk to easy pick up after a restart. The bot also has some security measures to prevent uncovered positions. If he finds an open position on the exchange without a matching position on file and specially without a stoploss, - it closes this position. This also means that you must not trade other positions with the account of the bot. otherwise it will close them instantly and you loose money. \ No newline at end of file + it closes this position. This also means that you must not trade other positions with the account of the bot. otherwise it will close them instantly and you loose money.