Search found 17 matches

by Phonix88
23 Mar 2014
Forum: MultiCharts .NET
Topic: Bars.AvgPrice and Bars.MedianPrice: these strangers [SOLVED]
Replies: 1
Views: 1590

Bars.AvgPrice and Bars.MedianPrice: these strangers [SOLVED]

Hi!
I need of explanations about Bars.AvgPrice and Bars.MedianPrice. How are calculated this two prices?

How I can make an moving average with one of this two?
I have tryed with this:

Code: Select all

m_averagefc1.price = Bars.MedianPrice;
m_averagefc1.length = fastlength;
But Multicharts give me back an error.
by Phonix88
05 Mar 2014
Forum: MultiCharts .NET
Topic: MC.net 8.8 + LMAX [SOLVED]
Replies: 10
Views: 3827

Re: MC.net 8.8 + LMAX = big problem [SOLVED]

Hello Phonix88, We have replicated this issue on our end and fixed it. The fix will be included in the next version of MultiCharts. If you want to have the hotfix for MC 8.8 - please let me know the exact product you are running. Hi Henry, as always thanks for the support. I have resolved the probl...
by Phonix88
16 Feb 2014
Forum: MultiCharts .NET
Topic: MC.net 8.8 + LMAX [SOLVED]
Replies: 10
Views: 3827

MC.net 8.8 + LMAX [SOLVED]

Hi to all! I have a big problem when I trade on the LMAX intermarket using MC.net 8.8: many times when a position is open, the platform stop the update of all charts. This means no new bars drawn/updated on the charts and the stop in the signal caluations (thus leaving the positions without manageme...
by Phonix88
28 Sep 2013
Forum: MultiCharts .NET
Topic: Settings for the Portfolio Backtester
Replies: 3
Views: 2095

Re: Settings for the Portfolio Backtester

Me too! Without this function the portfolio backtester can't be used for advanced signals :(
by Phonix88
27 Sep 2013
Forum: MultiCharts .NET
Topic: Settings for the Portfolio Backtester
Replies: 3
Views: 2095

Re: Settings for the Portfolio Backtester

I have found the answers: For the commissions 'click right in the "Portfolio Tree" on "Strategy 1" and than "show propertys" and than you see under "propertys" commission and slippage.' For the IOG and the Bar Magnifier, they aren't avaible on the portolio Backtester. If you want this feature, pleas...
by Phonix88
27 Sep 2013
Forum: MultiCharts .NET
Topic: Settings for the Portfolio Backtester
Replies: 3
Views: 2095

Settings for the Portfolio Backtester

Hi to all! This tourn I have sone questions about the portfolio backtester. Opening it I'm expected to find the possibility to choose many essentials settings like the IOG, the bars magnifier, the slippage or more simply, the trade costs. Where I can set all this? At the first times I have hypothesi...
by Phonix88
27 Sep 2013
Forum: MultiCharts .NET
Topic: money management
Replies: 3
Views: 1804

Re: money management

This is an excellent intent but what type of money management do you want implement? Saying "I want an mm" is like say "I want an icecream" you can find thousands of tastes! If you don't have the answer at this query, i suggest you to make a search on google or/and read a good book like the book of ...
by Phonix88
23 Sep 2013
Forum: MultiCharts .NET
Topic: Multi symbol strategy? [SOLVED]
Replies: 2
Views: 2826

Re: Multi symbol strategy? [SOLVED]

Your reply is complete and exhaustive. Thanks a lot.
by Phonix88
18 Sep 2013
Forum: MultiCharts .NET
Topic: Multi symbol strategy? [SOLVED]
Replies: 2
Views: 2826

Multi symbol strategy? [SOLVED]

Hi I would ask one other information, If I have chart with attached a second symbol, with BarsOfData if easy to access at his data. But if I wanted to make orders also in this second symbol, how I can do this? About this argument I have only found this code example http://www.multicharts.com/discuss...
by Phonix88
18 Sep 2013
Forum: MultiCharts .NET
Topic: How use the ITradeOrder interface [SOLVED]
Replies: 3
Views: 3061

How use the ITradeOrder interface [SOLVED]

Hi to all, I'm again here for a help. This time I'm trying to use the ITradeOrder informations but only with the reference guide and the informations on the forum I'm not able to reclaim this. So, can anyone make an example about this as was made in this post for the ITrade interface: http://www.mul...
by Phonix88
17 Sep 2013
Forum: MultiCharts .NET
Topic: Wrong calculation of the optimizable steps [SOLVED]
Replies: 4
Views: 2795

Re: Wrong calculation of the optimizable steps [SOLVED]

Yes, today the assistance have solved the problem, that is in my Italian settings of Windows.
I have used the numeric keypad for digit the numbers, but it with the Italian settings it hasn't set the correct symbols.

Again thanks!
by Phonix88
16 Sep 2013
Forum: MultiCharts .NET
Topic: Wrong calculation of the optimizable steps [SOLVED]
Replies: 4
Views: 2795

Re: Wrong calculation of the optimizable steps [SOLVED]

Sorry I attached the wrong image in the first post. This is the right
by Phonix88
13 Sep 2013
Forum: MultiCharts .NET
Topic: Wrong calculation of the optimizable steps [SOLVED]
Replies: 4
Views: 2795

Wrong calculation of the optimizable steps [SOLVED]

Cattura.JPG Cattura.JPG Hi! trying the MC.NET I have opened the optimizer window but setting the optimizable inputs i have founded a problem. I would set a double type input but if I set fractional numbers MC.NET don't count correctly the steps. Otherwise if I try to set integer type numbers, all w...
by Phonix88
13 Sep 2013
Forum: MultiCharts .NET
Topic: Problems of compiling [SOLVED]
Replies: 2
Views: 2104

Re: Problems of compiling [SOLVED]

Thanks a lot, your replay was very useful!
by Phonix88
13 Sep 2013
Forum: MultiCharts .NET
Topic: Problems of compiling [SOLVED]
Replies: 2
Views: 2104

Problems of compiling [SOLVED]

Hi, exploring the MC.NET platform I have created a indicator and I have pasted in the file this code: using System; using System.Drawing; using System.Linq; using PowerLanguage.Function; namespace PowerLanguage.Indicator{ public class DAY_GAP : IndicatorObject { public DAY_GAP(object _ctx):base(_ctx...

Go to advanced search