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 - yoshilee

Pages: 1 [2]
21
Beginners & Help / Re: BBRSISTEPGAIN VS BBSTEPGAIN
« on: December 12, 2017, 08:25:25 PM »
Not quite sure, but i think the rsi buy-level in bbstepgain is just concerning the double-up part.

22
Technical Support & Development / Re: Not placing sell orders
« on: December 12, 2017, 01:22:15 PM »
Shouldn‘t gain have a higher value?

I think wiki says:

Minimum profit = GAIN - SELL_RANGE - Exchange fees

So if there is no profit equals to no sell probably.

23
Beginners & Help / Re: Switching from bbrsistepgain to bbrsitssl
« on: December 12, 2017, 01:13:03 PM »
So after trex issue solved i decided to run a pure tssl. My average sells perform much better also taking more peeks (best 49%).

So sticking to it for a while.

24
General Discussion / Re: Exchange preference?
« on: December 10, 2017, 10:55:50 PM »
I guess he did not meant trades/sec but rather talked about call/sec. That´s what bittrex recently set the limit for one call/sec.
What really sucks going for several instances with lot of pairs :(

25
I can not tell on the log/errors, but is there a special reason sticking to that version of Gunbot?

https://github.com/GuntharDeNiro/BTCT/wiki/Windows-installation

26
Beginners & Help / Re: Switching from bbrsistepgain to bbrsitssl
« on: December 08, 2017, 08:48:41 PM »
So the whole thing stopped before even getting started. Due to trex new API policy i got my API's deleted and IP banned.
But since today trading again 😀

So when i got rid of some bags i will come back to the tssl sell part.
Happy trading!

27
Beginners & Help / Re: Big amount of trades
« on: December 05, 2017, 09:26:03 PM »
I tried out default pure tssl for a short period on some pairs. The buy side generated also a lot of buys, but on the sell side i got some bags.
How did your sells look like and did you use default values?

28
Beginners & Help / Re: Switching from bbrsistepgain to bbrsitssl
« on: December 03, 2017, 04:58:59 PM »
I´ll give it a try on some pairs. Curious how stepgain vs. tssl works on selling :)

29
Beginners & Help / Switching from bbrsistepgain to bbrsitssl
« on: December 02, 2017, 08:31:04 AM »
Hello guys,

as title says i would like to try out tweaking on the sell part of strategy. Right now i am doing not too bad with my bbrsistepgain. I got a little confused now i understanding, when translating my strategy to bbrsitssl.

This is how my bbrsistepgain looks right now:

**********************************************

 "bbrsistepgain": {
            "NAME": "bbrsistepgain",
            "TRADING_LIMIT": 0.001,
            "PERIOD": 5,
            "RSI_BUY_LEVEL": 30,
            "GAIN": 1,
            "EMA1": 16,
            "EMA2": 8,
            "HIGH_BB": 40,
            "LOW_BB": 30,
            "STDV": 2,
            "SMAPERIOD": 20,
            "SELLLVL1": 1.4,
            "SELLLVL2": 2.2,
            "SELLLVL3": 5,
            "SELLLVL": 3,
            "PANIC_SELL": false,
            "DOUBLE_UP": false,
            "DOUBLE_UP_CAP": 1,
            "STOP_LIMIT": 999,
            "BUY_ENABLED": true,
            "OKKIES_MODE": true,
            "BTC_MONEY_FLOW": 35,
            "MIN_VOLUME_TO_BUY": 0.0005,
            "MIN_VOLUME_TO_SELL": 0.0005,
            "TRADES_TIMEOUT": 120


***********************************************

This is what bbrsitssl looks like (not tweaked here yet):


***********************************************

"bbrsitssl": {
            "NAME": "bbrsitssl",
            "TRADING_LIMIT": 0.001,
            "PERIOD": 5,
            "RSI_BUY_LEVEL": 30,
            "SELL_RANGE": 0.6,
            "GAIN": 2.1,
            "EMA1": 24,
            "EMA2": 12,
            "HIGH_BB": 1,
            "LOW_BB": 1,
            "STDV": 2,
            "SMAPERIOD": 50,
            "PANIC_SELL": false,
            "DOUBLE_UP": false,
            "DOUBLE_UP_CAP": 1,
            "TSSL_TARGET_ONLY": true,
            "STOP_LIMIT": 60,
            "BUY_ENABLED": true,
            "OKKIES_MODE": true,
            "BTC_MONEY_FLOW": 35,
            "MIN_VOLUME_TO_BUY": 0.0005,
            "MIN_VOLUME_TO_SELL": 0.0005,
            "TRADES_TIMEOUT": 600

*************************************************

As far as i understood the bb part only relates to the buy part of strategy here. I can adopt my period, sma and emas according to my old strategy used. What confuses me here are the settings for BB high and low. Can i just use 40/30 in here as well to have the same buy base as in bbrsistepgain?

Thanks

30
Beginners & Help / Re: Improving Strategy
« on: November 25, 2017, 02:59:25 PM »
I guess i figured out, it was rather due to my misunderstanding on the sell level stages on stepgain.

31
Beginners & Help / Debian Start Stop Script
« on: November 25, 2017, 02:55:35 PM »
Hello guys,

actual i am trying some GB stuff on debian linux (not into this really) and looking for some help on writing some simple scripts for start, stop or restart of process.

I have GB in folders as follows for several instances/configurations on test purpose:

/usr/Gunbot/GB1
/usr/Gunbot/GB2

also having a folder

/usr/script

here should be all my scripts for use by console window like:

start-GB1 (pointing to gunthy-linx64 in GB1)
restart-GB1
stop-GB1
 
When i understood right, the start via script allows you to close the console window without killing the process itself.
So actual i try to figure out how such scripts needs to be written, but any help is really appreciated :)

Thanks

32
Beginners & Help / Improving Strategy
« on: November 24, 2017, 10:52:58 AM »
Hello there,

as i can focus now on trading after some technical issues, i was looking at the done trades and try to figure out how to improve strategy.
I post an example where i am not sure why the peak for sale was missed. I roughly put in some blue stars for the action how it went.

My orange star would have been a nice sell though. So any help for tuning is really appreciated :)


