How to apply Kijun for iEnvelopes

 

Hi Everyone, I want to apply kijunsen of Ichimoku for iEnvelope instead of close price


double  ichimokuHandle = iIchimoku(m_symbol.Name(), Period(), Inp_tenkan_sen, kjLength, Inp_senkou_span_b);

But in this line, I don't know put anything in ???

iEnvelopes(m_symbol.Name(), Period(), 10, 0, MODE_SMA, ???, 0.2);
 
Ichimoku formulas are pretty simple. Just google and create what you want.