show indicators

 

Hi

I have an expert that works with ichimoko and moving averages..

I want to see these indicators on the chart.

Is there any way to call them to be shown on the chart without coding too much...

for example I want a simple moving averge with default values to be shown after I initiate my expert.

 

use

iCustom

https://www.mql5.com/en/docs/indicators/icustom

https://www.mql5.com/en/search#!keyword=icustom&module=mql5_module_documentation
Documentation on MQL5: Technical Indicators / iCustom
Documentation on MQL5: Technical Indicators / iCustom
  • www.mql5.com
[in]  The name of the custom indicator, with path relative to the root directory of indicators (MQL5/Indicators/). If an indicator is located in a subdirectory, for example, in MQL5/Indicators/ [in] input-parameters of a custom indicator, separated by commas. Type and order of parameters must match. If there is no parameters specified, then...
 
Morteza Khorasani: Is there any way to call them to be shown on the chart without coding too much...
Put them on the chart with the same parameters the expert uses. No coding required.
 
whroeder1:
Put them on the chart with the same parameters the expert uses. No coding required.

Yes, this is what I would do.

And then save as a Template. Then every time you use the template, the indicators and EA show up automatically.

Reason: