Search found 20 matches

by jules190
22 Sep 2021
Forum: MultiCharts .NET
Topic: Is there a way to recompile Dll with Multichart.net running?
Replies: 2
Views: 1091

Re: Is there a way to recompile Dll with Multichart.net running?

Hello MikeJ, Unfortunately, there is no such option. As a workaround you can use different functions in your DLL and call one of another function from the script depending on your goal. This isn't a workaround at all. If changes need to be made to the code inside the DLL, currently we need to close...
by jules190
19 Jan 2021
Forum: MultiCharts .NET
Topic: Referencing higher version of .NET than 4
Replies: 3
Views: 1453

Re: Referencing higher version of .NET than 4

I have successfully referenced a project targeting 4.7.2. This is the highest version I have tried.
by jules190
19 Jan 2021
Forum: MultiCharts .NET
Topic: How to reference an assembly or project in PL Editor
Replies: 1
Views: 893

Re: How to reference an assembly or project in PL Editor

You need to compile 'My' and then add a reference to the DLL. You add the reference by right clicking in PLEditor > References... > Add Reference If you want to make changes to your project, you will need to close MultiCharts. You can't recompile your project while MultiCharts has it in memory, and ...
by jules190
26 Jun 2020
Forum: MultiCharts .NET
Topic: Random orders submitted and immediately cancelled
Replies: 2
Views: 1187

Re: Random orders submitted and immediately cancelled

Hi Svetlana, Thanks for replying. The broker is CQG. It's very strange. I had another eight of these orders this morning, again just after 3am, and all with matching 'Broker Order ID' and 'OCO ID' with orders that were cancelled yesterday. I'm not in front of my trading computer at the moment, but w...
by jules190
25 Jun 2020
Forum: MultiCharts .NET
Topic: events or callbacks once order is filled
Replies: 2
Views: 1566

Re: events or callbacks once order is filled

TradeManager has events that you can subscribe to. https://www.multicharts.com/downloads/MultiCharts.NET-ProgrammingGuide-v1.0.pdf Here's a quick example. It outputs when an order is added. A few points to note: The orders collection is only updated upon calling TradeManager.ProcessEvents(), so you ...
by jules190
25 Jun 2020
Forum: MultiCharts .NET
Topic: Random orders submitted and immediately cancelled
Replies: 2
Views: 1187

Random orders submitted and immediately cancelled

Hi MultiCharts, I have a strange issue that I have discovered this morning. I've included as much detail as possible below. In the order and positions tracker window I have discovered some orders that are not mine. They are submitted and immediately cancelled (to the exact same millisecond). They ar...
by jules190
13 Apr 2020
Forum: MultiCharts .NET
Topic: Custom future back adjustment and intraday data
Replies: 1
Views: 1256

Custom future back adjustment and intraday data

I am using custom futures to create continuous contracts. I have set rollover condition to 2 days prior to expiration and back adjustment mode to difference. This works fine for daily charts, however intraday charts are not adjusted. The chart example below rolls on the 5th. It's a 60min chart on th...
by jules190
09 Apr 2020
Forum: MultiCharts .NET
Topic: Bug in GenerateStopLoss() during backtest
Replies: 1
Views: 1328

Bug in GenerateStopLoss() during backtest

The code below triggers a short entry at 170.23 on 08-04-2020 for contract DBM20 and places a 40 tick stop. using System; using System.Drawing; using System.Linq; using PowerLanguage.Function; using ATCenterProxy.interop; namespace PowerLanguage.Strategy { public class SL : SignalObject { private IO...
by jules190
26 Mar 2020
Forum: MultiCharts .NET
Topic: Using HighD in signal
Replies: 1
Views: 1302

Using HighD in signal

Hi, I don't appear to be able to use HighD in a signal. The code below, outputs the correct value to the console, however when I uncomment buyToEnter.Send(highD[0]) it messes up the values. The value printed to the console becomes the high of the second bar of the current day. Is this a bug? Or is t...
by jules190
26 Sep 2018
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 12.0 RELEASE 2
Replies: 4
Views: 2452

Re: MULTICHARTS .NET 12.0 RELEASE 2

There's a couple of minor bugs that I have noticed in the most recent release.
1) Can't remove 'Trading Performance Report' button from the toolbar (when mc is restarted, it comes back).
2) Can't save a 'Chart Shift' on a TPO chart. When the workspace is reopened, Chart Shift is always zero.
by jules190
17 Feb 2017
Forum: MultiCharts
Topic: Size of Toolbar Buttons [SOLVED]
Replies: 6
Views: 2364

