View Single Post
  #1660 (permalink)  
Old 01-14-2008, 04:15 AM
fxbs fxbs is offline
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,271
fxbs is on a distinguished road
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)
Attached Images
File Type: gif xpma v2 satl fatl mtf.gif (12.2 KB, 1491 views)
Attached Files
File Type: mq4 MTF_xpMA_v2_SATL_FATL.mq4 (7.0 KB, 272 views)
File Type: mq4 xpMA_v2_SATL_FATL.mq4 (6.4 KB, 281 views)

Last edited by fxbs; 01-15-2008 at 12:08 AM.
Reply With Quote