Search found 3 matches

by var_o
23 Aug 2011
Forum: MultiCharts
Topic: Open Next Bar type strategies w/ multiple DataStreams ?
Replies: 6
Views: 1209

Re: Open Next Bar type strategies w/ multiple DataStreams ?

var_o, Do you mean you want to send a market order at open of the next bar? Buy next bar at open of next bar ; - this line won't compile, however you can use the following command: buy next bar market; and this works with multiple data streams. what if I would like to Buy next bar at Open of next b...
by var_o
22 Aug 2011
Forum: MultiCharts
Topic: Open Next Bar type strategies w/ multiple DataStreams ?
Replies: 6
Views: 1209

Re: Open Next Bar type strategies w/ multiple DataStreams ?

So, will it be appropriate if I request this feature for the next version of MC ?

and

How can I rewrite it as an indicator to make it display the same thing as Strategy?
Please forgive me on this question. I am total newbie for the platform.
by var_o
22 Aug 2011
Forum: MultiCharts
Topic: Open Next Bar type strategies w/ multiple DataStreams ?
Replies: 6
Views: 1209

Open Next Bar type strategies w/ multiple DataStreams ?

My strategy involves something like Inputs : .... Variables : A(0, Data2), B(0, Data3), C(0, Data4), D(0, Data5),... Codes Codes Codes If ... Then Buy next bar at open of next bar ; If ... Then Sell short next bar at open of next bar ; But MC does not allow me to do so. The error message box said: "...

Go to advanced search