Is it possible to show the equity in a pane as a series?
I checked the forum but did not get a simple answer to that question.
I think as the equity is available only at the very end of the calculation of a strategy, it must be accessed at the very end of the Execute() method.
I am trading just one symbol.
Size:
Color:
Size:
Color:
Size:
Color:
Hi Eugene,
I'm coming back to the problem of accessing equity, which I have not solved until now.
Although I have a single symbol strategy (i.e. not a dataset), I followed the rules outlined in
QUOTE:
WealthScript Techniques | Interacting Dynamically with Portfolio Level Equity
I was not able to finish the job. When accessing external symbols within my 'Donor' strategy, I'm always getting the null object, regardless whether I synchronize or not. My code is attached.
I have studied the lengthy forum thread
QUOTE:
Accessing SystemResults
and like to ask: Is this method still unsupported ?
and
is there an easier way to access equity for single symbol strategies ?
Thank you for any help!
PS: it was not possible to attach a file
Size:
Color:
Hi Ben,
QUOTE:
When accessing external symbols within my 'Donor' strategy, I'm always getting the null object, regardless whether I synchronize or not.
I confirm that. Here's a Q&D workaround for accessing external symbols in "donor" strategies based on use of the
GetAllDataForSymbol method from Community Components:
CODE:
Please log in to see this code.
Size:
Color: