Search found 35 matches

by kh_model
25 Jul 2021
Forum: MultiCharts .NET
Topic: access center price of DOM from code?
Replies: 1
Views: 894

access center price of DOM from code?

In MultiCharts.net, is there a way to query the center price of the DOM? Such a method would need to account for the case when the user has interactively re-centered the DOM. An indirect method such as a query to determine the high or the low of the DOM might be useful too. Perhaps it could be based...
by kh_model
20 Jul 2021
Forum: MultiCharts
Topic: ELTicToc.dll error
Replies: 3
Views: 689

Re: ELTicToc.dll error

I think that not all of the options which you requested are available in MultiCharts v8.8 where the test is being conducted. Several times I have now used the Feedback application to upload via ftp using the default settings and adding the option to attach a log file. If you did not receive them, ca...
by kh_model
13 Jul 2021
Forum: MultiCharts
Topic: ELTicToc.dll error
Replies: 3
Views: 689

ELTicToc.dll error

Hello, I am trying to get the 64bit version of the ELTicToc.dll which was posted on this forum several years ago to work in a Windows 7 Professional environment with MultiCharts64 version 8. My tests were conducted on a 1 second chart using the demo indicator with some minor modifications. Can anyon...
by kh_model
29 Jun 2021
Forum: MultiCharts .NET
Topic: MultiCharts .NET tutorials
Replies: 17
Views: 21109

Re: MultiCharts .NET tutorials

Thank you for posting your excellent tutorial at: https://www.tradingcode.net/multicharts-net/outputting-data/output-window-escape-characters/ I am relatively new to dot net and C# programming. When I pasted first the following code into the PowerLanguage editor it compiled but there was a red icon ...
by kh_model
07 Apr 2021
Forum: MultiCharts
Topic: expand scale to analysis techniques
Replies: 3
Views: 630

Re: expand scale to analysis techniques

After further testing with MultiCharts 8.8, I have noticed that the previously posted indicator called "scaling_lines_hi_lo_a.pla" which combines two plots within a single indicator works properly under certain conditions. I have observed that when "Format Instrument > Scaling > Scaling Range" is se...
by kh_model
06 Apr 2021
Forum: MultiCharts
Topic: expand scale to analysis techniques
Replies: 3
Views: 630

Re: expand scale to analysis techniques

I forgot to mention in my previous post that all of my tests were conducted in MultiCharts version 8.8. I apologize in advance in case there is a documented bug or bugfix which I have not yet learned about. In case someone discovers that my second example works in a newer version of MultiCharts plea...
by kh_model
05 Apr 2021
Forum: MultiCharts
Topic: expand scale to analysis techniques
Replies: 3
Views: 630

Re: expand scale to analysis techniques

I have so far not been able to reproduce the results shown above with a single indicator. It seemed logical to me that only one indicator should be needed which contains two plots, instead of two indicators which each contain one plot. Here is the code which does not seem to work as expected. I hope...
by kh_model
05 Apr 2021
Forum: MultiCharts
Topic: expand scale to analysis techniques
Replies: 3
Views: 630

expand scale to analysis techniques

I have written a test indicator which plots 1 line on a chart at a user-specified offset above price. I have written another indicator which plots 1 line on a chart at a user-specified offset below price. Both indicators are intended to be applied to the same chart and the same data series at the sa...
by kh_model
14 Nov 2020
Forum: MultiCharts
Topic: Calling external DLL from Power Language with array passed by reference
Replies: 19
Views: 6260

Re: Calling external DLL from Power Language with array passed by reference

There is a dedicated team standing behind the swiss ephemeris project to whom we should all be very grateful. The following url is a general starting point: https://www.astro.com/ Their programming interface is well documented here: https://www.astro.com/swisseph/swephprg.htm In my own words, I woul...
by kh_model
12 Nov 2020
Forum: MultiCharts
Topic: Calling external DLL from Power Language with array passed by reference
Replies: 19
Views: 6260

Re: Calling external DLL from Power Language with array passed by reference

Hello Gero65, I modified your code slightly based on an old post by Marina Pashkova which dates back to 2008: https://www.multicharts.com/discussion/viewtopic.php?t=5608 While no errors are produced in the compiler or at runtime, there does not seem to be any information in the array other than a ze...
by kh_model
11 Dec 2018
Forum: MultiCharts FAQ
Topic: [Advanced Topic] Programming DLL
Replies: 37
Views: 44237

Re: [Advanced Topic] Programming DLL

When it is stated that PLKit.dll is required to build a dll which works with Multicharts64, should I assume that even a dll which does not make use of any internal MultiCharts or Powerlanguage functions must be built against PLKit.dll if I wish to call it from within PowerLanguage? Using a tool like...
by kh_model
15 Jun 2011
Forum: MultiCharts
Topic: handle Global Server expired contracts in Custom Futures?
Replies: 3
Views: 1154

