Hey! I’m trying to get this strategy to work but so far woth backtesting i keep getting negative values. I used the parameters from different posts here.
Also different coins have been used(btc, ltc, xrp, etcetra) over a period of the last 3 months. What parameters and coins works in profit for you guys?
I have an idea for a modification to this strategy, but haven't been able to implement it, and would love some input on how to go about it.
My thought is this:
The RSI_BULL_BEAR_ADX strat gives a "long" advice, we buy.
The RSI_BULL_BEAR_ADX strat gives a "short" advice --
We check the price we bought at, and compare it to the current price.
Then we have some "if" logic, like "if the current price is either 5% above or 1% below the price we bought at, then sell; otherwise, continue to hold and wait for the next time the strat gives a short advice."
This might not sound like much of an idea, but I'd love some guidance on how to implement it; I feel like if I could figure out how to do this, in terms of the structure and where to put that "if" logic, then I could experiment with various different "checks" there, different conditions that have to be met to let the "short" or "long" advice from the original BULL_BEAR_ADX strat proceed to make an actual order.
Any help understanding how to do this would be much appreciated. Thanks in advance for any guidance.
(06-14-2018, 01:16 PM)dugu-dugu Wrote: How can I debug my strategy, that is, display the current values of indicators in logs? I'm running gekko with pm2.
If anyone cares about the debug code, I will post it. It makes the strategy more difficult to follow, but it helps to understand how it works with real data, real time.
07-03-2018, 08:26 PM (This post was last modified: 07-03-2018, 08:27 PM by dugu-dugu.)
(06-26-2018, 01:35 PM)Steyn Wrote: Hey! I’m trying to get this strategy to work but so far woth backtesting i keep getting negative values. I used the parameters from different posts here.
Also different coins have been used(btc, ltc, xrp, etcetra) over a period of the last 3 months. What parameters and coins works in profit for you guys?
None for me, so far.
It's all great in backtests, but, in live trading, at the bottom line, I've lost almost half my money. Having lots of fun though, trying to make them back
Quote:None for me, so far.
It's all great in backtests, but, in live trading, at the bottom line, I've lost almost half my money. Having lots of fun though, trying to make them back
Ouch, hope half wasn't too much. How long did you have the bot running?
I have been running for a little over a week now. It is up a little less than 1%.
RSI_BULL_BEAR_ADX.js.txt - I'm not 100% sure that I'm executing this correctly. Please help, when the strategy is run on uptrend, the result are impressive, unfortunately, when I run on a downtrend, past 3 months, Apr - June, the results are negative.
Try running a backtest of the last 3 months using same parameters you run live and see if you are getting the same negative results. If yes, you need to adjust your parameters.
@Xeav,
With backtesting, you always get the perfect trade. You don't get that with live (unless you change Gekko from limit orders to market orders) so you can't expect the same gains as in backtests. Still nice to make 890% gains.
07-05-2018, 03:09 PM (This post was last modified: 07-05-2018, 04:35 PM by mr.davis.)
hi guys,
thanks tommie for your strat!
i don't know why but I can't run this strat - getting just an error message.. has anybody an idea?
just reinstall everything .. npm dependencies node .. but nothing helped.
i tried the following with the first quarter XRP/EUR at candle size 15 with warm up x10. It made +255% while the market went -76%.
Admitting i have no clue what i did, i just tweaked the values. Thoughts?