Page 69 of 76

Re: CCI indicators for MT4

Posted: Tue May 16, 2023 5:37 am
by mrtools
FXSurf wrote: Tue May 16, 2023 1:02 am mrtools, can you modify to have vertical lines on either OB/OS levels or Zero Cross please?
See example:

Image
Did this version seems to be working ok.

Re: CCI indicators for MT4

Posted: Tue May 16, 2023 5:54 am
by FXSurf
mrtools wrote: Tue May 16, 2023 5:37 am Did this version seems to be working ok.

Yes sir, she looks beautiful! Thank you very much!


Re: CCI indicators for MT4

Posted: Tue May 16, 2023 7:38 am
by Banzai
Woodyz wrote: Sat Apr 08, 2023 7:16 pm As I'm far from being a coder, is someone able to tell me what the Snake period is to help me better understand this indicator ........Pls
zookeeper wrote: Sun Apr 09, 2023 1:04 am Yes, snake is basically a centered triangular moving average
Snake CCI
(on/off button)

coder: Tankk
released date: April 13, 2023

Tankk said:
and don't forget:
if SnakePeriod is less than 1 = Snake is disabled.
if SnakeRepaint=false = repainting/recalculating of Snake-smoothing is disabled!!
You can place the button on the main chart or
in the sub window.

Re: CCI indicators for MT4

Posted: Wed May 17, 2023 11:11 pm
by 太虚一毫
mrtools wrote: Tue May 16, 2023 5:37 am Did this version seems to be working ok.
Image


Expect teachers to add the latest averages to CCI Digital Kahler. It's certainly better to add MTF by the way. :thumbup:

The merit is immeasurable!

Re: CCI indicators for MT4

Posted: Thu May 18, 2023 4:03 am
by mrtools
太虚一毫 wrote: Wed May 17, 2023 11:11 pm Expect teachers to add the latest averages to CCI Digital Kahler. It's certainly better to add MTF by the way. :thumbup:

The merit is immeasurable!
Added all the averages and made it more or less updated with the other newer versions.

Re: CCI indicators for MT4

Posted: Thu May 18, 2023 4:07 am
by Banzai
T3 CCI
(on/off button)

Attached is a template to show you how to make 2 buttons.
1 button to turn on/off the lines only.
The other to turn on/off the CCI histogram only.

Re: CCI indicators for MT4

Posted: Thu May 18, 2023 5:18 am
by vvFish
mrtools wrote: Thu May 18, 2023 4:03 am Added all the averages and made it more or less updated with the other newer versions.
Image
;)

Re: CCI indicators for MT4

Posted: Thu May 18, 2023 5:31 am
by vvFish
Banzai wrote: Thu May 18, 2023 4:07 am T3 CCI
(on/off button)

Attached is a template to show you how to make 2 buttons.
1 button to turn on/off the lines only.
The other to turn on/off the CCI histogram only.

Image

Image
;)

Re: CCI indicators for MT4

Posted: Thu May 18, 2023 8:39 am
by Banzai
vvFish wrote: Sat May 13, 2023 2:56 pm ;)
Image
Double CCI
(on/off button)

Re: CCI indicators for MT4

Posted: Thu May 25, 2023 11:12 pm
by andrei-1
CCI_(finger_trap_and_Pinocchio).
Fintrapin eye drops (antidepressant) .
Drops for ears and smartphone, if you tell me how to use it.

New Eco menu. 5 options. There are boundaries by seconds. Suitable for 95% of indicators.

Code: Select all

//off                              // On every tick.
//pause_x_seconds_and_mHL_and_Open // count no more than 1 time in x seconds, when the price goes beyond the limits, and at the opening
//more_than_High_or_Low_and_Open   // Only when the price goes beyond the limits, and at the opening
//pause_x_seconds_and_Open         // count no more than 1 time in x seconds, and at the opening
//eco_only_Open                    // Only when opening