df.ta.strategy(timed=True) # Choose the number of cores to use. Default is all available cores. # For no multiprocessing, set this value to 0. df.ta.cores = 4 # Maybe you do not want certain indicators. # Just exclude (a list of) them. df.ta.strategy(exclude=["bop", "mom",...