Search found 21 matches

by avme
14 Jan 2015
Forum: MultiCharts
Topic: Fix Indicator's y-axis to Zero in Chart [SOLVED]
Replies: 2
Views: 1209

Re: Fix Indicator's y-axis to Zero in Chart [SOLVED]

Hi Henry, http://www.multicharts.com/discussion/download/file.php?mode=view&id=8579&sid=3e238b223216076883ebd99c47773da5 You can see the visual difference is significant when the y-axis starts at zero (A) and by screen (B). This morning I suddenly got a workaround: plot a zero value in chart and set...
by avme
13 Jan 2015
Forum: MultiCharts
Topic: Updating DayHigh and DayLow Time in Real Time [SOLVED]
Replies: 4
Views: 1714

Re: Updating DayHigh and DayLow Time in Real Time [SOLVED]

Thanks Henry. It works perfectly.
by avme
13 Jan 2015
Forum: MultiCharts
Topic: Fix Indicator's y-axis to Zero in Chart [SOLVED]
Replies: 2
Views: 1209

Fix Indicator's y-axis to Zero in Chart [SOLVED]

Hi all,

I have a simple paintbar volume indicator for chart. But in the "format Study" -> "Scaling", I can either set the scaling range by screen or fix the top and bottom scaling. Is it possible to lock the bottom scaling to zero and the top by screen?

Thanks
Jimmy
by avme
12 Jan 2015
Forum: MultiCharts
Topic: Volume Profile in Indicator and Market Scanner
Replies: 8
Views: 3582

Re: Volume Profile in Indicator and Market Scanner

Would the VP indicator be added in the next Non-.net version? I know I can plot it in charts. But I want to use it in indicator as well.
by avme
12 Jan 2015
Forum: MultiCharts
Topic: Updating DayHigh and DayLow Time in Real Time [SOLVED]
Replies: 4
Views: 1714

Re: Updating DayHigh and DayLow Time in Real Time [SOLVED]

Thanks Henry for pointing it out. But the problem persists after correction. Let me be more specific. When the code is running correctly, the variable "barcount" should get the total number of ticks of the last date. See below. http://www.multicharts.com/discussion/download/file.php?mode=view&id=856...
by avme
12 Jan 2015
Forum: MultiCharts
Topic: Updating DayHigh and DayLow Time in Real Time [SOLVED]
Replies: 4
Views: 1714

Updating DayHigh and DayLow Time in Real Time [SOLVED]

Hi All, I write a piece of code for Market Scanner to record the DayHigh and DayLow Time. Resolution is in 1 tick. The code does two things: 1) Even the code runs for example 2 hours after the market opens, the code will find the DayOpen, DayHigh and DayLow of today. 2) Calculate the latest daily ch...
by avme
12 Jan 2015
Forum: MultiCharts
Topic: Volume Profile in Indicator and Market Scanner
Replies: 8
Views: 3582

Re: Volume Profile in Indicator and Market Scanner

Nice resource. Thanks Arnie.
by avme
11 Jan 2015
Forum: MultiCharts
Topic: MC shows incomplete tick data
Replies: 6
Views: 2073

Re: MC shows incomplete tick data

Thank you Henry. I got a better understanding of the data workflow now.

Pre-scanning. A wonderful functionality. I have read but forgot it. Thank you for bringing it up. I will test it in details.
by avme
10 Jan 2015
Forum: MultiCharts
Topic: IntraBarPersit and Resolution
Replies: 2
Views: 1337

IntraBarPersit and Resolution

Hi all, I want to put daily indicators and tick indicators in one line in Market Scanner. And I can only have one resolution setting. Can IntraBarPersit override the resolution setting in Market Scanner? i.e. Set resolution to "1Day", all indicators are calculated on daily base except the one with v...
by avme
10 Jan 2015
Forum: MultiCharts
Topic: Volume Profile in Indicator and Market Scanner
Replies: 8
Views: 3582

Re: Volume Profile in Indicator and Market Scanner

I found little useful from "TPO" as discussions fall on .Net mostly.
But thank you for your suggestion, TJ.
by avme
09 Jan 2015
Forum: MultiCharts
Topic: Volume Profile in Indicator and Market Scanner
Replies: 8
Views: 3582

Volume Profile in Indicator and Market Scanner

