On color change?
Re: Re:
#175In the init() section lines 115-121
Code: Select all
SetIndexLabel(0,"");
SetIndexLabel(1,"");
SetIndexLabel(2,"");
SetIndexLabel(3,"");
SetIndexLabel(4,"");
SetIndexLabel(5,"");
SetIndexLabel(6,"");
Code: Select all
//SetIndexLabel(0,"");
//SetIndexLabel(1,"");
//SetIndexLabel(2,"");
//SetIndexLabel(3,"");
//SetIndexLabel(4,"");
//SetIndexLabel(5,"");
//SetIndexLabel(6,"");
Re: Re:
#176Dear MrTools, Good morningmrtools wrote: ↑Wed Aug 29, 2018 7:12 amIn the init() section lines 115-121
you can either delete or comment them out like thisCode: Select all
SetIndexLabel(0,""); SetIndexLabel(1,""); SetIndexLabel(2,""); SetIndexLabel(3,""); SetIndexLabel(4,""); SetIndexLabel(5,""); SetIndexLabel(6,"");
that should give you your valuesCode: Select all
//SetIndexLabel(0,""); //SetIndexLabel(1,""); //SetIndexLabel(2,""); //SetIndexLabel(3,""); //SetIndexLabel(4,""); //SetIndexLabel(5,""); //SetIndexLabel(6,"");
Thank you so much .... now it is working ... !!!
Best Regards
Dimitri
Re: Ocean theory based indicators
#177This is a stochastic of ocn nma
. Lighter multi timeframe
. Choice of Quantile bands or Floating levels
. Option to double smooth and or pre smooth the ocn nma
. 4 color options with corresponding alerts and or indicator arrow options
. 33 Price options
. Lighter multi timeframe
. Choice of Quantile bands or Floating levels
. Option to double smooth and or pre smooth the ocn nma
. 4 color options with corresponding alerts and or indicator arrow options
. 33 Price options
- Attachments
-
- Stochastic of ocn nma (fl+mtf+arrows+alerts).ex4
- (82.49 KiB) Downloaded 347 times
Re: Ocean theory based indicators
#179Dear MrTools,
Is it possible for you to smooth the attached indicator with '' the nma function'' ?
This indicator is giving early signals of trend change but it is giving too many signals I think we will have something interesting.Thanks in advance.
Is it possible for you to smooth the attached indicator with '' the nma function'' ?
This indicator is giving early signals of trend change but it is giving too many signals I think we will have something interesting.Thanks in advance.
- Attachments
-
- Didi index(mtf + alerts + lines).mq4
- (19.81 KiB) Downloaded 124 times
Re: Ocean theory based indicators
#180Hi Mrtools,uncle wong wrote: ↑Mon Oct 15, 2018 2:57 pmDear MrTools,
Is it possible for you to smooth the attached indicator with '' the nma function'' ?
This indicator is giving early signals of trend change but it is giving too many signals I think we will have something interesting.Thanks in advance.
Is this possible?