
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
anyone has the same experience as me, meaning script not working under windows 8 environment.
Post your code . . . attach it as a file or post using the SRC button.
the same code work on win 7 and xp.
TQ
What Error# or Messages are you receiving?
Try using some DeBugging Techniques. Like Alert || Print || Comment || GetLastError().
Use the Full OrderSend Parameters. Even I cannot tell which are Optional in the Above.
Oh and use the SRC button when posting codes. Makes it easier to read.
the same code work on win 7 and xp.
TQ
I did ask you . . .
Post your code . . . attach it as a file or post using the SRC button.
Also read and implement this: What are Function return values ? How do I use them ?
My UAC is turned Off and it compiled fine for me.
You need to eliminate the simple stuff first when trouble_shooting.
Why jump to UAC when that OrderSend() is suspect.
Please follow the recommendations we're providing.
Ps> It's the weekend now, and Markets are closed, retest on Monday.
There isnt any error when compiled. I suspect it is caused by UAC issue.
What error do you get from the trading functions ? did you read this ? What are Function return values ? How do I use them ? please post your modified code to show that you did.
On your Windows 8 MT4 Terminal . . . did you allow live trading ?
I had problems getting mt4 to work properly in windows 8 after transferring everything from win7. On restart it wouldn't remember the demo account. I had to:
What error do you get from the trading functions ? did you read this ? What are Function return values ? How do I use them ? please post your modified code to show that you did.
On your Windows 8 MT4 Terminal . . . did you allow live trading ?
Thank You, it works now as I forgot to click on "allowlive trading".
Thanks again.