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

help us strategies #298

Open
wants to merge 54 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 22, 2020

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

Commits on Apr 23, 2020

  1. fix eslint errors

    egisz committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    5f0ec1e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Merge branch 'master' of https://github.com/Haehnchen/crypto-trading-bot

     into feature_short_long_without_exit_trade
    egisz committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    e7b47b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    658dfa5 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    38df531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a51d4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b1b72f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f386171 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. add strategies

    juandelacruz-calvo committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    2ab9866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    550c499 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b899eae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d8ee56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cafd7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd267d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    acbd7cc View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

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

Commits on Dec 4, 2021

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

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    3ad7a99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ed9ab7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29d5c9c View commit details
    Browse the repository at this point in the history
  4. add adx strategy

    juandelacruz-calvo committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    792a23b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89413c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f617600 View commit details
    Browse the repository at this point in the history
  7. add adx strategy

    juandelacruz-calvo committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    c9cab92 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Async backtest WIP

    juandelacruz-calvo committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    54d91df View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Async backtesting

    juandelacruz-calvo committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    3011426 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2021

  1. Configuration menu
    Copy the full SHA
    13baa68 View commit details
    Browse the repository at this point in the history
  2. ADX strategy

    juandelacruz-calvo committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    36f395e View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. add: refactor backtesting to a different fork

    This commit updates backtesting to be executed in a different fork, it allows to start up several different executions independently, either by different tabs or even different pairs at the same time. In the future, this process could be persisted in database with the intention of running long backtestings of years of information on several dozen pairs.
    juandelacruz-calvo committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    7a9d41b View commit details
    Browse the repository at this point in the history
  2. add: refactor backtesting to a different fork

    This commit updates backtesting to be executed in a different fork, it allows to start up several different executions independently, either by different tabs or even different pairs at the same time. In the future, this process could be persisted in database with the intention of running long backtestings of years of information on several dozen pairs.
    juandelacruz-calvo committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    6c618c8 View commit details
    Browse the repository at this point in the history
  3. add: refactor backtesting to a different fork

    This commit updates backtesting to be executed in a different fork, it allows to start up several different executions independently, either by different tabs or even different pairs at the same time.
    
    In the future, this process could be persisted in database with the intention of running long backtestings of years of information on several dozen pairs.
    
    The exclusive locking had to be disabled so that each fork also has access to transact with the database. It would be interesting to move it to a Postgres, including a potential docker file
    juandelacruz-calvo committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    0866a66 View commit details
    Browse the repository at this point in the history
  4. add: Calculate fees on backtest

    This change adds calculation of fees during backtesting increasing the accuracy of the test.
    juandelacruz-calvo committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    b4c8972 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e58a8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6368388 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f0a4c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8798f59 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af0f2a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. backtest update

    juandelacruz-calvo committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    373531b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

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

Commits on Jan 1, 2022

  1. Configuration menu
    Copy the full SHA
    650845a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67801c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Lots of changes

    juandelacruz-calvo committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    a15603c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Add backfill to binance,

    Add notification to strategy skipped
    juandelacruz-calvo committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    e320922 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1d3d85 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Several updates

    juandelacruz-calvo committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    91f6391 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

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

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    d386714 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'backtest-update' of github.com:juandelacruz-calvo/crypt…

    …o-trading-bot into backtest-update
    
    � Conflicts:
    �	src/exchange/binance.js
    �	templates/tradingview.html.twig
    juandelacruz-calvo committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    3e86cd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    658bf09 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. fix FTX

    Haehnchen authored and juandelacruz-calvo committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    cd26ba8 View commit details
    Browse the repository at this point in the history
  2. better-sqlite3 update

    Haehnchen authored and juandelacruz-calvo committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    1ec084c View commit details
    Browse the repository at this point in the history
  3. ignores

    juandelacruz-calvo committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    7e5df6b View commit details
    Browse the repository at this point in the history
  4. Add backfill info

    juandelacruz-calvo committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    12a010e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02780f7 View commit details
    Browse the repository at this point in the history