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
but as global it does'nt
It won't confuse the system.
Sorry but I started thinking this is a hoax !.
Anyway i dont see why he cant use
Symbol()
Anyway i dont see why he cant use
but, in the script that was run, there were spaces on both sides of the slashes but the output in the log only had one of the spaces (possibly a typing mistake) but the boolean test says they are equal - meaning it should work.
Print(Symbol()," / ",symbol," / ",(Symbol() == symbol));
I did ask this before ...
I assume you're doing everything correct like ...
... Coz obviously this is weird, and guessing around won't get us anywhere !, So I have two questions :
1. What's the broker name and MT build number, we may have to install it's MT4 ?
2. What's your OS and where did you install the MT4, is it in C:\Program Files\...
See if we can replicate your problem.
:D
Alright I have another idea, wimpy63 could you create a script like this an run it
If you still have that error, could you attach the compiled .ex4 so that we can test that compiled .ex4 here.
:D
My guess is that he's using the back-tester and does not understand the limitations.
Using the above EA in the back-tester yields.
His title is "Can i use an extern variable to set symbols for my EA to run?". So its clear to me that he's trying to generate an EA. It seems he wants to use this EA on 10 different symbols but its not clear to me if he's going to open 10-different-charts. If he's going to open up 10-different-charts then why would he need to pass an External Symbol? If he's going to use upon 1 chart then he should review the code i submitted.
*Mt4 does not support multi-currency back-testing.
*You cannot use Symbol() in your orderselect Loops when you're providing a different Symbol then the chart the EA is attached to.
My guess is that he's using the back-tester and does not understand the limitations.
Using the above EA in the back-tester yields.
His title is "Can i use an extern variable to set symbols for my EA to run?". So its clear to me that he's trying to generate an EA. It seems he wants to use this EA on 10 different symbols but its not clear to me if he's going to open 10-different-charts. If he's going to open up 10-different-charts when why would he need to pass an External Symbol? If he's going to use upon 1 chart then he should review the code i submitted.
*Mt4 does not support multi-currency back-testing.
*You cannot use Symbol() in your orderselect Loops when you're providing a different Symbol then the chart the EA is attached to.