Username: Password:

Recent Posts

Pages: 1 ... 7 8 [9] 10
81
General Discussion / Re: Lost license, need help
« Last post by Aitor on December 03, 2022, 03:20:59 PM »
Handled via PM.
82
General Discussion / Lost license, need help
« Last post by Cryptonchill on November 24, 2022, 11:42:00 AM »
Hello, I bought the bot back in 2017 and never really even used it. I am wanting to get back into trading, and realized I am definitely not a good trader, and need a bot to help make it less emotional again...

I have lost the computer that it was installed on, and have messaged the mods in the pinned forum post, but am not sure if my messages went through.

Any help would be greatly appreciated
83
General Discussion / bybit unified margin account setup
« Last post by robert on November 23, 2022, 07:51:24 PM »
Hi all,

has someone gotten Bybit Unified Margin Account to work?

I found this post for bybit futures setup and it takes the settings, but no trades are executed : https://forum.gunthy.org/index.php?topic=4424.msg16854#msg16854
The post says use USDT-BTC-LONG and USDT-BTC-SHORT (I suppose) for futures trading with bybit. However that doesn't create any orders (also not via trading terminal) that I can see in bybit.

Any help appreciated, thank you!
Rob
84
Once I start the bot in Version 24, I get the below errors. This config works fine under V23. Help please

InvalidNonce: kraken {"error":["EAPI:Invalid nonce"]}
    at kraken.handleErrors (C:\snapshot\enricoranucci\Documents\GitHub\Mio\node_modules\ccxt.proWs\node_modules\ccxt\js\kraken.js:1751:19)
    at C:\snapshot\enricoranucci\Documents\GitHub\Mio\node_modules\ccxt.proWs\node_modules\ccxt\js\base\Exchange.js:600:18
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async timeout (C:\snapshot\enricoranucci\Documents\GitHub\Mio\node_modules\ccxt.proWs\node_modules\ccxt\js\base\functions\time.js)
    at async kraken.fetchMyTrades (C:\snapshot\enricoranucci\Documents\GitHub\Mio\node_modules\ccxt.proWs\node_modules\ccxt\js\kraken.js:1346:26) {
  constructor: [Function: InvalidNonce]
}
Error: Fetching my trades again.{"name":"InvalidNonce"}
    at errorHandler (C:\snapshot\enricoranucci\Documents\GitHub\Mio\ctx\js\kraken.js)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
{}
Unable to connect to kraken

If I use the bot settings from my V23 and insert them into the V24 config file, I dont get the error but while the dashboard says the bot is running, the pair is stuck at loading and The output file looks like the below and seems to be telling me that my license is not valid

Loading config...
GUI Server Deployed: http://localhost:5500
Ping not available...
403 - "{\"isValidLicense\":false,\"isFree\":false}"

85
Beginners & Help / Risk Management / Position Sizing
« Last post by TheForce on October 30, 2022, 12:14:32 PM »
Hi. When trading, I’m used to position sizing and risk management. I saw, that I can set the maximum amount per trade and a stop loss. However, I couldn’t find an option to, e.g., set a stop loss relative to my portfolios total value. Example: let’s say, I have 1000 USDT on my an account and would like to take max 2.5% (25 USDT) risk per trade. Is there a way to configure a bot in a way that the money I loose with a trade, when the stop loss triggers, is 25 USDT — instead of setting a percentage distance to the entry price? Thanks!
86
I'm guessing I'm the only one? =/
87
Technical Support & Development / Re: gunbot 24.3.2 PNL
« Last post by StarterUser on October 29, 2022, 05:22:21 AM »
I just went from 24.3.2 to 24.6.7 and got this error.

Code: [Select]
unhandledRejection Error: [DecimalError] Invalid argument: undefined

It was just after a market spot sell and the sell did go through OK on the exchange.

I'll see what happens next buy.

EDIT: It did the same on the next buy, the trade took place but that same error came up in the bot command window.

Code: [Select]
+-----------------------------------------------------------------------------------+
¦ ?????L RT Edition  ¦ Version              ¦ Exchange ¦ Pair         ¦ Cycle       ¦
+--------------------+----------------------+----------+--------------+-------------¦
¦ TradingView Plugin ¦ v24.6.7              ¦ binance  ¦ USDT-BTC     ¦ BUY         ¦
+--------------------+----------------------+----------+--------------+-------------¦
¦                    ¦ Ask                  ¦ Bid      ¦ Balance USDT ¦ Balance BTC ¦
+--------------------+----------------------+----------+--------------+-------------¦
¦                    ¦ 20741                ¦ 20740.48 ¦ 34.33560694  ¦ 0           ¦
+--------------------+----------------------+---------------------------------------¦
¦ Callback           ¦  BUY order placed... ¦                                       ¦
+-----------------------------------------------------------------------------------+
------------------------------------------------------------------------------------------------
 ????õL TradingView Edition -  2022/10/30 15:00:13
