You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
You probably know it yourself but the only function in MQ4 that changes parameters of an order is OrderModify(). Unfortunately it doesn't allow to modify magic number.
That's what I was afraid of. It seems there should be a way to do this!
period - Averaging period for calculation
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 and what a value of 13 or if I change to 20 telling me or doing for me in an EA or Indicator? is it TF specific?
Thanks
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 and what a value of 13 or if I change to 20 telling me or doing for me in an EA or Indicator? is it TF specific?
ThanksIt basically means 'Use 13 PriceClose values, beginning from the current bar (bar 0) to calculate the BullsPower value'
The zero after 'NULL' specifies what timeframe to use. If it is zero (like it is here) it uses the charts timeframe.
It basically means 'Use 13 PriceClose values, beginning from the current bar (bar 0) to calculate the BullsPower value' The zero after 'NULL' specifies what timeframe to use. If it is zero (like it is here) it uses the charts timeframe.
Ok, thank you, what PriceClose values would you recommend to be most accurate? or safest to give a better accurate trade signal?
Ok, thank you, what PriceClose values would you recommend to be most accurate? or safest to give a better accurate trade signal?
The closing price is the most used, probably for a good reason so it's may be your best bet.....
Ok, thank you, what PriceClose values would you recommend to be most accurate? or safest to give a better accurate trade signal?
run optimization and you'll see
run optimization and you'll see
How do I do that?
Thanks
The closing price is the most used, probably for a good reason so it's may be your best bet.....
Sorry, I meant to say How many price close values should I use?
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
...
Don't know who gave you the advice, but sure he ment this:
1. Change the parameter, compare to the chart, fits to expectations ?, yes? fine, no, go to point 1
Your questions are going toward a BIG question: is there a Holly Grail?
Do you really want to hear the answer?