Bitcoin Forum
April 26, 2024, 04:18:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 [158] 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 »
  Print  
Author Topic: 🔥🔥🔥🔥🔥[GUNBOT] Trading Bot with 136 exchanges available!!!🔥🔥🔥🔥🔥  (Read 507755 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (6 posts by 1+ user deleted.)
sylance
Full Member
***
Offline Offline

Activity: 392
Merit: 102



View Profile
November 21, 2017, 06:26:14 PM
 #3141

<snip>

4.
BBRSI / Stepgain.
Code:
	"strategies": {
        "bbrsistepgain": {
            "NAME": "bbrsistepgain",
            "TRADING_LIMIT": 0.05,
            "PERIOD": 15,
            "RSI_BUY_LEVEL": 30,
            "GAIN": 1.4,
            "EMA1": 16,
            "EMA2": 8,
            "HIGH_BB": 40,
            "LOW_BB": 30,
            "STDV": 2,
            "SMAPERIOD": 50,
            "SELLLVL1": 1.4,
            "SELLLVL2": 2.6,
            "SELLLVL3": 70,
            "SELLLVL": 3,
            "PANIC_SELL": false,
            "DOUBLE_UP": false,
            "DOUBLE_UP_CAP": 1,
            "STOP_LIMIT": 50,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 0.0001,
            "MIN_VOLUME_TO_SELL": 0.0001,
            "TRADES_TIMEOUT": 120
        },

<snip>

Are you really running SELLLVL set to 3?  My understanding of Stepgain is that it wont sell until your sell level is met, in your case, Stepgain wont sell until a 70% return?  Did something change?

DeepOnion    ▬▬  Anonymous and Untraceable  ▬▬    ENJOY YOUR PRIVACY  •  JOIN DEEPONION
▐▐▐▐▐▐▐▐   ANN  Whitepaper  Facebook  Twitter  Telegram  Discord    ▌▌▌▌▌▌▌▌
Get $ONION  (✔Cryptopia  ✔KuCoin)  |  VoteCentral  Register NOW!  |  Download DeepOnion
1714105098
Hero Member
*
Offline Offline

Posts: 1714105098

View Profile Personal Message (Offline)

Ignore
1714105098
Reply with quote  #2

1714105098
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
tandyuk
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 21, 2017, 10:43:11 PM
 #3142

<snip>

4.
BBRSI / Stepgain.
Code:
	"strategies": {
        "bbrsistepgain": {
            "NAME": "bbrsistepgain",
            "TRADING_LIMIT": 0.05,
            "PERIOD": 15,
            "RSI_BUY_LEVEL": 30,
            "GAIN": 1.4,
            "EMA1": 16,
            "EMA2": 8,
            "HIGH_BB": 40,
            "LOW_BB": 30,
            "STDV": 2,
            "SMAPERIOD": 50,
            "SELLLVL1": 1.4,
            "SELLLVL2": 2.6,
            "SELLLVL3": 70,
            "SELLLVL": 3,
            "PANIC_SELL": false,
            "DOUBLE_UP": false,
            "DOUBLE_UP_CAP": 1,
            "STOP_LIMIT": 50,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 0.0001,
            "MIN_VOLUME_TO_SELL": 0.0001,
            "TRADES_TIMEOUT": 120
        },

<snip>

Are you really running SELLLVL set to 3?  My understanding of Stepgain is that it wont sell until your sell level is met, in your case, Stepgain wont sell until a 70% return?  Did something change?

Yup, and having just re-read the stuff here I can only blame a bug for me actually getting any sales.
Theres been 19 sells in the past 24h, all profitable, ranging from 1.103% to 5.959%
rafetaslan
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
November 22, 2017, 04:21:36 PM
 #3143

<snip>

4.
BBRSI / Stepgain.
Code:
	"strategies": {
        "bbrsistepgain": {
            "NAME": "bbrsistepgain",
            "TRADING_LIMIT": 0.05,
            "PERIOD": 15,
            "RSI_BUY_LEVEL": 30,
            "GAIN": 1.4,
            "EMA1": 16,
            "EMA2": 8,
            "HIGH_BB": 40,
            "LOW_BB": 30,
            "STDV": 2,
            "SMAPERIOD": 50,
            "SELLLVL1": 1.4,
            "SELLLVL2": 2.6,
            "SELLLVL3": 70,
            "SELLLVL": 3,
            "PANIC_SELL": false,
            "DOUBLE_UP": false,
            "DOUBLE_UP_CAP": 1,
            "STOP_LIMIT": 50,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 0.0001,
            "MIN_VOLUME_TO_SELL": 0.0001,
            "TRADES_TIMEOUT": 120
        },

<snip>

Are you really running SELLLVL set to 3?  My understanding of Stepgain is that it wont sell until your sell level is met, in your case, Stepgain wont sell until a 70% return?  Did something change?

Yup, and having just re-read the stuff here I can only blame a bug for me actually getting any sales.
Theres been 19 sells in the past 24h, all profitable, ranging from 1.103% to 5.959%

How is that possible you made 1.103 profit  your   "GAIN": 1.4, and  "SELLLVL1": 1.4, am i missing something?
sylance
Full Member
***
Offline Offline

Activity: 392
Merit: 102



View Profile
November 22, 2017, 09:00:05 PM
 #3144

The config file in Gunbot does not account for exchange fees.  So if you set your config to 1%, you'd only get a profit of .5% as you'd pay .25% for the purchase and another .25% for the sale.  Gunbot only looks at the purchase and sell price... it's up to you to setup your confit to account for the transaction fees.

DeepOnion    ▬▬  Anonymous and Untraceable  ▬▬    ENJOY YOUR PRIVACY  •  JOIN DEEPONION
▐▐▐▐▐▐▐▐   ANN  Whitepaper  Facebook  Twitter  Telegram  Discord    ▌▌▌▌▌▌▌▌
Get $ONION  (✔Cryptopia  ✔KuCoin)  |  VoteCentral  Register NOW!  |  Download DeepOnion
tandyuk
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 22, 2017, 09:02:54 PM
Last edit: November 23, 2017, 01:55:41 AM by tandyuk
 #3145

How is that possible you made 1.103 profit  your   "GAIN": 1.4, and  "SELLLVL1": 1.4, am i missing something?

Basically, because I didnt Smiley
Bug in the telegram bot found.....

From telegram bot @ 05:08
Code:
Tue, 21 Nov 2017 05:06:34 GMT
New Bittrex order
Sell BTC-PAY
Total: 0.05079952 BTC
Rate: 0.00021851 BTC
Profit: 0.0006 BTC ($4.39)
Bought on: 21/11/2017 05:07
Percentage: 1.103%


From telegram bot @ 05:23
Code:
Tue, 21 Nov 2017 05:18:46 GMT
New Bittrex order
Sell BTC-PAY
Total: 0.05101738 BTC
Rate: 0.00022064 BTC
Profit: 0.001 BTC ($8.1)
Bought on: 21/11/2017 05:07
Percentage: 2.035%

The actual trades:
https://i.imgur.com/8fW3xnz.png

So this is actually "fake news".
The telegram bot isnt very clever at checking, all it sees is "new sell order", and looks at "last by order", which at the time the bot sent the message, was NOT the buy that had been sold.
In reality there was a 1.546% profit on the first trade, and 2.035% on the second.  (Note these figures DO take into account the exchange fees - they are figures obtained from the exchange, NOT gunbot)

(edit: Note that I am running a customised version of the telegram bot, based on code 95+ commits behind the current: https://github.com/mehtadone/CryptoGramBot so this bug may not exist in current/unmodified ones)
tandyuk
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 23, 2017, 07:24:23 PM
 #3146

The config file in Gunbot does not account for exchange fees.  So if you set your config to 1%, you'd only get a profit of .5% as you'd pay .25% for the purchase and another .25% for the sale.  Gunbot only looks at the purchase and sell price... it's up to you to setup your confit to account for the transaction fees.

It varies by exchange, but for Bittrex, I've calculated it at a minimum 0.54% profit needed on a trade to break even.
In Microprofits strategies, I've always used 0.8% as the baseline minimum to sell for, or all you end up doing is making the exchanges a tidy profit from your fees, greatly outweighing your own profits.
kokno
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
November 23, 2017, 08:05:51 PM
 #3147

Do you work on a Binance version ?
Euro1000
Full Member
***
Offline Offline

Activity: 209
Merit: 102


View Profile
November 23, 2017, 08:15:05 PM
 #3148

Thanks to tandyuk, niko83 and codemanX regarding my Linux questions.
I am now using Screen on the VPS. It is still quite complex to use, but I think I will manage it.

I am running Gunbot XT for now 3 days and (by now) it is making 1% Profit per Day, which is good if you take into account that I am really a newbie on Gunbot.

Are there any tools which I could use for monitoring Gunbot running on a VPS (2 Cores, 6 GB RAM; Ubuntu - no GUI). So, are there any tools which tell me when Gunbot bought at which price, when it sold at with price and the profit for each pair?
Are there tools available which are running in a terminal or should I (really???) install a desktop on the server in order to use a GUI tool (which tool?).
Lauda
Legendary
*
Offline Offline

Activity: 2674
Merit: 2965


Terminated.


View Profile WWW
November 23, 2017, 11:09:45 PM
 #3149

Do you work on a Binance version ?
Yes. However, there's no ETA yet for that.

"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
😼 Bitcoin Core (onion)
Captain Corporate
Hero Member
*****
Offline Offline

Activity: 1960
Merit: 575



View Profile WWW
November 24, 2017, 05:42:01 PM
Last edit: November 24, 2017, 05:58:27 PM by Captain Corporate
 #3150

 Did you think your favorite Trading Bot would turn a blind eye to Black Friday and Cyber Monday?

 Contact your Favorite Reseller and from Today until Cyber Monday you will get EXTRA discounts!

  One Gunbot License : 0.075BTC
  Second License : 0.0375BTC
  TV Plugin : 0.0375BTC

 

 Prices are valid until Cyber Monday ends! So act quick!

 Buy your Gunbot from any of our Authorised Resellers : https://github.com/GuntharDeNiro/BTCT/wiki/Resellers

▄▄███████████████████▄▄
▄█████████▀█████████████▄
███████████▄▐▀▄██████████
███████▀▀███████▀▀███████
██████▀███▄▄████████████
█████████▐█████████▐█████
█████████▐█████████▐█████
██████████▀███▀███▄██████
████████████████▄▄███████
███████████▄▄▄███████████
█████████████████████████
▀█████▄▄████████████████▀
▀▀███████████████████▀▀
Peach
BTC bitcoin
Buy and Sell
Bitcoin P2P
.
.
▄▄███████▄▄
▄████████
██████▄
▄██
█████████████████▄
▄███████
██████████████▄
███████████████████████
█████████████████████████
████████████████████████
█████████████████████████
▀███████████████████████▀
▀█████████████████████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀

▀▀▀▀███▀▀▀▀
EUROPE | AFRICA
LATIN AMERICA
▄▀▀▀











▀▄▄▄


███████▄█
███████▀
██▄▄▄▄▄░▄▄▄▄▄
████████████▀
▐███████████▌
▐███████████▌
████████████▄
██████████████
███▀███▀▀███▀
.
Download on the
App Store
▀▀▀▄











▄▄▄▀
▄▀▀▀











▀▄▄▄


▄██▄
██████▄
█████████▄
████████████▄
███████████████
████████████▀
█████████▀
██████▀
▀██▀
.
GET IT ON
Google Play
▀▀▀▄











▄▄▄▀
tandyuk
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 24, 2017, 06:37:18 PM
 #3151

Did you think your favorite Trading Bot would turn a blind eye to Black Friday and Cyber Monday?

I would have hoped it would, yes.
Kick in the teeth for anyone who paid full price, especially recently.
Lauda
Legendary
*
Offline Offline

Activity: 2674
Merit: 2965


Terminated.


View Profile WWW
November 24, 2017, 06:47:18 PM
 #3152

Kick in the teeth for anyone who paid full price, especially recently.
Wouldn't this stance then apply to pretty much all discounts, anywhere? Therefore, that stance is rather invalid. There are quite the number of discount codes, and you can pay 10-15% off usually. Another 10% off as a special deal is nothing too drastic IMO.

"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
😼 Bitcoin Core (onion)
tandyuk
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 24, 2017, 07:22:19 PM
 #3153

Kick in the teeth for anyone who paid full price, especially recently.
Wouldn't this stance then apply to pretty much all discounts, anywhere? Therefore, that stance is rather invalid. There are quite the number of discount codes, and you can pay 10-15% off usually. Another 10% off as a special deal is nothing too drastic IMO.

Yes, regardless of the time or what the product/service is.
Just sell it for what it's worth in the first place.
If $seller can sell it for that and make a profit, why isn't it just that price all the time.
$seller would get more sales in general then, and not have to jump on stupid marketing bandwagons.
Euro1000
Full Member
***
Offline Offline

Activity: 209
Merit: 102


View Profile
November 24, 2017, 07:56:32 PM
 #3154

Black Friday and Cyber Monday ... I just bought mine license some days ago.
However, perhaps this is the best time to buy this Trading View Plugin.

Would be possible to define an alert like "Sell ETH, if RSI reaches 78%"?
I just read that you are able to create alerts in TradingView. In their WIKI they have alot examples which sounds more like a "LIMIT Order". It is also mentioned that there are "Indicator Alerts", but I was not able to find an example like "Sell ETH, if RSI reaches 78%"
Gunthar (OP)
Hero Member
*****
Offline Offline

Activity: 1498
Merit: 614


Liable for what i say, not for what you understand


View Profile WWW
November 24, 2017, 10:37:26 PM
 #3155

Black Friday and Cyber Monday ... I just bought mine license some days ago.
However, perhaps this is the best time to buy this Trading View Plugin.

Would be possible to define an alert like "Sell ETH, if RSI reaches 78%"?
I just read that you are able to create alerts in TradingView. In their WIKI they have alot examples which sounds more like a "LIMIT Order". It is also mentioned that there are "Indicator Alerts", but I was not able to find an example like "Sell ETH, if RSI reaches 78%"

You can do that in bbrsi strategy as well: set highBB any value you want and set RSI_SELL_LEVEL at 78

       ▄██▀ ▄█████▄
     ▄██▀ ▄███▀ ▐███▄
   ▄██▀ ▄███▀    █████▄
 ▄██▀ ▄███▀    ▄██▀  ▀██▄
██▀ ▄███▀    ▄██▀      ▀██▄
██ ███▀    ▄██▀    █▄    ███
██ ███    ███    ▄███    ███
██ ███▄    ▀███▄███▀     ███
██▄ ▀███▄    ▀███▀    ▄███▀
 ▀██▄ ▀███▄         ▄███▀
   ▀██▄ ▀███▄     ▄███▀
     ▀██▄ ▀███▄ ▄███▀
       ▀██▄ ▀█████▀
████
████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████

████  ████  ████
████  ████  ████

████  ████  ████
████  ████  ████
████
████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████

████  ████  ████
████  ████  ████

████  ████  ████
████  ████  ████
         ▄█████▄ ▀██▄
       ▄███▀ ▐███▄ ▀██▄
     ▄███▀    █████▄ ▀██▄
   ▄███▀    ▄██▀  ▀██▄ ▀██▄
 ▄███▀    ▄██▀      ▀██▄ ▀██
███▀    ▄██▀    █▄    ███ ██
███    ███    ▄███    ███ ██
███▄    ▀███▄███▀    ▄███ ██
 ▀███▄    ▀███▀    ▄███▀ ▄██
   ▀███▄         ▄███▀ ▄██▀
     ▀███▄     ▄███▀ ▄██▀
       ▀███▄ ▄███▀ ▄██▀
         ▀█████▀ ▄██▀
ultrainvest
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
November 25, 2017, 07:29:10 AM
 #3156

Hello,
I just got the follwing email by bittrex:

This email is to communicate policy changes for placing orders on Bittrex.  As you know, Bittrex is committed to providing fair and efficient price discovery and these changes are designed to improve the overall trading experience on our markets.
 
Removing stale orders:  Effective today, Bittrex will be removing orders that are older than 28 days.  As we’ve communicated in the past, many of these orders have no reasonable expectation of being filled and clog the order books.
 
Raising the minimum trade size:  Within the next 2 weeks, the minimum allowable trade value for orders will go from 50,000 Satoshi to 100,000 Satoshi.  We will also require a minimum trade quantity on a per market basis.
 
Creating minimum tick sizes: Within the next 2 weeks, on a per market basis, we will be instituting minimum tick sizes that are based on the current price of the market.  The target is to have minimum trade sizes that are near 0.1% of the current price.  The current minimum tick size is 1 Satoshi.  For example, Ethereum trades at 0.0577 Bitcoin.  Bids and asks can only be placed in 0.0001 increments.  So the next levels allowable levels on the order book will be 0.0576 and 0.0578.
 
A general statement about market manipulation tactics:  Bittrex actively discourages any type of market manipulation, including pump groups.  Consistent with our terms of service, we will suspend and close any accounts engaging in this type of activity and notify the appropriate authorities.   
 
For more details around these policy changes, see this article.  https://support.bittrex.com/hc/en-us/articles/115003004171
 
Thank you,


Will these influence the work of gunbot ?
Lauda
Legendary
*
Offline Offline

Activity: 2674
Merit: 2965


Terminated.


View Profile WWW
November 25, 2017, 01:20:57 PM
 #3157

Good afternoon. I understand that clients interact with those who provide services directly, but who solves the disputes that have arisen between these two parties?
What kind of dispute are we talking about? The likely answer to your question is "Gunthar".

"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
😼 Bitcoin Core (onion)
ultrainvest
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
November 25, 2017, 02:21:47 PM
 #3158

Hello,
I am a noob in the cryptoworld.. Huh..and need some help:

I really wonder, why i cant use such pairs with gunbot: USD-BTC, USD-LTC, USD-XPR, USD-BCC...etc.  ?

In the moment, i have to predict every time where the price of FIAT-BTC will go, because my money are kept in BTC on Bittrex !....and if a huge BTC dump appear i will lose everything i made with the gunbot ?

Is my logic right ?

Thanks in advance!
jxid
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
November 25, 2017, 02:39:58 PM
 #3159

Hello,
I am a noob in the cryptoworld.. Huh..and need some help:

I really wonder, why i cant use such pairs with gunbot: USD-BTC, USD-LTC, USD-XPR, USD-BCC...etc.  ?

In the moment, i have to predict every time where the price of FIAT-BTC will go, because my money are kept in BTC on Bittrex !....and if a huge BTC dump appear i will lose everything i made with the gunbot ?

Is my logic right ?

Thanks in advance!

If your goal is to increase fiat, then yes your logic is fine.

I think that philosophically most people in the crypto world are focused on increasing their holdings in non-fiat currency, so even if you are "down" fiat you are still "up" btc or eth or whatever pair you're pegging to (which, to be clear, would have been the wiser currency to focus on the past few years).
ultrainvest
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
November 25, 2017, 03:17:01 PM
 #3160

Hello,
I am a noob in the cryptoworld.. Huh..and need some help:

I really wonder, why i cant use such pairs with gunbot: USD-BTC, USD-LTC, USD-XPR, USD-BCC...etc.  ?

In the moment, i have to predict every time where the price of FIAT-BTC will go, because my money are kept in BTC on Bittrex !....and if a huge BTC dump appear i will lose everything i made with the gunbot ?

Is my logic right ?

Thanks in advance!

If your goal is to increase fiat, then yes your logic is fine.

I think that philosophically most people in the crypto world are focused on increasing their holdings in non-fiat currency, so even if you are "down" fiat you are still "up" btc or eth or whatever pair you're pegging to (which, to be clear, would have been the wiser currency to focus on the past few years).

..yep,...but if it is not in the next few years ?.......i mean that with such volatility and if, by any means, BTC price goes back to 1000usd and stabilizes there, i will lose 80% of my fiat capital.(because as everybody advises here i will not panic in a dump and will wait and wait...).
Really sorry for this stupid questions, but i can not bye bread with btc...at least not yet.... Wink
Pages: « 1 ... 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 [158] 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!