Search found 83 matches

by Gann_Man
03 Jul 2018
Forum: MultiCharts .NET
Topic: ETickTradedSide
Replies: 11
Views: 4408

Re: ETickTradedSide

Gann_Man, Our engineers tested this on our end following the steps you provided, and they received matching results, no discrepancies. I'm still unable to get the DataLoader TotalVolume to match the volume in a Time & Sales Window: _TotalVolume = Result.RTData.Value.TotalVolume; As you will see in ...
by Gann_Man
21 Jun 2018
Forum: MultiCharts .NET
Topic: ETickTradedSide
Replies: 11
Views: 4408

Re: ETickTradedSide

Further testing today revealed that by turning off (unchecked) "Update on every tick" and turning on (checked) "Skip identical ticks" on both a 1-tick bar chart and scanner window improved accuracy significantly using the "barsTrueVolume[0]" Method! This method is now producing 90+% accuracy. I cont...
by Gann_Man
21 Jun 2018
Forum: MultiCharts .NET
Topic: ETickTradedSide
Replies: 11
Views: 4408

Re: ETickTradedSide

private ISeries<Double> barsTrueVolume; barsTrueVolume = Bars.TrueVolume(); barsTrueVolume[0] Not entirely sure, but appears Bars.TrueVolume() may be working correctly using a 1-tick bar chart with "Update on every tick" unchecked and "Skip identical ticks" checked, but it's still not working correc...
by Gann_Man
18 Jun 2018
Forum: MultiCharts .NET
Topic: ETickTradedSide
Replies: 11
Views: 4408

Re: ETickTradedSide

Hello, Gann_Man! Please refer to the code of this study as an example. I've been testing the provided study example on a 1-tick bar chart against a Time & Sales Window. The Date, Time, Price and Bid/Ask Side, match-up perfectly. However, I've tried 3 different ways to try and match the tick trade V...
by Gann_Man
13 Jun 2018
Forum: MultiCharts .NET
Topic: ETickTradedSide
Replies: 11
Views: 4408

Re: ETickTradedSide

