[SHARE] Simple RSI BULL/BEAR strategy
Hello everyone! And Congrats to @tommiehansen for this amazing strategy!
I started normal RSI_BULL_BEAR strategy, with 15 minutes candle size and these settings:
{
"SMA_long": 1000,
"SMA_short": 50,
"BULL_RSI": 10,
"BULL_RSI_high": 90,
"BULL_RSI_low": 60,
"BEAR_RSI": 15,
"BEAR_RSI_high": 50,
"BEAR_RSI_low": 20
}
After warmup period the strategy created first buy advice, from LOGS:

Trader Received advice to go long. Buying XRP
2018-05-02 01:18:21 (DEBUG): portfolioManager : newTrade() : creating a new Trade class to BUY XRP / EUR
2018-05-02 01:18:21 (DEBUG): created new Trade class to BUY XRP/EUR
...
attempting to BUY XXX XRP at kraken price: 0.69241000
2018-05-02 01:21:36 (DEBUG): [kraken.js] (addOrder) BUY XXXX XRP @ 0.69241 EUR
2018-05-02 01:21:37 (DEBUG): [kraken.js] (addOrder) added order with txid: XXX
2018-05-02 01:22:38 (INFO): trade was successful BUYING XRP/EUR
2018-05-02 01:22:42 (DEBUG): [kraken.js] entering "setBalance" callback after kraken-api call, data: { error: [], result: { ZEUR: '0.0000', XXRP: 'XXXX' } }

I can see the order in kraken, but in Gekko UI Amount of trades is still 0, not 1!
And Profit Report says Waiting for at least one trade..
Is it normal?
Thank you
  Reply


Messages In This Thread
Werkkrew Stoploss - by susitronix - 02-02-2018, 09:39 PM
Removed post - by susitronix - 02-03-2018, 06:49 PM
@Gryphon Confirmation - by mvangoor - 03-22-2019, 11:59 PM
for 3 months - by ankasem - 02-18-2018, 05:30 PM
RE: [SHARE] Simple RSI BULL/BEAR strategy - by ants88 - 05-02-2018, 12:11 PM

Forum Jump:


Users browsing this thread: