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