SinaRahimzade / trade-execution-engine

0 stars 0 forks source link

adding new abstract class for algos #3

Open SinaRahimzade opened 1 year ago

SinaRahimzade commented 1 year ago

currently, AlGO class can only process realtime ticker info, we can not access to historical data, we need new type of abstract tracker for generating signals.

SinaRahimzade commented 1 year ago

JUST FOR NOW. this new type of algos are not part of the "execution", maybe we need to develop them in other packages, but for now we are doing some dirty works.