-
Is it still possible under 4.x, for example both BTC-USD and ETH-USD?
-
Have created a small strategies tester script. Could we add something like this?
#get available strategies from folder
strategies=$(ls -1 extensions/strategies)
for s in $strategies
do
echo…
-
I'm quite new on GEKKO
I'm stuck since yesterday on how to start the real trade..
I read on the MAIN FEATURES:
_**## Automated trading (trade bot)**
Paper trading (for TA strategies)
Backtest…
-
There's a problem regarding #577 and the output containing ansi format codes (for colors).
The processOutput function constantly fails with the error message "Bad output detected" because the analy…
-
**I have an issue when I try to run:**
https://github.com/mhallsmoore/qstrader/blob/master/examples/moving_average_cross_backtest.py
**Error:**
Could not subscribe ticker abn001 as no data CSV fo…
-
Right now gekko can either paper trade (simulate) or live trade on spot markets.
This means:
- Gekko assumes the market to be:
- curency: safest / base currency
- asset: asset investment v…
-
Hey Hey,
i am missing a feature, that automatically calculates the best strategy for an asset pair over a timeframe.
Explain:
User gathers a database of 2 weeks, and has made backtests on it w…
-
Hello,
wondering if your backtester supports loading data from a csv file.. if i wanted to load my own dataset, what would the format be for the file and how would i set it to be a csv??
thanks!
-
Hey guys, been doing a lot of work on running simulations with the simulations auto backtester.
I was wondering, if you guys were interested, trying to output the estimated coin rise/fall percentag…
ghost updated
7 years ago
-
I'm adding an ADX (via tulipnode) to an existing application https://github.com/askmike/gekko and everything works fine except tulind results is an expanding array for every cycle that I pass it. I j…