Thank you MrTools ..


This a very good support resistance indicator with loads of configurations like engulfing candlesticks.......... gives earlier signals too thanks you 2 guys looks like its also from our member Opita!!!
Maybe this version I have will help.pin12 wrote: Mon Jul 01, 2024 8:39 am 4 Level ZZ Semafor
Hi!
Due to some error or modification in this 4 level ZZ semafor indicator, the numbers one cannot be displayed in the graph (1). Only 2, 3 and 4 are visible. Level 1 should also be visible.
Could this error be corrected please?
Thanks
double bull = iCustom(Symbol(), htf, indi, 0, 1);
double bear = iCustom(Symbol(), htf, indi, 1, 1);
2024.07.04 22:47:21.683 2024.06.25 02:00:00 testindi XAUUSD,H1: up 1.000000 down 0.000000
To me the best way to make something like that is make the indicator without multi time frame then call it multi time frame in the EA.pointer wrote: Fri Jul 05, 2024 1:12 am Hi mrtools, mladen or other experts,
Could you please have a look at my indicator problem. Attached indicator trendalert, it works fine when attached to a chart, but in strategy tester there's weird problem. it shows different in strategy tester visual mode.
屏幕截图 2024-07-04 230323.png
and even worse, in EA i try to retrieve values:
double bull = iCustom(Symbol(), htf, indi, 0, 1);
double bear = iCustom(Symbol(), htf, indi, 1, 1);
it got wrong values where indicator didn't show on chart, for example there wasn't a bullish trend but got this UP value.
2024.07.04 22:47:21.683 2024.06.25 02:00:00 testindi XAUUSD,H1: up 1.000000 down 0.000000
really have no idea where this value come from. i tried my best to figure out what's going on but no luck, a bit frustrating.
Indicator and EA source attached, kindly ask for some help, thank you.