Thank you MC Team for providing such a great "working" example to learn from! Here is the simple 'if' statement I was needing and now have working thanks to the example code. if (_Side.ToString() == "AskTraded") { //do stuff } else { //do other stuff } All the code below is also necessary to accompl...
by Gann_Man
10 Jun 2018
Forum: MultiCharts .NET
Topic: ETickTradedSide
Replies: 11
Views: 4408

ETickTradedSide

Looking for example code of how to use ETickTradedSide (or some other method) for checking to see if the last trade was on the ask side to then execute an if statement and block of code. Thank you!
by Gann_Man
01 Jun 2018
Forum: MultiCharts .NET
Topic: Bars.Volume Returning Incorrect Value ?? [SOLVED]
Replies: 1
Views: 1626

Bars.Volume Returning Incorrect Value ?? [SOLVED]

Data Feed: CQG Symbol: EPM18 Resolution: 1-Minute Data updating in Real-Time problem Bars.UpTicks is returning the correct value per bar Bars.DownTicks is returning the correct value per bar Bars.Volume is returning the same value as Bars.UpTicks and not the total of UpTicks + DownTicks (in real-tim...
by Gann_Man
14 May 2018
Forum: MultiCharts .NET
Topic: Using MC.net As A Data Server
Replies: 6
Views: 3249

Re: Using MC.net As A Data Server

Sorry about the bad link.
http://www.ensignsoftware.com/downloads.php DOWNLOAD NT 7 Script
Also has a 7-day free trial for: Ensign 10 Charting Software
by Gann_Man
13 May 2018
Forum: MultiCharts .NET
Topic: Using MC.net As A Data Server
Replies: 6
Views: 3249

Re: Using MC.net As A Data Server

Below is the NT c# code for connecting to my Ensign Software. I do not understand the c# language. I can only code in EL. Can this script be translated to MC.net? Also don't know if the included dll is generic or NT specific (can maybe get source code if needed). Here is the direct link to the NT Pa...
by Gann_Man
13 May 2018
Forum: MultiCharts .NET
Topic: Using MC.net As A Data Server
Replies: 6
Views: 3249

Re: Using MC.net As A Data Server

Hello, Gann_Man! There’s no pre-built functionality for this in MultiCharts. As for regular MultiCharts your Sharedvar solution should be the easiest way to achieve this. You’ll need to create a study that when applied to a chart will stream the data from MultiCharts to another platform through the...
by Gann_Man
08 May 2018
Forum: MultiCharts .NET
Topic: Using MC.net As A Data Server
Replies: 6
Views: 3249

Using MC.net As A Data Server

Hi all, I've been using MC since 7/2007 and MC.net since 8/2012. Looking for some advice or web links for help. What I'm wanting to do is use MC.net for connecting to my real-time data feeds and be able to somehow send this market data simultaneously to my other trading platforms, e.g: MC Standard, ...
by Gann_Man
14 Jun 2016
Forum: MultiCharts
Topic: Order and Position Tracker Window
Replies: 1
Views: 2059

Order and Position Tracker Window

I entered an OCO bracket order today in my live account. As price was nearing my buy limit order my computer froze. I had to power down and restart my computer to recover. Once I got Multicharts opened back up and checked the 'Order and Position Tracker Window' my buy limit order had been hit and I ...
by Gann_Man
12 Jun 2016
Forum: MultiCharts .NET
Topic: Add-Ons
Replies: 3
Views: 3259

Re: Add-Ons

My MultiCharts.net PAID version does not have any Add-Ons. However, the MultiCharts.net FREE version has 165 Add-Ons! What's up with that?
by Gann_Man
10 Jun 2016
Forum: MultiCharts .NET
Topic: Add-Ons
Replies: 3
Views: 3259

Add-Ons

MultiCharts .NET64 Version 9.1 Release (Build 12589)

When I choose 'Insert Study' and click on the 'Add-Ons' tab, the list is empty. I have tried to reinstall/repair without success. Does anyone know how to get the Add-Ons back? Does anyone else have this problem? See attachment. Thanks all.
by Gann_Man
27 Mar 2016
Forum: MultiCharts .NET
Topic: IQFeed Depth of Market Data Support
Replies: 4
Views: 3407

IQFeed Depth of Market Data Support

https://www.multicharts.com/trading-software/index.php/Which_Data_Sources_Can_Be_Used_to_Plot_Depth_of_Market_(DOM)_Window The data vendor must also be a supported broker in MultiCharts. Example: Even though IQfeed provides Depth of Market data, it is impossible for a customer to have the DOM window...
by Gann_Man
07 Jan 2016
Forum: MultiCharts .NET
Topic: Kansas City MC Users Group
Replies: 1
Views: 2288

Kansas City MC Users Group

Do you live in the Kansas City area (MO or KS)?
Interested in attending a local MC.net Users Group?
Surveying to see how many MC.net users would be interested in attending monthly group meetings to learn more about coding c# in the PowerLanguage.net editor.
by Gann_Man
15 Dec 2015
Forum: MultiCharts
Topic: SetPlotType
Replies: 1
Views: 1571

SetPlotType

SetPlotType

Please turn on SetPlotType functionality.

This statement compiles but does nothing:
SetPlotType(1, 1);
by Gann_Man
15 Dec 2015
Forum: MultiCharts
Topic: SetPlotBGColor
Replies: 1
Views: 1557

SetPlotBGColor

SetPlotBGColor Please extend SetPlotBGColor to work with chart windows! OR Please add BGColor from PowerLanguage.net https://www.multicharts.com/trading-software/index.php/SetPlotBGColor Notes Use of SetBGPlotColor is effective only for the Market Scanner. https://www.multicharts.com/trading-softwar...
by Gann_Man
30 Nov 2015
Forum: MultiCharts .NET
Topic: Custom chart types
Replies: 6
Views: 4205

Re: Custom chart types

Can anyone make this happen for me for a fee? Send me a bid.

Re: viewtopic.php?f=19&t=45405#p98521
by Gann_Man
28 Nov 2015
Forum: MultiCharts .NET
Topic: Custom chart types
Replies: 6
Views: 4205

Custom chart types

In regards to a question posted over 2 years ago: https://www.multicharts.com/discussion/viewtopic.php?f=19&t=45405#p98521 Is the answer given then still the same today? I would like to have a Rondinone chart type: http://www.mav7.com/kb/?dw=knowledge-base:market-analyst-7:charts:rondinone-chart Tha...
by Gann_Man
03 Nov 2015
Forum: MultiCharts
Topic: Order and Position Tracker Window [SOLVED]
Replies: 1
Views: 1511

Order and Position Tracker Window [SOLVED]

The new 'Trades Summary' tab in the 'Order and Position Tracker Window' does NOT reflect 'FLAT' trades. Trades that result in no profit or loss do not show in 'Long Trades', 'Short Trades' or 'All Trades' totals. Is this by design?
by Gann_Man
08 Sep 2015
Forum: MultiCharts
Topic: Windows 10 Compatibility Issue [SOLVED]
Replies: 3
Views: 2468

Re: Windows 10 Compatibility Issue [SOLVED]

The MBT data works fine on the MBT Desktop Pro and eSignal 12 platforms. I'm able to chart MBT data in a charting window UNTIL I open a new DOM then ALL MBT data freezes. However, esignal data continues to update in real-time. So yes, MBT is configured and connected properly. No, I never receive any...
by Gann_Man
07 Sep 2015
Forum: MultiCharts
Topic: Windows 10 Compatibility Issue [SOLVED]
Replies: 3
Views: 2468

Windows 10 Compatibility Issue [SOLVED]

Is anyone else having trouble with the DOM working in Windows 10? The DOM is completely unusable for me with both: MultiCharts64 v9.0 Build 11210 - multicharts64.9.0.11210.400_release_x64_r7.exe MultiCharts64 v9.1 Beta 2 - multicharts64.9.1.11614.202_beta2_x64.exe I installed a clean copy, not an up...
by Gann_Man
12 Nov 2013
Forum: MultiCharts
Topic: Indicator Scaling Problem [SOLVED]
Replies: 13
Views: 5275

Re: Indicator Scaling Problem [SOLVED]

Hello Gann_Man, The only thing you can do at the moment in case you need to see both data series is to add a third data series (same as data2), place it on subchart1 and hide the bars. Then base your study on this data3. Please find the workspace attached. If you do not need to see the data2 then y...
by Gann_Man
12 Nov 2013
Forum: MultiCharts
Topic: Indicator Scaling Problem [SOLVED]
Replies: 13
Views: 5275

Re: Indicator Scaling Problem [SOLVED]

:: Indicator is NOT anchored to price as the chart is scrolled back in time. :: As you will see it 'floats' up and down not anchored to price. Make up your mind... scroll horizontally (ie scrolled back in time)? or float up and down (ie not scaled to price)? There is nothing wrong with my mind! May...
by Gann_Man
12 Nov 2013
Forum: MultiCharts
Topic: Indicator Scaling Problem [SOLVED]
Replies: 13
Views: 5275

Re: Indicator Scaling Problem [SOLVED]

Please post your screenshot with notes (not your wsp file). A screenshot will not help. With the chart not moving everything appears fine. Open the workspace I sent and hold down on the back < arrow button on your keyboard (to scroll back in time) while keeping an eye on the moving average. As you w...
by Gann_Man
12 Nov 2013
Forum: MultiCharts
Topic: Indicator Scaling Problem [SOLVED]
Replies: 13
Views: 5275

Re: Indicator Scaling Problem [SOLVED]

Attached workspace file.
Please double click on indicator,
In the Properties tab,
Under the Advanced section,
check the box for
Update on every tick
Didn't work for me. Did it work for you?
by Gann_Man
12 Nov 2013
Forum: MultiCharts
Topic: Indicator Scaling Problem [SOLVED]
Replies: 13
Views: 5275

Re: Indicator Scaling Problem [SOLVED]

No luck. Created a workspace and chart from scratch. Saved, closed and reopened several times. Also saved workspace, closed down MC and restarted. Still no luck. Can you reproduce TJ? I have multiple charts with multiple data streams of various time/non-time overlays. Please post a screenshot with ...
by Gann_Man
12 Nov 2013
Forum: MultiCharts
Topic: Indicator Scaling Problem [SOLVED]
Replies: 13
Views: 5275

Re: Indicator Scaling Problem [SOLVED]

MultiCharts64 Version 8.8 Beta 2 (Build 8070) Data1, 1 point chart Data2, 1 minute chart MovAvg 1 Line study, based on data2, shown in subchart#1 Indicator is NOT anchored to price as the chart is scrolled back in time. Close the workspace and start again. Usually that fixes it. No luck. Created a ...
by Gann_Man
12 Nov 2013
Forum: MultiCharts
Topic: Indicator Scaling Problem [SOLVED]
Replies: 13
Views: 5275

Indicator Scaling Problem [SOLVED]

MultiCharts64 Version 8.8 Beta 2 (Build 8070)

Data1, 1 point chart
Data2, 1 minute chart

MovAvg 1 Line study, based on data2, shown in subchart#1

Indicator is NOT anchored to price as the chart is scrolled back in time.
by Gann_Man
06 Dec 2011
Forum: MultiCharts
Topic: Hive Technology / Swarm Technology
Replies: 2
Views: 1250

Re: Hive Technology / Swarm Technology

I would like to see Hive Technology or Swarm Technology added to the MultiCharts Platform. Does anyone have prior experience or opinions (good or bad) regarding this technology? I know of only 2 trading platform that has implemented this technology, does anyone know of others besides Wave59 or BioC...
by Gann_Man
16 Aug 2011
Forum: MultiCharts
Topic: Hive Technology / Swarm Technology
Replies: 2
Views: 1250

Hive Technology / Swarm Technology

I would like to see Hive Technology or Swarm Technology added to the MultiCharts Platform. Does anyone have prior experience or opinions (good or bad) regarding this technology? I know of only 2 trading platform that has implemented this technology, does anyone know of others besides Wave59 or BioCo...
by Gann_Man
25 Jul 2011
Forum: MultiCharts
Topic: TS Tick Data
Replies: 2
Views: 943

Re: TS Tick Data

Thank you Dave.
by Gann_Man
23 Jul 2011
Forum: MultiCharts
Topic: SetProfitTarget Function
Replies: 3
Views: 1003

Re: SetProfitTarget Function

Anybody else having problems with the "SetProfitTarget" function? {profit target code snippet} variable: profitTarget(0), targetPrice(0); {The profit target function is "NOT" 100% accurate "ALL" of the time} SetProfitTarget(profitTarget); {This profit target code is 100% accurate "ALL" of the time}...
by Gann_Man
23 Jul 2011
Forum: MultiCharts
Topic: TS Tick Data
Replies: 2
Views: 943

TS Tick Data

QuoteManager does not recognize the TS @ES.tik file containing the tick data I want to import. Must this file data be converted to ascii format before I can import it? If so, is there a utility to do this conversion? Thanks for any help.
by Gann_Man
22 Jul 2011
Forum: MultiCharts
Topic: SetProfitTarget Function
Replies: 3
Views: 1003

SetProfitTarget Function

Anybody else having problems with the "SetProfitTarget" function? {profit target code snippet} variable: profitTarget(0), targetPrice(0); {The profit target function is "NOT" 100% accurate "ALL" of the time} SetProfitTarget(profitTarget); {This profit target code is 100% accurate "ALL" of the time} ...
by Gann_Man
21 Apr 2011
Forum: MultiCharts
Topic: New Cursor/Pointer Feature
Replies: 24
Views: 7748

Re: New Cursor/Pointer Feature

I first started this thread back on August 10, 2008. I simply wanted an option added to MultiCharts so that the crosshair behaved the same as in TS (if desired). I did not ask to CHANGE the current crosshair operation, I just wanted to ADD 1 additional crosshair pointer option. I have been using TS ...
by Gann_Man
10 Apr 2011
Forum: MultiCharts
Topic: Zen-Fire in v7
Replies: 8
Views: 2129

Re: Zen-Fire in v7

Discovered the problem. I accidentally had a "space" (space bar character) at the end of my login name. This info is stored in two different locations: QuoteManager > Tools > Data Sources... > Settings MultiCharts > File > Broker Profiles > Manage Broker Profiles > Edit > Settings If you enter the w...
by Gann_Man
08 Apr 2011
Forum: MultiCharts
Topic: Zen-Fire in v7
Replies: 8
Views: 2129

Re: Zen-Fire in v7

Finally got Zen-Fire to connect to MC7 (can't explain how). I copied and pasted my login name from MC6 to MC7 and typed in my password several times (I'm certain I entered them correctly each time but maybe not). Recommend typing in directly both the login name and password.....still don't know if t...
by Gann_Man
08 Apr 2011
Forum: MultiCharts
Topic: Zen-Fire in v7
Replies: 8
Views: 2129

Re: Zen-Fire in v7

no problem here connecting to Zen-Fire or Rithmic on MC7
Are you running Windows 7 (64bit) with MultiCharts v7?
by Gann_Man
06 Apr 2011
Forum: MultiCharts
Topic: Zen-Fire in v7
Replies: 8
Views: 2129

Zen-Fire in v7

Anybody else having Zen-Fire connection problems in v7.0 Beta 1 (Build 4226)? Login name and password are correct. [04/06/2011 23:27:13] Establishing connection to Zen-Fire... [04/06/2011 23:27:21] Market Data Connection Opened [04/06/2011 23:27:21] Trading System Connection Opened [04/06/2011 23:27...
by Gann_Man
06 Nov 2010
Forum: MultiCharts
Topic: transfer 15 min information (indicator) in hourly indicator?
Replies: 7
Views: 1829

Re: transfer 15 min information (indicator) in hourly indica

Dear Gann_Man,

We are planning to add this feature. However, it is quite hard to realize, that is why it has not been done yet.
Will this feature be available in Version 7?
by Gann_Man
22 Sep 2010
Forum: MultiCharts
Topic: transfer 15 min information (indicator) in hourly indicator?
Replies: 7
Views: 1829

Re: transfer 15 min information (indicator) in hourly indica

Can the newest version of the MultiCharts 'SCANNER' allow an indicator to access Multi-data (ie: data2, data3, etc)? If not, are there any plans of adding this capability to the scanner?
by Gann_Man
23 May 2010
Forum: MultiCharts
Topic: New Cursor/Pointer Feature
Replies: 24
Views: 7748

Gann_Man wrote:
Please send me a price quote of what the cost would be if you are willing to add this feature for me.
+1
Please send Gann_Man a quote. :)
Never received a price quote :(

I REALLY miss this TS feature!
by Gann_Man
23 May 2010
Forum: MultiCharts
Topic: Feature Request: Show Weekends
Replies: 4
Views: 1302

Feature Request: Show Weekends

Feature Request: Show WeekENDS

Format Window:
"Show Weekends" (please add as a selection)

"Show Empty Periods" only shows empty periods for weekDAYS

Thank you.
by Gann_Man
17 May 2010
Forum: MultiCharts
Topic: PowerLanguage Editor Problem
Replies: 9
Views: 2805

Dear Gann_Man, Could you please send us your log files so we can investigate the problem? You can find log files here "%USERPROFILE%\Local Settings\Application Data\TS Support\MultiCharts\". You should paste this line in Start --> Run and in the window that will pop up make a zip-folder. Please sen...
by Gann_Man
17 May 2010
Forum: MultiCharts
Topic: PowerLanguage Editor Problem
Replies: 9
Views: 2805

Dear Gann_Man, Please try to do Multicharts repair in Windows Control Panel -- Add/remove program. I just tried this again as you suggested but it did not fix the problem. The first time I tried this was yesterday and I received the following error: An error occurred during the installation of asse...
by Gann_Man
17 May 2010
Forum: MultiCharts
Topic: PowerLanguage Editor Problem
Replies: 9
Views: 2805

Dear Gann_Man,

I have discussed the problem with our engineers once again. They ask you to come to our Live Chat so we can connect to your computer and analyze the problem.
Sorry, I do not wish to connect my computer. Any suggestions for me to try so I can fix this problem myself?
by Gann_Man
17 May 2010
Forum: MultiCharts
Topic: PowerLanguage Editor Problem
Replies: 9
Views: 2805

Henrik, thank you very much for this information! I did find ALL of my functions, indicators and strategies in the proper Dlls, SrcCpp and SrcEl folders. If I choose "Format Studies" in a chart window they are all listed but have a "Status" of "Unverified". Of course with an unverified status they w...
by Gann_Man
16 May 2010
Forum: MultiCharts
Topic: PowerLanguage Editor Problem
Replies: 9
Views: 2805

PowerLanguage Editor Problem

All of my Indicators and Signals have vanished. I had several hundred Indicators & Signals. One day they are all there and the next day they are all gone. When I choose File--->Open it only shows: Function 432 Indicator 0 Signal 0 What are the names of the files where the Functions, Indicators and S...
by Gann_Man
09 Feb 2010
Forum: MultiCharts
Topic: MultiCharts License
Replies: 13
Views: 7262

MultiCharts License

Looking to purchase a 'second' MultiCharts License.
Please contact me if someone is wanting to sell their legal registered license of MultiCharts.
Thank you.
by Gann_Man
25 Dec 2009
Forum: MultiCharts
Topic: New Cursor/Pointer Feature
Replies: 24
Views: 7748

My Christmas wish: I am willing to pay cash to have this feature added. Please send me a price quote of what the cost would be if you are willing to add this feature for me. Thank you and Merry Christmas to ALL! Sun Aug 10, 2008 12:26 am Please consider adding a new Cursor/Pointer feature under the ...
by Gann_Man
26 Oct 2009
Forum: MultiCharts
Topic: Show Empty Periods
Replies: 2
Views: 1390

Show Empty Periods

Format--->Window--->X - Time Scale (tab) Settings--->Show Empty Periods "Show Empty Periods" does not work on Second interval charts. Can this be fixed to show all 60 periods (empty or not) for each minute? I really need for this to work for Seconds as it does for the Minute, Hour and Day intervals....
by Gann_Man
12 Sep 2009
Forum: MultiCharts
Topic: GetPlotColor Bug
Replies: 11
Views: 4689

Hi Gann_Mann, In the gold release, the behavior of GetPlotColour in MC will be made the same as the behavior of this function in TS. Regards. The behavior of GetPlotColor has not changed and remains incompatible with TS code. GetPlotColor needs to return (get) the plot colors for each individual ch...
by Gann_Man
23 Jul 2009
Forum: MultiCharts
Topic: New Cursor/Pointer Feature
Replies: 24
Views: 7748

It's been close to a year for this feature request. Will it be implemented soon? Sun Aug 10, 2008 12:26 am Please consider adding a new Cursor/Pointer feature under the View menu. View----->Auto Cross If Auto Cross is turned on with a check mark and the left mouse button is pressed, a full chart cro...
by Gann_Man
20 Feb 2009
Forum: MultiCharts
Topic: New Cursor/Pointer Feature
Replies: 24
Views: 7748

Hi Gann_Man,

This request has been added to our feature request list.

I am not sure when it might be implemented.

Regards.
Will this feature be added in the Gold Release?
by Gann_Man
20 Feb 2009
Forum: MultiCharts
Topic: GetPlotColor Bug
Replies: 11
Views: 4689

Hi Gann_Mann,

In the gold release, the behavior of GetPlotColour in MC will be made the same as the behavior of this function in TS.

Regards.
Thank you....Marina
by Gann_Man
08 Feb 2009
Forum: MultiCharts
Topic: GetPlotColor Bug
Replies: 11
Views: 4689

I don't understand what you mean by "Per Chart basis". This is what I mean by "Per Chart basis": Chart Window #1 - plot1 color = red Chart Window #2 - plot1 color = green Chart Window #3 - plot1 color = blue The "Default Color" for the plots of an indicator are SET in the PowerLanguage Editor under...
by Gann_Man
07 Feb 2009
Forum: MultiCharts
Topic: GetPlotColor Bug
Replies: 11
Views: 4689

Hi Gann_Mann, It doesn't return this value on a per chart value. This is an excerpt from our help: "GetPlotColor returns either the Default colour or a colour determined by the function SetPlotColor. " This is how this reserved word is supposed to work. Marina, FYI, this breaks compatibility with T...
by Gann_Man
29 Jan 2009
Forum: MultiCharts
Topic: New Cursor/Pointer Feature
Replies: 24
Views: 7748

Hi Gann_Man,

This request has been added to our feature request list.

I am not sure when it might be implemented.

Regards.
Thank you in advance for implementing this feature :D
by Gann_Man
29 Jan 2009
Forum: MultiCharts
Topic: GetPlotColor Bug
Replies: 11
Views: 4689

Hi Gann_Mann, GetPlotColor returns either the Default colour or a colour determined by the function SetPlotColor. When you are saying: "If the color of a plot is changed in a chart from the default color, "GetPlotColor" still returns the default color." are you talking about changing the color with...
by Gann_Man
21 Jan 2009
Forum: MultiCharts
Topic: ZenFire Update
Replies: 5
Views: 3041

ZenFire Update

What are the future plans for fully supporting ZenFire in the QuoteManager as a Data Source? Are there any plans to provide ZenFire backfill data to your customers as NT does? I currently use MultiCharts/eSignal for charting and NT/ZenFire for order entry. ZenFire is a much better data source for in...
by Gann_Man
20 Jan 2009
Forum: MultiCharts
Topic: Noplot(n) not works when Plot(n)[m] m<-1 or m>1
Replies: 4
Views: 2256

:) Thanks ! Marina. I have tried your method. ************************** plot2[2](plot1[2]); setplotcolor(2, getplotbgcolor(1)); *************************** But getplotcolor(1) returns RED color. It should be BLACK. Instead I use ***setplotcolor(2, getbackgroundcolor);***. It works successfully to ...
by Gann_Man
20 Jan 2009
Forum: MultiCharts
Topic: GetPlotColor Bug
Replies: 11
Views: 4689

GetPlotColor Bug

"GetPlotColor" ALWAYS returns the DEFAULT color of the Indicator.
If the color of a plot is changed in a chart from the default color,
"GetPlotColor" still returns the default color.
by Gann_Man
20 Jan 2009
Forum: MultiCharts
Topic: New Cursor/Pointer Feature
Replies: 24
Views: 7748

Is this feature still being considered?
I would REALLY like to see it added.
by Gann_Man
10 Aug 2008
Forum: MultiCharts
Topic: MC vs TS Indicator Scaling
Replies: 7
Views: 3594

Yes TJ that is exactly my point, thanks for explaining it so well. I trade a 1 minute chart of the Euro Globex (6E) it had a daily range Friday of 339 points (1.5307 - 1.4968). At the end of the day the price bars were compressed so much the chart was not very easy to read. After a point during the ...
by Gann_Man
10 Aug 2008
Forum: MultiCharts
Topic: New Cursor/Pointer Feature
Replies: 24
Views: 7748

New Cursor/Pointer Feature

Please consider adding a new Cursor/Pointer feature under the View menu. View----->Auto Cross If Auto Cross is turned on with a check mark and the left mouse button is pressed, a full chart crosshair will appear, when the mouse button is released the crosshair will disappear (exactly the same as TS)...
by Gann_Man
09 Aug 2008
Forum: MultiCharts
Topic: MC vs TS Indicator Scaling
Replies: 7
Views: 3594

MC vs TS Indicator Scaling

MC expands the data range scale to show ALL indicator values.

TS does not expand the data range scale and keeps the data range scale to screen.

Is this a MC bug or is there a way to make MC behave like TS.

I perfer the TS implementation better.
by Gann_Man
23 Nov 2007
Forum: MultiCharts
Topic: Upcoming MultiCharts Webinars
Replies: 1
Views: 1571

Upcoming MultiCharts Webinars

Posted: Wed Nov 21, 2007 5:47 am Post subject: Upcoming MultiCharts Webinars -------------------------------------------------------------------------------- Dear Customers, We are planning a series of webinars dedicated to working with MultiCharts and the software's numerous features. If you are i...
by Gann_Man
30 Oct 2007
Forum: MultiCharts
Topic: MB trading datasource
Replies: 9
Views: 4773

I just received an email from MB today.
MB does NOT support DDE now and will NOT support it in the future.
by Gann_Man
27 Oct 2007
Forum: MultiCharts
Topic: MB trading datasource
Replies: 9
Views: 4773

We're familiar with MB's API, we plan to include this data source and it will be implemented in the future - it's not decided so far at what date or in what release version. If MultiCharts is "familiar with MB's API" don't you know if they support DDE? MultiCharts Universal DDE has 20 built-in Temp...
by Gann_Man
26 Oct 2007
Forum: MultiCharts
Topic: OpenTick Exchanges
Replies: 14
Views: 5335

If Multicharts expects the end user to create all the OpenTick Exchanges before being able to use the datafeed then the tutorial for OpenTick needs to be updated. http://www.tssupport.com/products/multicharts/tutorials/opentick.htm I think Multicharts should provide these exchanges as a built-in fea...
by Gann_Man
20 Oct 2007
Forum: MultiCharts
Topic: OpenTick Exchanges
Replies: 14
Views: 5335

OpenTick Exchanges

QuoteManager v2.1.999.999
-->Tools-->Exchanges & ECNs-->Exchange & ECN List

What happened to ALL the OpenTick Exchanges?
A
AO
B
BO
BT
C
CO
D
DT
EC
EM
HT
IO
M
MT
MX
N
NO
OC
P
PO
Q
S
T
TO
U
UT
V
VN
W
X
XO
ar
at
br
bt
cm
ct
ec
em
is
mx
no
by Gann_Man
19 Oct 2007
Forum: MultiCharts
Topic: MB trading datasource
Replies: 9
Views: 4773

Would it be possible to use the 'Universal DDE' as a Data Source within QuoteManager to access the MB Trading Data Feed?
by Gann_Man
11 Oct 2007
Forum: MultiCharts
Topic: MB trading datasource
Replies: 9
Views: 4773

Please add MB Trading as a data source.

Thank you.
by Gann_Man
27 Aug 2007
Forum: MultiCharts
Topic: Multi-Data Chart Problem
Replies: 10
Views: 3564

one other thing you should check with your "old" method. (i.e. without the 5m overlay)

Check the "Scaling" of the 1m chart and the scaling of the 5m-MA. Make sure they have the same Top Margins and same Bottom Margins.
Yes, they are the same.
by Gann_Man
27 Aug 2007
Forum: MultiCharts
Topic: Multi-Data Chart Problem
Replies: 10
Views: 3564

one way you can do this is to overlay a 5m chart on the 1min chart. Set the 5m chart to appear invisible. Plot the 5m MA and the MA will ride on the 1m chart correctly. Thank you TJ! With that type of chart setup the MA is now plotting correctly. Question to MC Staff: Do you consider this solution ...
by Gann_Man
27 Aug 2007
Forum: MultiCharts
Topic: Multi-Data Chart Problem
Replies: 10
Views: 3564

It should not be necessary or required to set scaling to 'user defined' values for Subchart #1 to plot a MA of Data2. It appears the MA line in Subchart #1 is tied to scaling not price. MA lines should always be tied to price not scaling. Subchart #1 is returning the correct value for Data2 the prob...
by Gann_Man
27 Aug 2007
Forum: MultiCharts
Topic: Multi-Data Chart Problem
Replies: 10
Views: 3564

on the MA, check "Last Price Marker". YOu will see the MA is using a different scale than the price bar. YOu have to fix the price bar scale, then fix the MA scale on top of it. p.s. the scale to symbol does not help, because you are using data 2 on chart 1. "Last Price Marker" was checked. MA shou...
by Gann_Man
27 Aug 2007
Forum: MultiCharts
Topic: Multi-Data Chart Problem
Replies: 10
Views: 3564

Did you set at "Scaling" -> "Scale Type" -> Same as Symbol?
Yes
by Gann_Man
27 Aug 2007
Forum: MultiCharts
Topic: Multi-Data Chart Problem
Replies: 10
Views: 3564

Multi-Data Chart Problem

Moving Average in Subchart #1 is based on Data2 Moving Average in Subchart #2 is based on Data2 Moving Average is constant in Subchart #2 (anchored to price as it should be) Moving Average is NOT constant in Subchart #1 (it floats up & down as time is scrolled) This is only a visual problem, the Mov...
by Gann_Man
05 Aug 2007
Forum: MultiCharts
Topic: Feature requests topic and poll
Replies: 231
Views: 133830

Re: Tracking Cursor

Please alter the global tracking cursor so that it only moves when the mouse button is held down or at least add this as an option. It makes it much easier to do research on multiple charts. This is how TS treats it. I noticed another user requested this same feature over a year ago; it would only ...

Go to advanced search