sunglim / systemtrading

my first system trading application
MIT License
0 stars 0 forks source link

Strategy should buy minimum amount #20

Closed sunglim closed 1 year ago

sunglim commented 1 year ago

Some stock price are very cheap, if we buy 1 stock 100 days, it would be a very small amount.

we should be able to set minimum amount of money to buy stocks.

sunglim commented 1 year ago

Fixed by https://github.com/sunglim/systemtrading/pull/29