Class responsible for plotting a strategy execution.
Parameters: |
|
---|
Returns the main subplot, where closing prices and buy/sell events get plotted.
Return type: | Subplot. |
---|
Returns a Subplot by name. If the subplot doesn’t exist, it gets created.
Parameters: | name (string.) – The name of the Subplot to get or create. |
---|---|
Return type: | Subplot. |
Returns the subplot where the portfolio values get plotted.
Return type: | Subplot. |
---|
Plots the strategy execution. Must be called after running the strategy.
Parameters: |
|
---|
Adds a DataSeries to the subplot.
Parameters: |
|
---|