New metatrader 4 related questions, issues, solutions ... - page 6

 

Hi mladen,Is it possible to convert mt4 indicator down code?

regards.(metastock code)

Factor:=Input("Factor",1,10,2.5); Pd:=Input("ATR Periods",1,100,5.5);

Up:=(H+L)/2+(Factor*ATR(Pd)); Dn:=(H+L)/2-(Factor*ATR(Pd));

Td:=If(Cross(C,LLV(Up,13)),1,If(Cross(HHV(Dn,13),C ),-1,PREV));

(OSCP(5,55,E,%)0 and Td=1)

 
kubi:
Hi mladen,Is it possible to convert mt4 indicator down code?

regards.(metastock code)

Factor:=Input("Factor",1,10,2.5); Pd:=Input("ATR Periods",1,100,5.5);

Up:=(H+L)/2+(Factor*ATR(Pd)); Dn:=(H+L)/2-(Factor*ATR(Pd));

Td:=If(Cross(C,LLV(Up,13)),1,If(Cross(HHV(Dn,13),C ),-1,PREV));

(OSCP(5,55,E,%)0 and Td=1)

kubi

As far as I see, you can simply take Keltner channel that allows you to have separate periods for ma and atr and set the ma period to 1 and that is it

 

I think you are right... 0 flat--1 short,+1 buy

 
kubi:
I think you are right... 0 flat--1 short,+1 buy

Is that metastock?

 

no i t is not metastock different editör but using same formules language.

 
kubi:
no i t is not metastock different editör but using same formules language.

Interesting

Which platform is that?

 

Hi,

is it possible for someone to include an option so the user can specify how many candles to look back for the attached "Candle Wicks Display" indicator?

As the chart currently looks a bit cluttered.

Also, allow the user to decide whether to have the option of showing "candle range and/or body and/or wicks" numbers displayed on each candle.

Cheers.

73kane

 
Files:
 
73kane:

73kane

Try it out now : candlewicksdisplay_mod_7_1.mq4

 

Many thanks mladen really appreciate it!

Reason: