a buy limit higher than the current price

 
I really need to know a way to set a buy limit higher than the market peice
or a sell limit lower than the market price
is there any way to do so ?

if there is any I would sharr with u my trades .. more than 2000 pip last month ...
 
mazen_82: I really need to know a way to set a buy limit higher than the market peice
A buy limit must be lower than market. OrderSend with a OP_BUYSTOP must be higher
 

You need to review Requirements and Limitations in Making Trades.

A BuyLimit is placed below the current Ask price, whereas a BuyStop is placed above the current Ask price. Conversely, a SellLimit is placed above the current Bid price, and a SellStop is placed below the current Bid price. Sounds like to me you are looking to use BuyStop orders.

Reason: