ONCE MyCapital = 100 ONCE MyProfit = 0 ONCE MyRisk = 5 //5% MyEquity = MyCapital + StrategyProfit X=close*3/100 If not longonmarket and c1 and time=starttime then N = 1 if MyEquity > MyCapital THEN N = (MyEquity * MyRisk / 100) ENDIF Buy N shares at market Endif Hallo ich möchte gern probieren, wie sich das Ergebnis der Strategie verändert, wenn nach jedem Verlust-Trade das Risiko (N) verdoppelt wird? Kann mir da jemand helfen