Search found 8 matches

by szoi
09 May 2015
Forum: MultiCharts .NET
Topic: Unable to debug in VB [SOLVED]
Replies: 12
Views: 6116

Re: Unable to debug in VB [SOLVED]

Henry, I'm afraid of abusing of your patience, but I've a blind spot, and I'm not finding the way. Please can you revise my procedure to find where I'm wrong? 1. All the logic, is in a separate DLL, as in this post 2. The strategy code, just contains the New and the Create procedures, which just cal...
by szoi
04 May 2015
Forum: MultiCharts .NET
Topic: Unable to debug in VB [SOLVED]
Replies: 12
Views: 6116

Re: Unable to debug in VB [SOLVED]

Very strange!
I've followed all the instructions: I've added the DLL project, (MC_zD_) to the solution, cleared all the breakpoints and started the debug session, and the issue is still there.
by szoi
28 Apr 2015
Forum: MultiCharts .NET
Topic: Unable to debug in VB [SOLVED]
Replies: 12
Views: 6116

Re: Unable to debug in VB [SOLVED]

Sorry, Henry
I know this sounds very stupid from me, but I don't understand what means to put the breakpoint in the DLL.
My breakpoint is in the code from DLL,
(22mflq4o.dll.VB.netmodule!PowerLanguage.PostNewsSrtInd.CalcBar Line 36), and I don't know to breack elsewhere.
by szoi
25 Apr 2015
Forum: MultiCharts .NET
Topic: Unable to debug in VB [SOLVED]
Replies: 12
Views: 6116

Re: Unable to debug in VB [SOLVED]

Thank you for the fast reply
Henry, this is what I'm doing
I starts MC from VS, I've no breakpoints on MultiCharts .NET study code, and I break only in DLL, but I can't see variables anyway.
Please see the attached images
by szoi
23 Apr 2015
Forum: MultiCharts .NET
Topic: Unable to debug in VB [SOLVED]
Replies: 12
Views: 6116

Re: Unable to debug in VB: *where I'm I wrong?* [SOLVED]

Hi Henry, thank you very much for your support. I'm still in trouble. I've all the logic implemented in a DLL called MC_zD_ Here's the strategy code Imports MC_zD_.PowerLanguage.Strategy Namespace PowerLanguage.Strategy Public Class ___zDdebug2 Inherits __zD_PNunpRt Public Sub New(ByVal _ctx As Obje...
by szoi
02 Mar 2015
Forum: MultiCharts .NET
Topic: Clearing the .net data cache in Interactive Broker (IB) envi
Replies: 2
Views: 2481

Clearing the .net data cache in Interactive Broker (IB) envi

The data in the cache went wrong, and have some holes, which invalidate my backtests.
I've tried with another computer, but now the problem is back.
In the forum I've found no solution, because I haven't the data manager.
Uninstalling multicharts gives no results.
Is there some solution?
Thanks
by szoi
16 Feb 2015
Forum: MultiCharts .NET
Topic: sending a Sell Stop order [SOLVED]
Replies: 1
Views: 1648

sending a Sell Stop order [SOLVED]

Hi I know this is a dummy's request, but I'm not able to solve this simple task. I want to send priced a Sell order, to be filled at a defined price. Here is the code. IOrderPriced SellStopOeder; IOrderMarket ExitOrder; int OnBars; public _zD_SellStopTest(object _ctx) : base(_ctx) { } protected over...
by szoi
03 Feb 2015
Forum: MultiCharts .NET
Topic: Unable to debug in VB [SOLVED]
Replies: 12
Views: 6116

Unable to debug in VB [SOLVED]

My environment is Windows 7 VS 2010 Ultimate Version 10.0.40219.1 SP1Rel I've two blocking issues The first is the famous message Unable ti evaluate the expression when I try to see a variable's value. The second is an error raided when the calcbar executes any PL structure, for example m_avg = Me.m...

Go to advanced search