EA Not opening when Period function is used
-
How To Ask Questions The Smart Way. 2004
Don't rush to claim that you have found a bug.
Questions Not To Ask
My program doesn't work. I think system facility X is broken.It is almost always your code.
- Jack Buda: I would like my ea to check if daily chart (Engulfing&Harami), if it's buy/sell then i would like to do the same on the M5 Chart.
You are not checking the M5 and D1 charts. You are reading the current chart only.
-
When will EngulfingSell and HaramiSell both be true at the same time?
-
How To Ask Questions The Smart Way. 2004
Don't rush to claim that you have found a bug.
Questions Not To Ask
My program doesn't work. I think system facility X is broken.It is almost always your code.
-
You are not checking the M5 and D1 charts. You are reading the current chart only.
-
When will EngulfingSell and HaramiSell both be true at the same time?
1. I will try my best to ask questions in a smarter way next time.
2. So if I'm reading the M5 & D1, how can i check the M5 & D1 chart? Buy using ChartPeriod() function? If there's another function please let me know on how it is done.
3. I was trying this for the first time (Engulfing & Harami) with checking timeframes, hence i need help with the code.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi all
I would like my ea to check if daily chart (Engulfing&Harami), if it's buy/sell then i would like to do the same on the M5 Chart.
Below is my code, please help if you know the problem.