Pi-Trader icon indicating copy to clipboard operation
Pi-Trader copied to clipboard

A cryptocurrency day-trading bot for Raspberry Pi.

Results 4 Pi-Trader issues
Sort by recently updated
recently updated
newest added

I noticed this behavior of repeatably trying to re-optimize after the set reframe_threshold, which in my case was 3 hours. ![Screenshot from 2021-05-12 23-48-48](https://user-images.githubusercontent.com/44000930/118163722-30066c80-b3d7-11eb-841d-61a2e4b0c401.png) I believe I fixed it by...

I enter the command to run the bot and then it freezes after giving this output: 0: No transaction point this iteration. Waiting for 900 seconds... 1: No transaction point...

Hello. First of all, thanks for this project! Ordered a Raspberry Pi4 8Gb yesterday and I am interested in installing this crypto trading bot. Before doing so, I'd be happy...

`Initializing optimal trading strategy... Traceback (most recent call last): File "./run_bot.py", line 12, in mojo.main(parameters.API_KEY, pair=parameters.pair, granularity=parameters.granularity, duration=parameters.duration, cash_buffer=parameters.cash_buffer, reframe_threshold=parameters.reframe_threshold, continuous=parameters.continuous, chandelier=parameters.chandelier) File "/home/pi/Pi-Trader-master/helper_monkey.py", line 309, in main history_array, buy_point,...