Page 43 of 61

Re: Supertrend indicators for MT4

Posted: Wed Oct 18, 2023 12:03 pm
by mrtools
kvak wrote: Wed Oct 18, 2023 8:37 am Dont sure what you mean with settings (14,3) what you tested, but I add 14- mid price and 3 - multiplier and from picture, is pretty close to your TV picture.
Image
Ye, if any difference it could be the broker's feed.

Re: Supertrend indicators for MT4

Posted: Wed Oct 18, 2023 7:28 pm
by ermete
you are right.
I had edited the "supertrend period" instead of the "mid price period".

it might be useful to try it with a 5 minute chart at the dax opening, when it moves more, with a 10-3 (14-3 were the default setting in my brokers platform) and 10/3.5 at the nasdaq open in the afternoon.

I hope with this doubt of mine, if nothing else, to have reduced false signals to everyone.
thank you all and especially, obviouly, Kvak.

Re: Supertrend indicators for MT4

Posted: Wed Dec 06, 2023 4:26 pm
by vvFish

Re: Supertrend indicators for MT4

Posted: Tue Feb 06, 2024 10:43 pm
by SijjiN
For all of you SuperTrend Lovers :razz:

SuperTrend AI (Clustering)
Created Aug 14, 2023
(c) LuxAlgo

The SuperTrend AI indicator is a novel take on bridging the gap between the K-means clustering machine learning method & technical indicators. In this case, we apply K-Means clustering to the famous SuperTrend indicator.
Users can interpret the SuperTrend AI trailing stop similarly to the regular SuperTrend indicator. Using higher minimum/maximum factors will return longer-term signals.The displayed performance metrics displayed on each signal allow for a deeper interpretation of the indicator. Whereas higher values could indicate a higher potential for the market to be heading in the direction of the trend when compared to signals with lower values such as 1 or 0 potentially indicating retracements.

When observing data points within a specific space, we can sometimes observe that some are closer to each other, forming groups, or "Clusters". At first sight, identifying those clusters and finding their associated data points can seem easy but doing so mathematically can be more challenging. This is where cluster analysis comes into play, where we seek to group data points into various clusters such that data points within one cluster are closer to each other. This is a common branch of AI/machine learning.

Various methods exist to find clusters within data, with the one used in this script being K-Means Clustering, a simple iterative unsupervised clustering method that finds a user-set amount of clusters.

A naive form of the K-Means algorithm would perform the following steps in order to find K clusters:

(1) Determine the amount (K) of clusters to detect.
(2) Initiate our K centroids (cluster centers) with random values.
(3) Loop over the data points, and determine which is the closest centroid from each data point, then associate that data point with the centroid.
(4) Update centroids by taking the average of the data points associated with a specific centroid.
Repeat steps 3 to 4 until convergence, that is until the centroids no longer change.

SETTINGS
ATR Length: ATR period used for the calculation of the SuperTrends.
Factor Range: Determine the minimum and maximum factor values for the calculation of the SuperTrends.
Step: Increments of the factor range.
Performance Memory: Determine the degree to which older inputs affect the current output, with higher values returning longer-term performance measurements.
From Cluster: Determine which cluster is used to obtain the final factor.
Optimization
This group of settings affects the runtime performances of the script.

Maximum Iteration Steps: Maximum number of iterations allowed for finding centroids. Excessively low values can return a better script load time but poor clustering.
Historical Bars Calculation: Calculation window of the script (in bars).

Re: Supertrend indicators for MT4

Posted: Wed Mar 06, 2024 8:41 am
by kvak
Angle of SuperTrend

Just experiment angle of supertrend for testing.
In this case it is SuperTrend of cci
Fixed or DSL levels, mtf, arrows and alerts.

Re: Supertrend indicators for MT4

Posted: Tue Mar 19, 2024 7:59 am
by Tjk2
Hello, is this version of SuperTrend (experiment) 1.3 or similar available for MT5?

Re: Supertrend indicators for MT4

Posted: Tue Mar 19, 2024 9:20 am
by mrtools
Tjk2 wrote: Tue Mar 19, 2024 7:59 am Hello, is this version of SuperTrend (experiment) 1.3 or similar available for MT5?
There is a mt5 version here not sure how close to that one it is.

Re: Supertrend indicators for MT4

Posted: Tue Mar 19, 2024 6:56 pm
by thomdel
@ kvak

Respected kvak,

If Possible and If Time Permits :

Request yo to kindly Add Button to : Super trend (histo)

Please Keep the File Name Same as the Original File Name : Super trend (histo) -- Because it is used in Lots of Beatlemanisa SA Templates.


Thanks for all the buttons, shares, mods.
Thanks forall the Support, generosity.
Thanks.

Re: Supertrend indicators for MT4

Posted: Tue Mar 19, 2024 7:26 pm
by Tjk2
mrtools wrote: Tue Mar 19, 2024 9:20 am There is a mt5 version here not sure how close to that one it is.
Thanks mrtools, but this is not the version It is different
, can you convert the SuperTrend (experiment) 1.3 version to MT5? Thankful

Re: Supertrend indicators for MT4

Posted: Wed Mar 27, 2024 2:22 am
by mrtools
thomdel wrote: Tue Mar 26, 2024 2:16 am @ mrtools

Respected Sir,

Reason for this post :
1) Button to indicator will help users to keep chart clean and can be used in conjuction with other indicators.
2) Most of the super trend indicators have button and this indicator is among one of the pending.
3) default params are good in this.


If Time permits & if you find useful for all then Kindly : Add Button to this indicator : !SuperTrend - cci (mtf + arrows + alerts + candles)


Thanks a Lot for all the uploads, shares, buttons.
Thanks for your generosity, support.
Thanks.
Made a new version and added an on/off button.