Gunbot v21 Beta versions changelogs

Gunbot Shop Gunbot Forum General Discussion Gunbot v21 Beta versions changelogs

Viewing 5 posts - 61 through 65 (of 65 total)
  • Author
    Posts
  • #10158
    Javieralv
    Moderator
    • Posts: 271
    • Moderator

    Gunbot v21.9.2

    – Fix pullback strategy.

    – Fix SGA trend update timing.

    Gunbot Shop - https://gunbot.shop

    #10159
    Javieralv
    Moderator
    • Posts: 271
    • Moderator

    Gunbot v22 – Stable release

    This build includes the following changelogs:

    – Improve telegram bot pnl calculations

    – Fix pullback strategy.

    – Fix adx strategy.

    – Custom strategies: use require instead of requirejs for loading custom javascript modules

    >> To use an external module, first place it in a folder called ‘user_modules’ in the Gunbot root folder.
    Then require it in your strategy code, like this:

    > On Linux (and likely macOS):
    const cryptopanic = gb.method.requirejs(gb.modulesPath + ‘/cryptopanic’)

    > On Windows:
    const cryptopanic = gb.method.requirejs(gb.modulesPath + ‘\\cryptopanic’)

    The above assumes you have a module in a folder called cryptopanic in the user_modules folder.
    gb.modulesPath returns the path to whereever your gunbot folder is on your filesystem.

    — Give custom strats the option to draw trading targets as lines on the chart.

     

    Gunbot Shop - https://gunbot.shop

    #10160
    Javieralv
    Moderator
    • Posts: 271
    • Moderator

    Gunbot v22.0.1 – Patch release

    – SGA: fix case where CT sell should be allowed, but wasn’t.

    – Fix fetching pair lists for huobi.

    – Remove irrelevant KEEP_QUOTE from futuresGrid strategy editor.

    Gunbot Shop - https://gunbot.shop

    #10161
    Javieralv
    Moderator
    • Posts: 271
    • Moderator

    Gunbot v22.0.3 – HFT – alpha

    – initial broken commit of Gunbot HFT: do not use this in production

    Status:

    – Entire Gunbot is now migrated to pure websockets.

    – Only a very few initial api calls are sent with REST calls because exchanges do not send the entire history of an endpoint to websockets: they only send updates.

    – So balances, candles, trades and many other endpoints MUST do their first call with REST api.

    – PositionRisk at binance futures is not sent via websockets (and the few informations they send are not enough for our bot).

    – For this reason we need to use positionRisk with REST api call at all the times (i’m throttling it with one api call when it is needed).

    – You can decide the speed of your bot: set WS_SLEEP_TIME in milliseconds in bot section of your config and play with it looking at the speed of your bot changing.

    – Example i start with WS_SLEEP_TIME: 2000 and the bot is throttled with 2 seconds per pair, being that you can use milliseconds, based on the ping you have to the exchange and yoru server performances, you can tune that down to 0 milliseconds if you are able to, or slower servers: use higher values up to 4/6 seconds (4000/6000).

    – All pairs cycles at same time, it means if you have 300 pairs configured, each pair will cycle whenever a new websocket event comes in

    – Ignore all errors that you would see on console log for now, i dont need reports, i’m giving you this just so you can start to play and i can start to have an idea of the mess that this beast will do around with thousands of different machines

    – Stricly use this build with binanceFutures and/or futures_gunthy: anything else will not work

     

     

     

     

     

     

    Gunbot Shop - https://gunbot.shop

    #10199
    Javieralv
    Moderator
    • Posts: 271
    • Moderator

    Gunbot v22.0.4 – HFT – alpha

    – Adding binanceFutures/futures on websockets.

    – Adding WS_SLEEP_TIME in GUI.

    – Fixes long standing bug of pnl not showing in gui without a bot restart.

     

    Gunbot Shop - https://gunbot.shop

Viewing 5 posts - 61 through 65 (of 65 total)
  • You must be logged in to reply to this topic.
Contact us