Re: handle Global Server expired contracts in Custom Futures

there is a more complete version of this post in the main MultiCharts thread.
by kh_model
15 Jun 2011
Forum: MultiCharts
Topic: handle GlobalServer expired contracts in Custom Futures?
Replies: 4
Views: 1357

Re: handle GlobalServer expired contracts in Custom Futures?

My tests indicate that when using the futures template in GlobalServer, one cannot rename an expired symbol, but I was able to rename an unexpired symbol manually to match the format that you previously suggested. I don't yet know what will happen to that symbol after it expires, that should be inte...
by kh_model
15 Jun 2011
Forum: MultiCharts
Topic: handle Global Server expired contracts in Custom Futures?
Replies: 3
Views: 1154

Re: handle Global Server expired contracts in Custom Futures

Thank you for your suggestion. Unless I am mistaken, the problem is that when using the futures template in GlobalServer there is apparently no way to manually redefine the current symbol format for unexpired futures contracts, and also no way to redefine the historical symbol format for expired fut...
by kh_model
15 Jun 2011
Forum: MultiCharts
Topic: handle GlobalServer expired contracts in Custom Futures?
Replies: 4
Views: 1357

Re: handle GlobalServer expired contracts in Custom Futures?

Thank you for your suggestion. Unless I am mistaken, the problem is that when using the futures template in GlobalServer there is apparently no way to manually redefine the current symbol format for unexpired futures contracts, and also no way to redefine the historical symbol format for expired fut...
by kh_model
15 Jun 2011
Forum: MultiCharts
Topic: handle GlobalServer expired contracts in Custom Futures?
Replies: 4
Views: 1357

handle GlobalServer expired contracts in Custom Futures?

The excellent "Custom Continuous Futures" feature in MultiCharts clearly has the potential to utilize GlobalServer data in theory, but in practice there seems to be a small challenge which may need to be resolved. Since the most recent contract always needs to be present, at the time of this writing...
by kh_model
15 Jun 2011
Forum: MultiCharts
Topic: handle Global Server expired contracts in Custom Futures?
Replies: 3
Views: 1154

handle Global Server expired contracts in Custom Futures?

The excellent "Custom Continuous Futures" feature in MultiCharts clearly has the potential to utilize GlobalServer data in theory, but in practice there seems to be a small challenge which may need to be resolved. Since the most recent contract always needs to be present, at the time of this writing...
by kh_model
20 Aug 2009
Forum: MultiCharts
Topic: ZenFire (part four)
Replies: 1
Views: 2671

ZenFire (part four)

Everybody has a different approach to trading and analysis. For me, I prefer not to try to do all of my analysis and trading on the same computer. However, that can cause datafeed costs to skyrocket if one is not very careful about implementation. Computers may not be as expensive as datafeed costs,...
by kh_model
20 Aug 2009
Forum: MultiCharts
Topic: ZenFire (part three)
Replies: 1
Views: 1544

ZenFire (part three)

I have also attached an example of some of my settings in QuoteManager for 8 futures symbols. Maybe they are not "perfect" settings, but so far I have not noticed any problems. It shows among other things how one can use the "as is" setting for YM, and a different multiplier for 6J than for 6E, and ...
by kh_model
20 Aug 2009
Forum: MultiCharts
Topic: ZenFire (part two)
Replies: 0
Views: 1311

ZenFire (part two)

In QuoteManager, one may need to define the correct sessions, pt values, etc. for each symbol that one wants to use in MultiCharts, but QuoteManager provides a lot of "expert-level" flexibility when it comes to allowing one to reduce annual datafeed costs. In my case, I was able to define my symbol ...
by kh_model
20 Aug 2009
Forum: MultiCharts
Topic: ZenFire (part one)
Replies: 0
Views: 2234

ZenFire (part one)

I am very impressed with the way that MultiCharts collects ZenFire realtime data. Does anyone here know if it is possible to connect to "TF" and "DX" on "NYBOT" exchange with ZenFire in MultiCharts? I also tried "ICE" as an exchange but that did not seem to work either. My first screenshot shows tha...
by kh_model
20 Aug 2009
Forum: MultiCharts
Topic: Goodbye from Marina Pashkova
Replies: 22
Views: 7976

success ;)

Thank you Marina, for your helpfulness and for your dedication, and may happiness follow you always!
by kh_model
13 Jun 2009
Forum: MultiCharts
Topic: Why I don't trust "IntraBarPersist"
Replies: 86
Views: 47561

thanks

Thank you Bob for your excellent comments on this topic, including those at other sites.
by kh_model
09 Jun 2009
Forum: MultiCharts
Topic: Why I don't trust "IntraBarPersist"
Replies: 86
Views: 47561

just a guess...

