From profile.c:
Code:
// convert trade profit to pips
var toPIP(var x) { return x/TradeUnits/PIP; }



toPIP() is the function used in the source code of the plotMAEGraph() function to calculate the PIP value of the trade.

Last edited by trenki2; 08/27/16 15:55.