cinar / indicatorts

IndicatorTS - Stock technical indicators and strategies in TypeScript for browser and server programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inverse buy and hold strategy (go short)

brandonros opened this issue · comments

I don't think it'd be the same as https://github.com/cinar/indicatorts/blob/main/src/strategy/buyAndHoldStrategy.ts population an array of "SELL" Actions

Probably need to introduce the concept of margin, probably not easy.