amor71 / LiuAlgoTrader

Framework for algorithmic trading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add support for swing trading strategies

amor71 opened this issue · comments

and not just day-trading as is the case today - instead of automatically liquidate, add a flag to the strategy.

adding support for different strategy-types as part of release 0.0.36. Currently, support day_trading (liquidate at end of trade) and swing trading. The change affects both trader and backtester. Need to think about what might be future impact of the planned enhancement to support multiple trades per stock.