Anyone familiar with this code?;
Code:
double Safe1 = iBullsPower(NULL,PERIOD_M15,20,6,0)+iBearsPower(NULL,PERIOD_M15,20,6,0)
It's just code to detect a safe time to trade but I use the H1 time frame so would like to change PERIOD_M15 to PERIOD_H1 but not sure what the other numbers 20,6,0 mean ??
Thanks