LikeRe: Coding Help

1582
mrtools wrote: Tue Jun 25, 2024 4:08 am Try, seems it might be better.

PS: For additional info on this indicator, please see here.
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 👈


Re: Coding Help

1587
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
Maybe this version I have will help.
These users thanked the author mrtools for the post (total 2):
pin12, RodrigoRT7

SadRe: 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:

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.

Re: Coding Help

1590
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.
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.
These users thanked the author mrtools for the post:
pointer