Search found 16 matches

by FistPeso
22 Sep 2013
Forum: MultiCharts .NET
Topic: Change Resolution Type
Replies: 1
Views: 2124

Change Resolution Type

How exactly does Change Resolution calculate the bars?

Thanks.
by FistPeso
16 Sep 2013
Forum: MultiCharts .NET
Topic: Time Question When Building Bars [SOLVED]
Replies: 2
Views: 2116

Re: Time Bug When Building Bars [SOLVED]

Thanks, Session Templates where the solution.
by FistPeso
16 Sep 2013
Forum: MultiCharts .NET
Topic: Session Template Timestamp
Replies: 1
Views: 1450

Session Template Timestamp

I noticed a little gotcha with Session Templates and it appears that it may be a bug. At the very least it is a user need to know issue. The first time you add a new Instrument, or an existing instrument whose data has been deleted, to a chart, it looks like it is a good idea to use the Default Sess...
by FistPeso
12 Sep 2013
Forum: MultiCharts .NET
Topic: Study on study / indicator on indicator
Replies: 6
Views: 2427

Re: Study on study / indicator on indicator

There is a huge need for this. I was quite shocked that Multicharts did not support this out of the box.
by FistPeso
12 Sep 2013
Forum: MultiCharts .NET
Topic: Time Question When Building Bars [SOLVED]
Replies: 2
Views: 2116

Time Question When Building Bars [SOLVED]

I have noticed this behavior with several different instruments. I am using the current MC.NET 64 bit version and IQFeed as my data provider. Use Case: 1) Create a new chart. 2) Add future instrument "+GC#" as the first dataseries, use 1 month resolution, specify local time. 3) Add index instrument ...
by FistPeso
05 Sep 2013
Forum: MultiCharts .NET
Topic: Dataloader Question [SOLVED]
Replies: 3
Views: 3302

Re: Dataloader Bugs/issues [SOLVED]

DataRequest.ToAlwaysIsNow only applies to the time component of the DateTime property. Support indicated that they will add the async/await model as an enhancement request.
by FistPeso
05 Sep 2013
Forum: MultiCharts .NET
Topic: Please Remember Price Scale Between Sessions [SOLVED]
Replies: 8
Views: 5349

Re: Please Remember Price Scale Between Sessions [SOLVED]

I spoke with support today and Roman said that he would get this added to the bug list.
by FistPeso
05 Sep 2013
Forum: MultiCharts .NET
Topic: Interactive Brokers
Replies: 5
Views: 3349

Re: Interactive Brokers

anything that works in back testing mode never works the real time data! i would like to know are automated trading strategies ever successful. does anyone have any pointers ? please suggest, which signals should i use for profit in the real world ie with the real time streaming quotes ? i hope tha...
by FistPeso
05 Sep 2013
Forum: MultiCharts .NET
Topic: StartCalc() & Multiple Chart Instruments [SOLVED]
Replies: 6
Views: 8454

Re: StartCalc() & Multiple Chart Instruments [SOLVED]

I have created an Instruments function that manages this init process for you. As you add/remove instruments to the chart, the indicator automatically adjusts to the number of instruments and automatically inits them for you. protected override void StartCalc() { var instruments = new Instruments(th...
by FistPeso
04 Sep 2013
Forum: MultiCharts .NET
Topic: StartCalc() & Multiple Chart Instruments [SOLVED]
Replies: 6
Views: 8454

Re: StartCalc() & Multiple Data Sources [SOLVED]

I have found the solution to these questions and I am leaving it here to help others who are getting started with the API. If you are using multiple instruments on a chart, and you intend to do custom work with that bar data, you would be wise to create reference variables to all your instrument bar...
by FistPeso
03 Sep 2013
Forum: MultiCharts .NET
Topic: Please Remember Price Scale Between Sessions [SOLVED]
Replies: 8
Views: 5349

Re: Please Remember Price Scale Between Sessions [SOLVED]

Support can you add this to your bug list. I didn't see this anywhere on the roadmap. I will certainly vote for this feature.
by FistPeso
03 Sep 2013
Forum: MultiCharts .NET
Topic: Please Remember Price Scale Between Sessions [SOLVED]
Replies: 8
Views: 5349

Re: Please Remember Price Scale Between Sessions [SOLVED]

Yes that is what I meant.

You are right this is a bug! I am a scale tweaker, so I never really noticed, perhaps this bug has made me a tweaker. Now its going to bother the crap out of me.
by FistPeso
03 Sep 2013
Forum: MultiCharts .NET
Topic: Please Remember Price Scale Between Sessions [SOLVED]
Replies: 8
Views: 5349

Re: Please Remember Price Scale Between Sessions [SOLVED]

I have not noticed this issue with saved Workspaces, what is your workflow?
by FistPeso
03 Sep 2013
Forum: MultiCharts .NET
Topic: StartCalc() & Multiple Chart Instruments [SOLVED]
Replies: 6
Views: 8454

Re: StartCalc() & Multiple Data Sources [SOLVED]

I have confirmed this with other indicators. In general, I am not able to access the secondary data series via the BarsOfData(2) object at the init stage unless I do it through the Dataloader . I have also not been able to determine why the StartCalc() method gets called twice. I turned off the Real...
by FistPeso
02 Sep 2013
Forum: MultiCharts .NET
Topic: Dataloader Question [SOLVED]
Replies: 3
Views: 3302

Dataloader Question [SOLVED]

I ran into a few issues with Dataloader that are either a bug or I have an improper understanding of their usage. I am using the current 64 Bit version of MC.NET. protected override void StartCalc() { var symbolCategory = ESymbolCategory.None; Enum.TryParse(Category, true, out symbolCategory); var d...
by FistPeso
02 Sep 2013
Forum: MultiCharts .NET
Topic: StartCalc() & Multiple Chart Instruments [SOLVED]
Replies: 6
Views: 8454

StartCalc() & Multiple Chart Instruments [SOLVED]

Greetings, I am new to the Multicharts.NET API and after reading the documentation and debugging through some indicators I ran into a couple of puzzles that I am trying to solve. On the Spread_Ratio indicator, BarsOfData(2).Close is assigned to the dataseries2 variable in the StartCalc() method. How...

Go to advanced search