I can't post my EA on MQL5

 
My EA does not pass the MQL5 checks because it uses an unrepainted support and resistance indicator that I added to the EA, how can I make it pass the checks please?
 
Jordan Nicolas Fernandes: My EA does not pass the MQL5 checks because it uses an unrepainted support and resistance indicator that I added to the EA, how can I make it pass the checks please?

You have to embed the indicator in your code with the use of resources with the "#resource" instruction.

Resources - MQL4 programs - MQL4 Reference
Resources - MQL4 programs - MQL4 Reference
  • docs.mql4.com
Resources - MQL4 programs - MQL4 Reference