Handelssystem Exit: Stop Loss Cash
Ein fixes cash stop. Der Betrag gilt für die Gesamtposition.
Ein simples cash stop kann Leben retten. Diesen exit sollten Sie immer in ihrem Handelssystem aktiv haben.
Tradesignal Equilla Code:
Meta: Synopsis("Sets cash stop for total position"); Inputs: CashStop(1000); setstopposition; setstoploss(cashstop); drawsymbol(getactiveorderprice(1)); drawsymbol(getactiveorderprice(2));