[Archive!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Couldn't go anywhere without you - 2. - page 19

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
Congratulations to YOU !
Congratulations are in order. Although a shot in the air doesn't hurt anyone.
Congratulations are in order. Although a shot in the air doesn't hurt anyone.
Victor, is your Skype down or is your connection dying? What's the ZZ?
Yeah, I'm saying maybe I should make a special zapper. It's not my Skype that's dying. I got you in green.
There is no history or there are errors in the history
Good evening !
I can't seem to make sense of the
In the Fractals indicator. If I think correctly - the indicator shows the extremum value among five bars with the condition that maxima of two previous and two following bars (in case of a fractal upwards) are smaller (though the "birdie" of a fractal is shown on the chart also when the extremum of the leftmost bar of those five = extremum ......, not smaller than it). So why shift then ? What will be shown if shift is not equal to 3 but equal to 2 or 5 ?
I made this code to enter the market after the first fractal break after MA break. But when tested, it does not open trades everywhere, although it seems to be supposed to do so. I cannot understand what is wrong? In real mode (when checking on M1 I cannot find the error).
And until it works out in the tester, there's no sense in using it for optimization with an error. What's the error... ?Leonid82 24.01.2011 19:51
Hi, I have an Expert Advisor which works with EURUSD. How can I get High[1] on GBPUSD for example?
Thank you for your help.
Leonid82, High[1] is the high price on the first candle. To get it, you just need to make this script. And this price is obtained not from the Expert Advisor, but from the terminal.