Page 8 of 44

Re: SuperTrend indicators

Posted: Wed Jan 30, 2019 6:35 pm
by mntiwana
jacquelinekxl wrote: Wed Jan 30, 2019 2:58 pm Ok. Here is the code file. (Sorry mistake in last file. I want the Super-trend indicator with Arrows of common string [prefix]. Arrow Properties - common string name. Thank you so much Mr Tools. )
What do you means for common string

Re: SuperTrend indicators

Posted: Wed Jan 30, 2019 6:52 pm
by jacquelinekxl
such as [ extern string arrows Identifier = "cci arrows"; ] or [ #define PREFIX "super-arrow" ]

Re: SuperTrend indicators

Posted: Fri Feb 01, 2019 4:04 pm
by reachme
jacquelinekxl wrote: Wed Jan 30, 2019 6:52 pm such as [ extern string arrows Identifier = "cci arrows"; ] or [ #define PREFIX "super-arrow" ]
Try this one.

Re: SuperTrend indicators

Posted: Fri Feb 01, 2019 10:23 pm
by jacquelinekxl
Try this one.
[/quote]

Hi 'reachme', thanks for the file thou... Thanks mntiwana. Thanks Mr Tools.

Re: SuperTrend indicators

Posted: Tue Mar 05, 2019 5:52 am
by alpha24
Hi Master Mladen and Mrtools,
Is it possible to add pivot or Fibo levels in supertrend indicator as image attached below?

Re: SuperTrend indicators

Posted: Fri Apr 26, 2019 1:05 pm
by jothidamannan
Jimmy wrote: Sat Sep 02, 2017 5:00 pm Here's a SuperTrend set I've had in the toolbox since the TSD days :)
What I love about these two is the sheer amount of customizable options and settings they have.

SuperTrend Averages On Chart and Histogram version with Alerts.


STEURUSDM15.png
will you please post mq4 files for,

supertrend averages + alerts 2_1.ex4
supertrend averages + alerts 2_1 histo.ex4

thanks in advance
A R Vijay

Re: SuperTrend indicators

Posted: Fri Apr 26, 2019 1:49 pm
by Jimmy
jothidamannan wrote: Fri Apr 26, 2019 1:05 pm will you please post mq4 files for,

supertrend averages + alerts 2_1.ex4
supertrend averages + alerts 2_1 histo.ex4

thanks in advance
A R Vijay
Vijay you've been a member here for over a year now, you know that the rules are if an EX4 is not posted we'll ask members to respect the coders decision to protect their work.

In case you need a refresher, please read our rules here in regards to EX4 files.

Re: Supertrend indicators for MT4

Posted: Sat Oct 05, 2019 3:57 am
by mrtools
This is an updated xSuperTrend candles earlier version I posted the auto candle body wasn't working, that should be fixed in this version and optimized the code a little bit.Just to clarify on the picture the candles are default except using 4hr time frame on 1 hr chart.

Re: Supertrend indicators for MT4

Posted: Fri Oct 25, 2019 5:03 pm
by BostonEJ
Greetings all!

I see most other charts and indi's here are still solely utilizing ATR. I have found it useful to see/use the stdev in the attached along with the normal ATR setting. Can someone assist in turning this into a histo version like the others which were posted previously? It would be greatly appreciated. Though the original name doesnt specify, it is also MTF.

Thanks,

EJ

Re: Supertrend indicators for MT4

Posted: Sat Oct 26, 2019 1:41 am
by mrtools
BostonEJ wrote: Fri Oct 25, 2019 5:03 pm Greetings all!

I see most other charts and indi's here are still solely utilizing ATR. I have found it useful to see/use the stdev in the attached along with the normal ATR setting. Can someone assist in turning this into a histo version like the others which were posted previously? It would be greatly appreciated. Though the original name doesnt specify, it is also MTF.

Thanks,

EJ
Made a histo version.