- Início
- Comunidade
- Programação
- How to code Zigzag whether pointing UP or DOWN
Advertisement
Edit Your Comment
How to code Zigzag whether pointing UP or DOWN
Membro Desde May 02, 2012
15 postagens
Jun 22, 2014 at 14:49
Membro Desde May 02, 2012
15 postagens
I've found from other forum with the below script to identify whether the Zigzag pointing UP or DOWN. However, the below script has discrepancy with the original Zigzag indi. What I would like to have is to identify the current direction of the original Zigzag indi to execute Buy or Sell & close immediately when the opposite direction of Zigzag appear.
Would greatly appreciate if anyone could share the script.
Thanks and best regards.
int n, i;
double zag, zig;
i=0;
while(n<2)
{
if(zig>0) zag=zig;
zig=iCustom(NULL, 0, "ZigZag", 0, i);
if(zig>0) n+=1;
i++;
}
RESULT
-----------
if(zag
Would greatly appreciate if anyone could share the script.
Thanks and best regards.
int n, i;
double zag, zig;
i=0;
while(n<2)
{
if(zig>0) zag=zig;
zig=iCustom(NULL, 0, "ZigZag", 0, i);
if(zig>0) n+=1;
i++;
}
RESULT
-----------
if(zag

*Não serão tolerados uso comercial ou spam. O não cumprimento desta regra poderá resultar na exclusão da conta.
Dica: Ao adicionar uma URL de imagem/youtube, você estará automaticamente incorporando-a à sua postagem!
Dica: Digite o símbolo @ para que o nome de um usuário que participe desta discussão seja completado automaticamente.