Quote from brokershopping:
Tell 'em they need to make the resolution of their "time-series objects" finer than one minute![]()
I thinking about to make my backtesting in Matlab.
I need to decide if to code it myself with "plain" Matlab matrixes or to use time-series toobox?
Time-series toolbox already have code for TA indicators, so it will be less coding, but as you already said it's non-flexible, since you can have only 1-minute bars (this is less important for me, since my data is in 1min bars).
Any pros and cons?
Thanks in advance.