And it doesnt show any trades where it defintely should
The code does absolutely what you program. And this code doesn't open any trades because (at least) there isn't a OrderSend() in your code. You should read the documentation.
https://docs.mql4.com/trading/ordersendThe code does absolutely what you program. And this code doesn't open any trades because (at least) there isn't a OrderSend() in your code. You should read the documentation.
https://docs.mql4.com/trading/ordersendBut I copied the code straight out of the guy on Youtubes. Why would it work for him and not for me ?
I will go through that link you posted though however
But I copied the code straight out of the guy on Youtubes. Why would it work for him and not for me ?
I will go through that link you posted though however
I have had a look at the OrderSend function and I am a complete beginner at writing MQL4 code so I dont know how to use the function in my SAR Script.
Is there anyone that can write it for me so I can insert it into the script ? I only want to get this script working for SAR for now. Once its working I want to test and optimise the different settings which I can do myself.
I wanted to go long and short whenever the price crosses over the relevant SAR.
I am an experienced manual trader but want to automate all my trading now.
But I obviously need to learn everything from scratch in terms of coding.
There are some courses on Youtube I have seen for beginners which I will take. Is there any other courses people can recommend ? Im happy to pay as well.
Alternatively if someone can help me out personally with my coding needs Im happy to pay them as well so I can get this first strategy working.
Thanks.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Following on from my previous posts I am trying to get the first SAR EA I have written to show results. (For MT4)
I have manged to get the default MA Indicators to work and show a result but the first one I wrote myself doesnt seem to be working.
I followed this guys instructions on Youtube:
https://www.youtube.com/watch?v=eYmrKZkmR14&t=337s
And here are all the screenshots
What are peoples thoughts ?
I also tested 1 complete Year and just the last few months.
And it doesnt show any trades where it defintely should