What I'm trying to do actually, but didn't manage to find anything that make sense together is the following:
Have a pipeline for 1 single stock (just so that I can actually debug and understand how everything works) say AAPL
- have two ExplonentialWeightedMovingAverage averages
- have a filtering condition exp1 > exp2
- for each minute, check the condition if True then buy else sell
I keep running into errors and so far, not even that simple example from documentation doesn't help.
Can someone please give me some hints on how to put it all together? Seems that the documentation changed so many times and I just don't get it.