Search found 8 matches

by Mats
05 Aug 2012
Forum: MultiCharts
Topic: Signal alert message questions
Replies: 7
Views: 2841

Re: Signal alert message questions

You need to enable email alerts to get them, go to format.., alerts tab, check enable email alerts. You also need to fill in the info for a mail server and most of the webmail sites will not work with multicharts. For instance, gmail and hotmail will not work. From the bunch I tried I got it to work...
by Mats
05 Aug 2012
Forum: MultiCharts
Topic: Neural Nets
Replies: 3
Views: 3075

Re: Neural Nets

There are many neural net softwares that allow you to export dlls (e.g. cortex,tiberius, neuroshell 2, neurosolutions). Some even show the c code, which you can translate to easylanguage.

If you have multicharts.net then take look at encog. It is open source.
by Mats
03 Aug 2012
Forum: MultiCharts
Topic: problem with accessing old bars in other time frame [SOLVED]
Replies: 1
Views: 1029

problem with accessing old bars in other time frame [SOLVED]

Here is some code to illustrate the problem I am having. Maybe it is a bug, maybe I am doing something wrong. // data1 is 1min bars and data2 is daily var closeopen(0); if time = 1559 then begin // some calculation on daily bars.. CloseOpen=(Open data2/Close data2-1)*100; // lets write to file for d...
by Mats
24 Mar 2012
Forum: MultiCharts
Topic: How do I get incomplete daily bar
Replies: 12
Views: 2106

Re: How do I get incomplete daily bar

Thank you ABC for being the only one to take the time to understand the problem and propose a solution. I do not think that it would work though since the daily bars come from the data feed supplier. IE, in daily time frame, mc/qm wouldn't download 1 min or 5 min bars and then construct the daily ba...
by Mats
21 Mar 2012
Forum: MultiCharts
Topic: How do I get incomplete daily bar
Replies: 12
Views: 2106

Re: How do I get incomplete daily bar

- Could you read the value of the indicator from the data window - What do you want to do with the data. Usually, indicators are calculated for each tick unless you specify to calculate it at the end of it Good luck Please write me some example code that reads the value of an indicator from the dat...
by Mats
20 Mar 2012
Forum: MultiCharts
Topic: How do I get incomplete daily bar
Replies: 12
Views: 2106

Re: How do I get incomplete daily bar

Ok, so how do I read the indicator from my code or is that not possible?
by Mats
19 Mar 2012
Forum: MultiCharts
Topic: How do I get incomplete daily bar
Replies: 12
Views: 2106

Re: How do I get incomplete daily bar

So, basically I am stuck doing it the hard way, right? What specifically do you mean here? Can you give an example? If I put an indicator on the chart, how do I access the data that it plotted? Now, if the indicator has a function that I can call, then no problem, I can just call it and have the ind...
by Mats
19 Mar 2012
Forum: MultiCharts
Topic: How do I get incomplete daily bar
Replies: 12
Views: 2106

How do I get incomplete daily bar

I have an eod system that trades at the close that I want to translate to multicharts. I have the 1 min data in data1 and daily bars in data2. I plan to have the system generate the trade at 15:59 so that it gets entered just before the close. In order to generate the buy/sell signals I would need t...

Go to advanced search