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

Pages: 1 ... 3 4 [5] 6 7 ... 28
81
Technical Support & Development / Re: For Gunbot sake!
« on: April 19, 2021, 07:08:03 AM »

I have FUNDS_RESERVE set to 10000 USD (way more than I am trading with).


If you have FUNDS_RESERVE set to 10000 USD, then you need to have MORE than 10000 USD as you are telling the bot to Reserve and not use 10000 USD



 tried it at the default 0.0001 but always get this:

"We reached max allowed RESERVE for this coin: please wait for some sell orders or change FUNDS_RESERVE"

I have seen this about 5 times over the last few days, missing the buy every time.

BTC is priced at under 56800 and I have $58.46, so I have more than 0.001 BTC - the minimum trade on the exchange.


If you have 0.001 and you say 0.001 btc is the minimum you can trade on the exchange. If you set RESERVE_FUNDS to  0.0001  you are telling the bot he can only trade with 0.0009 (less than the minimum).

I would give you 2 advices:

1-If you don't want to reserver funds, just set it to 0.
2- Increase funds if you want to make some serious trading. There isn't much sense in only being able to make 1 buy and get out of funds.

82
Does anyone know where to contact customer support or email to confirm my purchase? I purchased online on their official website the starter paid by btc but I dont have any email response yet since you will have details when your purchase was successful.

I don't know at what website did you get it, but I'm sure you already got the welcome email after the payment was confirmed.

83
Technical Support & Development / Re: For Gunbot sake!
« on: April 06, 2021, 07:35:35 AM »
It sounds like you are telling the bot to reserve and don't use the funds you want to trade with.

84
Technical Support & Development / Re: Kucoin error
« on: April 06, 2021, 07:33:27 AM »
I have a similar problem. I can add the pairs, and start them "trading", but they don't trade. The dashboard for the exchange doesn't show any data from the exchange for the pairs.

The Terminal lists the following:
TypeError: Cannot read property 'data' of undefined
    at kucoin.fetchOrderBook (/snapshot/test/Desktop/node14/node_modules/ccxt.pro/node_modules/ccxt/js/kucoin.js:657:30)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
kucoin - throwing error: "Fetching orderbook again.{}"
Error: Fetching orderbook again.{}
    at errorHandler (/snapshot/test/Desktop/node14/ctx/js/kucoin.js)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)

Any ideas? Thanks.

I know several persons who had this problem with Kucoin and fixed it installing v21.4.4
Not sure about latest version as I don't use Kucoin at this moment but I would give a shoot to v21.4.4

85
G'day,
I'm using GDAX and KRAKEN.
Strategy has SMACROSS as buy, GAIN as sell- the issue being that with some coins it won't buy at all and with others it will do the first buy but no others. The log gives CrossUP: YES , Can We Buy: NO.
I don't have any indicators on, unless there are some buried in the code I need to turn off.
Period is 15, sma's are 2, 1

In order to analyze it we need more info, it's important to take a look to the strategy you are running and the pairs you are trading with.

86
Technical Support & Development / Re: Kucoin error
« on: March 30, 2021, 05:07:13 PM »
this is v21.0.0 on Mac btw

You need a newer version, please send me a PM and I will point you.

87
Solved and found the betas, disregard. Thanks :)!


Hello, I'm getting this error on Binance futures using V2110 on a fresh install with a fresh API key. I saw on another post that there is a BETA version to correct this issue on futures. Sadly I cannot locate it, could you let me know were I can download it?

 Loading exchange - binanceFutures
Loading data....
TypeError: Cannot set property 'currentQty' of undefined
    at Gdax.parseBalance (C:\snapshot\test\Desktop\node14\ctx\js\binanceFutures.js)
    at C:\snapshot\test\Desktop\node14\ctx\js\binanceFutures.js
    at processTicksAndRejections (internal/process/task_queues.js:97:5) Unhandled Rejection at Promise Promise {
  <rejected> TypeError: Cannot set property 'currentQty' of undefined
      at Gdax.parseBalance (C:\snapshot\test\Desktop\node14\ctx\js\binanceFutures.js)
      at C:\snapshot\test\Desktop\node14\ctx\js\binanceFutures.js
      at processTicksAndRejections (internal/process/task_queues.js:97:5)
}

Cheers!

Hi, yes, you need a newer version, send me a PM please and I will point you.

88
Technical Support & Development / Re: need support on tssl
« on: March 19, 2021, 03:40:59 AM »
Could you enlighten us a bit more with your settings? Whats working for you, please share

I can't answer your questions because:

1- The strategy / pairs / settings each person runs is a personal call and depends on your likings and your trading style.

2- Something that "works" or "doesn't work" is something relative, I mean, it depends on what you are looking for. For some strategies that require a very reactive bot, low ranges can get you a faster response time. On the other hand, if the bot is very reactive, it will react to any minimum movement and won't be able to take advantage of big pumps to buy higher or big dumps to buy lower.

Depending on what you want you could be looking for fast reaction or for following a higher period trend that could lead to high % trades. Sometimes you try to search for a balance... Also delay affects to reactivity.

My advice, if you don't have Backtesting Addon, get it and play with different settings to check what adapts better to your likings. You can get the Backtesting Addon in the following link:

