Page 17 of 64

Re: Chaos Visual Averages Indicators for MT4

Posted: Sat Oct 17, 2020 8:27 am
by mwaschkowski
Hi,

I am using HaosVisual averages.ex4 and ran into something I'm unsure about. I highlighted everywhere on the chart (in clrPlum) where the fast value was > 30 or < -30:
With the first circle the highlight should have shown but didn't. For the next two the candles are highlighted but never reach the threshold of 30. I figured it was just a discrepancy between my settings and the indicator but after checking multiple times everything is identical. This is for EURUSD Sept 18, 2020.

Code: Select all

      enMaTypes maType = ma_lead;
      double haosVisFast = iCustom(NULL,0,"HaosVisual averages", 12, ma_lead, 15, 30, -30, 8, ma_lead, 96, 40, -40, false, 6, i);

      if(haosVisFast > 30 || haosVisFast < -30) {
         doHighlight(i, clrPlum, 1, "", clrPaleGreen, 1,drawPrefix);
         //drawVerticalLine(i, clrPaleGreen,1, drawPrefix, haosVisFast + ", haosFast2:"+ haosFast2);
      }
      
      
enum enMaTypes
{
   ma_adxvma,  // Adxvma
   ma_ahr,     // Ahrens moving average
   ma_alxma,   // Alexander moving average - ALXMA
   ma_dema,    // Double exponential moving average - DEMA
   ma_dsema,   // Double smoothed exponential moving average - DSEMA
   ma_emas,    // Ema derivative - EMAD
   ma_ema,     // Exponential moving average - EMA
   ma_hull,    // Hull moving average - HMA
   ma_ie2,     // IE/2
   ma_ie_2,     // IE/2
   ma_ilinr,   // Integral of linear regression slope
   ma_itl,     // Instantaneous trendline
   ma_lagg,    // Laguerre filter
   ma_lead,    // Leader exponential moving average
   ma_linr,    // Linear regression value - LSMA
   ma_lwma,    // Linear weighted moving average - LWMA
   ma_mcg,     // McGinley Dynamic
   ma_mcma,    // McNicholl ema
   ma_nlma,    // Non lag moving average
   ma_pwma,    // Parabolic weighted moving average - PWMA
   ma_rmta,    // Recursive moving trendline - RMTA
   ma_sma,     // Simple moving average - SMA
   ma_sine,    // Sine weighted moving average
   ma_smma,    // Smoothed moving average - SMMA
   ma_smoo,    // Smoother
   ma_ssm,     // Super smoother
   ma_b3p,     // Three pole Ehlers Butterworth
   ma_s3p,     // Three pole Ehlers smoother
   ma_tma,     // Triangular moving average - TMA
   ma_tema,    // Tripple exponential moving average - TEMA
   ma_b2p,     // Two pole Ehlers Butterworth
   ma_s2p,     // Two pole Ehlers smoother
   ma_vema,    // Volume weighted ema - VEMA
   ma_vwma,    // Volume weighted moving average - VWMA
   ma_zldema,  // Zero lag dema
   ma_zlma,    // Zero lag moving average
   ma_zltema   // Zero lag tema
};
I thought maybe this was because the candle was open but I tested with i+1 and i+2 to the same effect. Any ideas why this might happen?

Any help would be much appreciated.

Mark

Re: Chaos Visual Averages Indicators for MT4

Posted: Sun Oct 18, 2020 4:26 am
by Darks
mrtools wrote: Tue Oct 06, 2020 2:41 am

Not very proficient in coding object related stuff like that, by any chance do you have anything coded this way?
May be this can help.

Re: Chaos Visual Averages Indicators for MT4

Posted: Mon Oct 19, 2020 1:16 pm
by mrtools
Just an update, finally figured out how to do the ob/os zones and it seems ok, hopefully will be adding the divergence, ob/os shadow, and text within the next couple of days if all goes well. Thanks for your patience.

Re: Chaos Visual Averages Indicators for MT4

Posted: Mon Oct 19, 2020 3:14 pm
by Jimmy
mrtools wrote: Mon Oct 19, 2020 1:16 pm Just an update, finally figured out how to do the ob/os zones
Shit! It's looking beautiful man. Those ob/os zones are such a neat addition :hug:

Re: Chaos Visual Averages Indicators for MT4

Posted: Mon Oct 19, 2020 3:23 pm
by mosape
mrtools wrote: Mon Oct 19, 2020 1:16 pm Just an update, finally figured out how to do the ob/os zones and it seems ok, hopefully will be adding the divergence, ob/os shadow, and text within the next couple of days if all goes well. Thanks for your patience.
a true beauty :In Love:
@mrtools

Re: Chaos Visual Averages Indicators for MT4

Posted: Mon Oct 19, 2020 5:21 pm
by moey_dw
mrtools wrote: Mon Oct 19, 2020 1:16 pm Just an update, finally figured out how to do the ob/os zones and it seems ok, hopefully will be adding the divergence, ob/os shadow, and text within the next couple of days if all goes well. Thanks for your patience.
mrtoolie will it be the same as ur haos averages??? this is a mega achievement for us uno because i am so hooked 2 this indi for scalpiing...............

Re: Chaos Visual Averages Indicators for MT4

Posted: Tue Oct 20, 2020 7:04 am
by mrtools
Please test!

Re: Chaos Visual Averages Indicators for MT4

Posted: Tue Oct 20, 2020 7:05 am
by mrtools
moey_dw wrote: Mon Oct 19, 2020 5:21 pm

mrtoolie will it be the same as ur haos averages??? this is a mega achievement for us uno because i am so hooked 2 this indi for scalpiing...............
Yes.

Re: Chaos Visual Averages Indicators for MT4

Posted: Tue Oct 20, 2020 8:21 am
by mwaschkowski
mrtools wrote: Tue Oct 20, 2020 7:04 am Please test!
Hi

I like what you have done visually, looks good.

The divergences are a bit of hit and miss as they aren't taking into account the overall trend direction. From what I could see the best divergences lined up with the fast and slow lines.

Let me know if there is any specific feedback you are looking for and I'll look at it again...

Thanks,

Mark

Re: Chaos Visual Averages Indicators for MT4

Posted: Tue Oct 20, 2020 8:50 am
by Daim2574
mrtools wrote: Tue Oct 20, 2020 7:04 am Please test!
Great addition mrtools 👍🏻... thanks