Search found 23 matches

by Tartalognion
06 Jan 2019
Forum: MultiCharts .NET
Topic: Resetting a plot [SOLVED]
Replies: 3
Views: 1949

Feature Request: Resetting a plot [SOLVED]

Unfortunately the data series properties like Colors, Style, etc cannot be accessed from the code.
Hello Henry,

It would be nice to add this to a next MC version.....
by Tartalognion
28 Oct 2018
Forum: MultiCharts .NET
Topic: How to use KnownColor in a plot?
Replies: 1
Views: 913

Re: How to use KnownColor in a plot?

So, my apologize: I finally understood with this article:

https://www.dotnetperls.com/color

But, anyway, this doesn't solve my problem explained in my other post
by Tartalognion
28 Oct 2018
Forum: MultiCharts .NET
Topic: Resetting a plot [SOLVED]
Replies: 3
Views: 1949

Resetting a plot [SOLVED]

Hello, I've created an indicator which colors the bar during some definite periods of time. But I've noticed that I cannot reset the plot: protected override void Create() { plotHigh = AddPlot(new PlotAttributes("", EPlotShapes.Line,Color.Empty, Color.Empty, 1, EPlotStyle.Solid, true)); plotLow = Ad...
by Tartalognion
28 Oct 2018
Forum: MultiCharts .NET
Topic: How to use KnownColor in a plot?
Replies: 1
Views: 913

How to use KnownColor in a plot?

Hello,

Is there someone who could explain to me what does "KnownColor" in a a plot? :roll:

IPlotObject.Set(Int32, Double, KnownColor, Int32) Method

What is the difference between Color and KnownColor?
With an example, pls :wink:
by Tartalognion
25 Oct 2018
Forum: MultiCharts .NET
Topic: Storing historical optimization reports
Replies: 7
Views: 2729

Re: Storing historical optimization reports

Thanks Henry,
Yes, I relocated some of them manually so far :)
by Tartalognion
24 Oct 2018
Forum: MultiCharts .NET
Topic: Storing historical optimization reports
Replies: 7
Views: 2729

Re: Storing historical optimization reports

Thanks Henry, but where is this feature?
I checked in File/Preferences/Directories
But I can't find a feature for the optimization reports....

I saw I can store these reports within workspace in the workspaces tab....
by Tartalognion
13 Oct 2018
Forum: MultiCharts .NET
Topic: Storing historical optimization reports
Replies: 7
Views: 2729

Storing historical optimization reports

Hello,

I noticed that the optimization reports ( .MCReport files) are located in the generic Windows "Document" folder.

Is there a way to make them store wherever I want?
by Tartalognion
10 Oct 2018
Forum: MultiCharts .NET
Topic: Creating a Flag with the bar number
Replies: 1
Views: 1724

Creating a Flag with the bar number

Hello, I use 1 tick charts and I'd like to create a boolean flag with the bar number as it is unique. Although I thought it would be easy, I've been struggling for hours with that newbie question (sorry) :shock: :lol: Either with Bars.FullSymbolData.Current or Bars.CurrentBar. Any idea? Thank you
by Tartalognion
19 Sep 2018
Forum: MultiCharts .NET
Topic: Compilation or debugging?
Replies: 3
Views: 1504

Re: Compilation or debugging?

Hello Henry, From my little knowledge about coding, when you compile a code written in C# or VB in Visual Studio, you create, for example, EXE or DLL files. From what I understand, To compile means, that the piece of code created is now a standalone product which can be executed without the Editor. ...
by Tartalognion
07 Sep 2018
Forum: MultiCharts .NET
Topic: LMAX connection with Multicharts - please check it before you trade
Replies: 5
Views: 2761

Re: LMAX connection with Multicharts - please check it before you trade

Hi Michal,

The whole FX retail industry represents a daily volume of 369.3 bn $/day on average...
And as you mentioned may be the unusual peaks we can see on my chart are in fact, true trades from an algo order, like a TWAP or VWAP or a more sophisticated one... because LMAX is an ECN.
by Tartalognion
06 Sep 2018
Forum: MultiCharts .NET
Topic: LMAX connection with Multicharts - please check it before you trade
Replies: 5
Views: 2761

Re: LMAX connection with Multicharts - please check it before you trade

Hi Michal, I don't know where you got the information that LMAX has got a low turnover??? Talking about FX, their daily volume was 14.4 bn $ last june. Yes it is the lowest ranking among ECNs, but compared with retail brokers it would place them in 4th position ex aequo with Plus500... Ahead there's...
by Tartalognion
06 Sep 2018
Forum: MultiCharts .NET
Topic: LMAX connection with Multicharts - please check it before you trade
Replies: 5
Views: 2761

Re: LMAX connection with Multicharts - please check it before you trade

Hello Michal, Could you give us a detailed example for 1). So far, I haven't noticed any gap in EUR/USD or GBP/USD. But, I've created an indicator which calculates the number of trades during a specific period (10 secondes here), and I noticed some weird counts from time to time, with an explosion o...
by Tartalognion
05 Sep 2018
Forum: MultiCharts .NET
Topic: Build failed but no error in the Errors Log tab...
Replies: 2
Views: 1243

