Socket
Book a DemoInstallSign in
Socket

create-trading-strategy

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-trading-strategy

This package will help you to create a `Trading Strategy` for [Argo Trading](https://github.com/rxtech-lab/argo-trading)

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

create-trading-strategy

This package will help you to create a Trading Strategy for Argo Trading

Installation

pnpm create trading-strategy

Usage

Dry Run

DRY_RUN=true pnpm create trading-strategy

Development

Add new template

  • Create a new file in src/templates folder and name it as somename.some_ext.tmpl.
  • Add an entry in templates.yaml.tmpl file.

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.

  • afterEmit hook will be called after the file is emitted.

FAQs

Package last updated on 12 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts