Search found 4 matches

by MarkG
14 Mar 2016
Forum: MultiCharts
Topic: ATTENTION CQG USERS
Replies: 16
Views: 6949

Re: ATTENTION CQG USERS

Hi Henry, I am trying the AMP demo in evaluation mode using MC64 Version 9.1 release (Build 12411) and I am able to add symbols/instruments (symbol lookup works) but not able to get historical data. When connecting to a CQG demo account I get: Establishing connection to CQG: Datafeed Version= 1.0.12...
by MarkG
14 Mar 2016
Forum: MultiCharts
Topic: CQG Demo with AMP - Unable to get data
Replies: 8
Views: 5941

Re: CQG Demo with AMP - Unable to get data

Hi Henry, I am trying the AMP demo in evaluation mode using MC64 Version 9.1 release (Build 12411) and I am able to add symbols/instruments (symbol lookup works) but not able to get historical data. When connecting to a CQG demo account I get: Establishing connection to CQG: Datafeed Version= 1.0.12...
by MarkG
17 Mar 2015
Forum: MultiCharts .NET
Topic: Reference function on data2 [SOLVED]
Replies: 1
Views: 1602

Re: Reference function on data2 [SOLVED]

No need to reply; I finally figured it out. Here is an example of an indicator that calculates the raw MACD on data2: ... public class MACD_MTF : IndicatorObject { private Function.MACD m_macd2; ... protected override void Create() { m_macd2 = new Function.MACD(this,2); } protected override void Sta...
by MarkG
15 Mar 2015
Forum: MultiCharts .NET
Topic: Reference function on data2 [SOLVED]
Replies: 1
Views: 1602

Reference function on data2 [SOLVED]

Hi Henry MultiCharts, In your post: https://www.multicharts.com/discussion/viewtopic.php?f=19&t=45848#p100792 you mention a way to calculate a function on data2: To make the function calculated on data2. Example for ADX function: Code: ADX _a = new ADX(this,2); I have spent many hours trying to impl...

Go to advanced search