This Block does not work.....???
-
The Market Facilitation Index Block does not work. I can not choose one of the 4 colors that the indicator has, for a particular candle.

-
The issue is not with the block in fxDreema. The indicator appear block serves no purpose with the Market Facilitation Index as the only output buffer in MT4 is the index number itself (MFI = (previous high -previous low)/volume). If you open the data window in MT4 you will see there is only one value output for this indicator and it is always present so the indicator does not appear or disappear.
The bars on the MFI are painted different colours by comparing the MFI values with the previous value and volume with the previous bars volume. For example, a green bar is painted when the MFI value is increasing and volume is increasing. In fxDreema this could be established using two "condition" blocks, one where MFI value for candle 1 is higher than MFI value for candle two and the next doing the same for volume. Similarly the logic for the other three colours could be set out with two condition blocks.
-
I'll try to do it like that.
Thank you very much for your help.