PipValue is a term used in the ProBuilder programming language to represent the value of one pip (or one point) in the currency of the instrument being traded. This value is crucial for traders to understand the impact of price movements on their trading positions. In ProBuilder, PipValue is synonymous with PointValue, meaning they both refer to the same concept.
PipValue
To use PipValue in a trading strategy, you might want to calculate the monetary value of a move in your trading instrument. Here is a simple example:
myPipValue = PipValue
graph MyPipValue as "The value of one pip for this instrument is:"
This code snippet assigns the pip value of the instrument to the variable myPipValue and prints it in the cursor details window during a backtest. This is useful for understanding the financial significance of each pip movement in the market prices of the instrument.
For beginners, it’s crucial to note that the pip value can vary between different instruments and markets, so always check the specific value for the instrument you are trading.