Hi all, I learnt that volume profile (VP) is for plotting chart only. There is no power language keyword for VP. I am thinking if it is possible to construct Point of Control (POC) and Value Area (VA) by using dynamic array. The array is 2 dimensional with 3 columns: Price, Ask Vol and Bid Vol. Ever...
by avme
08 Jan 2015
Forum: MultiCharts
Topic: MC shows incomplete tick data
Replies: 6
Views: 2073

Re: MC shows incomplete tick data

Hi Henry, What do you mean exactly? There is no data loaded at all or the required tick is still missing? Please make sure you force data reload, not just plot a chart and backfill the data. Allow me to say a bit about my routine and rationale. I subscribed only 200 real time symbols but I oversee m...
by avme
07 Jan 2015
Forum: MultiCharts
Topic: MC shows incomplete tick data
Replies: 6
Views: 2073

Re: MC shows incomplete tick data

Hi Henry, ///How often do you have such behavior replicated? I have esignal data subscribed for about a month. I noticed the incompleteness for about a week. The problem may exist before that. I noticed two things when I did the checking. 1) For trading days with scarce trades (e.g. Chrismas Eve), M...
by avme
07 Jan 2015
Forum: MultiCharts
Topic: MC shows incomplete tick data
Replies: 6
Views: 2073

MC shows incomplete tick data

Hi all, I am using esignal tick datafeed. I found Multicharts fails to download all the tick data, especially the huge volume tick. This makes the volume profile misleading. Attachments are the screen shots of esignal tick chart and MC tick chart. The problem persists even I open a new chart to try ...
by avme
05 Jan 2015
Forum: MultiCharts
Topic: Calculating Turnover from Tick Data [SOLVED]
Replies: 6
Views: 1887

Re: Calculating Turnover from Tick Data [SOLVED]

Your answer gives me a good start. Thanks again Josh.
by avme
05 Jan 2015
Forum: MultiCharts
Topic: Calculating Turnover from Tick Data [SOLVED]
Replies: 6
Views: 1887

Re: Calculating Turnover from Tick Data [SOLVED]

Strange enough. I cannot replicate the error myself....Thanks Josh. Really appreciate your help. I have got a follow-up. What I learnt is that all real time data are stored in the cache. So it is not possible to look back the data until it is stored in the QuoteManager. So if I start multicharts one...
by avme
05 Jan 2015
Forum: MultiCharts
Topic: Calculating Turnover from Tick Data [SOLVED]
Replies: 6
Views: 1887

Re: Calculating Turnover from Tick Data [SOLVED]

Hi Josh, I did have the plot syntax as you suggested. But I have a mistake in the code provided. My previous code is for the trade size (i.e. last * tradevolume) which can be calculated and shown correctly. But when I try to cumulate the trade size for turnover. The "not verified" error occurred in ...
by avme
04 Jan 2015
Forum: MultiCharts
Topic: Calculating Turnover from Tick Data [SOLVED]
Replies: 6
Views: 1887

Calculating Turnover from Tick Data [SOLVED]

Hi all, I want to use esignal real time tick data to reconstruct the turnover in Market Scanner. I can show date, time, Last and tradevolume separately in Market Scanner. So the reception is working in real time. But when I try to show this: Var: Turnover(0); Turnover = Last * Tradevolume; Market Sc...
by avme
17 Dec 2014
Forum: MultiCharts
Topic: MC failed to read esignal data
Replies: 1
Views: 1044

MC failed to read esignal data

Hi,

I can read data through esignal platform but failed to get the symbol in MC even I added the symbols in QuoteManager. Attached is the details. Can anyone help me out?

Thanks
Jimmy
by avme
01 Nov 2013
Forum: MultiCharts
Topic: Bar Number Setting [SOLVED]
Replies: 3
Views: 6410

Re: Bar Number Setting [SOLVED]

Thanks TJ and sorry for the mess.

I checked out the wiki. It seems that Multicharts does not support "bars-since". I can easily find the 52-week high but no easy way to find the corresponding bar number.

Am I right?
by avme
31 Oct 2013
Forum: MultiCharts
Topic: Bar Number Setting [SOLVED]
Replies: 3
Views: 6410

Bar Number Setting [SOLVED]

Hi, I wrote a script to find today's volume is how many days largest and showed the number as indicator in the chart. The purpose is to show the importance of today's volume. For example, if today's volume is the largest of the last 200 trading days, it is obviously more important than the volume ju...

Go to advanced search