Search found 6 matches

by TrTrading
13 Jun 2019
Forum: MultiCharts .NET
Topic: Environment Variables in MC .Net [SOLVED]
Replies: 2
Views: 1648

Re: Environment Variables in MC .Net [SOLVED]

I think I found the problem. I should be using:

Code: Select all

env_string = System.Environment.SpecialFolder.ApplicationData;
I am not sure why it doesn't work with just "using System;" declared.
by TrTrading
13 Jun 2019
Forum: MultiCharts .NET
Topic: Environment Variables in MC .Net [SOLVED]
Replies: 2
Views: 1648

Environment Variables in MC .Net [SOLVED]

I am trying to use the environment methods in C# .net in MultiCharts to get the location of the %appdata% folder on the computer. Both the following code create errors in the MultiChart .Net Function that I am using: env_string = Environment.SpecialFolder.ApplicationData; env_string = Environment.Ex...
by TrTrading
04 Jun 2019
Forum: MultiCharts .NET
Topic: ExecControl.RecalcLastBarAfter Issue
Replies: 5
Views: 2040

Re: ExecControl.RecalcLastBarAfter Issue

Sorry, there was a limit of attachments. Here is the .pln file.
Test_Recalc.pln
(1.33 KiB) Downloaded 254 times
I have also sent these files to the support email.

Thank you.
by TrTrading
03 Jun 2019
Forum: MultiCharts .NET
Topic: ExecControl.RecalcLastBarAfter Issue
Replies: 5
Views: 2040

Re: ExecControl.RecalcLastBarAfter Issue

Hello, TrTrading, Please send us a test case to support@multicharts.com so that we would be able to reproduce the issue on our end: 1. The workspace where the issue is reproduced. 2. Export of used symbols (with data) from QuoteManager in .qmd archive: http://www.multicharts.com/trading-software/in...
by TrTrading
30 May 2019
Forum: MultiCharts .NET
Topic: ExecControl.RecalcLastBarAfter Issue
Replies: 5
Views: 2040

Re: ExecControl.RecalcLastBarAfter Issue

I want to also give another repeatable example. This example is given in the forums by a forum staff member as an example for MC .NET: using System; using System.Drawing; using System.Linq; using PowerLanguage.Function; namespace PowerLanguage.Indicator { public class Test_RecalcLastbarAfterExample ...
by TrTrading
30 May 2019
Forum: MultiCharts .NET
Topic: ExecControl.RecalcLastBarAfter Issue
Replies: 5
Views: 2040

ExecControl.RecalcLastBarAfter Issue

In Multicharts 12.0.18187.400: I am running this code: using System; using System.Drawing; using System.Linq; using PowerLanguage.Function; namespace PowerLanguage.Indicator{ public class Test_Recalc : IndicatorObject { public Test_Recalc(object _ctx):base(_ctx){} private IPlotObject plot1; protecte...

Go to advanced search