All CCI into All WoodieCCI. A Coder needed - page 4

 
fxbs:
dem, should do everything myself !...

i love very first All wcci - nothing unnecessary; we not sacrificing valuable info; EmaLsma dot/line switch; i can count to 6 (bars) histo or arrows and approximately can guess where yellow bar might be...

Thanks "I", much appreciate this one too as I enjoy using the LSMA inside it.

Best wishes.

 
fxbs:
dem, should do everything myself !...

i love very first All wcci - nothing unnecessary; we not sacrificing valuable info; EmaLsma dot/line switch; i can count to 6 (bars) histo or arrows and approximately can guess where yellow bar might be...

Sorry to disappoint you "I", but I get another warning in my Experts Folder, which says:

2008.10.13 16:46:18 All_Woodies_CCI_v1.0.MM GBPUSD,Monthly: ShortName for WindowFind function must be an initialized string

Any suggestions, please?

 

...

put line 273 of that indicator, at the beginning of start procedure

so the start of start procedure should look like this :

int start()

{

if (_=="CalculateWoodie") { CalculateWoodie(); return(0); }

string separator;

int window=WindowFind(shortName);

int k=0;

//

//

//

//

//

minValue = 999999;

maxValue = -999999;[/php]and not like this

[php]

int start()

{

string separator;

int window=WindowFind(shortName);

int k=0;

//

//

//

//

//

if (_=="CalculateWoodie") { CalculateWoodie(); return(0); }

minValue = 999999;

maxValue = -999999;

that's all

regards

mladen

 
fxbs:
but I ... want my LSMA EMAs back!

dem, should do everything myself !...

i love very first All wcci - nothing unnecessary; we not sacrificing valuable info; EmaLsma dot/line switch; i can count to 6 (bars) histo or arrows and approximately can guess where yellow bar might be...

20081013 update All_Woodies_CCI_v1.0.MM1.mq4 (16.7 KB)

 

yepp, it took care of it - done

thank you, Mladen, Herks

file (post 31) updated https://www.mql5.com/en/forum/178864/page2

 

put line 273 of that indicator, at the beginning of start procedure.

Much appreciated, Mladen. Taken care of too.

Best wishes.

 

Dear mladen and fxbs! You can redo this indicator for the periods from the M1 to H1.Need to be 4 color (from 0 to 100), and SMA.

Reason: