Sorry, aber der Stop loss geht nicht hier der Code
DEFPARAM CumulateOrders = False // Kumulieren von Positionen deaktiviert
Body = abs(close – open)
Cond = (Body = highest[10](Body))
IF not onmarket and cond and close > open THEN
BUY 1 SHARES AT MARKET
SET STOP PLOSS lowest[5](low)
ENDIF
IF onmarket and (Barindex – Tradeindex) > 200 THEN
SELL AT MARKET
Entschuldigung, ich habe nur überprüft, ob der STOP-LOSS zum richtigen Zeitpunkt eingestellt ist, nicht seine Syntax. Sie müssen LOSS ohne das führende „ p “ verwenden.
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue