-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will this still be maintained and developed? Very much interested in this project! #2
Comments
Good morning! I still maintain this from time to time; however, it's a hobby project of mine, so I don't work on it regularly. If you are interested in building new features or improving the code, you are certainly welcome to do so. I'm not aware of the existence of any reviews. |
Thank you very much! I got the bot running today, with the pair BCH-EUR. How can I check if the bot itself is working? After roughly one hour of running, the bot did not place any orders. Settings: granularity = 1x60, duration = 2x60x60, cash buffer = 0.1, reframe_threshold = 48, continuous&chandelier =True I have BCH, but no EUR on my coinbase account. Is a minimum amount of fiat required for this bot to run? I assume there is no telegram channel yet for this project? Thanks and have a nice evening! |
Hi, Thanks |
Good morning,
I’m glad you’re interested in the project. I think your strategy for
updating the script for trading against Euro should work.
Regarding it not executing any trades, I think it might be a granularity
issue. I’m still trying to work it out, but I suspect that the moving
average indicator is only sensitive to changes that occur at granularities
on the order of days or longer. I need to look into this further, and I’m
having the same issue with running the code.
I’m the only one maintaining this project at the moment, so if you’re
interested in taking a look at the code and contributing, I’d invite you to
do so.
MB
…On Sat, Apr 10, 2021 at 08:47 Zivosh ***@***.***> wrote:
Hi,
I'm in a similar boat to changetotower, very interesting project but with
Coinbase pro not allowing and USD transactions in Europe it means that we
need to change the pair to BTC-EUR, I guess that means we need to update
the helper_monkey.py to search for the BTC-EUR historical and latest data,
and change USD for EUR at each entry in that file. Is there anywhere else
we need to make changes to allow trading?
I've left the bot running for a while not and get the message "No
transaction point this iteration", I assume that means that the bot didn't
find a valid trade but is that because the market is stagnant or that there
is an error trading BTC-EUR?
Thanks
Z
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKPBAVXM7OB5FN6CT6LGOWTTIBCHLANCNFSM4YILG2OA>
.
|
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 to know if this project is still maintained and under active development? And if there are already some reviews available..
Many thanks.
The text was updated successfully, but these errors were encountered: