|
GTrade.CalculateCRV()
Calculates and draws the current Chance-Risk-Value on the chart.
void GTrade.CalculateCRV(); |
Note
This function requires lines with the names "StopLoss", "TakeProfit" and optionally "Pending" to perform the calculations. These are automatically found when using the function GTrade.ChartEvent()
Example:
//--- Include Glib classes |
See also