Ein einfaches cash target. Die Position wird geschlossen wenn die gesamtposition den Zielbetrag erreicht hat.
Meta: Synopsis("Sets cash stop for total position");
Inputs: CashStop(1000);
setstopposition;
setstoploss(cashstop);
drawsymbol(getactiveorderprice(1));
drawsymbol(getactiveorderprice(2));
