Hello All,
I have been working on this EA that is to send alerts when at certain time of the day. It works on tester and will keep up with the days of rise and fall and send alerts based of what price had done previously.
basically when I run this EA on multiple pairs it doesn't keep up with the days for that any of the pairs and I am not sure why its not.
if someone would be so kind and look over the code and give some direction as to how I can write it to do what I am looking to do.
Hello,
in ' WeeklyBias' function the input parameter called 'input1' not 'DoW' as you use in function.
And is better to move 'Comment' operation in end of 'OnTick' function, because some parameter to uses in Comment got value after called function.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello All,
I have been working on this EA that is to send alerts when at certain time of the day. It works on tester and will keep up with the days of rise and fall and send alerts based of what price had done previously.
basically when I run this EA on multiple pairs it doesn't keep up with the days for that any of the pairs and I am not sure why its not.
if someone would be so kind and look over the code and give some direction as to how I can write it to do what I am looking to do.