Incorporating Damiani_volatmeter v3.2 into EA

[Deleted]  
Hi Friends from all over the globe.........

I have this great and unbelievable indicator called "Damiani_volatmeter v3.2"
which I am using with the following values;

Vis_atr 24
Vis_std 5
Sed_atr 24
Sed_std 42
Threshold_level 1.65
lag_supressor true
max_bars 2000

My question is how to incorporate this iCustom indicator into EA, when the gray line slope down for the last 2 bars, that's all.

I will be very grateful for any kind of help or suggestion.
Thank you
 

Vis_atr 24
Vis_std 5
Sed_atr 24
Sed_std 42
Threshold_level 1.65
lag_supressor true
max_bars 2000

if this is all extern input parameters in the right follow then

double value_buffer0_bar0_ Damiani_volatmeter = iCustom(NULL, 0, "Damiani volatmeterev3.2",24,5,24,42,1.65,true,2000,0,0);

See also other topics about iCustom

[Deleted]  

deVries, and


WHRoeder


thank you so much for your help. The information you provided really help me to figure out the correct use of iCustom.