Does anyone know for sure the equation used to calculate pivot points S3 and R3? I've found several variations, and I'm not sure which is correct.
For R3, I found:
vLastPPR3 = vLastPPR2 + (vH-vL);
also;
vLastPPR3 = (vLastPP - vLastPPS1) + vLastPPR2;
For S3, I found:
vLastPPS3 = vLastPPS2 - (vH-vL);
also;
vLastPPS3 = vLastPP - (vLastPPR2 - vLastPPS1);
and there might be others if I looked further. What is the correct equation?
For R3, I found:
vLastPPR3 = vLastPPR2 + (vH-vL);
also;
vLastPPR3 = (vLastPP - vLastPPS1) + vLastPPR2;
For S3, I found:
vLastPPS3 = vLastPPS2 - (vH-vL);
also;
vLastPPS3 = vLastPP - (vLastPPR2 - vLastPPS1);
and there might be others if I looked further. What is the correct equation?
Comment