CALL

The CALL instruction in ProBuilder language is used to retrieve values from a user-defined indicator. This function is essential when you need to use custom indicators within your trading strategies or when analyzing data. Syntax: myValue = CALL “myIndicator”[parameter1, parameter2] … Continue reading CALL