Search found 28 matches

by LMC
12 Feb 2011
Forum: MultiCharts
Topic: Failed to repair MC
Replies: 2
Views: 1055

Re: Failed to repair MC

Hi,

I download the file from your link but it could not be extracted. The error message is that it is 'corrupted'.
by LMC
10 Feb 2011
Forum: MultiCharts
Topic: Daily Chart was plotted as Weekly Chart by MC
Replies: 1
Views: 609

Daily Chart was plotted as Weekly Chart by MC

Hi, I select Daily as interval for a chart but it was plotted in Weekly interval. I export the data and found that data of every DAY are there, MC just did not plot all. Then I select Weekly as interval for the same chart and it plotted in Weekly interval. What is the possible cause to this ? Thanks.
by LMC
08 Feb 2011
Forum: MultiCharts
Topic: Failed to repair MC
Replies: 2
Views: 1055

Failed to repair MC

Hi, I tried to export market data from a chart but was not successful, which I could do so previously. So I tried to repair MC but an error stopped the process. Here is the MC - Setup Wizard message, "An error occurred during the installation of assembly 'policy 8.0 Microsoft. VC80. ATL, publicKeyTo...
by LMC
26 Jan 2011
Forum: MultiCharts
Topic: To change to have more decimal places for indicator values
Replies: 7
Views: 2450

Re: To change to have more decimal places for indicator valu

Hi Dave,

I'm sure the indicators have more than 2 decimal places but somehow it seems that they are rounded up to just 2. I export the data for calculation in Excel, there are about 10 decimal places.
Now, both in Data Window and data file export they just show 2 decimal places.
by LMC
26 Jan 2011
Forum: MultiCharts
Topic: To change to have more decimal places for indicator values
Replies: 7
Views: 2450

To change to have more decimal places for indicator values

Hi,

In Data Windows, it only shows 2 decimal places for indicator values. How can I change it such that say, 10 decimal places will be displayed ? Thanks.

LMC
by LMC
24 Jan 2011
Forum: MultiCharts
Topic: 123456*123456 = 15,241,383,936 or -1,938,485,248 ?
Replies: 9
Views: 2634

Re: 123456*123456 = 15,241,383,936 or -1,938,485,248 ?

Thanks Dave.
Some of the calculated values are indeed huge. I'm figuring out ways to get it around.
by LMC
21 Jan 2011
Forum: MultiCharts
Topic: 123456*123456 = 15,241,383,936 or -1,938,485,248 ?
Replies: 9
Views: 2634

Re: 123456*123456 = 15,241,383,936 or -1,938,485,248 ?

Hi Dave,

I set a condition to not calculate if any one of the variables are zero, but the same error message returned. Any other possibilities ? Thanks.

LMC
by LMC
21 Jan 2011
Forum: MultiCharts
Topic: 123456*123456 = 15,241,383,936 or -1,938,485,248 ?
Replies: 9
Views: 2634

"Floating point number too big"

Hi Bruce, Can you help me understand what is 'Floating point" ? I put this into a strategy and it returns the captioned error message. Value1 = 6.9273023605346680 - (ARN + expValue(((expValue(((-9.2743015289306641) - SK2N)) * (6.9273023605346680 + ARN)) - (((-7.3906569480895996) * C9N) / ARN)))); Ho...
by LMC
02 Jan 2011
Forum: MultiCharts
Topic: Can I send trade signals to multiple Patsystems accounts ?
Replies: 5
Views: 1115

Re: Can I send trade signals to multiple Patsystems accounts

Hi Dave,

I don't fully understand what you mean. You said I can use MC to trade different PATS accounts from different charts and you also said it is impossible to trade different PATS log-ins from MC. I don't know the difference between them. Thanks

LMC
by LMC
22 Dec 2010
Forum: MultiCharts
Topic: Can I send trade signals to multiple Patsystems accounts ?
Replies: 5
Views: 1115

Can I send trade signals to multiple Patsystems accounts ?

Hi,

If positive to my question, is it necessary to have all Patsystems accounts involved to be hosted in and authenticated from the same computer as MultiCharts ?

Thanks
LMC
by LMC
20 Dec 2010
Forum: MultiCharts
Topic: MC and Collective2
Replies: 10
Views: 5222

Re: MC and Collective2

Dave, According to Collective2's instruction, NT Trader just treats Collective2 as one of the brokers to send trade signals to, plus some simple set-up for the instrument to trade beforehand. And that is ALL ! Sounds to me it will be just a piece of cake to develop, for a technology leader like MC !...
by LMC
08 Oct 2010
Forum: MultiCharts
Topic: Custom Indicator plots different line
Replies: 5
Views: 1572

Re: Custom Indicator plots different line

It's OK now, thanks Dave
by LMC
07 Oct 2010
Forum: MultiCharts
Topic: How to change font and size of Text Objects
Replies: 3
Views: 1108

How to change font and size of Text Objects

