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

Pages: [1]
1
Cihande, check the Alert Name field in TradingView.
They made changes to the format and now the mail subject is the value of that field, instead of Message.

2
Probably a server problem, as usual.
Hope they fix it.

3
Yes, they stopped working

4
Technical Support & Development / Re: FillOrKill SELL
« on: February 04, 2021, 08:39:31 AM »
No one has any idea how to disable that? It's extremely annoying

5
Technical Support & Development / FillOrKill SELL
« on: February 02, 2021, 07:47:34 AM »
Several minutes after a Buy is made, the position gets closed with FillOrKill SELL!!!
The Buy order is filled entirely.
What triggers FillOrKill and how to disable it?

6
Technical Support & Development / Re: "TRADES_TIMEOUT"
« on: November 18, 2020, 07:47:20 AM »
It used to work perfectly in all previous versions.
I have another question.
Is it normal for the but to buy and sell when all core checks are NO?

├───────────────────┼────────────────────┼─────────────────────────┼──────────────────┼───────────────┼────────────────────────────┼─────────────────────┤
│ Core checks       │ Stop limit hit     │ Can we buy              │ Can we sell      │ Panic sell    │ Can average                │ REVERSAL TRADE      │
├───────────────────┼────────────────────┼─────────────────────────┼──────────────────┼───────────────┼────────────────────────────┼─────────────────────┤
│                   │       NO           │     NO                  │      NO          │     NO        │      NO                    │       NO            │
├───────────────────┼────────────────────┼─────────────────────────┼──────────────────┼───────────────┼────────────────────────────┼─────────────────────┤

7
Technical Support & Development / "TRADES_TIMEOUT"
« on: November 17, 2020, 11:45:02 AM »
"TRADES_TIMEOUT" is not working in 20.4.6.
A 3600 seconds limit is overriden and the bot is buying on each cycle.

8
Technical Support & Development / Re: Support / Resistance
« on: November 09, 2020, 07:10:34 AM »
Thinks like that happen:
It buys above the BUY at range. Usually higher than last sell value and often immediately after selling.
I deleted the strategy and pair and created them again but the same things happen.
All settings are default - spread 0.1, 15 minute interval, SMA 50 - basically no change at any value of the strategy.

9
Technical Support & Development / Support / Resistance
« on: November 07, 2020, 02:51:01 PM »
Support / Resistance strategy keeps buying way above support level with default settings.
Looking at the graph, it correctly shows BUY at near Support1, yet it buys 4-5% above that level.
What could be the problem?

10
Technical Support & Development / Gunbot v20
« on: October 28, 2020, 07:46:28 AM »
The Wiki says that v20 is available now but I can't find it here:

https://github.com/GuntharDeNiro/BTCT/releases

Where can I download Gunbot v20?

11
Technical Support & Development / Re: ERROR: SQLITE BUSY
« on: July 03, 2020, 01:27:33 PM »
Please disregard/delete this. I found a way to mitigate the issue.
If anyone else experienced that and is looking for a temporary solution: install/update node.js, npm the latest version of sqlite, find node_sqlite3.node and replace it with the one in Gunbot gui folder.

12
Technical Support & Development / ERROR: SQLITE BUSY
« on: July 03, 2020, 06:50:00 AM »
I migrated my Gunbot from Windows 10 to Windows Server 2016.
The core works fine, but if I start the GUI, within a couple of minutes the database gets locked and core stops working.

The same copy has always worked perfectly on Win 10.
Tried a fresh install, the database gets locked again.

Has anyone experienced that problem on Windows Server 2016 (or elsewhere), and found a solution to it?

13
Technical Support & Development / Re: Max volume to buy
« on: June 22, 2020, 07:04:07 AM »
Those numbers were arbitrary. It can buy 1 time or 10000 times until it blows all your balance.
I would like to suggest to simply implement a Max_Buy_Limit in a future update.

14
Technical Support & Development / Re: Max volume to buy
« on: June 20, 2020, 07:12:57 AM »
That will set the limit for a single buy.
Some nice strategies allow multiple consecutive buys, when the conditions are met.
Often, there are 4-5 buys before a sell is complete.

But sometimes, usually when the price keeps falling, I can wake up to 20 buys and a huge bag.
Is there some way I can set a hard limit for how much a pair can execute buys?

As per your example,
binance": {
            "USDT-BTC": {
                "strategy": "Base_USDT",
                "enabled": true,
                "override": {
                    "TRADING_LIMIT": 150
             
SMACROSS will buy 150 USDT in BTC each time. But when done 20 times, that will come up with 3000 invested in 1 trade.
It would be great to be able to set a certain amount, say 1000, that would disable the future buys until the Sell is made.

15
Technical Support & Development / Max volume to buy
« on: June 19, 2020, 02:37:18 PM »
Is there a way to set the max volume to buy on a pair?

It's tedious to constantly monitor the accumulated amount from multiple buys and manually disable the Buy on that pair when a certain threshold is reached.

16
It seems it was a caching issue.
Resolved by itself when the bot self-cleaned.

17
i am experiencing this problem with the new version.
Any idea what might be wrong?
Gunbot connects, gets trading pairs data from Binance, except no balance and assets.
The same instance fetches everything from Bittrex.

Pages: [1]