Experts: Aver4Sto+Postzigzag(Set-up for USDJPY only) - page 2

 
propro:

2011.09.27 10:24:37 Aver4Sto+Postzigzag USDJPY,M5: zero divide

what does it mean? It influences result?



It's not problem!

 
shin1358:

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.

That AE base on Overbought/Oversold statement, so you can use "Delay" to delay yr open position!

e.g: Delay = 500 point, its mean: AE will open Long/Short position with higher/shorter 500 point.

 

2013.09.25 13:11:32 2013.01.07 01:14 Aver4Sto+Postzigzag EURUSD,M5: zero divide

?????????? PostZigzagindicator?

 

Hi Rocky, I would like to try your expert advisor. I downloaded it and put it on my demo account. When I put it on, I tried to backtest it but it does not trade. Could you tell me what I am doing wrong. I also use stochastics and zigzag, but manually. Primarily I use the stochastics and I use the zigzag as a verifier as to when the trend is changing. I am a trader rather than a programmer. I have tried using the wizard, but although I can make it work, I don't want to trade using stops rather I would like it to stop the trade whenever the stochastic lines cross. It is a bit more complicated than what I describe.

Thank you for taking the time to read my email.

Darnee