wobei es braucht keinen sma oder anderen ma, es reicht ein open, da dieser immer höher/tiefer liegt unf weit genug entfernt als der 5er ma und erst wenn der trend sich wirklich umkehrt es zum cross kommt
mein erstes automatisches system von 2006 - mein geschenk an die ff
int MAMA1Period=5;
int MAMA1Method=MODE_EMA;
int MAMA1Price=PRICE_CLOSE;
int MAMA2Period=8;
int MAMA2Method=MODE_EMA;
int MAMA2Price=PRICE_OPEN;
int MAMARSIPeriod=8;
int MAMARSIPrice=PRICE_CLOSE;
int TFIndicator=0;
if (iMA(0,TFIndicator,MAMA1Period,0,MAMA1Method,MAMA1Price,1)
&& iRSI(0,TFIndicator,MAMARSIPeriod,MAMARSIPrice,0)>55)
{myOrderType=0;} //Buy
if (iMA(0,TFIndicator,MAMA1Period,0,MAMA1Method,MAMA1Price,1)>iMA(0,TFIndicator,MAMA2Period,0,MAMA2Method,MAMA2Price,1)
&& iMA(0,TFIndicator,MAMA1Period,0,MAMA1Method,MAMA1Price,0)
{myOrderType=1;} //Sell
funktioniert und ist stabil, am besten für daily charts - exit bei opposite signal oder prevbarstops
sorry, divecall, mag keine threads erstellen die ich nicht zeitlich vollinhaltlich behandeln kann, das wäre erst recht unfair, was eröffnen und nur sporadisch was tun...
ausserdem ging es hier um ein interessantes cross system, da passt meines