Search found 3 matches

by chancewebc
04 Sep 2012
Forum: MultiCharts
Topic: buy order close to MKT 4:00 close as possible [SOLVED]
Replies: 1
Views: 900

buy order close to MKT 4:00 close as possible [SOLVED]

How do I write an easylanguage to send in a buy order @ MKT close or as close as possible 15:59:40 Seconds.

I have=

if time >= 1558 then begin
Buy 500 shares next bar at market;
end;


this only buys @ 3:59 , which is still 1 minute away from the close.
How do you second specify the orders?
by chancewebc
14 Aug 2012
Forum: MultiCharts
Topic: Simulated stops instead of exchange stops.
Replies: 7
Views: 2802

Re: Simulated stops instead of exchange stops.

Hello SP , thanks for the link, except it is for broker simulated , not on your computer simulated. A Simulated Stop order (SS) is a conditional locally held (PC simulated) order type that allows you to execute either a market or a limit order once the market touches your order price and satisfies a...
by chancewebc
13 Aug 2012
Forum: MultiCharts
Topic: Simulated stops instead of exchange stops.
Replies: 7
Views: 2802

Simulated stops instead of exchange stops.

Hello, I'm entering orders using the DOM and using the STOP strategies. The STOPS are exchanged placed, or even broker placed. Is there any possible way to make it "simulated" as in watched on computer, exchange or broker (interactivebroker runs its own internal trading group TIMBERHILL) placed show...

Go to advanced search