Page 18 of 22

Re: OCN (Ocean Theory) based indicators for MT4

Posted: Tue Aug 28, 2018 4:21 am
by mrtools
C0DE.19 wrote: Tue Aug 28, 2018 3:32 am

hi mrtools
ocn ndx smooth with jurik
alert version
On color change?

Re: OCN (Ocean Theory) based indicators for MT4

Posted: Tue Aug 28, 2018 7:16 am
by C0DE.19
mrtools wrote: Tue Aug 28, 2018 4:21 am

On color change?
Yes

Re: OCN (Ocean Theory) based indicators for MT4

Posted: Tue Aug 28, 2018 8:19 am
by mrtools
C0DE.19 wrote: Tue Aug 28, 2018 7:16 am

Yes
Added alerts.

Re: OCN (Ocean Theory) based indicators for MT4

Posted: Wed Aug 29, 2018 3:04 am
by Dimitri
mrtools wrote: Tue Aug 28, 2018 8:19 am

Added alerts.
Dear MrTools,
I noted that "values" are not showing in the data window ... ???
Note that the DLL is enabled ... the indicator is drawing normally ... but no values ... ???
Any idea ??? ...
Really thank you for your contribution
Best Regards
Dimitri

Re: OCN (Ocean Theory) based indicators for MT4

Posted: Wed Aug 29, 2018 7:12 am
by mrtools
Dimitri wrote: Wed Aug 29, 2018 3:04 am
Dear MrTools,
I noted that "values" are not showing in the data window ... ???
Note that the DLL is enabled ... the indicator is drawing normally ... but no values ... ???
Any idea ??? ...
Really thank you for your contribution
Best Regards
Dimitri
In the init() section lines 115-121

Code: Select all

SetIndexLabel(0,"");
   SetIndexLabel(1,"");
   SetIndexLabel(2,"");
   SetIndexLabel(3,"");
   SetIndexLabel(4,"");
   SetIndexLabel(5,"");
   SetIndexLabel(6,"");
you can either delete or comment them out like this

Code: Select all

//SetIndexLabel(0,"");
  //SetIndexLabel(1,"");
   //SetIndexLabel(2,"");
   //SetIndexLabel(3,"");
   //SetIndexLabel(4,"");
   //SetIndexLabel(5,"");
   //SetIndexLabel(6,"");
that should give you your values

Re: OCN (Ocean Theory) based indicators for MT4

Posted: Wed Aug 29, 2018 5:14 pm
by Dimitri
mrtools wrote: Wed Aug 29, 2018 7:12 am

In the init() section lines 115-121

Code: Select all

SetIndexLabel(0,"");
   SetIndexLabel(1,"");
   SetIndexLabel(2,"");
   SetIndexLabel(3,"");
   SetIndexLabel(4,"");
   SetIndexLabel(5,"");
   SetIndexLabel(6,"");
you can either delete or comment them out like this

Code: Select all

//SetIndexLabel(0,"");
  //SetIndexLabel(1,"");
   //SetIndexLabel(2,"");
   //SetIndexLabel(3,"");
   //SetIndexLabel(4,"");
   //SetIndexLabel(5,"");
   //SetIndexLabel(6,"");
that should give you your values
Dear MrTools, Good morning
Thank you so much .... now it is working ... !!!
Best Regards
Dimitri

Re: OCN (Ocean Theory) based indicators for MT4

Posted: Sat Sep 08, 2018 3:55 am
by mrtools
This 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

Re: OCN (Ocean Theory) based indicators for MT4

Posted: Tue Sep 11, 2018 10:05 pm
by appsoluxions
mrtools wrote: Sat Sep 08, 2018 3:55 am This 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
What more can a trader ask for, :)

Re: OCN (Ocean Theory) based indicators for MT4

Posted: Mon Oct 15, 2018 2:57 pm
by uncle wong
Dear 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.

Re: OCN (Ocean Theory) based indicators for MT4

Posted: Tue Oct 16, 2018 8:21 am
by uncle wong
uncle wong wrote: Mon Oct 15, 2018 2:57 pm Dear 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.
Hi Mrtools,

Is this possible?