https://gunbot.shop/product/backtesting-addon-for-gunbot/

89
What you are saying is very weird, I mean, it's like bot was not reading the quote amount.

Are you running MACD or other strategy that makes several buys before selling?

Maybe your MVTS is too high? And you stating your MVTS in your base coin and it's lower that your TL?

90
I don't know why but my bot buys for example 50 Ripple and sells 49 later. Same with more value coins. for example it keeps 0.001 ETH.
The result is that with low trade limit it shows me a lot of non profit trades cause Gunbot kept the leftovers of coins.
I dont use "keep quote".
Using market sells and in this test scenario trade limit is 0.0002, min volume to sell 0.0001 @binance with take profit

Anyone has seen something like this and know how to fix it?

Using latest version

Hi, it's something quite common, most of the exchange leave some "dust". If you are running the bot on Binance you can convert the dust to BNB and then turn it back to BTC or to whatever you want.

91
Beginners & Help / Re: maxPricePctChangeInterval = NaN
« on: March 15, 2021, 11:17:50 PM »
I would need to check it more in deep to say 100%. But if I had to bet I would say the bot haven't collected all the required info to set maxPricePctChangeInterval to "true" or "false", so it's still doesn't have a value.

92
Technical Support & Development / Re: Kucoin error
« on: March 08, 2021, 04:29:38 AM »
Good afternoon,

I am an active user of Gunbot for a long time using only tradingview instructions...i have instaled version V 21.01.

Binance and Kraken works perfectly, but recently I am not capable to make trades with Kucoin, it comes the error "cannot read property "data" of undefined". when an instruction is sent by tradingview in kucoin no orders are filled.

is there any new version to solve this issue? i tried several pairs and same error is coming.

thank you.

Hi, are you running the bot with a Kukoin v2 api key? If your api is old, you would need to create a new one.

93
Technical Support & Development / Re: help needed Register old buy
« on: March 04, 2021, 10:57:50 AM »
Hi, bought Gunbot XT Edition core (Gunthy GUI, all Exchanges, TradingView Release) back in 12/2017 for 0.10BTC but never come around to install it.
I do have the purchase tx id and only one of the bunch of API keys i send in still does exist and work.

How do i proceed from here with current Gunbot versions, which one would i download and would i run into verification problems?

Hi, please send me a PM.

94
General Discussion / Re: FUNDS_RESERVE error
« on: February 26, 2021, 04:43:29 AM »
Supposedly the bot only shows relevant indicators. In other words, if you run strategy X, the bot will only show indicators that are being used in strategy X. Also some things can be shown / hidden from chart.

95
Technical Support & Development / Re: need support on tssl
« on: February 26, 2021, 04:19:27 AM »
Hi, I would change 2 things:

1- Sell range is huge, I would try lowering it to 0.10, 0.15, 0.20...

2- Instead of using TSSL as strategy, in my experience, it works better to use Gain, BB or other strat and aply Trail_me

96
Technical Support & Development / Re: logfile in plain CSV file
« on: February 26, 2021, 04:14:15 AM »
There are online tools to convert txt to cvs like this one:

https://onlineconvertfree.com/es/convert-format/txt-to-csv/

Anyway, I don't think it will help if it's converted after the bot process the logs...
In fact I agree the logs could be processed in a more user friendly format.

97
Well, it happened more than once but today I was able to notice what was going on.

It has bb for buying and gain for sell, no RSI indicator on-sell, not trailme, not nothing.

The bot made the buy order and went fine, but then it reached the exit price but did not sell, it even went over 0.40% over the exit but it did not sell then the price went down again and back to the entry and made a second buy without selling the 1st one.

I use DCA but the setting has buy down to 1% under the initial buy and this buy was almost exactly at the same price as the first buy it even bought higher than the first one.

Also the DCA is configured to place 1:0.5 ratio and the second buy was for the same amount.


The only clue I found was the bot indeed tried to sell at the exit but the order appeared on my binance account as canceled. but I did not cancel anything I wasnt even logged when that happened.

any report of the same problem with anyone else?

if so there is a posible cause, solution or workaround?


Have you tried using TRADES_TIMEOUT parameter? It set the minimum time it has to wait to buy again after a the bot buys. This usually fixes doble buys.

98
General Discussion / Re: FUNDS_RESERVE error
« on: February 17, 2021, 04:21:33 PM »
Hi, it's weird as you say you have 700 USDC, so theorically you have more than enough. It's not common, but I saw one guy who said who had this problem and fixed it setting Funds reserve to -1000

99
Technical Support & Development / Re: Specify IP address
« on: February 16, 2021, 09:05:54 AM »
Glad to hear you fixed it. I just want to remind that in most of the cases we don't need to change that api as it works for running the bot in our own computer / vps and also to access remotely from other computer.

100
Technical Support & Development / Re: Specify IP address
« on: February 12, 2021, 10:18:52 PM »
I have attempted to change the localhost IP from 127.0.0.1 in the config.js file to an IP on an interface, and no luck.

Any suggestions would be most appreciated.

Thanks in advance.
T

Hi, are you trying to configure Gunbot access on a local network?

Pages: 1 ... 3 4 [5] 6 7 ... 28