sunglim / systemtrading

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

Add new strategy: Buy it if the price is lower than #14

Closed sunglim closed 1 year ago

sunglim commented 1 year ago

Add new strategy: Buy it if the price is lower than

Input: code, price

Buy the stock of code if the equity price is lower than the given price.

sunglim commented 1 year ago

Done https://github.com/sunglim/systemtrading/pull/15