For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
self.broker.getvalue()
-
Hi all,
Am aware that the
self.broker.getvalue()
method can be used to fetch the total portfolio value of the strategy and when fetching the true dollar value of a position with leverage, one ought to use the method in this manner:self.broker.getvalue(datas = [self.data], lever = True)
. Could anyone kindly double confirm with me that theself.broker.getvalue()
method without any input arguments would by default return the true portfolio value without leverage?