MQL4 - automated forex trading   /  

Forum

how to not put any takeprofit or stoploss levels?

Back to topics list To post a new topic, please log in or register

avatar
12
djahma 2006.08.26 09:37 
Hi everyone,
I'd like to know how to send an order without any takeprofit or stoploss levels. I just want to buy or sell at next market bar. Any clues?
Thanks for helping.
Ten "Errors" of a Newcomer in Trading?

Ten "Errors" of a Newcomer in Trading?

The article substantiates approach to building a trading system as a sequence of opening and closing the interrelated orders regarding the existing conditions - prices and the current values of each order's profit/loss, not only and not so much the conventional "alerts". We are giving an exemplary realization of such an elementary trading system.


avatar
12
djahma 2006.08.26 09:42 
The same with slippage and expiration date. I don't care for those specificities, I just want to set an order which is executed at next market bar, without any consideration of time, price etc. How to do so? Do I have to write '0' in the ordersend() command? or 'NULL'? please help!!!!!!!!!

avatar
42
ScottB 2006.08.28 23:19 
djahma wrote:
The same with slippage and expiration date. I don't care for those specificities, I just want to set an order which is executed at next market bar, without any consideration of time, price etc. How to do so? Do I have to write '0' in the ordersend() command? or 'NULL'? please help!!!!!!!!!

djahma,

You can use zero for any of those parameters.

Scott
Back to topics list  

To add comments, please log in or register