Could the intriguing discrepency described above have anything to do with "tsShaper"? Somewhere here I found a very nice discussion about it, including how various registry settings can be used to control how much volume gets redistributed across bars whenever "shaping" is necessary. According to th...
by kh_model
07 Jun 2009
Forum: MultiCharts
Topic: VOTE FOR MC FEATURES TO BE IMPLEMENTED
Replies: 53
Views: 30626

MTPredictor uses "Commentary" to draw on Charts

In case others are not aware, "Analysis Commentary" in TS is a feature that is required by MTPredictor RT to draw risk-reward, stop levels, and multiple support and resistance levels on charts. The "Analysis Commentary" feature is an integral part of MTPredictor's "automatic trade setups". In my opi...
by kh_model
07 Jun 2009
Forum: MultiCharts
Topic: FEATURE POLL. Charting, scanning, backtesting, & ATE (4)
Replies: 20
Views: 10329

MTPredictor needs "Commentary" to Draw on Chart

In case others are not aware, "Analysis Commentary" in TS is a feature that is required by MTPredictor RT to draw risk-reward, stop levels, and multiple support and resistance levels on charts. The "Analysis Commentary" feature is an integral part of MTPredictor's "automatic trade setups". In my opi...
by kh_model
04 Jun 2009
Forum: MultiCharts
Topic: GlobalServer and Realtime Volume
Replies: 0
Views: 1590

GlobalServer and Realtime Volume

I have been testing GlobalServer symbols in MultiCharts with tick-based and minute-based charts. Initially, I tested local GlobalServer symbols. My tests did not seem to have significantly different results after I added TSDataHub and began working with a remote GlobalServer that was being fed with ...
by kh_model
04 Jun 2009
Forum: MultiCharts
Topic: RunCommand in EasyLanguage?
Replies: 0
Views: 2021

RunCommand in EasyLanguage?

Is the easylanguage command "RunCommand" supported in multicharts? Are TS "macros" scheduled to be implemented in multicharts in the future? In TS, easylanguage "RunCommand" is available to call a TS macro at the end of each bar if needed. For realtime charting purposes, an important application for...
by kh_model
23 May 2009
Forum: MultiCharts
Topic: TS Data Hub and MultiCharts?
Replies: 3
Views: 2354

TS Data Hub and MultiCharts?

Is MultiCharts compatible with TSDataHub? Since MultiCharts allows a separate symbol to be used for historical and realtime data, will a GlobalServer symbol that is connected to TSDataHub Client work for both historical and realtime data without problems?
by kh_model
05 May 2009
Forum: MultiCharts
Topic: Upticks and DownTicks vs. UnchTicks
Replies: 2
Views: 2200

clarification

Thank you Marina for considering my question. On the simplest level, I am just asking what is the expected behaviour difference, if any, with regard to UnchTicks in the following comparison (both cases involve a version of QuoteManager): 1. OwnData with TS (using the TS datafeed for realtime data) 2...
by kh_model
26 Apr 2009
Forum: MultiCharts
Topic: import/export "UpVol" for 1 tick bar
Replies: 0
Views: 1791

import/export "UpVol" for 1 tick bar

UPDATE: after further observation, I'm not sure if my request below is possible or even desireable anymore, but I will let the experts at TSSupport and others think about it if they wish... suggestion for QuoteManager: For 1 tick bars, please allow the user to import and export to fields such as "Up...
by kh_model
26 Apr 2009
Forum: MultiCharts
Topic: Upticks and DownTicks vs. UnchTicks
Replies: 2
Views: 2200

Upticks and DownTicks vs. UnchTicks

Quote Manager already does a great job collecting realtime data for fields like "UpTicks" and "DownTicks" for intraday resolution such as "1 min" bars. Here is a question: When Quote Manager is used with TS, even though there is a field for "UnchTicks" in Quote Manager, it seems to receive no data d...
by kh_model
27 Nov 2007
Forum: MultiCharts
Topic: Why I won't change from TS 8 to MC
Replies: 17
Views: 7897

on the positive side...

TS Support currently gives people the freedom to maintain their own database of market data, which I believe is a unique and very valuable advantage. Learning to use a tool like QuoteManager effectively (especially under "real world trading conditions") may take a bit of practice, but like everythin...
by kh_model
26 Jun 2007
Forum: MultiCharts
Topic: MTPredictor and "Analysis Commentary"
Replies: 0
Views: 1759

MTPredictor and "Analysis Commentary"

I appreciate the excellent progress that Multicharts has already made, and I want to thank the developers for their efforts. I think it is important at this time to mention that MTPredictor is an example of a very good and widely used third party tool which relies heavily on TS's "Analysis Commentar...
by kh_model
09 Dec 2006
Forum: MultiCharts
Topic: Goodbye dear users and forum visitors
Replies: 13
Views: 6995

Good luck!

Thank you, Alex, for answering many of my most challenging questions. Best wishes in all future endeavors.

Go to advanced search