Relative Content

Tag Archive for pythonlistfunctionfor-loopmetatrader5

Iterate a function over a list of dataframes

I have 2 timeframes, for example 15 minutes and 4 hours, and want to calculate volume ma on them. I wrote a function for it, now I want to use a for loop for this purpose. But I have faced some errors.