Thread: MQL4 Learning
View Single Post
  #224 (permalink)  
Old 09-10-2007, 01:27 PM
matrixebiz's Avatar
matrixebiz matrixebiz is offline
Senior Member
 
Join Date: Oct 2006
Posts: 1,186
matrixebiz is on a distinguished road
How do I optimize?

Could someone please explain to me what this value does/means?
Thanks
iBullsPower(NULL, 0, 13,PRICE_CLOSE,0);

Looking for what 'int period' (third value) means, what a value of 13 or if I change to 20 is telling me or doing for me in an EA or Indicator? is 'int period' TF specific?

I'm using Null, then 0 - for any TF, 13 - not sure what this does, PC - I think most use 6 (Weighted close price, (high+low+close+close)/4) and 0 at the end.

I was told to do an optimization but don't know how.

Thanks
Reply With Quote