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