_TRO_iCustom_FE
_TRO_iCustom_FE is a front end processor for the iCustom function. This is NOT intended to be used as a standalone indicator. _TRO_iCustom_FE is just a demonstration of how to process the input.
This code is used in the latest revision of the TRO FX DASHBOARD.
Remember the format for iCustom is:
iCustom(
string symbol,
int timeframe,
string name, ...,
int mode,
int shift)
If you want MACD(12,26,9) you enter:
MACD;12;26;9;0;0
If you want RSI(2) you enter:
RSI;2;0;0
You have to use ";" instead of ",".
You have to enter the mode ( which buffer to use ) and the shift ( 0 = current bar, 1 = previous bar, etc... ) after you enter the parameters.