Functions by Category Functions by Alphabetical list
PlaceSellStop ([label],[units], [stop price]) |  | This function places a sell stop order for the current symbol. If the units is zero, or omitted the position will be closed completely (if short). Examples: PlaceSellStop('Exit rule 2',200,ClosePrice-0.2); #Sell 200 units
PlaceSellStop('Exit all'); #Exit the position
Related functions: BuyOpen , SellOpen , SellStop , BuyStop , BuyLimit , SellLimit , BuyStopLimit , SellStopLimit , StopLoss , PlaceBuyOpen , PlaceSellOpen , PlaceBuyStop , PlaceBuyLimit , PlaceSellLimit , PlaceBuyStopLimit , PlaceSellStopLimit , PlaceStopLoss , NextBarOpen , PlaceSellMarketClose , PlaceBuyMarketClose , PlaceBuyAtPrice , PlaceSellAtPrice , OnFill
|