Skip to content

PipValue Property

Summary

Gets the monetary value of one pip.This is the monetary value of one pip of the symbol when you started your cBot or initialized your indicator.Its not updated in real time and it remains constant.

Signature

1
public abstract double PipValue {get;}

Return Value

double

Declaring Type

cAlgo.API.Internals.Symbol

Examples

1
 var volume = ((Account.Balance*Risk)/StopLoss)/Symbol.PipValue;

Last update: March 30, 2023