Output (returns Void) |
(parameterless)
Set Output
|
MovingAverage (returns Double) |
(array Double[], period Int32)
Calculate the moving average of the provided array and for the specified period
|
Sum (returns Double) |
(array Double[], period Int32)
Calculate the sum of the provided array and for the specified period
|
Max (returns Double) |
(array Double[], period Int32)
Calculate the maximum value of the provided array and for the specified period
|
Min (returns Double) |
(array Double[], period Int32)
Calculate the minimum value of the provided array and for the specified period
|
GetAllPositions (returns MMPosition[]) |
(parameterless)
Get all positions generated by the simulator
|
GetLastClosedPositions (returns MMPosition[]) |
(parameterless)
Get the positios that were closed on the last period
|
GetOpenPositions (returns MMPosition[]) |
(parameterless)
Get the portfolio positions
|