Multi Timeframe Indicators - page 165

 

pls, don't tell me you didn't realy needed T3

(jus waned try it 4 shts & gigles)

whole indi redone ...

lucky - T3_clean from Mladen

(T3_clean- standalone mtf also)

use it well

type 6 - t3 mode works only with "T3_clean"

7 JMA - "JMA"

8 SATL - "SATL"

9 FATL - "RFTL" (not FATL)

make sure files installed under corect name

 

allright, here we go again:

MTF_xpMA_v2_SATL_FATL; Kerris iCustomCall formula

(now you know who would say you know what; sorry)

works only with xpMA_v2_SATL_FATL

make sure file installed under correct name

extern int MA_Period = 34;

extern int MA_Type = 0;

extern string note_MA_Mode_Type ="SMA0 EMA1 SMMA2 LWMA3 DEMA4 TEMA5 T3MA6 JMA7 SATL8 FATL9";

extern int MA_AppliedPrice = PRICE_CLOSE;

extern int ma_shift =0;

extern int ma_x_shift =0;

extern double T3MA_VolumeFactor = 0.8;

extern double JMA_Phase = 0;

extern int MaxBarsToCount = 900;

types:

6 T3MA - require "T3MA"indicator

7 JMA - "JMA"

8 SATL - "SATL"

9 FATL - "RFTL" (not FATL)

2008 0114 update:

MTF_xpMA_v2_SATL_FATL_T3.mq4

xpMA_v2_SATL_FATL_T3.mq4

changed type 6 - t3 mode - "T3_clean" (next page)

 
fxbs:
pls, don't tell me you didn't realy needed T3

(jus waned try it 4 shts & gigles)

whole indi redone ...

lucky - T3_clean from Mladen

(T3_clean- standalone mtf also)

use it well

type 6 - t3 mode works only with "T3_clean"

7 JMA - "JMA"

8 SATL - "SATL"

9 FATL - "RFTL" (not FATL)

make sure files installed under corect name

Will be setting that up tonight.

Thanks

Goinglite

 

btw. that was a funny friendly joke of humor - bbsqadv v2- Mladen's version too (i'm jus tinkering with it a bit like changing colors back and forth)

hell, can't we have at least some fun?

 

Thank you fxbs.

Thanks mate !!!

 

no problem!

 

FXBS,

Do you have others "R-Squared" indicators ?

Like it very much.

 

just same as v1 posted in lr-trend

https://www.mql5.com/en/forum/178384

 
fxbs:
just same as v1 posted in lr-trend https://www.mql5.com/en/forum/178384

All right !

Thanks

 
fxbs:
xpma mode6

6 T3MA - require "T3MA"indicator

xpma calls ind."T3MA" to work - so it as good as T3MA

if you want to use xpMA with other T3 ind., for example "T3.Lnx"

change line 168 of "xpMA_v2_SATL_FATL"

buffer = iCustom(NULL,0,"T3MA",MA_Period,T3MA_VolumeFactor,0,i);[/PHP]

to

[PHP]buffer = iCustom(NULL,0,"T3.Lnx",MA_Period, 0,20,20,100,0,MA_AppliedPrice, 0,i);
or provide "totally bug free" T3 (standalone) - we will include in xpMA as a standard

Is there a way to also add the JMA from the NK package?

Goinglite

Reason: