For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Facing issue with LineBuffer
-
Hi Everyone,
I am in confusion because in the init function the self.datas[0].close[0] is giving output of the last element of linebuffer i.e the bottom row of excel sheet.
Top of Excel SheetBottom of Excell Sheet
But when i run the strategy, the next function will iterate from the top of the excel sheet.
-
Have a look at the Platform Concepts. Init has a different purpose. One can print lines in using next() section.
-
@xxx At the top of every page are instructions regarding how to put in your information into your question. Please do not use image, they are hard to work with. Please use the following:
For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
-
Thanks @rajanprabu and sorry @run-out i will be conscious in this in future.