Page 130 of 158

Re: Coding Help

Posted: Fri Dec 03, 2021 1:46 pm
by mrtools
talaate wrote: Fri Dec 03, 2021 9:28 am Dear mrtools
My regards
would you please add the divergence to this indicator with alerts and please add limit bar to reduce the usage of CPU
Thanks
viewtopic.php?p=1295372349#p1295372349
Awesome (arrows + alerts + mtf) 1.04.ex4

PS: You may transfer the new indicator to proper forum
Posted here Trend indicators

Re: Coding Help

Posted: Fri Jan 07, 2022 7:51 pm
by 太虚一毫
mrtools wrote: Wed Mar 18, 2020 5:14 am There's probably a better way of doing it, but this is the only way I know.
I don’t understand what is the use of ZigZag-based indicators?

Re: Coding Help

Posted: Tue Feb 15, 2022 8:59 pm
by uncle wong
Hello All

I need help please !

I try to add additional indicators to an existing script that converts the indicator data into csv file .
But when I add two more indicators I get below error message.What do I do wrong?Can anyone help ?

Thanks.

Re: Coding Help

Posted: Wed Feb 16, 2022 7:44 am
by uncle wong
Any help any comment appreciated.

Re: Coding Help

Posted: Wed Feb 16, 2022 9:00 am
by mrtools
uncle wong wrote: Tue Feb 15, 2022 8:59 pm Hello All

I need help please !

I try to add additional indicators to an existing script that converts the indicator data into csv file .
But when I add two more indicators I get below error message.What do I do wrong?Can anyone help ?

Thanks.
Image
My self personally not very experienced into converting indicator data into csv file but guessing your iCustom call is part of the problem.

Re: Coding Help

Posted: Mon Mar 07, 2022 3:07 am
by traderduke
Mrtools, other coders
Could somebody please help me fix the code on this semaphore indicator, I know it repaints but if combined with a NONrepaint indicator it could be very useful? I’m using Chaos instead of XU-semaphore because it seems less involved. I removed the third level.
I’m trying to get the 1 or -1 on trendlv1 and to continue and show in the DATA window until a change occurs in the semaphore. I have added the trend and believe Line 321 area is the location of my edits and I believe the problem.
I look to trade the levels 1 & 2 COMBINED only on the 15m chart. This system works on all time frames but fails 10% of the time. So stop loss is suggested.
I’ve asked for this before but no response. I added the indicators which complement the Chaos
Appreciate any help
Ray

Re: Coding Help

Posted: Mon Mar 07, 2022 3:57 am
by mrtools
traderduke wrote: Mon Mar 07, 2022 3:07 am Mrtools, other coders
Could somebody please help me fix the code on this semaphore indicator, I know it repaints but if combined with a NONrepaint indicator it could be very useful? I’m using Chaos instead of XU-semaphore because it seems less involved. I removed the third level.
I’m trying to get the 1 or -1 on trendlv1 and to continue and show in the DATA window until a change occurs in the semaphore. I have added the trend and believe Line 321 area is the location of my edits and I believe the problem.
I look to trade the levels 1 & 2 COMBINED only on the 15m chart. This system works on all time frames but fails 10% of the time. So stop loss is suggested.
I’ve asked for this before but no response. I added the indicators which complement the Chaos
Appreciate any help
Ray
Image

Chaos Semafor - 3.4buf_Mod-2lv-mxb-test.mq4
SuperTrend (mtf + arrows + alerts) button-rk.mq4
RK-RSI-CROSS-ARROW mtf-bell.mq4
Maybe this version with alerts will help.

Re: Coding Help

Posted: Mon Mar 07, 2022 4:45 am
by 太虚一毫
mrtools wrote: Mon Mar 07, 2022 3:57 am Maybe this version with alerts will help.
Buttons can be added.

With Elliot oscillator - waves 1.03 (mtf) BT, it is used to check the top and bottom after the fact, not bad.

Use ZZ for current transactions, I'm afraid I'll be fooled.

(It seems that there are 5 levels of Level ZZ indicators)

Re: Coding Help

Posted: Mon Mar 07, 2022 12:08 pm
by traderduke
Thanks, fellows I'll check them out.

Re: Coding Help

Posted: Wed Mar 09, 2022 2:28 am
by traderduke
Mrtools
I tried to code the 4 level ZZ but I just can't get it done. I updated the 4 Level ZZ with the trend buffers But I still can’t get the data window to show the 1 or -1.
I’m trying to get the 1 or -1 on trendlv3 & 4 and to continue and show in the DATA window until a change occurs in the semaphore. I have added my code to accomplish this at Line 226 area. The chart shows the 4 level ZZ please check it. I'm only using the 2 levels.

Any help would be appreciated

Ray