33
Technical Support & Development / Bittrex, API, Bot Delay & Interval update
« on: November 18, 2017, 03:10:20 PM »
So i have some problems for the technical understanding on the following:

It is about bot delay and interval update and how they correlate; in order to use bittrex api right. First of all, i did not found information on how many request/second is alright for bittrex before getting into rate limitation.

*****************************************

So, let´s talk for example about 10 pairs into GB:



- When working on the bot delay value i can see the immediate time change in the log, as GB cycles the pairs through from 1-10. So on here i can somehow control the time table requests going out.
What exactly means "new pair", as stated in the wiki, in that context?


- The second is interval update (default being 25000 = meaning 25 sec.). As stated in wiki it gets prices for all pairs. Does that mean additional 10 request on the api every 25 seconds (default)?

So how does these settings all sum up correct? As by now i am more after the right understanding before going for the trading :)

Thanks



34
General Discussion / Re: Gunbot XT installation for Mac
« on: November 16, 2017, 04:10:47 PM »

35
Technical Support & Development / OmiseGO & RSI
« on: November 13, 2017, 06:14:01 AM »
Anyone into rsi-based strategies including OmiseGO?

I actual run on that one bbrsistepgain, but log says "rsi undefined". Other pairs showing up the rsi value.

Any ideas on that?

36
Technical Support & Development / Re: GUNBOT XT freezes my whole MAC
« on: November 13, 2017, 06:07:06 AM »
So i mentioned the ram usage on github.

Actual it is a browser based problem. Running the bot without permanent open browser until the next fix solves it that far.

37
Technical Support & Development / Re: GUNBOT XT freezes my whole MAC
« on: November 12, 2017, 03:21:22 PM »
Well, i am new to gunbot so i can´t tell about earlier versions. Actual i need to figure out a lot, but i also experienced the ram issue.

It seems to occur when bot runs for several hours; my ram is fulled to max then. It is the same on my Imac from 2009 and on the book (2014) i guess. Also the number of pairs does not really matters. I watched that behaviour for 2 pairs as well as 30 pairs.

But actual my main concern is a good strategy setting to iniate more trades per day  :)

38
Beginners & Help / Gunbot XT Trade Timeout Setting?
« on: November 11, 2017, 12:23:00 AM »
Hello guys,

actual testing with my new gunbot. I added some pairs and run them with the default bbstepgain strategy.
Although some cross the 2% profit line there is no further action.

It says getting into sell cycle, waiting to trade... safety switch on, but not really putting out a sell order.

Could that be a matter of the time out setting?

Thanks a lot.

Pages: 1 [2]