In the shown pic above, Please let us know what is the difference between the (int ma_shift) in the center of function inputs & (int shift) in the last of function inputs ...
The MA shift is what it says - the bar shift that the MA uses when calculating. Have a look at the input options when you apply a simple MA to a chart. It is the shift function in here.
The last shift in iMA is the bar number you want to get the MA result from. So 0 is the current bar, 1 is the previous bar etc.
In the shown pic above, Please let us know what is the difference between the (int ma_shift) in the center of function inputs & (int shift) in the last of function inputs ...