Skip to content

Releases: jazzonaut/IntelliTrader

Version 1.1.0.0 (Beta)

23 Jul 14:44
Compare
Choose a tag to compare
Pre-release

Changes

  • New triangular arbitrage feature (doesn't work with Binance because of request throttling, unless 4%+ is used)
  • Margin, profit & fee calculations have all been reviewed & corrected
  • New safer default settings (courtesy of @puppytherapy)
  • Improved backtesting speed and consistency
  • Massive code refactoring for better readability & extensibility

Upgrading from v1.0.0.0 Final:

  • Replace the bin folder

Version 1.0.0.0 (Final)

07 Jul 05:37
Compare
Choose a tag to compare

Changes

  • Updated backtesting service to save all market tickers with snapshots

Upgrading from v1.0.0.0-rc5

  • Replace the bin folder

Rules Analyzer, Triangular Arbitrage

06 Jul 16:16
Compare
Choose a tag to compare

Changes

  • Added Rules Analyzer (can be found in the Stats page)
  • Added new rule conditions: Min/MaxArbitrage
  • Added new column to the Market page: Arbitrage

Upgrading from v1.0.0.0-rc4

  • Clear browser cache or force refresh
  • Replace the bin folder

Improved virtual trading accuracy, added low balance check for swaps

04 Jul 11:27
Compare
Choose a tag to compare

Changes

  • Virtual trading results are now much closer to live. The virtual bot is now buying with ask price and selling with bid.
  • Added additional check for swaps (it now takes into account the sell fees before making a swap, so buy order should always go through).

Upgrading from v1.0.0.0-rc3

  • Replace the bin folder

Added SSL support, updated default settings

03 Jul 08:14
Compare
Choose a tag to compare

Changes

  • Added SSL support for the web interface (see new settings in web.json)
  • Updated default settings (made them safer and also increased max pairs)

Upgrading from v1.0.0.0-rc2

  • Replace the bin folder

Virtual trading fees, new stats columns, various fixes

28 Jun 22:25
Compare
Choose a tag to compare

Changes

  • Added new trading setting: VirtualTradingFees (trading fees percentage)
  • Added new column to Trades and Stats pages: Fees
  • Updated default settings
  • Various minor fixes

Upgrading from v1.0.0.0-rc1

  • Replace the bin folder

Various fixes, updated default settings

26 Jun 23:11
Compare
Choose a tag to compare

Changes

  • Added new web setting: ReadOnlyMode
  • Added new column to the Trades page: Age
  • Account data file is now backed up every time you start IntelliTrader
  • Updated default settings
  • Updated readme
  • Improved exchange ticker initialisation and made it more robust
  • Fixed profit calculation when holding dust
  • Fixed the new exe launcher
  • Fixed memory leak in ExchangeSharp
  • Fixed division by zero when calculating price spread

Upgrading from v0.9.9.9

  • Replace the bin folder

New default settings, rule conditions, package restructuring

22 Jun 20:08
Compare
Choose a tag to compare

Changes

  • Added new rule conditions: NotPairs & NotSignalRules, which are opposite to Pairs & SignalRules
  • Default settings have been completely revamped to make them safer and more profitable (courtesy of @puppytherapy). Bear in mind that they are still in beta, wait for v1 release if you wish to use them live.
  • In default configs, changed all signal names to be more readable: TV-1mins is now TV-1m, TV-240mins is TV-4h, TV-1440mins is TV-1d and so on. Do remember that if you are using backtesting, then in your old snapshots you will still have old names, so you will have to use them instead in your test configs. Also make sure not to mix both naming conventions when taking snapshots.
  • Restructured the release package: got rid of the linux folder and moved everything into the same place
  • Windows launcher is now an exe and got its own icon. If you want to add an instance name to the cmd window, you can pass it as an argument to the shortcut (in Target field after IntelliTrader.exe e.g. C:\IntelliTrader.exe Main). Old batch files will still work.
  • Updated readme file

Upgrading from v0.9.9.8

  • Replace the bin folder

New rule modifier, improved backtesting

21 Jun 13:01
Compare
Choose a tag to compare

Changes

  • Added new rule modifier: MaxPairs (limit the number of trading pairs based on the market conditions, can be used with a pair-specific condition)
  • Added new experimental backtesting settings: TradingSpeedEasing, TradingRulesSpeedEasing & SignalRulesSpeedEasing. These can be used to throttle some of the service tasks that are causing too much lag. Use sparingly.
  • Minor improvements to backtesting
  • General code refactoring

Upgrading from v0.9.9.7

  • Optionally add the new backtesting settings to backtesting.json (they default to 0, which is a standard behaviour)
  • Replace the bin folder

New conditions, settings, code refactoring, styling fixes

18 Jun 20:15
Compare
Choose a tag to compare

Changes

  • Added new trading setting: TradePriceType (Price type to use for trading. Available values: Last, Ask, Bid)
  • Added new rule conditions: Min/MaxSpread (Difference between current bid and ask price in percentage)
  • Added new column to Dashboard and Market pages: Spread
  • Fixed some styling issues with smaller screens
  • Code refactoring
  • Updated readme

Upgrading from v0.9.9.4

  • Optionally add the new TradePriceType setting to trading.json (it defaults to Last price)
  • Force refresh or clear the browser cache
  • Replace the bin folder