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

Basic buy bot #526

Open
wants to merge 10 commits into
base: data.ticktools
Choose a base branch
from
Open

Basic buy bot #526

wants to merge 10 commits into from

Commits on Jun 27, 2023

  1. Add a super basic "order bot" example B)

    Shows how to boot the piker runtime, submit an order to the ems, cancel
    said order right away. NOTE, this uses piker's built in paper engine but
    can be easily tweaked to use a live backend at the user's whim.
    goodboy committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    63a6c6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5690595 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57399e4 View commit details
    Browse the repository at this point in the history
  4. basic bot: add real-time price trailer (task) that keeps bid price 0.…

    …0005% below last clear value
    goodboy committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    46b2295 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1eb76d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da07685 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad4847c View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    a7ec598 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35af5f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

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