Einzelnen Beitrag anzeigen
  #3 (permalink)  
Alt 18.02.15
Benutzerbild von Aktien Andy
Aktien Andy Aktien Andy ist offline
Premium Mitglied
 
Registriert seit: Oct 2014
Beiträge: 436
Aktien Andy befindet sich auf einem aufstrebenden Ast
Standard

Moin

Beim Sart des EA könnte ich den Wert MAPrice ändern; habe ich aber nicht. Der steht auf 0 (Null).

Ich vermute, dass die von Dir angesprochene Codesektion im Quellcode zu finden ist.

Da habe ich folgende Sektion gefunden:

// Moving averages
double fast_ma = iMA(Symbol(), 0, FastMA, 0, FastMAMode, FastMAPrice, Shift);
double slow_ma = iMA(Symbol(), 0, SlowMA, 0, SlowMAMode, SlowMAPrice, Shift);
double fast_ma1 = iMA(Symbol(), 0, FastMA, 0, FastMAMode, FastMAPrice, Shift+1);
double slow_ma1 = iMA(Symbol(), 0, SlowMA, 0, SlowMAMode, SlowMAPrice, Shift+1);

Sieht etwas anders aus als bei Dir. Ich hoffe, Du kannst damit etwas anfangen (ich nämlich nicht wirklich

Gruß an alle

Andreas
__________________
Is there anybody out there?