Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
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.