ewanjeli:
hello
can someone help me to limit my order per signal
im using zigzag as signal.
here code for open order:
by this code now. it will alway repeat order after hit TP or SL. so i need it to stop order until next signal.
can someone help.
thank in advance
//check for up or down // You have to limit the number of bar like this if((tth<ttl)&&(tth<=1)) { up=TRUE; down=FALSE; } if((ttl<tth)&&(ttl<=1)) { down=TRUE; up=FALSE; }

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
hello
can someone help me to limit my order per signal
im using zigzag as signal.
here code for open order:
by this code now. it will alway repeat order after hit TP or SL. so i need it to stop order until next signal.
can someone help.
thank in advance