Elite indicators :) - page 1381

 
redwed:
Hello sir. Can you find any faults in this indicator? They paint in wrong order.


ATTENTION: Video should be reuploaded

They are working OK. They are simply drawing those signs at a place where they are drawn at the higher time frame (since you are probably using it in multi time frame mode)
 
mladen:
They are working OK. They are simply drawing those signs at a place where they are drawn at the higher time frame (since you are probably using it in multi time frame mode)
No im not. I don't adjust the tf just yet. In fact, i put in the fresh setting for this chart.  

 
redwed:
No im not. I don't adjust the tf just yet. In fact, i put in the fresh setting for this chart.  

No idea why it draws it like that. The code how it calculates is as the original author made it - so only he can know why jhe made it that way
 

Hello mladen,

I have a question and a request. Would it be possible to code the FRAMA indicator. I found one on the tradingview website.

 Here is the code:

//@version=2

study("Fractal Adaptive Moving Average",shorttitle="FRAMA",overlay=true)


price = close

len = input(defval=252,minval=1)

FC = input(defval=40,minval=1)

SC = input(defval=252,minval=1)


w = log(2/(SC+1))

len1 = len/2

H1 = highest(high,len1)

L1 = lowest(low,len1)

N1 = (H1 - L1)/len1


H2 = for i = len1+1 to len

    high>high[i]?high:high[i]

    

L2 = for i = len1+1 to len

    low>low[i]?low:low[i]


N2 = (H2 - L2)/len1


H3 = highest(high,len)

L3 = lowest(low,len)

N3 = (H1 - L1)/len


dimen = (log(H1+H2) - log(H3))/log(2)

oldalpha = exp(w*(dimen-1))

oldN = (2-oldalpha)/oldalpha

newN = ((SC-FC)*(oldN-1)/(SC-1))+FC

alpha = 2/(newN+1)

out = nz(out[1])*(1-alpha) + price*alpha


plot(out,title="FRAMA") 

 

This will probably not much of use, but can you code this?

Thx

D. 

 
Desatar:

Hello mladen,

I have a question and a request. Would it be possible to code the FRAMA indicator. I found one on the tradingview website.

 Here is the code:

//@version=2

study("Fractal Adaptive Moving Average",shorttitle="FRAMA",overlay=true)


price = close

len = input(defval=252,minval=1)

FC = input(defval=40,minval=1)

SC = input(defval=252,minval=1)


w = log(2/(SC+1))

len1 = len/2

H1 = highest(high,len1)

L1 = lowest(low,len1)

N1 = (H1 - L1)/len1


H2 = for i = len1+1 to len

    high>high[i]?high:high[i]

    

L2 = for i = len1+1 to len

    low>low[i]?low:low[i]


N2 = (H2 - L2)/len1


H3 = highest(high,len)

L3 = lowest(low,len)

N3 = (H1 - L1)/len


dimen = (log(H1+H2) - log(H3))/log(2)

oldalpha = exp(w*(dimen-1))

oldN = (2-oldalpha)/oldalpha

newN = ((SC-FC)*(oldN-1)/(SC-1))+FC

alpha = 2/(newN+1)

out = nz(out[1])*(1-alpha) + price*alpha


plot(out,title="FRAMA") 

 

This will probably not much of use, but can you code this?

Thx

D. 

You already have a frama indicator (for a long time) for metatrader

Here is just one version (a bit more usable than the single value version - multi time frame, filters alerts and all the bells and whistles included) : https://www.mql5.com/en/forum/178397/page152

 

Hello,

 

thanx for the fast reply.

I saw on a testing website the following settings for the frama that I can not replicate with your indicator. Or maybe different inputs are nessecary.

The website is http://etfhq.com/blog/2010/10/09/frama-is-it-effective/#Best.

 Can you have a look?

Thx.

D.

Files:
Frama.JPG  56 kb
 
mladen:
No idea why it draws it like that. The code how it calculates is as the original author made it - so only he can know why jhe made it that way

Mr.mladen please give the link of " ELDER SAFE ZONE " & " COUNT BACK LINE " indicator i searched lot no finding please......... 

thankyou 

 
TRADERSM:

Mr.mladen please give the link of " ELDER SAFE ZONE " & " COUNT BACK LINE " indicator i searched lot no finding please......... 

thankyou 

Files:
 

Someone was asking for it, but now I can not find the post

Anyway, here s the tema (r-square) adaptive with alerts added (both to regular and histogram version)

 
mladen:

Someone was asking for it, but now I can not find the post

Anyway, here s the tema (r-square) adaptive with alerts added (both to regular and histogram version)

Dearest MLADEN

Thanks for adding alerts to both ...... forexblasters,rplust were asking in posts 13771/72.

regards

Reason: