Implementing indicator from Market in your own Expert Advisor

 
How do you implement an indicator that you bought in the Market in your own Expert Advisor?

For example, the sample ExpertMACD that is included in examples uses SignalMACD and for that it needs to include SignalMACD.mqh.

#include <Expert\Signal\SignalMACD.mqh>
But for an indicator you bought in the Market you do not have the include file. Or do you?

 
Wojciech Rogulski:
How do you implement an indicator that you bought in the Market in your own Expert Advisor?

For example, the sample ExpertMACD that is included in examples uses SignalMACD and for that it needs to include SignalMACD.mqh.

But for an indicator you bought in the Market you do not have the include file. Or do you?

Use iCustom

Documentation on MQL5: Technical Indicators / iCustom
Documentation on MQL5: Technical Indicators / iCustom
  • www.mql5.com
iCustom - Technical Indicators - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5