Attention.
Due to the fact that my programs are sold on other people's sites and on the wrong telegram channels, hacked versions are cheaper than my price. I have to pay commission and taxes.
Many people, buying unofficial, cracked versions, email me with questions and for help. I cannot and do not want to answer the questions of people who buy my programs from other people's, HACKED sites and telegram channels.
I only answer the questions of those buyers who bought my programs on the official website in the MQL5.COM market.
IN THIS HARD TIME FOR ME, I WANT TO COMMUNICATE ONLY WITH THOSE WHO BUY MY PROGRAMS OFFICIALLY.
Therefore, all questions should be written to the program discussion page in the MQL5.COM Market.
I do not answer questions in private messages and emails.
To everyone who bought unofficial and hacked versions, ask your question to the site and telegram channel from which you bought hacked programs.
Many thanks to all those people who buy my programs officially and support me.
I looked at your indicator. The fact is that he draws in the past, so the stars are beautiful. there is no need to change the parameter inside the indicator, this breaks the algorithm. input int Shift = 0; // horizontal shift of the indicator in bars
I renamed the indicator as it was on the forum I
studied the signals:
Configured the Expert Advisor
During normal trading, you can see that the indicator draws an arrow in the past on the 2nd bar.
But if you change the shift in my Expert Advisor, then the signal can be shifted by 1 bar.
The indicator ADX_Cross_Hull_Style is a great main indicator to trigger buy and sell.
It works good with the adjustment you advise. To help stop some negative trades i have tried to put filter using Corrected JMA as i see this would keep me out of some negative trades.
I thought as the Corrected JMA is a continue line indicator it would work. I made the dotted line solid as i read filter works best if line solid and I changed colors it compiled with no issues and i felt good it would work.
On testing I have found it plays the main indicator up with little logic that i can see.
This shows main indicator ADX Cross Hull working nicely with no added filter used.
This is with Corrected JMA added it makes trades in a not logical fashion.
I have kept the inputs very basic for this test to help rule out any other interference.
Enclosed are the files for your reference
Im very interested to learn what i have done wrong in this, it will be a big help for me. i have spent almost all weekend trying to figure this one out
One final question i have can you also advise if it is possible to make arrow buffer when the lines cross on this indicator that would work like magic from what i have seen.