Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

create a template for how to create a new trading strategy #494

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 29, 2020

  1. create a template for how to create a new trading strategy

    factory.go - entry point that kicks off your trading strategy
    
    templateNewStrategy.go - constructs objects needed by your level provider
    
    templateNewLevelProvider.go - this is where the business logic of your trading strategy lives. This is called for every bot update to get your orders for that update.
    nikhilsaraf committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    4beba43 View commit details
    Browse the repository at this point in the history