Skip to content

Releases: sergiovision/FinCore

Release v.0.9.18. MTConnector and signals updated.

22 Feb 18:08
329de08

Choose a tag to compare

  1. MTConnector dll now requires .NET Framework 4.8 to be installed on machine
  2. Update signals processing
  3. Update all libraries to the latest versions.
  4. Rebuilt all MQL code

v.0.9.17

18 Dec 16:20

Choose a tag to compare

.NET 8 version.
Updated libraries to latest versions.
Bugfixes

Release 0.9.16. .NET 7 version.

09 Aug 02:01
ed17f78

Choose a tag to compare

Release 0.9.16.

  1. .NET 7 version.
  2. Updated libraries to latest versions.
  3. In Web Dashboard changed calculations from $ value to % value.
  4. Show active accounts balances in Web Dashboard.

Major release 0.9.15.

13 May 00:31

Choose a tag to compare

Major release 0.9.15.

  1. Refactored UI, made it more fast and convenient.
  2. Updated libraries to latest versions.
  3. MQL5 code recompiled for the latest version of Metatrader5 .
  4. Renko charts now work again. Added support of latest version of MedianRenko indicator 3.19 https://www.mql5.com/en/market/product/16347
  5. Added ability to select symbols/instruments list in statistics.
  6. Removed FTX from crypto exchanges.

Release 0.9.12. Upgrade Angular 14. Crypto Exchanges. Update DB.

09 Oct 01:03

Choose a tag to compare

  1. Upgraded to Angular 14.
  2. Updated libs.
  3. Added Crypto Exchanges support KuCoin and FTX.
  4. Updated DB Schema. Apply the following scripts to your DB or take latest fincore_empty.sqlite
ALTER TABLE Terminal DROP COLUMN Demo
ALTER TABLE Deals DROP COLUMN AdviserId

Release version 0.9.10. Upgrade .NET 6. Angular 12.2.

12 May 04:52

Choose a tag to compare

  1. Upgraded to .NET 6.
  2. Upgraded to Angular 12.2.
  3. Updated libs.
  4. Bugfixes.

Release version 0.9.9. Rates, Crypto, UI, Lib Updates.

14 Jun 11:52

Choose a tag to compare

  1. Added crypto accounts support - precision after point = 4 digits.
  2. Improved Rates fetching using setting Symbol name
  3. MQL: Added Hedging mode trading support in EA
  4. In UI added display of Swap and Commissions and Expiration time
  5. Update libs.

Release version 0.9.8. Pending orders persistence, refactored EA.

12 May 20:31
cfe1e42

Choose a tag to compare

  1. Added Pending orders persistence and proper updating on web UI.
  2. Refactored server code.
  3. Added support of MedianRenko EA version 3.17+
  4. Refactored and rebuilt Metatrader EA.

Update to Angular 11. Bugfixes.

19 Apr 18:06

Choose a tag to compare

Pre-release

UI:
Upgrade to Angular 11;
Dashboard view improved;

Backend:
Update libs;
Delayed start of MessagingService fixes crash during windows service restart;
ExchangeRates now initialized properly;

MQL:
Recompiled for latest version of Metatrader.
MedianRenko 3.14 indicator support added for ObjectiveRenko EA;

Upgrade to .NET 5. ObjectiveRenko EA.

18 Dec 20:58

Choose a tag to compare

Pre-release

Upgrade to .NET 5.
ObjectiveRenko EA based on famous MedianRenko indicator - a true Renko charts in FinCore.
Updated libs.