Search found 15 matches

by dougm_tx
24 Jun 2008
Forum: MultiCharts
Topic: Zen-Fire Data Feed
Replies: 1
Views: 1639

Zen-Fire Data Feed

I posted this question originally over in the OwnData forum but there doesn't seem to be much going on over there...thx ================================================= Hi, I understand that you are adding Zenfire as a data feed option for Multicharts... Will it be an option for OwnData as well? Th...
by dougm_tx
14 May 2008
Forum: MultiCharts
Topic: Offsetting SetPlotColor
Replies: 12
Views: 5143

OK made it work. MC support : below is some very simple code that shows a case where code works differently in MC 3.0 and TS 8.3. Input:PClen(5); vars:pcup(0),pclo(0); vars:UpColor(yellow); pcup = HighestFC(H,PClen); plot1(pcup); // This code works properly in both TS and MC if pcup[1] < pcup[0] the...
by dougm_tx
14 May 2008
Forum: MultiCharts
Topic: Offsetting SetPlotColor
Replies: 12
Views: 5143

hmmm,

The Hull MA does seem to work correctly...i have the 'jtHMA'.

TJ, its the exact same code exported from TS to MC.
by dougm_tx
14 May 2008
Forum: MultiCharts
Topic: Offsetting SetPlotColor
Replies: 12
Views: 5143

hey sparkz, As i re-read my post above, sounded a little brusque...sorry, was suffering a bit with a gold position. Looks like you've solved it with your plots. I'll mess with it some, it's my code. Still, it seems like something the good people at MC might want to look at if their goal is maximum E...
by dougm_tx
14 May 2008
Forum: MultiCharts
Topic: Offsetting SetPlotColor
Replies: 12
Views: 5143

Here's a pic showing the difference. Its a standard price channel modified to show when the bands push up or down.
by dougm_tx
14 May 2008
Forum: MultiCharts
Topic: Offsetting SetPlotColor
Replies: 12
Views: 5143

sparkz, You've described the behavior the the offsetting should change. This only applies to lines, not histo's, dots etc. The goal is to change the line color of the segment between the prior bar and the current bar based on what the current bar does intrabar. I'll post pics of the difference betwe...
by dougm_tx
13 May 2008
Forum: MultiCharts
Topic: Offsetting SetPlotColor
Replies: 12
Views: 5143

Offsetting SetPlotColor

In TS, you can offset setplotcolor as in:

setplotcolor[1](1,red)

The offset doesn't seem to have any effect with MC,
by dougm_tx
18 Nov 2007
Forum: MultiCharts
Topic: Core 2 Quad Q6600 or Core 2 Duo E6850 for multicharts?
Replies: 6
Views: 2986

For optimization tasks the Quad would seem to win hands down.

This is true at least comparing an E6600 OC'd to 3.2GHz and a Q6600 running stock at 2.4 GHz.
by dougm_tx
28 Sep 2007
Forum: MultiCharts
Topic: What changes do I have to make to compile this?
Replies: 6
Views: 3243

Allan,

You need to compile the function separately (or convert to inline).

Seemed to me the quickest fix is to just attach all of TRO's showme's in an ELD that you can just import.

The one you were trying is included as well as many others.
by dougm_tx
28 Sep 2007
Forum: MultiCharts
Topic: What changes do I have to make to compile this?
Replies: 6
Views: 3243

here is the function { _fPushPeriods } inputs: iInterval(numericsimple ); variables: xPeriods(60); { calculations } If iInterval < 5 then xPeriods = 60 else If iInterval < 10 then xPeriods = 45 else If iInterval = 10 then xPeriods = 6 else If iInterval = 15 then xPeriods = 12 else If iInterval = 30 ...
by dougm_tx
03 Sep 2006
Forum: MultiCharts
Topic: Export Code from PLEditor
Replies: 6
Views: 4197

I downloaded and installed a beta version MC. The PLEditor included with the beta has the option to protect code. Funny that the 2 versions of PLEditor which seem to be significantly different both show to be Version 1.0.
by dougm_tx
01 Sep 2006
Forum: MultiCharts
Topic: Can't get data for Forex from IB IDEALPRO
Replies: 4
Views: 4079

Was there an easy fix for this? Am getting same message. Am showing Bids and Asks in TWS. Trying to Plot EUR.USD .

Thanks
by dougm_tx
01 Sep 2006
Forum: MultiCharts
Topic: Export Code from PLEditor
Replies: 6
Views: 4197

still not getting it... here is what i just did: In PLEditor with nothing open File -> New... -> Select Indicator radio button in 'New' dialog - > OK Dialog box opens to enter Name -> 'MyTest' -> OK Opens blank editor window with title 'MyTest(Indicator)' NOTE: checked Tools menu - no option to prot...
by dougm_tx
01 Sep 2006
Forum: MultiCharts
Topic: Export Code from PLEditor
Replies: 6
Views: 4197

Hmm, I must be blind :)

When I pull the Tools menu down, the only entry is 'Editor Options' and I don't see anything within that dialog to protect.

Thx
by dougm_tx
30 Aug 2006
Forum: MultiCharts
Topic: Export Code from PLEditor
Replies: 6
Views: 4197

Export Code from PLEditor

Is there anyway I can export protected code. All i can find is read-only.

That is protect my code and export it...

Thanks

Go to advanced search