Thank you MrTools ..
Re: Coding Help
1582
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!!!
- These users thanked the author moey_dw for the post:
- RodrigoRT7
Official Forex-station GIF animator at your service 
See a GIF with Forex-station.com on it? I probably made it
The best divergence indicator in the world.
Real news exists: Infowars.com
See a GIF with Forex-station.com on it? I probably made it
The best divergence indicator in the world.
Real news exists: Infowars.com
Re: Coding Help
1583This indicator called AscTrend is no longer seen on the chart, possibly due to the new MT4 updates.
Could it be repaired please, if it is not repainted?
Could it be repaired please, if it is not repainted?
Re: Coding Help
15864 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
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
Re: Coding Help
1587Maybe 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
- These users thanked the author mrtools for the post (total 2):
- pin12, RodrigoRT7
Re: Coding Help
1589
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.
and even worse, in EA i try to retrieve values:
it got wrong values where indicator didn't show on chart, for example there wasn't a bullish trend but got this UP value.
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.
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.
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.000000really 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.
Re: Coding Help
1590To 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.