AbzParticipant
Veteran
Hello
period = 6
fastav = average[4](close)
slowav = average[50](close)
maoscillator = fastav-slowav
fullness = (Dclose(0)-Dopen(0))/abs(Dhigh(0)-Dlow(0))
avfullness = summation[period](fullness)/period
//avfullnessthreshold = 0.38
RETURN avfullness as "avfullness", maoscillator as "maoscillator"
anyone know why the result of the indicator is so different on IG plattform vs PRT plattform. it is the same code uses both places with same timeframe and instrument.