Skip to content

v4.3.4

Compare
Choose a tag to compare
@bogdantimes bogdantimes released this 17 Feb 15:35
· 42 commits to main since this release
896cdbd

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.