As one of the latest data features to be added into iRate, the Buy/Sell Differential calculation can be explained by using the below method:
(EntryValue - ExitValue) * 2 /
(EntryValue + ExitValue) * 100
For Example:
35.21-34.93 =0.28 * 2 = 0.56
35.21+34.93=70.14
0.56/70.14 = 0.007984 *100 = 0.7984 (Rounded to 0.8)
Comments