attempting to install Gekko on a raspberry pi 3b+. however the code in the section on "Installing Gekko's dependencies" isn't working. I get "-bash nom: command not found". can someone point me in the right direction. thanks!
I would like to use a (bruteforce/) backtesting tool and I have spend the last few days setting up BacktestTool. I ran into some issues, got most of them resolved but there are still a few things that do not work as expected. Upon trying to get some help on xFFFFF's forum, I noticed the project is basically no longer active.
The same seems to be the case for GekkoWarez backtesting tool...
Before I embark on yet another adventure with a backtesting tool which is no longer active: could anyone advice me on which tool is currently the most popular/active/easy/reliable/etc.?
I see Nickz's project, but not much action there it looks like.
Tommiehansen's GAB looks quite active, but installation doesn't seem thát straightforward.
I been trying to figure out how to do this since I started using Gekko back in 2017. For exchanges that are heavily KYCed like Coinbase Pro, you end up having only one account meaning you can only trade one crypto with Gekko as it uses your entire balance. What I wanted to do is set a fiat limit so if I have $300 USD, I can have 3 Gekkos each trading $100 so I can see how each strategy performs and adjust each accordingly.
The modification not only limits the starting balance for each Gekko. It also updates the available balance based on wins/losses. So if your strat running with $100 limit makes a winning trade that earns it $10, it will now have $110 available to trade. Subsequently, if your other strat makes a trade that loses $10, it will now only have $90 to trade with.
I have already tested this out on Coinbase Pro with 2 Gekkos running ETH/USD and ETC/USD simultaneously and it worked as described. Let me know what you guys think!
Hi Guys, I'm new here, pleasure to meet all of you! I was thinking of something but I don't know if it's madness or if it is feasible . since the stable coins don't have big movements but have the center of gravity around the dollar, you couldn't take advantage of this? I was looking at the TUSD-USDT chart and I noticed that the price is almost always above the dollar, so you could think very simply, on a 15m chart to buy when the RSI is oversold at 25 for example, and to sell when it arrives at 75 overbought for example, being quite calm with a stop loss at 1 dollar. Another idea for Stable/usd that gravitate over and under 1 dollar could be the bot buys or sells when the price is away from $ 1(using a oscillator) and closes the operation when it comes back. Is there any of you who has already thought about such a strategy? Thanks
I have a very basic strategy that instructs gekko to go long at a certain price and short at a certain price. Lets say it goes long at 100$ and trys to sell at 150$.
The problem I have is that once the price drops to 100$, Gekko will attempt to issue a buy order at the current market price, regardless if the price raises above said buy level at 100$ i.e. after price drops to 99 but Gekko cannot fill the order fast enough it will keep issuing continually higher buy orders even if the price goes above 100$.
Likewise, it will do the same with the short position(sell order). During my test day trading scalping exercise, it dropped the price so far that I barely had any profit in the trade.
I understand market volume and how just because the price is at a certain point doesn't mean there is enough volume there to trade at the point, but my question is, is it intentional for the bot to keep trying to buy above the buy threshold? Do I need to adjust my strategy configuration to NOT let it buy past the buy threshold?(Shouldn't be too hard honestly).
Also, a side question, is it possible to have more than one short and long advice? When I wrote my stop loss into the strategy I had to combine it with my other sell position rather than have one short advice trigger for stop loss and one short advice for taking profit. It's not a problem persay just wanted to see if I was missing something, I was thinking of adding a couple other buy/sell conditions and wanted to know if I had to combine them into one function or could keep them seperate.
I had Gekko running for awhile on my Win 10 Pro machine, but am now receiving the error, "{ Error: SQLITE_CORRUPT: database disk image is malformed errno: 11, code: 'SQLITE_CORRUPT' }", when I try to "Scan available data" in the Gekko UI.
Can someone help me with the Bash commands to uninstall the DB and start all over?
I have already tried to uninstall Ubuntu (which I downloaded from the Windows store) and reinstall it, but that did not fix the issue.
Any other advice to get it up and running again on my Win 10 Pro box would be helpful. Thanks.