P.S I am using the same block setting as the image I posted on the begging of the thread. But those setting are not properly set by the blocks on the EA.
The indicator itself uses this enum code
// Enumerations by Custom Indicators
enum enPrices
{
pr_close,
pr_open,
pr_high,
pr_low,
pr_median,
pr_typical,
pr_weighted,
pr_average,
pr_medianb,
pr_tbiased,
pr_haclose,
pr_haopen,
pr_hahigh,
pr_halow,
pr_hamedian,
pr_hatypical,
pr_haweighted,
pr_haaverage,
pr_hamedianb,
pr_hatbiased
};
enum maTypes
{
ma_sma,
ma_ema,
ma_dsema,
ma_dema,
ma_tema,
ma_smma,
ma_lwma,
ma_pwma,
ma_alxma,
ma_vwma,
ma_hull,
ma_tma,
ma_sine,
ma_linr,
ma_ie2,
ma_nlma,
ma_zlma,
ma_lead,
ma_ssm,
ma_smoo
};
Could this be the reason why fxdreema was unable to work with this indi?