How can I invoke the think method to analyse streams of price data?
My goal is to implement a class and inherited classes that will interface with an API called MetaTrader5 . Specifically, the first class contains the methods for specific data I would to use to calculate and sending orders. The inherited class MeanReversionTrader
, will obtain streams of price information, update values within a dataframe and then send order through the broker class if certain values are calculated for a specific position.