View Single Post
Old 07-22-2008, 04:10 PM   #2 (permalink)
byens
Junior Member
 
Join Date: May 2008
Posts: 4
Hi,

u should use icustom for MTF stochastic.

double SignalcurrM15Sell = iCustom(NULL, 0, "MTF_Stochastic", 15, KPeriod, DPeriod, Slowing, 0, 0, 1, Current + 0);
double SignalprevM15Sell = iCustom(NULL, 0, "MTF_Stochastic", 15, KPeriod, DPeriod, Slowing, 0, 0, 1, Current + 1);
double MaincurrM15Sell = iCustom(NULL, 0, "MTF_Stochastic", 15, KPeriod, DPeriod, Slowing, 0, 0, 0, Current + 0);
double MainprevM15Sell = iCustom(NULL, 0, "MTF_Stochastic", 15, KPeriod, DPeriod, Slowing, 0, 0, 0, Current + 1);


iv been trying making mtf ea maybe i should try your algorithm. Lets see.
byens is offline   Reply With Quote