BitMEX-simple-trading-robot icon indicating copy to clipboard operation
BitMEX-simple-trading-robot copied to clipboard

Simple BitMEX trading robot.

Results 7 BitMEX-simple-trading-robot issues
Sort by recently updated
recently updated
newest added

I have edited the strategy, and the prediction is printing but order are not placed. I am not using ta-Lib, created functions for indicators. ![Screenshot (63)](https://user-images.githubusercontent.com/47935900/58745439-bcc7f200-846e-11e9-8fcd-489abb034daf.png) ![Screenshot (64)](https://user-images.githubusercontent.com/47935900/58745446-d36e4900-846e-11e9-975d-6f0cea081b38.png) Also if...

thx for the code! (especially for the insight to divide timestamp by waitingtime :)) I noticed that the output of ohlcv_candles needs to be flipped (ohlcv_candles.iloc[::-1]) to get the last...

``` tanzeel@tanzeel-HP-Compaq-dx7500-SFF:~/BitMEX-simple-trading-robot$ python3 main_loop.py Last prediction: {prediction} 0 Last prediction: {prediction} 0 Last prediction: {prediction} -1 /home/tanzeel/.local/lib/python3.5/site-packages/bravado_core/spec.py:271: Warning: guid format is not registered with bravado-core! category=Warning, Last prediction: {prediction} 0...

``` tanzeel@tanzeel-HP-Compaq-dx7500-SFF:~/BitMEX-simple-trading-robot$ python3 main_loop.py Traceback (most recent call last): File "main_loop.py", line 19, in if round(time.time()) % time_to_wait_new_trade[TIMEFRAME] == 0: KeyError: '10d' tanzeel@tanzeel-HP-Compaq-dx7500-SFF:~/BitMEX-simple-trading-robot$ ```

tanzeel@tanzeel-HP-Compaq-dx7500-SFF:~/BitMEX-simple-trading-robot$ python main_loop.py Traceback (most recent call last): File "main_loop.py", line 1, in import bitmex ImportError: No module named bitmex

Hello, thank you for developing this. I am trying to run the notebook file but when ever I run it I get: --------------------------------------------------------------------------- NameError Traceback (most recent call last) in...

what command do you have to type to run this? how do you stop the bot as well?