SUPERTREND BAND

If you need an Indicator or Signal developed or translated from other language, please post all Indicator development REQUESTS to this section here.

Moderator: admin

SUPERTREND BAND

Postby SerifKocdemir » Sat Aug 31, 2019 1:36 pm

Is There possible SuperTrend UP and DOWN line see insame time at chart.
So we use as somekind of Superband Indicator
SerifKocdemir
 
Posts: 84
Joined: Thu Aug 08, 2019 11:48 am

Re: SUPERTREND BAND

Postby Apprentice » Sun Sep 01, 2019 5:20 am

I'm not sure I understand your request.
Can you provide more information?
Provide a link to the indicator.
We have few version SUPERTREND indicator on the forum.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36437
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: SUPERTREND BAND

Postby SerifKocdemir » Sun Sep 01, 2019 12:19 pm

SUPERTREND AÇIKLMA.png

viewtopic.php?f=17&t=605
SerifKocdemir
 
Posts: 84
Joined: Thu Aug 08, 2019 11:48 am

Re: SUPERTREND BAND

Postby Apprentice » Tue Sep 03, 2019 8:07 am

Your request is added to the development list.
Development reference 36.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36437
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: SUPERTREND BAND

Postby Apprentice » Mon Sep 09, 2019 4:15 am

I don't understand how your version in calculated, applied.
EURUSD m1 (09-09-2019 0920).png

Try this version.
ST Both Bands.lua
(3.67 KiB) Downloaded 324 times
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36437
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: SUPERTREND BAND

Postby SerifKocdemir » Thu Sep 12, 2019 4:10 pm

Thank You another good work.
This is look like ATR BANDS not Supertrend Bands :(
SerifKocdemir
 
Posts: 84
Joined: Thu Aug 08, 2019 11:48 am

Re: SUPERTREND BAND

Postby Apprentice » Fri Sep 13, 2019 6:27 am

Supertrend Bands will basically switch between two ATR BANDS.
Not sure how to calculate your version.
Can you provide more information?
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36437
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: SUPERTREND BAND

Postby SerifKocdemir » Fri Sep 13, 2019 6:06 pm

I have c# calculating formula;

Up[i]=(H[i] + L[i] ) / 2 - (Factor*atr[i]) ;
Dn[i]=(H[i] + L[i] ) / 2 + (Factor*atr[i]) ;

TrendUp[i] = C[i-1] >TrendUp[i-1] ? Math.Max(Up[i],TrendUp[i-1]) : Up[i] ;
TrendDown[i]= C[i-1]<TrendDown[i-1]? Math.Min(Dn[i],TrendDown[i-1]) : Dn[i] ;

I dont know how to transform in to FXCM
SerifKocdemir
 
Posts: 84
Joined: Thu Aug 08, 2019 11:48 am



Return to Indicator and Signal Requests

Who is online

Users browsing this forum: Majestic-12 [Bot] and 20 guests