Search found 4 matches

by love_to_trade
18 Dec 2014
Forum: MultiCharts
Topic: IntraBar order
Replies: 8
Views: 2264

Re: IntraBar order

I've checked - Bar Magnifier is not available.
So, Is there any opportunity using Multicharts or maybe Multicharts.Net to backtest a strategy with non standard chart type, when orders are executed intra bar?
Thanx.
by love_to_trade
17 Dec 2014
Forum: MultiCharts
Topic: IntraBar order
Replies: 8
Views: 2264

Re: IntraBar order

Hi, Tj!
Thanx for you reply.
I've added [IntrabarOrderGeneration=True].
But it won't helped, same trouble - open position at close or at open.
Do you have some simple example of IOG?
by love_to_trade
17 Dec 2014
Forum: MultiCharts
Topic: IntraBar order
Replies: 8
Views: 2264

Re: IntraBar order

Actually I wrote it, but nothing has happened. It still buy only on close or on open price.

Code: Select all

[IntrabarOrderGeneration = TRUE]

if Close > High[1] then
Buy next bar at high[1] stop ;
Switched to candlesticks - same problem.
by love_to_trade
17 Dec 2014
Forum: MultiCharts
Topic: IntraBar order
Replies: 8
Views: 2264

IntraBar order

Hi! I am new to Multicharts, trying to make simple strategy with Point and Figures. I don't understand how to make intra bar execution. my code: if (Low[1] < Low AND (High[1]+Slip) < CurrentBid) then Buy ("X") NumOfLots Contract Next Bar At (High[1]+Corr1) stop ; http://s16.postimg.org/74tyjb64l/pnf...

Go to advanced search