I try to display the value of an indicator as Text Objects in SubChart #1. I can change its color, horizontal and vertical position, 1 or 2 or no decimal places... but I cannot change its font and size from PowerLanguage. And I cannot make changes from its 'Properties' window too. Can anyone help pl...
by LMC
06 Oct 2010
Forum: MultiCharts
Topic: Custom Indicator plots different line
Replies: 5
Views: 1572

Re: Custom Indicator plots different line

Hi Dave, Please refer to the attached screen shot, 1. The red line, AMA Alert, is plotted by a simple 'custom' indicator, just four lines of code, inputs: price(close), EF(10), Fast(2),Slow(30); vars: alertline(0); alertline=adaptivemovavg(c,EF,Fast,Slow); plot1(alertline,"Trade Alert"); 2. The yell...
by LMC
05 Oct 2010
Forum: MultiCharts
Topic: Custom Indicator plots different line
Replies: 5
Views: 1572

Custom Indicator plots different line

Hi, Accidentally I encounter the following situation, 1. I plot Adaptive Moving Average, AdaptiveMovAvg(c, X,Y,Z) on my chart. It plots correctly. 2. However, if I put the function into a custom indicator it plots another line. Custom indicator codes , vars: AMAline(0); AMAline = AdaptiveMovAvg(c,X,...
by LMC
01 Oct 2010
Forum: MultiCharts
Topic: PowerLanguage source with Diamond Lock
Replies: 24
Views: 15473

Re: PowerLanguage source with Diamond Lock

Thanks Dave for your clarification. It is exactly what I understand. Nothing is irreversable.
by LMC
27 Sep 2010
Forum: MultiCharts
Topic: PowerLanguage source with Diamond Lock
Replies: 24
Views: 15473

Re: PowerLanguage source with Diamond Lock

Hi Dave, As you said, .sef file is in binary codes. That is to say, MC uses some open standard to convert the Power Language codes into binary codes. During the process, NO encryption is done. So if one can list out these binary codes then he/she should be able to convert them back to Power Language...
by LMC
23 Sep 2010
Forum: MultiCharts
Topic: PowerLanguage source with Diamond Lock
Replies: 24
Views: 15473

Re: PowerLanguage source with Diamond Lock

I think that's best answered by TSsupport guys.
For those who think .sef file is safe, I can only wish you good luck.
by LMC
22 Sep 2010
Forum: MultiCharts
Topic: PowerLanguage source with Diamond Lock
Replies: 24
Views: 15473

Re: PowerLanguage source with Diamond Lock

MC only compiles the codes into binary codes, but not encrypted/scrambled at all. It is very dangerous to assume the compiled codes are safe. It costs just $1 per KB to decompile them. See more from this site: http://viziblesoft.com/ If you want to safeguard your codes by filling in MBs of garbage c...
by LMC
17 Sep 2010
Forum: MultiCharts
Topic: PowerLanguage source with Diamond Lock
Replies: 24
Views: 15473

Re: PowerLanguage source with Diamond Lock

Hi, is it difficult to use Diamond Lock ? Do you need to create a DLL file to store important elements of your trading system ? and , is this DLL file encrypted as well ?
by LMC
13 Jul 2010
Forum: User Contributed Studies and Indicator Library
Topic: Extending PowerLanguage with a DLL
Replies: 9
Views: 4137

Thanks TJ,
I did as told but was not successful... see my screen shot.
by LMC
12 Jul 2010
Forum: User Contributed Studies and Indicator Library
Topic: Extending PowerLanguage with a DLL
Replies: 9
Views: 4137

I tried to compile the ELA codes into PowerLanguage but was not successful because PL editor did not recognize '&'s in the following lines of code, ....... ElementValue = ArrayElementValue( &MyTestArray[Num], 0, elStartAddr, elArraySize); PRINT("ArrayElementValue=", &MyTestArray[Num], ............ c...
by LMC
09 Jul 2010
Forum: MultiCharts
Topic: TS 9 will be very tough for MC to be compatible
Replies: 13
Views: 4909

Dave, First line of my original message was overseen by some people. Hopefully you did not. With 47000+ users, no one will doubt how influencial TS can be. Yes, they may have been sleeping well for some years till MC 6 comes out... Looking forward to trying real time portfolio trading (this should l...
by LMC
09 Jul 2010
Forum: MultiCharts
Topic: TS 9 will be very tough for MC to be compatible
Replies: 13
Views: 4909

geizer,

the purpose ?
are you using MC and/or TS ? ... and why r u here ?
I'd rather leave it to you to figure it out.
by LMC
08 Jul 2010
Forum: MultiCharts
Topic: TS 9 will be very tough for MC to be compatible
Replies: 13
Views: 4909

TS 9 will be very tough for MC to be compatible

Keep it UP, TSsupport !! Tough challenge ahead ! See this reply from Wouter of the Grail Ssytem to an user, Please pay special attention to point #6 bolded part. QUOTE... Grant Thank you! The above announcement is indeed a milestone for The Grail and I am happy to share with you some of the benefits...

Go to advanced search