Can anyone please help me with this code it wont display on chart

 
I cant get the Reason why it wont appear 
After compiling it says no error 
Please help me with whatever you can
 
Omotayo Jeremiah :
I cant get the Reason why it wont appear 
After compiling it says no error 
Please help me with whatever you can

Tip: you don't need to throw a lot of indicators in a heap - start with the minimum condition.

Home assignment:

  • read the iMA help
  • learn to take an example from the help (take almost all the code)
  • implement access to the iMA indicator in your indicator


Thus: first learn to work with one indicator. When you do it, show the result.

Documentation on MQL5: Technical Indicators / iMA
Documentation on MQL5: Technical Indicators / iMA
  • www.mql5.com
//|                                                     Demo_iMA.mq5 | //|                        Copyright 2011, MetaQuotes Software Corp. | //|                                              https://www.mql5.com | "The method of creation of the handle is set through the 'type' parameter (function type...
Reason: