Search found 6 matches

by tesiag
22 Sep 2014
Forum: MultiCharts .NET
Topic: grid system on mc.net
Replies: 1
Views: 1518

grid system on mc.net

Hi there. I'm wondering whether some example code forsome simple grid trading system has been published for mc.net.

Thank you very much
Andrea
by tesiag
29 Mar 2014
Forum: MultiCharts .NET
Topic: Variable assignment only after actual execution of the order
Replies: 1
Views: 1044

Variable assignment only after actual execution of the order

is there a way to get a given variable to be assigned ONLY WHEN fired orders are actually executed? with a code like this: if (PublicFunctions.DoubleGreater(Bars.High[0], Bars.High[1])){ variable = true; buy_order.Send(Bars.High[1],Bars.High[1],pos_size); } when condition is true the order is fired ...
by tesiag
17 Jan 2014
Forum: MultiCharts .NET
Topic: different accounts
Replies: 1
Views: 1102

different accounts

Hi all I would like to know whether is possible to implement a backtesting strategy which applies on the same instrument (e.g. eurusd) two different signals, one pertaining to an account and the other pertaining to another account. In other words just as you wanted to trade the same security differe...
by tesiag
13 Jan 2014
Forum: MultiCharts .NET
Topic: type of orders
Replies: 6
Views: 2726

Re: type of orders

thanks Josh and Henry. It works now. It didn't work if I only used the setting as shown in the attached picture (the "backtesting" tab in the "Strategy Properties" window). Then I discovered another setting window for intra-bar order generation enabling in the "Properties" tab of the "Format Signal"...
by tesiag
12 Jan 2014
Forum: MultiCharts .NET
Topic: type of orders
Replies: 6
Views: 2726

Re: type of orders

thank you very much Josh for your reply. the logic of algorithm is ok and works with the different types of order. The problem I was mentioning is the need by Multicharts to wait for the opening of the next bar while I want my order to be executed immediately at the current bar (just when the market...
by tesiag
11 Jan 2014
Forum: MultiCharts .NET
Topic: type of orders
Replies: 6
Views: 2726

type of orders

Hi, how can I emulate in backtesting the following real-time operativity? when the price in the current bar gets higher of the previous bar High I would open a long position at the previous bar's High price. Unfortunately almost all types of orders in MC seem to open positions at the next bar; one o...

Go to advanced search