Re: Size of Toolbar Buttons [SOLVED]

There should be 2 sets of buttons -- one set for the 4K, and a smaller set for non-4K screens.

If you are not using a 4K screen, please do not select 4K.
Where does it give you the option to select 4K/non 4K?
by jules190
17 Feb 2017
Forum: MultiCharts
Topic: AMP CQG historical data issue
Replies: 2
Views: 1389

Re: AMP CQG historical data issue

If you go into QuoteManager -> Data Sources ->CQG and check "External History Data" this should resolve the issue. This switches you from CQG COMAPI to CQG Web API. Apparently the issue is with the COMAPI. I would like to hear from Multicharts as to whether the issue with the COMAPI will be resolved...
by jules190
17 Feb 2017
Forum: MultiCharts
Topic: Size of Toolbar Buttons [SOLVED]
Replies: 6
Views: 2364

Re: Size of Toolbar Buttons [SOLVED]

I completely agree with you on this. I understand why they have chosen to redesign the buttons, but why make them bigger?! The buttons are bigger and the toolbars are deeper. It means less screen space for charts. Seems like such a strange decision. I don't think the ability to resize the buttons is...
by jules190
01 Dec 2015
Forum: MultiCharts
Topic: CQG Data
Replies: 34
Views: 12405

Re: CQG Data

For a few months now, whenever I refresh/reload my chart there is a gap of 5-30 minutes of data that is missing from the most recent data (current date). I use IQFeed for historical and CQG for live data. Did you ever find a solution for this? I have the same problem, when I reload a chart there is...
by jules190
29 Aug 2015
Forum: MultiCharts
Topic: CQG Data
Replies: 34
Views: 12405

CQG Data

There appears to be large gaps in all the CQG data from last week.

Is anybody else experiencing this?
by jules190
14 Apr 2015
Forum: MultiCharts
Topic: ATTENTION CQG USERS [SOLVED]
Replies: 52
Views: 16384

Re: ATTENTION CQG USERS [SOLVED]

TT is fix connection and therefore doesn't offer historical data. https://www.multicharts.com/market-data-feeds/ You need contact AMP if you want rithmic, you can't select it in the portal. I'm sure if you speak to live chat they'll be able to sort it. Alternatively just turn off 'download missing h...
by jules190
14 Apr 2015
Forum: MultiCharts
Topic: ATTENTION CQG USERS [SOLVED]
Replies: 52
Views: 16384

Re: ATTENTION CQG USERS [SOLVED]

You can run Multicharts through TT/AMP, but it has no historical data, so you would be no better off. Should be able to run it through rithmic which could be a solution
by jules190
21 Oct 2014
Forum: MultiCharts
Topic: Stuck Reloading CQG Data From Yesterday 10/15/2014 [SOLVED]
Replies: 6
Views: 1853

Re: Stuck Reloading CQG Data From Yesterday 10/15/2014 [SOLVED]

It's looks as though it's been corrected for bund, bobl and schatz. However oil, t-note and s+p are all still wrong.
by jules190
17 Oct 2014
Forum: MultiCharts
Topic: Stuck Reloading CQG Data From Yesterday 10/15/2014 [SOLVED]
Replies: 6
Views: 1853

Re: Stuck Reloading CQG Data From Yesterday 10/15/2014 [SOLVED]

It's a CQG issue. I spoke with them yesterday and they informed me that they had corrected it for their software users (CQG IC), but they said that it usually takes an extra day for multicharts/NT users. I'm not sure how true this is as it appears to still be wrong today.
by jules190
06 Aug 2014
Forum: MultiCharts
Topic: Universal DDE request rules [SOLVED]
Replies: 8
Views: 2982

Re: Universal DDE request rules [SOLVED]

Could you please elaborate on the difference between standard and advanced? I don't see that it makes a difference if the price/volume is updated independently, surely if you receive a volume update without a price update, it just assigns that volume to the last traded price? What difference does it...

Go to advanced search