Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - boekenbox

Pages: [1]
1
Beginners & Help / Re: How do i config bollinger band??
« on: November 26, 2018, 10:41:58 AM »
If you want to use bb as buy method, and want to ignore EMA completely for buying, set "BUY_LEVEL" to -99

2
Beginners & Help / Re: How do i config bollinger band??
« on: November 25, 2018, 09:50:17 AM »
The problem in your setings is that buy level is set to 4.

This causes the strategy to only buy when:
- price is 4% lower than the lowest EMA (which will happen seldomly!)
- AND price is 4% below the lower bollinger band (as set in LOW_BB)

Drastically decrease buy level (can even be negative, if you want to ignore EMA) should make your strategy behave as your expected.

3
Beginners & Help / Article with tips for beginning or novice Gunbot users
« on: November 23, 2018, 08:49:21 PM »
Hi Guys

I wrote a longer article about, in my opinion, the most important things new Gunbot traders should do and learn to get familiar with their bot.

I hope it helps some of you:
https://medium.com/awesomegunbot/ten-things-new-or-novice-gunbot-users-should-do-29b041f8faf2

4
No, this is not possible as far as I know.

However, what you could do is use the function to manually confirm orders through Telegram. Look into it at https://github.com/GuntharDeNiro/BTCT/wiki/Gunbot-settings#tg_order_timeout

You can set a very high timeout to have enough time to deny the order before it gets processed automatically.

5
Beginners & Help / Re: Troubles with Stepgain and Wiki doesnt help...
« on: November 22, 2018, 09:17:54 PM »
What changed in v11 for stepgain is that the use of XTrend is now optional.

What this means is that when XTREND_ENABLED is set to false, orders within the buy/sell levels are placed as soon as a price reversal is detected, this is called legacy in the wiki because XTrend was only introduced in Gunbot v6. With XTREND_ENABLED: true, stepgain should behave exactly as it did in v10.

I tested stepgain, without XTrend, extensively before the v11 release came out. In my experience it does respect the set sell levels.


6
General Discussion / Article about how to work with the TradingView add-on
« on: November 18, 2018, 06:30:48 PM »
The TradingView add-on got quite a lot of love in the last few Gunbot releases. To summarize the new options, I wrote a detailed article about how to use the add-on to:

- Make sure TradingView sell alerts only execute when they are profitable
- Use alerts for buying and let Gunbot handle selling, using trailing
- Let Gunbot take care of averaging down your bags, with normal buy and sell alerts coming from TradingView


https://medium.com/awesomegunbot/using-gunbot-to-execute-and-enhance-trading-based-on-alerts-from-tradingview-19a2f4a356e

I hope it helps some of you.

7
Beginners & Help / Re: Reversal trading opposite?
« on: July 11, 2018, 04:19:10 PM »
The situation you describe is actually quite straightforward:

The buy orders are buyback orders (as described in the Telegram notification). This means the RT process failed to accumulate altcoins because the price has increased again before it could accumulate. Your original bag is bought back and if prices rise further, a regular profit sell would be made.

The sell orders you show follow your setting for RT_SELL_BUYDOWN exactly, your issue is that you get into a loop of RT_SELL and buybacks, which isn't good for anyone but the exchange collecting fees. Increase RT_SELL_BUYDOWN for this pair to prevent such a loop.

8
Technical Support & Development / Re: Bugs/Issues tracker v3.3.2
« on: June 10, 2017, 11:16:09 AM »
It seems that setting the timing for retries after failed cycles does not work. Have saved different values on many pairs, but all retry at the default 60 seconds. See attached image.

9
Reinvest all capital gains

I'd love to see a feature where Gunbot automatically increases the max balance to trade. After each buy/sell sequence, the last sold amount in btc will be set as the new max balance to trade for the next buy. This way no btc is left unused.

Example:

Initial setup:
Max balance to trade: 0.1 btc

*starts pair*
bot buys for 0.1 btc, sells for 0.11 btc

*new max balance to trade will be 0.11*
bot buys for 0.11 btc, sells for 0.12 btc

*new max balance to trade will be 0.12*
bot buys for 0.12 btc, sells for 0.13 btc

etc.

Pages: [1]