This indicator generates a Buy signal only when MFI is equal to 0 and a Sell only if it equals 100. Which is almost always not the case.
lippmaje:
This indicator generates a Buy signal only when MFI is equal to 0 and a Sell only if it equals 100. Which is almost always not the case.
They mfi Is in 2 periods
This indicator generates a Buy signal only when MFI is equal to 0 and a Sell only if it equals 100. Which is almost always not the case.
Perhaps you are mistaking the usage of "iCustom". Fix it as follows and try it.
iCustom(NULL, PERIOD_CURRENT, "Trend Intensity Index", 0, i) >= 50 iCustom(NULL, PERIOD_CURRENT, "Trend Intensity Index", 0, i) <= 50

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
hello so i don't know about coding or mql4 language that's why i use eabuilder it's a visual interface for making indicators.
i'm trying to build a strategy here for binary options it consits in these indicators:
CCI 2 66 -66
MONEY FLOW INDEX 100-0
TREND INTENSITY INDEX 24 PERIOD ABOVE/BELOW 50
rules are simple when cci is -66 and mfi is 0 and tii is above 50 level all at the same time then an arrow should appear in the next candle for a buy
when cci is 66 and mfi is 100 and tii is below 50 level all at the same time then an arrow should appear in the next candle for a sell
so what i can make in that visual interface is something like the picture i attach the problem is that i can't make the sell options to work right idk whats the problem also i can't make it work with the condition of the TII (trend directional index)
could you guys help me to make this right? i attach the code as well