Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Extract value from moving average

Hey Everyone,

Someone can tell me please how to extract values as a number from e.g. 50 simple moving average on 1 min ?
Thank you

1 response

Could you give an example of what you are trying to accomplish? What do you mean by "50 simple moving average on 1 min ". How are you getting this? I am assuming you are starting from 1 minute price data in a pandas dataframe. Is that correct?