Page 603 of 2044

Re: MT4 Indicator requests and ideas

Posted: Fri May 10, 2019 3:32 am
by mrtools
sal wrote: Fri May 10, 2019 3:20 am
i am looking by eyes in Heiken ashi newer bars inidcator not ma's :)
Understood but the Heiken ashi smoothed is using the wrong price in it's moving averages, instead of PRICE_OPEN it is using MODE_OPEN, etc.

Re: MT4 Indicator requests and ideas

Posted: Fri May 10, 2019 4:51 am
by sal
mrtools wrote: Fri May 10, 2019 3:32 am

Understood but the Heiken ashi smoothed is using the wrong price in it's moving averages, instead of PRICE_OPEN it is using MODE_OPEN, etc.
:( I am not expert to give a perfect details...
can you make arrow for BB channel when the body of pa bar cross and close outer channel.. I will filter by using Heiken ashi. This will be more easy , i believe.
BB setting 18, shift 1, band 2.1
Thanks in advance.

Re: MT4 Indicator requests and ideas

Posted: Fri May 10, 2019 9:52 am
by mrtools
sal wrote: Fri May 10, 2019 4:51 am

:( I am not expert to give a perfect details...
can you make arrow for BB channel when the body of pa bar cross and close outer channel.. I will filter by using Heiken ashi. This will be more easy , i believe.
BB setting 18, shift 1, band 2.1
Thanks in advance.
Built the bands into a heiken ashi smoothed i have.

Re: MT4 Indicator requests and ideas

Posted: Fri May 10, 2019 12:44 pm
by sal
mrtools wrote: Fri May 10, 2019 9:52 am

Built the bands into a heiken ashi smoothed i have.
Does any difference between Heiken Ashi Exit ??.

This indicator is one i was posted with BB and shown in Snaps .. I believe this indicator like a ma's method..
i attached BB toucher indicator which can modify its arrows as per rule.!!
Arrow or Dot shall appear once candle tf is closed outside Channels & pls. modify the parameter for band as 2.1

Re: MT4 Indicator requests and ideas

Posted: Fri May 10, 2019 2:20 pm
by mrtools
sal wrote: Fri May 10, 2019 12:44 pm

Does any difference between Heiken Ashi Exit ??.

This indicator is one i was posted with BB and shown in Snaps .. I believe this indicator like a ma's method..
i attached BB toucher indicator which can modify its arrows as per rule.!!
Arrow or Dot shall appear once candle tf is closed outside Channels & pls. modify the parameter for band as 2.1
Change

Code: Select all

 extern int BobaDeviations= 2;
to

Code: Select all

 extern double BobaDeviations= 2;
And on lines 146 and 158 where it says High and Low, change it to Close and Close

Re: MT4 Indicator requests and ideas

Posted: Fri May 10, 2019 2:47 pm
by mrtools
sal wrote: Fri May 10, 2019 12:44 pm

Does any difference between Heiken Ashi Exit ??.

This indicator is one i was posted with BB and shown in Snaps .. I believe this indicator like a ma's method..
i attached BB toucher indicator which can modify its arrows as per rule.!!
Arrow or Dot shall appear once candle tf is closed outside Channels & pls. modify the parameter for band as 2.1
The one I posted it is using the correct Heiken Ashi Smoothed call far as I am aware!

Re: MT4 Indicator requests and ideas

Posted: Fri May 10, 2019 5:41 pm
by sal
mrtools wrote: Fri May 10, 2019 2:20 pm

Change

Code: Select all

 extern int BobaDeviations= 2;
to

Code: Select all

 extern double BobaDeviations= 2;
And on lines 146 and 158 where it says High and Low, change it to Close and Close


Its works as now my requirement. :) thanks very much
now i saw 2warnings, how i can correct for alert line 192 & 208
string UD ="";

Re: MT4 Indicator requests and ideas

Posted: Sat May 11, 2019 12:03 am
by mrtools
sal wrote: Fri May 10, 2019 5:41 pm

Its works as now my requirement. :) thanks very much
now i saw 2warnings, how i can correct for alert line 192 & 208
string UD ="";
What are your warnings?

Re: MT4 Indicator requests and ideas

Posted: Sat May 11, 2019 12:24 am
by sal
mrtools wrote: Sat May 11, 2019 12:03 am

What are your warnings?
here it is..
and i like to share the indicator signal are quite good and strong . thanks very much mr.tools. (white arrows painted in screen).

Re: MT4 Indicator requests and ideas

Posted: Sat May 11, 2019 12:31 am
by mrtools
sal wrote: Sat May 11, 2019 12:24 am
here it is..
and i like to share the indicator signal are quite good and strong . thanks very much mr.tools. (white arrows painted in screen).
Those warnings shouldn't hurt anything.