Where is LONG positons
Hi, at Setup 2 I test for Short Position only,
You can test also Short and Long Position in you data, i sure that will be working!!
Where is LONG positons
Did you run my EA on yr real account?
Did you run my EA on yr real account?
I am also testing other currencies: GBPJPY, EURJPY and AUDJPY ....
Hi,
Thanks for sharing.
I try both set up. Only short positions are opened. NO buy position at all. Any suggestions?
Hi,very interesting.
Unfortunately I still do not understand the logic behind.
1. why is calculated Postzigzagvalue3, but never used?
2. why is the sell signal generated based on Postzigzagvalue1 and the open signal based on Postzigzagvalue2?
3. when the buy signal comes, it closes the sell order, but never opens the buy order, why?
4.is somewhere described the idea behind Postzigzag indicator?
Thanks a lot for your kindly help.
Very interesting EA. Thanks for sharing. How to open BUY (LONG) orders?
if(Buyvalue==1)
{
if((Ask - Signalbuyvalue) < -Delay*Point) Buyvalue=2;
}
if(Sellvalue==1)
{
if((Bid - Signalsellvalue) > Delay*Point) Sellvalue=2;
}
Modify the above condition?
Thanks.
2011.09.27 10:24:37 Aver4Sto+Postzigzag USDJPY,M5: zero divide
what does it mean? It influences result?

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Aver4Sto+Postzigzag(Set-up for USDJPY only):
Author: ngoc thach