Search found 12 matches

by uprz23
14 Jan 2023
Forum: MultiCharts .NET
Topic: DataLoader to load symbols not on chart
Replies: 1
Views: 620

DataLoader to load symbols not on chart

Hi, Is it possible to load data from a symbol that's not on the chart? I get an error like "(SPY-1 Day): Symbol not found" when I have IBM on the chart. But when I change the instrument on the chart to SPY, it works. Thanks protected override void StartCalc() { // assign inputs InstrumentDataRequest...
by uprz23
30 Oct 2022
Forum: MultiCharts .NET
Topic: Trendline created in EventHandler not showing up immediately
Replies: 4
Views: 881

Re: Trendline created in EventHandler not showing up immediately

I found this that helped:

Code: Select all

// in event handler with 100 millisec delay ExecControl.RecalcLastBarAfter (new TimeSpan (0,0,0,0,100)); // add protected override void OnRecalcLastBarAfterEvent() { CalcBar(); }

From this thread viewtopic.php?t=43339
by uprz23
30 Oct 2022
Forum: MultiCharts .NET
Topic: Trendline created in EventHandler not showing up immediately
Replies: 4
Views: 881

Re: Trendline created in EventHandler not showing up immediately

Thanks Kate for RecalcLastBarAfter. Is that method for the .NET version of MultiCharts? I got a compilation error when I tried to use it. "The name 'RecalcLastBarAfter' does not exist in the current context"
by uprz23
22 Oct 2022
Forum: MultiCharts .NET
Topic: Trendline created in EventHandler not showing up immediately
Replies: 4
Views: 881

Trendline created in EventHandler not showing up immediately

Hi,

I'm calling DrwTrendLine.Create() in an tool bar button event handler, but the trendline is not showing up immediately. It shows up on the next bar or maybe the next tick. Is there a way to force the UI to render the trendline from the event handler immediately?

Thanks!
by uprz23
05 Aug 2022
Forum: MultiCharts .NET
Topic: How to get all horizontal lines on a chart from an indicator
Replies: 1
Views: 712

How to get all horizontal lines on a chart from an indicator

Hi,

I'd like to create an indicator that would read in all the horizontal lines drawn by hand on a chart.

If the price is near any of the lines, I want to take some kind of action.

Thanks,
Henry
by uprz23
27 Jun 2022
Forum: MultiCharts .NET
Topic: Please make symbol mapping import format editable with text editor.
Replies: 1
Views: 721

Please make symbol mapping import format editable with text editor.

Please make symbol mapping import format (.sm files) editable with text editor. Manually making all the Paper Trading exchanges "SMART" for 75 instruments is a huge pain. Also you guys should maybe set the Paper Trading exchange default as "SMART" because for TS and IB, I have to change the Paper Tr...
by uprz23
27 Jun 2022
Forum: MultiCharts
Topic: Symbol Mapping TS/IB
Replies: 5
Views: 1731

Re: Symbol Mapping TS/IB

I'm starting to TS or IB and Paper Trader. It's a big pain because you have to manually have to change each exchange to "SMART". Multicharts needs to make "SMART" the default exchange for TS/IB.
by uprz23
23 Mar 2022
Forum: MultiCharts .NET
Topic: Global mode button is grayed out for playback
Replies: 4
Views: 1468

Re: Global mode button is grayed out for playback

Works now after the patch. Thanks!
by uprz23
23 Mar 2022
Forum: MultiCharts .NET
Topic: Global mode button is grayed out for playback
Replies: 4
Views: 1468

Global mode button is grayed out for playback

I have 5 charts on Build 23014: 1 min (playback set on as is 1 min) 5 min (playback set on minute by minute) 60 min (playback set on minute by minute) 150 min (playback set on minute by minute) 1440 min (playback set on minute by minute) The global mode button is grayed out. How do I enable global m...
by uprz23
01 May 2016
Forum: MultiCharts .NET
Topic: How to Add More Symbols in Indicator
Replies: 1
Views: 2275

How to Add More Symbols in Indicator

Hi,

I would like to add 10+ stock symbols (data series) into an indicator using C# and display some kind of plot based on those symbols.

How would I go about doing this?

Thanks!
by uprz23
27 Oct 2012
Forum: MultiCharts .NET
Topic: THANK YOU SO MUCH !!!!!!!!!! And Congratulation !!!!!
Replies: 4
Views: 3086

Re: THANK YOU SO MUCH !!!!!!!!!! And Congratulation !!!!!

I have to admit this is the best charting platform that I've seen, which was why I coughed the grand to buy it. Awesome software!
by uprz23
27 Oct 2012
Forum: MultiCharts .NET
Topic: Feature Request: Trading DOM on chart
Replies: 1
Views: 1937

Feature Request: Trading DOM on chart

I'm wondering if MC could attach the DOM to the chart such that prices are lined up with the chart. This would make chart trading much easier. (Right click and then selecting buy or sell limit is very slow when scalping.) I have attached a screenshot of SC that does this. When you click the green or...

Go to advanced search