Skip to content

Releases: bogdantimes/trading-helper

v4.3.9

29 Mar 18:19
5e677bc
Compare
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
Compare
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
Compare
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.

v4.3.6

22 Feb 16:13
c33b13c
Compare
Choose a tag to compare

Join Telegram
Follow on X

  • Relax "Bull Run" mode requirements.

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.5

17 Feb 19:59
7c239fb
Compare
Choose a tag to compare

Join Telegram
Follow on X

  • Trading Algorithm:
    • Removed old conditions that limited certain 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.4

17 Feb 15:35
896cdbd
Compare
Choose a tag to compare

Join Telegram
Follow on X

  • Trading Algorithm:
    • Increase top candidates check frequency for buy signals (30 min -> 5 min).

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.3

09 Feb 22:06
d3a96bf
Compare
Choose a tag to compare

Join Telegram
Follow on X

  • Trading Algorithm:
    • Require 80% confidence for buy signals (instead of 60%).
  • Minor usability fixes.

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.2: "Dry Run" mode

27 Jan 15:07
d1294e4
Compare
Choose a tag to compare

Join Telegram
Follow on X

v4.3.2

  • Fixed production build error

v4.3.1

  • Added "Dry Run" mode.
  • UI: Terminal updated.
  • API: Added topc command for candidates discovery.
  • Improved storage lock, swap command.

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.0 🔥Bull-run detection

19 Jan 12:14
b7b9718
Compare
Choose a tag to compare

Join Telegram
Follow on X

  • Bull-run detection feature:

    • Trading-algorithm is more aggressive when "Bull Run Mode" is active.
    • UI: Settings tab updated with a new control for "Bull Run Mode".

    Back-testing done (v4.2.6 vs v4.3.0):

before

test-current

after

bullRunModeOn

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.2.6 🛠️

13 Jan 14:32
27bfb4c
Compare
Choose a tag to compare

Join Telegram
Follow on X

  • Trading Algorithm:
    • Fixed mismatch with back-testing when getting the imbalance value.
  • UI: minor fixes
  • API: added swap function

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.

Full Changelog: v4.2.5...v4.2.6