------------------------------------------------------------------------------------------------
unhandledRejection Error: [DecimalError] Invalid argument: undefined
    at new Decimal (C:\snapshot\enricoranucci\Documents\GitHub\Mio\node_modules\decimal.js-light\decimal.js:1900:15)
    at C:\snapshot\enricoranucci\Documents\GitHub\Mio\gui\classes\pnl-analysis\index.js
    at PnlAnalysis._forEachOrdersOfKeys (C:\snapshot\enricoranucci\Documents\GitHub\Mio\gui\classes\pnl-analysis\index.js)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async PnlAnalysis.getPnlStatisticData (C:\snapshot\enricoranucci\Documents\GitHub\Mio\gui\classes\pnl-analysis\index.js) Promise {
  <rejected> Error: [DecimalError] Invalid argument: undefined
      at new Decimal (C:\snapshot\enricoranucci\Documents\GitHub\Mio\node_modules\decimal.js-light\decimal.js:1900:15)
      at C:\snapshot\enricoranucci\Documents\GitHub\Mio\gui\classes\pnl-analysis\index.js
      at PnlAnalysis._forEachOrdersOfKeys (C:\snapshot\enricoranucci\Documents\GitHub\Mio\gui\classes\pnl-analysis\index.js)
      at runMicrotasks (<anonymous>)
      at processTicksAndRejections (internal/process/task_queues.js:97:5)
      at async PnlAnalysis.getPnlStatisticData (C:\snapshot\enricoranucci\Documents\GitHub\Mio\gui\classes\pnl-analysis\index.js)
}
unhandledRejection Error: [DecimalError] Invalid argument: undefined
    at new Decimal (C:\snapshot\enricoranucci\Documents\GitHub\Mio\node_modules\decimal.js-light\decimal.js:1900:15)
    at C:\snapshot\enricoranucci\Documents\GitHub\Mio\gui\classes\pnl-analysis\index.js
    at PnlAnalysis._forEachOrdersOfKeys (C:\snapshot\enricoranucci\Documents\GitHub\Mio\gui\classes\pnl-analysis\index.js)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async PnlAnalysis.getPnlStatisticData (C:\snapshot\enricoranucci\Documents\GitHub\Mio\gui\classes\pnl-analysis\index.js) Promise {
  <rejected> Error: [DecimalError] Invalid argument: undefined
      at new Decimal (C:\snapshot\enricoranucci\Documents\GitHub\Mio\node_modules\decimal.js-light\decimal.js:1900:15)
      at C:\snapshot\enricoranucci\Documents\GitHub\Mio\gui\classes\pnl-analysis\index.js
      at PnlAnalysis._forEachOrdersOfKeys (C:\snapshot\enricoranucci\Documents\GitHub\Mio\gui\classes\pnl-analysis\index.js)
      at runMicrotasks (<anonymous>)
      at processTicksAndRejections (internal/process/task_queues.js:97:5)
      at async PnlAnalysis.getPnlStatisticData (C:\snapshot\enricoranucci\Documents\GitHub\Mio\gui\classes\pnl-analysis\index.js)
}
88
Beginners & Help / erase history
« Last post by paarlemoer on October 25, 2022, 06:16:56 PM »
Can I erase the history of the PNL? A coin messed up my stats and I want to start anew.
Thanks  :D
89
Technical Support & Development / Re: PNL wrong for USD-ADA
« Last post by paarlemoer on October 24, 2022, 07:13:17 PM »
I now upgraded to version 24.6.7 but still have this problem. All coins work great but ADA (Cardano) calculates the wrong PNL. (I only wish this was correct 88%  ::))
I'm running on a dedicated W11 PC. Does someone has an idea????



As you can see I'm making a profit of 8USD on a trade of 10USD.
Thank you
90
Technical Support & Development / Anyone else getting a bad_request error with Bittrex?
« Last post by jeremy on October 23, 2022, 12:20:17 AM »
My chart stopped loading out of the blue and now I get this error on every pair and it won't load anything:
GB_24.6.7 BTC-DOGE@bittrex Round #15190 2022/10/21 17:49:26
BadRequest: bittrex {"code":"BAD_REQUEST","detail":"Refer to the data field for specific field validation failures or extra fields in the body that were rejected.","data":{"candleInterval":["The value 'undefined' is not valid for CandleInterval."]}}
    at bittrex.throwExactlyMatchedException (C:\snapshot\enricoranucci\Documents\GitHub\Mio\node_modules\ccxt.proWs\node_modules\ccxt\js\base\Exchange.js:532:19)
    at bittrex.handleErrors (C:\snapshot\enricoranucci\Documents\GitHub\Mio\node_modules\ccxt.proWs\node_modules\ccxt\js\bittrex.js:1311:26)
    at C:\snapshot\enricoranucci\Documents\GitHub\Mio\node_modules\ccxt.proWs\node_modules\ccxt\js\base\Exchange.js:600:18
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async timeout (C:\snapshot\enricoranucci\Documents\GitHub\Mio\node_modules\ccxt.proWs\node_modules\ccxt\js\base\functions\time.js)
    at async bittrex.fetchOHLCV (C:\snapshot\enricoranucci\Documents\GitHub\Mio\node_modules\ccxt.proWs\node_modules\ccxt\js\bittrex.js:702:26) {
  constructor: [Function: BadRequest]
}
Error: Fetching OHLCV again.{"name":"BadRequest"}
    at errorHandler (C:\snapshot\enricoranucci\Documents\GitHub\Mio\ctx\js\bittrex.js)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
Error: {}
    at errorHandler (C:\snapshot\enricoranucci\Documents\GitHub\Mio\ctx-wrapper.js)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)

(Code 15902)Requesting data...please wait...
Pages: 1 ... 7 8 [9] 10