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
Hi my EA have some issue that it can double entry the position with the same magic number..
im already using this logic as my header code but it can entry twice..
if (orderposition(100) != 0 )
{
condition of trade
}
can someone give me a hint how to make it not entry twice the same magic number ? thanks