kieran-mackle / AutoTrader

A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
https://kieran-mackle.github.io/AutoTrader/
GNU General Public License v3.0
945 stars 217 forks source link

New broker templete #47

Closed bibinvargheset closed 1 year ago

bibinvargheset commented 2 years ago

I saw thw new broker templete, but it is missing key information ,

  1. There should what is expected return format for each methods
  2. it does not includes the data loaded info since each broker may have different data methods and different instruments, there should be a possibility of addinfg that
kieran-mackle commented 1 year ago

Hi @bibinvargheset,

I have added an abstract class autotrader.brokers.broker.AbstractBroker (#60) which provides an interface for all broker modules. I have also updated the template file accordingly.