Access contract info from within a strategy  [SOLVED]

Questions about MultiCharts .NET and user contributed studies.
bryanzim
Posts: 36
Joined: 26 Mar 2013
Has thanked: 5 times
Been thanked: 3 times

Access contract info from within a strategy

Postby bryanzim » 16 Apr 2013

To whom it may concern:

Is there a way to access the contract info from within a strategy applied to a chart. For example the following information:

1. Tick size
2. Multiplier
3. Regular Trading hours
4. Extended Trading hours

Our does this information need to be created as inputs to the strategy?

Thanks

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Access contract info from within a strategy  [SOLVED]

Postby Henry MultiСharts » 17 Apr 2013

Hello bryanzim,

1) Tick size = Min.Movment * Price Scale = Bars.Info.MinMove * Bars.Info.PriceScale
2) What exact multiplier are you referring to ?
3/4) Please check Time zone, trading session hours, and holiday schedule topic

bryanzim
Posts: 36
Joined: 26 Mar 2013
Has thanked: 5 times
Been thanked: 3 times

Re: Access contract info from within a strategy

Postby bryanzim » 25 Apr 2013

Henry,

Thank you that was the information I was looking for.

Bryan Z


Return to “MultiCharts .NET”