Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New V2 strategies and enhancements #70

Merged
merged 47 commits into from
Sep 10, 2023
Merged

New V2 strategies and enhancements #70

merged 47 commits into from
Sep 10, 2023

Commits on May 28, 2023

  1. Updates pre-commit config

    kenorb committed May 28, 2023
    Configuration menu
    Copy the full SHA
    edb76ce View commit details
    Browse the repository at this point in the history
  2. Sets max-parallel to 4

    kenorb committed May 28, 2023
    Configuration menu
    Copy the full SHA
    82065e5 View commit details
    Browse the repository at this point in the history
  3. Pre-commit updates and fixes

    kenorb committed May 28, 2023
    Configuration menu
    Copy the full SHA
    ee7698a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69c59a3 View commit details
    Browse the repository at this point in the history
  5. README: Adds Chaikin

    kenorb committed May 28, 2023
    Configuration menu
    Copy the full SHA
    cc828a8 View commit details
    Browse the repository at this point in the history
  6. README: Adds TMA CG

    kenorb committed May 28, 2023
    Configuration menu
    Copy the full SHA
    3654507 View commit details
    Browse the repository at this point in the history
  7. Removes Optimization section

    kenorb committed May 28, 2023
    Configuration menu
    Copy the full SHA
    2a33c48 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cded0c4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Adds Meta Multi strategy

    kenorb committed May 29, 2023
    Configuration menu
    Copy the full SHA
    a51318a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba74c0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    520739a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a89366 View commit details
    Browse the repository at this point in the history
  5. Bumps year

    kenorb committed May 29, 2023
    Configuration menu
    Copy the full SHA
    4457b20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    344b4b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    449ec97 View commit details
    Browse the repository at this point in the history
  8. Adds Meta Mirror strategy

    kenorb committed May 29, 2023
    Configuration menu
    Copy the full SHA
    2d1321f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    01416a7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cf88631 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ff53cb5 View commit details
    Browse the repository at this point in the history
  12. Updates refs to Meta_Multi

    kenorb committed May 29, 2023
    Configuration menu
    Copy the full SHA
    796f32b View commit details
    Browse the repository at this point in the history
  13. Updates refs to Meta_Mirror

    kenorb committed May 29, 2023
    Configuration menu
    Copy the full SHA
    18859bc View commit details
    Browse the repository at this point in the history
  14. Adds Reversal meta strategy

    kenorb committed May 29, 2023
    Configuration menu
    Copy the full SHA
    7ef4d9f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Signal fixes for strategies

    kenorb committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    a710124 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Adds DPO strategy

    kenorb committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    3754df2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29b0f48 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Adds Oscillator strategy

    kenorb committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3e62a6d View commit details
    Browse the repository at this point in the history
  2. Minor updates

    kenorb committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0715dc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Adds Oscillator_Multi strategy

    kenorb committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    052ec3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e8b2a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Adds Oscillator Cross strategy

    kenorb committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7b5341b View commit details
    Browse the repository at this point in the history
  2. Oscillator: Minor code update

    kenorb committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c03dda2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae74312 View commit details
    Browse the repository at this point in the history
  4. Adds Oscillator_Range strategy

    kenorb committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0304e86 View commit details
    Browse the repository at this point in the history
  5. Code reformats

    kenorb committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    e33b44b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    9831fca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95e4406 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7b2e5a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Adds MA_Cross_Shift strategy

    kenorb committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    b09820e View commit details
    Browse the repository at this point in the history
  2. Sorts git submodules

    kenorb committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    7490390 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Adds MA_Cross_Pivot strategy

    kenorb committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9713d13 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    d9ec30e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Refactors Bands

    kenorb committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    79ad07e View commit details
    Browse the repository at this point in the history
  2. Minor updates

    kenorb committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    bb0e5ac View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Adds Arrows strategy

    kenorb committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    0712196 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Adds Retracement strategy

    kenorb committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    a4f7e62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    280b847 View commit details
    Browse the repository at this point in the history
  3. Sorts items in .gitmodules

    kenorb committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    744103a View commit details
    Browse the repository at this point in the history