Page 159 of 180

Re: Coding Help

Posted: Tue Jun 25, 2024 6:44 am
by pin12
mrtools wrote: Tue Jun 25, 2024 4:08 am Try, seems it might be better.
Thank you MrTools .. :clap: :clap:

Re: Coding Help

Posted: Wed Jun 26, 2024 8:25 pm
by moey_dw
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!!! 👍👍👍

Re: Coding Help

Posted: Sat Jun 29, 2024 10:52 am
by pin12
This 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?

Re: Coding Help

Posted: Sat Jun 29, 2024 11:56 am
by mrtools
pin12 wrote: Sat Jun 29, 2024 10:52 am This 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?
Its an EA.

Re: Coding Help

Posted: Sat Jun 29, 2024 3:03 pm
by pin12
mrtools wrote: Sat Jun 29, 2024 11:56 am Its an EA.
Yes, you are right Mrtools, and the ea uses this indicator. Thank you anyway..

Re: Coding Help

Posted: Mon Jul 01, 2024 8:39 am
by pin12
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

Re: Coding Help

Posted: Mon Jul 01, 2024 9:54 am
by mrtools
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.

Re: Coding Help

Posted: Mon Jul 01, 2024 10:10 am
by pin12
mrtools wrote: Mon Jul 01, 2024 9:54 am Maybe this version I have will help.
Thank you very much Mrtools. I think this version is correct... :thumbup: :thumbup:

Re: Coding Help

Posted: Fri Jul 05, 2024 1:12 am
by pointer
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

Posted: Fri Jul 05, 2024 1:48 am
by mrtools
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.