View Single Post
  #25 (permalink)  
Old 05-25-2008, 01:38 AM
fxbs fxbs is offline
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
on final slope

AMAoptimized_final itself(chart window): http://codebase.mql4.com/ru/1448: Perry Kaufman AMA optimized (final) - MQL4Code Base

AMAoptimized_final Slope (sep.window):
periodAMA=10;
nfast=2.0;
nslow=30.0;
G=2.0;
dK=2.0;
PriceType=0;
AMA_Trend_Type=1;

note_Price_ = "0C 1O 2H 3L 4Md 5Tp 6WghC: Md(HL/2)4,Tp(HLC/3)5,Wgh(HLCC/4)6";
Trend_Type_ = "deltaAMA: dK*Point(0) dK*StdAM(1)";
Attached Images
File Type: gif ama opt fin slope1.gif (18.7 KB, 881 views)
Attached Files
File Type: mq4 AMA_optimized_final_Slope.mq4 (6.5 KB, 434 views)

Last edited by fxbs; 05-25-2008 at 01:46 AM.
Reply With Quote