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

Pages: [1]
1
Beginners & Help / Debian VPS Security Help
« on: February 21, 2018, 11:33:11 AM »
Hi guys,

for now i just have to let GB do its trading. That brings me to the fact that i have to take care of my vps security (Debian); meaning rearranging and setting up my inital installs.

This is what i have in mind so far, but as being a linux newbie any advice on the plan is helpful:
(in general i want to edit my stuff by connecting via sftp on the fly and also by ssh2 to attach to Gunbot screen process to watch realtime)

1. Change ssh port
2. Add "normal" user (just allowed to edit configs, using start/stop scripts).
3. Deny Root Login
4. Install Fail2Ban or similiar
5. Connect by using PublicKeys instead of password.

Concerning system structure i would think that way:


root/system area                                                              /usr folders
------------------------------------------------------------------------------------------

Netcore                                                                                                                                       
Screen
Fail2Ban


Gunbot                 >>>>>> symlink >>>>>>>>>>>>    /usr/config/config.json       
CryptogramBot     >>>>>> symlink >>>>>>>>>>>>   /usr/config/appsettings.json


                            <<<<<<<<<<<<<<<<<<<<<<<<   /usr/script/....  start/stop for Gunbot
                            <<<<<<<<<<<<<<<<<<<<<<<<  /usr/script/....   start/stop for CryptoGramBot

Said "normal" user just needs to access and see the folders and stuff in /usr....


So i would appreciate any comments or better solutions concerning security. As being new to linux that is my actual main idea about as far as i did read yet.

Thanks!!!!!













2
Beginners & Help / Stepgain and trendwatcher
« on: February 19, 2018, 07:19:50 AM »
Hello guys,

just a question on trendwatcher when using stepgain, just to make sure i am thinking the right way :) The underlying for that mentioned in wiki is period and sma.

When using for example period 15 on a pair setting the minimum time before trendwatcher changes will be 15 minutes though?
So although the coin values are read more often (depending on your cycle time) the change of trend occurs just with every new candle?

Or saying the other way round, you can have a pair-cycling time for example of 8 minutes and wonīt miss trend changes on each? (when running with period 15 here).

Thanks

3
Beginners & Help / Question for using GB with Tradingview alerts
« on: January 25, 2018, 05:24:47 PM »
Hello guys,

actual i start working on tradingview with the amazing scripts from allanster. Doing so i wonder now if you use the TV Plugin, triggering the buys/sells for GB...

does GB still cycle through pairs doing his own calls to receive all the values, or just sits there quiet just carrying out the mail alerts?

(mainly asking because of the 1 call/sec at trex now)

Thanks!

4
Beginners & Help / BTC raise - alts bleeding
« on: January 05, 2018, 10:13:26 PM »
Hello guys,

whatīs your strategy on going through these BTC pumps in a healthy way?
As not being able to always monitor things at the pc i would think of adding a rather low rsi to the strategy itself.
Does the OKKIES option really prevent getting to much into bags (did not run it yet)?

Thanks!

5
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

6
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

7
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 :)


8
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



9
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?

10
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]