For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Multiple TimeFrames
-
I get a live futures/options data of multiple symbols. My strategy works perfectly for these data and with 3 minute interval but now I want to run it for two different intervals that is 3 minute which is already present and with 10 seconds interval. But I am getting error when I am resampling it two times. Any idea how can I achieve this?
Thank you in advance. -
@misbah-asif I guess you will have more chance to have an answer, and an accurate one, if you post the involved code (the way you resample) and the resulting errors.
-
@emr Thank you for your reply. But I resolved the issue.