| / | Forum |
|
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? 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. |
|
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!!!!!!!!!
|
|
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 |