autotrading question

Questions about MultiCharts and user contributed studies.
wegi
Posts: 124
Joined: 02 Jun 2009
Has thanked: 5 times
Been thanked: 13 times

autotrading question

Postby wegi » 29 Sep 2009

Hi,


i use stop and limit orders in my strategy, but this orders should be routed to the tws as market orders, if the price / order is filled in the chart.

I don´t need any aktiv limit or stop order in the tws.
Is this possible ?

I did not found the settings in Multicharts.

thx.


Wegi

User avatar
TJ
Posts: 7739
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1032 times
Been thanked: 2221 times

Postby TJ » 29 Sep 2009

Higher

Used in strategy entry or exit statements to specify a price range for an entry or an exit; must be preceded by the word Or.


Usage

At Price Or Higher

Where: Price - a numerical expression, specifying the base Price
At - a skip word and can be omitted


Note

At Price Or Higher is an equivalent of a Limit when used with Sell or SellShort statements, and an equivalent of a Stop when used with Buy or BuyToCover statements.


Examples

Buy within the next bar on the first tick with a price of 100 or more:

Buy Next Bar At 100 Or Higher;

Sell short within the next bar on the first tick with a price of 50 or more:

SellShort Next Bar At 50 Or Higher;


wegi
Posts: 124
Joined: 02 Jun 2009
Has thanked: 5 times
Been thanked: 13 times

Postby wegi » 29 Sep 2009

Thanks TJ,

i will test it, but i am not sure if it solves my problem.


Return to “MultiCharts”