Re: Build failed but no error in the Errors Log tab...

Hello Henry, I've corrected the code and I don't remember in which signal I had the issue. But nevertheless, It seems I get the same issue with some others codes. and closing and reopening the Editor does not change anything. I've got the same problem with one code from Josh examples, in which I get...
by Tartalognion
01 Sep 2018
Forum: MultiCharts .NET
Topic: Compilation or debugging?
Replies: 3
Views: 1504

Compilation or debugging?

Hello, I would like to get more details about debugging and compilation. https://www.multicharts.com/trading-software/index.php/6._Integration_with_Microsoft_Visual_Studio_2010/2012/Express 1) When a study is compiled rather than debugged, does it mean we cannot modify the code anymore? 1 bis) May b...
by Tartalognion
31 Aug 2018
Forum: MultiCharts .NET
Topic: Build failed but no error in the Errors Log tab...
Replies: 2
Views: 1243

Build failed but no error in the Errors Log tab...

Hello, I've created a signal and I went I wanted to compile it, The signal was Saved, but not verifed and No error was displayed, :cry: I found the issue: I wanted to get the close of "n" bars ago, with Bars.Close[n], but I declared the "n" input as double instead of integer. :wink: It would be nice...
by Tartalognion
30 Aug 2018
Forum: MultiCharts .NET
Topic: Function to write to a text file [SOLVED]
Replies: 2
Views: 2102

Re: Function to write to a text file [SOLVED]

Hello Henry,
I rewrote my function as a series one and it now works perfectly. Thanks!
by Tartalognion
25 Aug 2018
Forum: MultiCharts .NET
Topic: Function to write to a text file [SOLVED]
Replies: 2
Views: 2102

Function to write to a text file [SOLVED]

Hello everybody, As the number of lines is limited in the output window, I've decided to create a function which creates a text file in order to store all the values I need to check. So far, my function works but only for BarNumber 1 :arrow: :shock: Here is my function: using System; using System.Dr...
by Tartalognion
06 Aug 2018
Forum: MultiCharts .NET
Topic: How to retrieve a strategy name? [SOLVED]
Replies: 1
Views: 1317

How to retrieve a strategy name? [SOLVED]

Hello, I'm trying to get the strategy name of the current strategy applied to a chart and write it down to the output window in C#. I tried with StrategyInfo, but the "name" property doesn't seem to exist. I also tried by using the interface IStrategy as the Name property exists... But it seems it i...
by Tartalognion
04 Jun 2018
Forum: MultiCharts .NET
Topic: Parsing a web text with HtmlAgilityPack in a indicator
Replies: 2
Views: 1477

Re: Parsing a web text with HtmlAgilityPack in a indicator

Hello again,

I finally Found out, that we can add references with a right click. :D
I see that a reference can be "Global". I assume it means the references will be added for all my indicators, studies, Am I right?
by Tartalognion
03 Jun 2018
Forum: MultiCharts .NET
Topic: Parsing a web text with HtmlAgilityPack in a indicator
Replies: 2
Views: 1477

Parsing a web text with HtmlAgilityPack in a indicator

Hello, I'm trying to use MC.NET for the first time (I use MC and I know VB but I'm a Rather newbie in VB.NET...) I developped a code in VB.NET to parse a text from a website, and it works fine The code needs to import HtmlAgilityPack HtmlAgilityPack is a NuGet Package I tried to run the code with MC...
by Tartalognion
08 Aug 2017
Forum: MultiCharts
Topic: Continuous Futures Contracts with Interactive Brokers
Replies: 14
Views: 12246

Re: Continuous Futures Contracts with Interactive Brokers

Hello Henry,

1) Nice!
2)I see error message Id=12, code=200 "No security definition has been found" in the Event Log for past contracts.. and "no data" is written on the upper right corner of the chart.....

Thanks
by Tartalognion
07 Aug 2017
Forum: MultiCharts
Topic: Continuous Futures Contracts with Interactive Brokers
Replies: 14
Views: 12246

Continuous Futures Contracts with Interactive Brokers

Hello everybody, I noticed in my TWS Workstation that I can plot a US Tnotes 10 years Continous Future contract. It is called: ZN∞ @ECBOT. But when i try to insert this instrument in MC, it doesn't exist. 1) Is there anyway to insert this instrument in MC other than creating a Custom Futures contrac...
by Tartalognion
06 Aug 2017
Forum: MultiCharts
Topic: Setting MaxBarsBack in a Signal [SOLVED]
Replies: 1
Views: 1125

Setting MaxBarsBack in a Signal [SOLVED]

Hello,

I tried to set MaxBarsBack value in a signal but it seems impossible other than manually:

SetMaxBarsBack(Value1);

Works only in a indicator.

Any idea :?:
Thank you :wink:

Go to advanced search