create-trading-strategy
v1.0.3
Published
This package will help you to create a `Trading Strategy` for [Argo Trading](https://github.com/rxtech-lab/argo-trading)
Readme
create-trading-strategy
This package will help you to create a Trading Strategy for Argo Trading
Installation
pnpm create trading-strategyUsage
Dry Run
DRY_RUN=true pnpm create trading-strategyDevelopment
Add new template
- Create a new file in
src/templatesfolder and name it assomename.some_ext.tmpl. - Add an entry in
templates.yaml.tmplfile.
The template will be rendered using nunjucks which similar to
jinja2 in python.
Hooks
Hooks are designed to be used in the templates to add some dynamic logic.
afterEmithook will be called after the file is emitted.
