Skip to content

Releases: digitalmaxing/trading-helper

v4.4.8

22 Nov 16:08
e316b6e

Choose a tag to compare

%0A* Fix a bug that could cause a JSON parsing error when fetching candidates data.

v4.4.7

19 Nov 08:38
b1d3d75

Choose a tag to compare

%0A* Fix a bug in CacheProxy that could cause a JSON parsing error when retrieving large cached values that were split into multiple parts.

v4.4.6

09 Oct 11:01
5d692ee

Choose a tag to compare

%0A* Improve CacheProxy for growing data size.

v4.4.4

02 Dec 15:51

Choose a tag to compare

%0A* Minor UI fixes not related to UI or trading algorythm.

v4.4.2

16 Nov 21:43

Choose a tag to compare

%0A* Updated the featureDisabledInfo component to direct users to DM @bogdantimes on X.com for a free trial.

v4.4.1

30 Jul 20:33
78b8692

Choose a tag to compare

  • Stronger demand threshold for buy signals (up to 0.5 from 0.4).
  • Added "Demand Threshold" control in the Settings.

v4.4.0

29 Jul 22:06
db10ffa

Choose a tag to compare

  • Updated Smart Exit to panic less.
  • Removed redundant auto-stop and bull-run features after back-testing the updated Smart Exit (on the latest market).

v4.3.9

29 Mar 18:19
5e677bc

Choose a tag to compare

Join Telegram
Follow on X

  • Remove external balance check in Withdrawals logic to make it work for DryRun

Installation

Watch the video tutorial:
Trading Helper v3.0.0+ Setup on YouTube (1 min)

Links:
Latest Trading Helper on Google Apps Script

Upgrade Instructions

OTA (from v3.2.0+)

  • You will receive an OTA update within 6 hours. If it does not happen, open the project in Google Apps and manually run the "upgrade" function.

Manual Upgrade: All installations

  1. Replace the contents of appsscript.json, bundle.js, and index.html in your existing project with the contents from the corresponding files in the latest Trading Helper.
    • If appsscript.json is not visible, go to Google project settings and toggle on to show appsscript.json in the editor.
  2. Run the "start" function from the Google Apps Script code editor UI and accept any new permissions if prompted.
  3. Reload the webpage; the new version should be displayed in the browser tab title.

Manual Upgrade: Project installed from source

  1. If using the CLI, pull the latest main branch code and run npm run gpush.
  2. Run npm run gedit.
  3. Run the "start" function from the Google Apps Script code editor UI and accept any new permissions if prompted.
  4. Reload the webpage; the new version should be displayed in the browser tab title.

v4.3.8

01 Mar 12:57
cdc1598

Choose a tag to compare

Join Telegram
Follow on X

  • Minor fixes:
    • Improve candidates strength accuracy.
    • Mark top candidates (🛎️⏳).

Installation

Watch the video tutorial:
Trading Helper v3.0.0+ Setup on YouTube (1 min)

Links:
Latest Trading Helper on Google Apps Script

Upgrade Instructions

OTA (from v3.2.0+)

  • You will receive an OTA update within 6 hours. If it does not happen, open the project in Google Apps and manually run the "upgrade" function.

Manual Upgrade: All installations

  1. Replace the contents of appsscript.json, bundle.js, and index.html in your existing project with the contents from the corresponding files in the latest Trading Helper.
    • If appsscript.json is not visible, go to Google project settings and toggle on to show appsscript.json in the editor.
  2. Run the "start" function from the Google Apps Script code editor UI and accept any new permissions if prompted.
  3. Reload the webpage; the new version should be displayed in the browser tab title.

Manual Upgrade: Project installed from source

  1. If using the CLI, pull the latest main branch code and run npm run gpush.
  2. Run npm run gedit.
  3. Run the "start" function from the Google Apps Script code editor UI and accept any new permissions if prompted.
  4. Reload the webpage; the new version should be displayed in the browser tab title.

v4.3.7

26 Feb 12:19
cdc1598

Choose a tag to compare

Join Telegram
Follow on X

  • Minor fixes:
    • Service outage counter fix (for email notifications).
    • Mark top candidates with a star (⭐) emoji.

Installation

Watch the video tutorial:
Trading Helper v3.0.0+ Setup on YouTube (1 min)

Links:
Latest Trading Helper on Google Apps Script

Upgrade Instructions

OTA (from v3.2.0+)

  • You will receive an OTA update within 6 hours. If it does not happen, open the project in Google Apps and manually run the "upgrade" function.

Manual Upgrade: All installations

  1. Replace the contents of appsscript.json, bundle.js, and index.html in your existing project with the contents from the corresponding files in the latest Trading Helper.
    • If appsscript.json is not visible, go to Google project settings and toggle on to show appsscript.json in the editor.
  2. Run the "start" function from the Google Apps Script code editor UI and accept any new permissions if prompted.
  3. Reload the webpage; the new version should be displayed in the browser tab title.

Manual Upgrade: Project installed from source

  1. If using the CLI, pull the latest main branch code and run npm run gpush.
  2. Run npm run gedit.
  3. Run the "start" function from the Google Apps Script code editor UI and accept any new permissions if prompted.
  4. Reload the webpage; the new version should be displayed in the browser tab title.