For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Referencing all lines on a given day
-
Hi,
I have utilized the pandasdata class to pass a pandas dataframe with approximately 100 columns to the BT environment.
Is there some way to replicate the df.iloc[0] syntax with lines?
I have made use of the indexing with respect to the lines, but this has always been done on one line at a time.
i.e. self.data.lines.close[0] or something like that.What I am looking for is something like: self.data.all_lines[0]
Thanks in advance,
Floee -
AFAIK, there is no such functionality right now.