
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
What the hell is up with this !!!!!!!!!!!!!!!!?
Are you checking on the pound?
And your Zigzag works.
It works for everyone else, but it doesn't for me! :(
How can it be?
How do you fix this problem, so the fucking zigzag appears?
The zigzag is not present on all charts. For example, I have a zigzag on all three TFs of EURGBP, but not on H4 of GBPUSD. On H1 and M30 GBPUSD it is there. When the zigzag is not present, you may use an alternative trend indicator. For example, trend_1, attached on the previous pages. However, today I downloaded the new MT4 terminal from the Alpari website and trend_1 stopped working for me - when I attach any MT4 pair to the real account chart it crashes with an error :(
Turns out it's pretty straightforward.
I figured out why the zigzag doesn't work.
Put "show on H4" in MTF PATTERN indicator :)
But then fibo levels show on H4 :)
But it works.)
fozi писал(а) >>
It would be nice if you were to turn it to the pound.
What does deBug mean in the robot settings?
When you enable the deBug mode (deBug = true) in the upper right corner there is a column of EA variable values and you can see which variable has what value.
Is it necessary to check by several TFs only the trend or the readings of bids and offers to buy/sell of
IBFX
indicator
- CPR?
You should check on IBFX-CPR too! check on h1, h4 and d1 )
maybeYou forgot to turn off debug?
// Debug.
if (deBug) inf(LineRed, LineGreen, ZD1, ZH1, ZH4, expRecomend, trend.buy.m30, trend.buy.h1,
trend.buy.h4, trend.sell.m30, trend.sell.h1, trend.sell.h4, StopLoss, TakeProfit);
else {
ObjectDelete("Inform.x1");
ObjectDelete("Inform.x2");
ObjectDelete("Inform.x3");
ObjectDelete("Inform.x4");
ObjectDelete("Inform.x5");
ObjectDelete("Inform.x6");
ObjectDelete("Inform.x7");
ObjectDelete("Inform.x8");
ObjectDelete("Inform.x9");
ObjectDelete("Inform.x10");
ObjectDelete("Inform.x11");
}
You're absolutely right, I forgot, I'll fix it, only it's better to do it in the deinit function
Only_Profit_H4_beta.mq4
Beta Version: 154
Updates:
- Fixed deBug feature.
This is a compiled file.
Can you display the file with the code?