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

Pages: [1]
1
Beginners & Help / Take Profit Function
« on: October 16, 2021, 09:02:07 AM »
I read the wiki but I don't get how does exactly the Take Profit Function works, I thought the TP range was a % over my breakeven and it would only sell in the case the price crossed my TP Down but only after crossing it up.

like in the attached picture, but today I proved it didn't work that way.

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

3
General Discussion / Stable version for ARM
« on: February 06, 2021, 06:26:56 AM »
I'm having a lot of issues with the ARM 21.0 version of the gunbot, I brings a new GUI which is nice, but is very buggy in many senses

1 Some overrides won't work for example the period override on bb strategy won't override the period setting I that strategy, (haven't tested somewhere else)

2 It gives an error every 30 seconds or so

TypeError: Cannot read property '-1' of undefined
    at timeseries.SolveLE (/snapshot/node14Win/node_modules/timeseries-analysis/timeseries-analysis.js:993:22)
    at timeseries.ARLeastSquare (/snapshot/node14Win/node_modules/timeseries-analysis/timeseries-analysis.js:942:20)
    at /snapshot/node14Win/gain.js
    at runMicrotasks (<anonymous>)
(synccing the clock of the pi wont fix the issue as stated here: https://gunbot.shop/fix-cannot-read-property-1-of-undefined-error-on-gunbot/)

tried syncing the time in both the pc using the web browser and the PI but no results.




3 The telegram doesn't work yet this is the main reason I would need to try another version of ARM

I'm using ARM because it draws low power and since my gaming computer draws a lot of power, i can't use the pc version.


I used version 18 like one year ago it had a lot of bugs too, but I was able to make it work almost fully. Had to disable the GUI since it crashed the bot a lot, but without using GUI it would be pretty fine.

is there any ARM stable version that could someone point at me to try?


it feels kinda weird that people rathers use the PC version since on pc you need to use a lot more power to keep it up feels inefficient also the alternative of setting a VPS sounds very very unsafe since you have many sensitive settings in a server remotely I ve seen the adminds of certain VPS companies to get in the VPS I ve rented.

4
General Discussion / DOUBLE_UP doub
« on: February 04, 2021, 05:51:13 AM »
I'm trying to run a strategy using DOUBLE_UP my plan is to set a strategy to buy but only 50% of the base currency and then left the other 50% for the other 2 DU orders of 25% each.

my question is which setting is needed to prevent the bot buy more than 50%, but also allowing the DU orders to take place after?


I want to keep the other 50% to place DU orders but I'm afraid that if I set "TL_PERC": "50" or setting "FUNDS_RESERVE" would prevent the du orders to take place.

What's the standard procedure to make it?

5
General Discussion / Stop gunbot from a external aplication?
« on: April 17, 2020, 05:56:40 PM »
I am developing a sort of gui for gunbot since the included GUI crashes the bot a lot. I already made the GUI to display the bot info in a webpage but now, i want to edit the configs of the bot from my GUI.

The questions i have are:

1 Do the configs take effect on the fly after editing configs.js Or do they take effect after bot restart.

2 Whats the best way to externally restart my gunbot, lets say i wanna restart, stop, start on will from my c++ program how would it be???

i know i have the option of kill the process but that method may lead to corrupt bots data, i want to do it the standard way like the gunbot GUI does when you click Stop gunbot / Start gunbot.


6
im trying to find the setting to change the period of BB indicator to match the trading view default BB which is Length 20, if i set the length of trading view indicator to 50 it matches exactly the gunbot BB but how to make gunbot indicator to have length 20 instead of 50????

7
Technical Support & Development / Bot wont start
« on: April 15, 2020, 03:06:56 PM »
also when using the gui theres a high chance for bot to crash also there a small chance for the config json to become corrupt after this crash.


Code: [Select]
Loading exchange - binance
Loading data....
{ ExchangeNotAvailable: binance GET https://api.binance.com/api/v3/exchangeInfo system request to https://api.binance.com/api/v3/exchangeInfo failed, reason: getaddrinfo ENOTFOUND api.binance.com api.binance.com:443
    at module.exports.initRestRateLimiter.executeRestRequest.fetchImplementation.catch (/snapshot/pi/Desktop/gb/node_modules/ccxt.pro/node_modules/ccxt/js/base/Exchange.js:390:35)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
  constructor: [Function: ExchangeNotAvailable],
  name: 'ExchangeNotAvailable' }
Fetching my trades again.{"name":"ExchangeNotAvailable"}
Error
    at errorHandler (/snapshot/pi/Desktop/gb/ctx/js/binance.js:0:0)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
Error: {}
    at errorHandler (/snapshot/pi/Desktop/gb/ctx-wrapper.js:0:0)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
Unable to connect to binance
Please if this error persists, stop Gunbot, wait a few minutes and then start it again...

8
General Discussion / how to buy at a percentage under the lowB
« on: April 10, 2020, 11:34:37 PM »
im using Bolinger Bands, I would like to enter to buy cycle at a percentage under the lowBB, after lowerig the lowBB setings in the "indicators" tab to -1 from 0, doesn't affect the entry point shown in my gunbot console.

im doing something wrong? lacking a setting? or does the entry point work in some weird way?

im using TrailMe and Take Buy btw.

9
Code: [Select]
reconnecting websockets...
Fetching tickers again.{}
Error
    at errorHandler (/snapshot/pi/Desktop/gb/ctx/js/binance.js:0:0)
    at <anonymous>
reconnecting websockets...
reconnecting websockets...
reconnecting websockets...
Fetching tickers again.{}
Error
    at errorHandler (/snapshot/pi/Desktop/gb/ctx/js/binance.js:0:0)
    at <anonymous>
reconnecting websockets...
TypeError: Cannot use 'in' operator to search for 'bids' in undefined
    at binance.parseOrderBook (/snapshot/pi/Desktop/gb/node_modules/ccxt/js/base/Exchange.js:916:38)
    at binance.fetchOrderBook (/snapshot/pi/Desktop/gb/node_modules/ccxt/js/binance.js:593:32)
    at <anonymous>
Fetching orderbook again.{}
Error
    at errorHandler (/snapshot/pi/Desktop/gb/ctx/js/binance.js:0:0)
    at <anonymous>

(Code 14904)Requesting data...please wait...

(Code 14911)Requesting data...please wait...
reconnecting websockets...
TypeError: Cannot use 'in' operator to search for 'bids' in undefined
    at binance.parseOrderBook (/snapshot/pi/Desktop/gb/node_modules/ccxt/js/base/Exchange.js:916:38)
    at binance.fetchOrderBook (/snapshot/pi/Desktop/gb/node_modules/ccxt/js/binance.js:593:32)
    at <anonymous>
Fetching orderbook again.{}
Error
    at errorHandler (/snapshot/pi/Desktop/gb/ctx/js/binance.js:0:0)
    at <anonymous>

(Code 14904)Requesting data...please wait...

(Code 14911)Requesting data...please wait...

10
wanted to close a bad position so i set gain to 0.1% but the exit still the same as it was when the gain was at 0.5% what the fuck???

also the version 18.3.9 labels as 18.3.8 in the console.

11
General Discussion / Reading Gunbot indicators from my C program?
« on: March 31, 2020, 08:28:49 PM »
How would be the most efficient way to read the values that gunbot outputs in the terminal console from my external C program??? or does gunbot have any other means to read those externally, for example i saw one alternative GUI for gunbot how does it read these from gunbot?

12
I want to make my Gunbot to buy 25% at certain point but if the price drops even further, configure it to buy more in orders of 25 % each time, with tssl strategy.

which are the settings that would allow me to configure this behavior.

13
Technical Support & Development / Gunbot not buying
« on: March 22, 2020, 03:01:25 PM »
Gunbot printing this in the console but not actually buying anything

Version GBRT_18.3.8 PAX-ETH@binance Round #4035 2020/03/22 14:59:47 (ARM)

l51000
1403
┌───────────────────┬───────────────────────────────────────┐
│ ɢՍŋ฿םŦ RT Edition │                                       │
├───────────────────┼─────────┬────────────┬───────┬────────┤
│ BOUGHT!!!         │ Amount: │ 0.03769886 │ Rate: │ 132.63 │
└───────────────────┴─────────┴────────────┴───────┴────────┘

this are my strategy settings PAIR: PAX-ETH

"tssl": {
            "BUY_METHOD": "tssl",
            "BUY_ENABLED": true,
            "SELL_METHOD": "tssl",
            "SELL_ENABLED": true,
            "BUY_LEVEL": 1,
            "GAIN": 0.5,
            "DOUBLE_CHECK_GAIN": true,
            "NBA": 0,
            "BUYLVL1": 0.6,
            "BUYLVL2": 2,
            "BUYLVL3": 70,
            "SELLLVL1": 0.6,
            "SELLLVL2": 2,
            "SELLLVL3": 70,
            "BUYLVL": 1,
            "SELLLVL": 1,
            "XTREND_ENABLED": false,
            "BUY_RANGE": 0.5,
            "SELL_RANGE": 0.5,
            "TSSL_TARGET_ONLY": true,
            "PP_BUY": 0,
            "PP_SELL": 99999,
            "SHORT_LEVEL": 1,
            "LONG_LEVEL": 1,
            "ROE": 1,
            "ROE_TRAILING": false,
            "ROE_LIMIT": 1,
            "LEVERAGE": 0,
            "TAKE_PROFIT": false,
            "TP_PROFIT_ONLY": true,
            "TP_RANGE": 0.5,
            "TAKE_BUY": false,
            "TBUY_RANGE": 0.5,
            "FUNDS_RESERVE": 0.0001,
            "KEEP_QUOTE": 0,
            "TL_ALLIN": false,
            "TL_PERC": 0,
            "TRADING_LIMIT": 5,
            "PERIOD": 15,
            "USE_RENKO": false,
            "RENKO_PERIOD": 15,
            "RENKO_BRICK_SIZE": 0.0001,
            "RENKO_ATR": true,
            "ADX_ENABLED": false,
            "ADX_LEVEL": 25,
            "DI_PERIOD": 14,
            "ATRX": 0.5,
            "ATR_PERIOD": 14,
            "BTC_PND_PROTECTION": false,
            "BTC_MONEY_FLOW": 35,
            "BTC_PND_PERIOD": 14,
            "CANDLES_LENGTH": 99,
            "EMA1": 16,
            "EMA2": 8,
            "EMA_LENGTH": 50,
            "EMASPREAD": false,
            "EMAx": 0.5,
            "FAST_SMA": 1,
            "SLOW_SMA": 2,
            "SINGLE_BUY": false,
            "HIGH_BB": 0,
            "LOW_BB": 0,
            "SMAPERIOD": 50,
            "STDV": 2,
            "KUMO_SENTIMENTS": true,
            "ICHIMOKU_PROTECTION": true,
            "KIJUN_PERIOD": 26,
            "TENKAN_PERIOD": 9,
            "SENKOUSPAN_PERIOD": 52,
            "DISPLACEMENT": 26,
            "KUMO_CLOSE": false,
            "KIJUN_CLOSE": false,
            "TENKAN_STOP": false,
            "KIJUN_STOP": false,
            "TENKAN_CLOSE": true,
            "ROE_CLOSE": false,
            "KUMO_STOP": true,
            "KIJUN_BUY": false,
            "KIJUN_SELL": false,
            "KUMO_BUY": false,
            "KUMO_SELL": false,
            "TENKAN_BUY": true,
            "TENKAN_SELL": true,
            "MACD_LONG": 20,
            "MACD_SHORT": 5,
            "MACD_SIGNAL": 10,
            "MFI_ENABLED": false,
            "MFI_BUY_LEVEL": 30,
            "MFI_SELL_LEVEL": 70,
            "MFI_LENGTH": 14,
            "RSI_BUY_ENABLED": false,
            "RSI_SELL_ENABLED": false,
            "RSI_BUY_LEVEL": 30,
            "RSI_SELL_LEVEL": 70,
            "RSI_LENGTH": 14,
            "RSI_METHOD": "oscillator",
            "STOCH_ENABLED": false,
            "STOCH_BUY_LEVEL": 20,
            "STOCH_SELL_LEVEL": 80,
            "SLOW_STOCH_K": 3,
            "STOCH_D": 3,
            "STOCH_K": 14,
            "STOCH_METHOD": "oscillator",
            "STOCHRSI_ENABLED": false,
            "STOCHRSI_BUY_LEVEL": 0.2,
            "STOCHRSI_SELL_LEVEL": 0.8,
            "STOCHRSI_LENGTH": 14,
            "STOCHRSI_METHOD": "oscillator",
            "DOUBLE_UP": false,
            "DOUBLE_UP_CAP": 1,
            "DU_BUYDOWN": 2,
            "DU_CAP_COUNT": 0,
            "DU_METHOD": "HIGHBB",
            "RSI_DU_BUY": 30,
            "RT_ENABLED": false,
            "RT_BUY_LEVEL": 2,
            "RT_GAIN": 1.5,
            "RT_MAXBAG_PROTECTION": 10,
            "RT_ONCE": false,
            "RT_ONCE_AND_CONTINUE": false,
            "RT_SELL_UP": 0.3,
            "RT_BUY_UP_LEVEL": 0,
            "RT_TREND_ENABLED": false,
            "TRAIL_ME_BUY": false,
            "TRAIL_ME_SELL": false,
            "TRAIL_ME_DU": false,
            "TM_RT_SELL": false,
            "TRAIL_ME_RT": false,
            "TRAIL_ME_BUY_RANGE": 0.5,
            "TRAIL_ME_SELL_RANGE": 0.5,
            "TRAIL_ME_RT_SELL_RANGE": 0.5,
            "IGNORE_TRADES_BEFORE": 0,
            "MIN_VOLUME_TO_BUY": 4,
            "MIN_VOLUME_TO_SELL": 4,
            "PANIC_SELL": false,
            "STOP_LIMIT": 60,
            "SL_DISABLE_BUY": false,
            "SL_DISABLE_SELL": false,
            "COUNT_SELL": 9999,
            "TRADES_TIMEOUT": 0,
            "MARKET_BUY": false,
            "MARKET_SELL": false,
            "MARKET_CLOSE": false,
            "MARKET_STOP": false,
            "MARKET_RTBUY": false,
            "MARKET_RTSELL": false,
            "MARKET_BUYBACK": false,
            "MARKET_DU": false,
            "MARKET_FOK": false,
            "PRE_ORDER": false,
            "PRE_ORDER_GAP": 0,
            "MAKER_FEES": false,
            "MEAN_REVERSION": false,
            "STOP_BUY": 0,
            "STOP_SELL": 0,
            "IS_MARGIN_STRAT": false
        },

14
Technical Support & Development / my Gunbot GUI crashes gunbot
« on: March 20, 2020, 06:43:50 PM »
This is the error:

All good...keep calm and Gunbot.
{ TypeError: Cannot read property 'length' of undefined
    at Statement.<anonymous> (/snapshot/pi/Desktop/gb/gui/sockets/base.js:0:0)
--> in Database#all('SELECT * FROM portfolio', [Function])
    at Socket.<anonymous> (/snapshot/pi/Desktop/gb/gui/sockets/base.js:0:0)
    at Socket.emit (events.js:159:13)
    at SocketNamespace.handlePacket (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/namespace.js:335:22)
    at Manager.onClientMessage (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/manager.js:518:38)
    at WebSocket.Transport.onMessage (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transport.js:369:20)
    at Parser.<anonymous> (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:39:10)
    at Parser.emit (events.js:159:13)
    at finish (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:295:16)
    at Parser.<anonymous> (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:306:15)
    at Parser.add (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:482:24)
    at Parser.expect (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:519:10)
    at Parser.<anonymous> (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:305:18)
    at Parser.add (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:482:24)
    at Parser.expect (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:519:10)
    at expectData (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:303:16)
    at 1 (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:320:9)
    at Parser.processPacket (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:553:8)
    at Parser.add (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:482:24)
    at Parser.expect (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:519:10)
    at Parser.endPacket (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:573:8)
    at finish (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:298:14)
    at Parser.<anonymous> (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:306:15)
    at Parser.add (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:482:24)
    at Parser.expect (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:519:10)
    at Parser.<anonymous> (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:305:18)
    at Parser.add (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:482:24)
    at Parser.expect (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:519:10)
    at expectData (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:303:16)
    at 1 (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:320:9)
    at Parser.processPacket (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:553:8)
    at Parser.add (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:482:24)
    at Socket.<anonymous> (/snapshot/pi/Desktop/gb/node_modules/socket.io/lib/transports/websocket/hybi-16.js:146:17)
    at Socket.emit (events.js:159:13)
    at addChunk (_stream_readable.js:265:12)
    at readableAddChunk (_stream_readable.js:252:11)
    at Socket.Readable.push (_stream_readable.js:209:10)
    at TCP.onread (net.js:598:20) __augmented: true } 'Uncaught Exception thrown'
Loading config...
(Telegram) Starting bot as Gunbot
   info  - socket.io started
GUI Server Deployed: http://localhost:5000


Is there any way to disable the GUI since its only causing me troubles, I mean something like a cmd to the launch without loading GUI or http server so my PI could free some resources.

also i got this message:


************************************************************************************************
GUNBOT RT says: Trailing Buy limits are still good...waiting to buy...
************************************************************************************************
************************************************************************************************
BEGIN TSSL PROCESS FOR BUY STRATEGY
************************************************************************************************
------------------------------------------------------------------------------------------------
2020/03/20 16:37:48: TrailingBuy limit 137.31
------------------------------------------------------------------------------------------------
2020/03/20 16:37:48: Last price         138.20000000   |  Target to buy:   139.17471312
------------------------------------------------------------------------------------------------
2020/03/20 16:37:48: Stop limit     138.1473
------------------------------------------------------------------------------------------------
Price raising up: activating Stop limit!!!
************************************************************************************************
BEGIN TSSL PROCESS FOR SELL STRATEGY
************************************************************************************************
------------------------------------------------------------------------------------------------
2020/03/20 16:37:48: TrailingStop limit 139.585455
------------------------------------------------------------------------------------------------
2020/03/20 16:37:48: Last price         137.67000000   |  Target to sell:   NaN
------------------------------------------------------------------------------------------------
2020/03/20 16:37:48: StopLoss limit     138.196545
------------------------------------------------------------------------------------------------
Price to sell is not in TSSL range
GBRT_18.3.8 PAX-ETH@binance Round #3541 2020/03/20 16:37:48
┌───────────────────┬────────────────────┬──────────────────┬──────────────────┬───────────────┬───────────────────┬─────────────────────┐
│ ɢƱƝɮõͳ RT Edition │ Version            │ Round            │ Exchange         │ Pair          │ Strategy          │ Timestamp           │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│                   │ GBRT 18.3.8        │ 3541             │ binance          │ PAX-ETH       │ tssl/tssl         │ 2020/03/20 16:37:49 │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│ Core checks       │ Stop limit hit     │ Can we buy       │ Can we sell      │ Panic sell    │ Can average       │ REVERSAL TRADE      │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│                   │       NO           │     YES          │      NO          │     NO        │      NO           │       NO            │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│ Indicators        │ EMA1               │ EMA2             │ HIGHBB           │ LOWBB         │ RSI               │ MFI BTC/USD         │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│                   │ 141.80257762       │ 140.58051829     │ 151.20916406     │ 134.00203593  │ 37.84085107       │ 40.95623502         │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│                   │ macd               │ MACD_SIGNAL      │ MACD_H           │ STOCH_K       │ STOCH_D           │ PAIR MFI            │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│                   │ -2.38482861        │ -1.20588382      │ -1.17894478      │ 23.39449541   │ 40.11054312       │ 23.46641044         │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│                   │ EMA spread         │ DI -             │ DI +             │ adx           │ FORECAST          │ FORECAST TREND      │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│                   │ 1.22205932 ⇌       │ 38.01602193      │ 10.28215753      │ 34.6904387    │ 138.0126486501779 │ ⇩ ⇩ ⇩ ⇩             │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│                   │ ATR TRAILING STOP  │ ATR SHORT        │ ATR LONG         │ STOCH RSI     │ DEPTH PRESSURE    │                     │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│                   │ 2.5309012          │ 136.40454939     │ 139.4654506      │ 0             │      54%          │                     │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│ Trading Checks    │      Ask           │      Bid         │ PAX Balance      │ ETH Balance   │ ETH On Orders     │ BreakEven point     │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│                   │ 138.2 ⇧            │ 137.67 ⇧         │ 28.7785134       │ 0.00000566    │ 0                 │ 0                   │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│                   │ ENTRY POINT        │ EXIT POINT       │ STOP LIMIT       │    XTREND     │ LAST TRADE P/L    │ PAX LAST SALE P/L   │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│                   │ 138.89100000       │ 0.00000000       │ 0.00000000       │    DOWN!!!    │ NaN %             │ 28.70656712         │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│                   │ RT BUY             │ RT SELL          │  Last buy        │  Last sell    │ BAG VALUE PAX     │ INITIAL BAG VALUE   │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│                   │ NaN                │ NaN              │ 0                │ 114.66        │  0.00000000       │    0.00000000       │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│                   │ BUYBACK            │ Original Price   │   Infinity%      │   20%         │    NaN%           │ Available Funds     │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│                   │ 0.00000000         │ 0.00000000       │                  │               │                   │ 28.77841340         │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│ Profit/Loss       │      Pair P/L      │  Normal Trading  │ Reversal Trading │ Last 24h      │ Last week         │ Last month          │
├───────────────────┼────────────────────┼──────────────────┼──────────────────┼───────────────┼───────────────────┼─────────────────────┤
│                   │ 0.00000000         │ 0.00000000       │ 0.00000000       │ 0.00000000    │ 0.00000000        │ 0.00000000          │
└───────────────────┴────────────────────┴──────────────────┴──────────────────┴───────────────┴───────────────────┴─────────────────────┘
l51000
1403
┌───────────────────┬──────────────────────────────────────┐
│ ɢƱƝβʘŦ RT Edition │                                      │
├───────────────────┼─────────┬────────────┬───────┬───────┤
│ BOUGHT!!!         │ Amount: │ 0.00001447 │ Rate: │ 138.2 │
└───────────────────┴─────────┴────────────┴───────┴───────┘

but checking my binance history i don't see any past order also why is it buying such small amount   :(


also the telegram messages are not being delivering is there any way to test if the telegram settings are correct a button to send a test msg or something?

15
General Discussion / Noob question about EMA
« on: March 20, 2020, 04:31:04 PM »
Checking the wiki i see this:


BUY_LEVEL
Values: numerical – represent a percentage.

This sets the starting point for buy trailing at a percentage below the lowest EMA.
When you set this to 1, trailing for a buy order starts when price reaches a point 1% below the lowest EMA.

Those EMA are the ones, configured in the indicator settings right?

16
The chart is empty, not sure if i should see a chart with the pair or something, also sometimes it does like a update of the page and the layout changes

from this:



to this:



also when im trying to edit settings this logo sudently appears:



interrupting what im doing and erasing all changes I'm making, so i need to change settings and save quick b4 that happens or need to start all over again.

do u recommend fallback to a more stable version? or there is a fix for the problem.


My setup

Gunbot ver:  18.3.9

Virtualization: VirtualBox
Operating System: Linux Mint 19.3
Kernel: Linux 5.0.0-32-generic

Pages: [1]