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.


Topics - jellos

Pages: [1]
1
Technical Support & Development / 5.0.4 buying in the high BB range
« on: October 12, 2017, 08:46:22 AM »
I'm trying to understand this behavior of gunbot. I'm not sure if this is a bug in 5.0.4 or if my settings are incorrect, anyway, the bot seems to buy at an incorrect point, namely in the high area way above the SMA, where it should wait for the price to drop to 15% above the low BB line (according to my settings). I'm using pure bb trading strategy.
The selling point seems OK, but the buying action is worrying me (see image).
The bot buying at just above 0.00077 seems way to high.



My bb settings are:

Code: [Select]
"bb": {
"BTC_TRADING_LIMIT": 0.0005,
"PERIOD": 15,
"EMA1": 16,
"EMA2": 8,
"GAIN": 2,
"HIGH_BB": 15,
"LOW_BB": 15,
"STDV": 2,
"SMAPERIOD": 720,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 15,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.00025,
"MIN_VOLUME_TO_SELL": 0.00025

}

The interval_ticker_update is set to 25000.
Can anybody help?

2
Beginners & Help / Trading permutations of pairs
« on: October 03, 2017, 02:45:16 PM »
Would it be advisable to trade permutations of pairs?

Let's say for example, I am trading BTC-ETH, BTC-XMR and BTC-LTC, would it be wise to add the pairs ETH-XMR and ETH-LTC too?

What are the advantages/disadvantages?

Pages: [1]