|
Turin + Italy
Posts: 201 since Feb 2020
Thanks Given: 26
Thanks Received: 138
|
Try to see if this can help you:
Inputs: StopRev(10);
If MarketPosition = 1 then Sell next bar at entryprice+(StopRev) limit;
If MarketPosition = -1 then Buytocover next bar at entryprice-(StopRev) limit;
|