For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Analyzers with returns for Long and for Short
-
Hi everyone !
I'am building a long short daily strategy on multiple stocks. The strategy implementation is working and my analyzers retrun the returns of the strategy for each day. I was wondering if it's possible to have an analyzers that return a dataframe with date in index , a column with all the return for short and an other column for all the return for longThanks a lot for your help