Search found 25 matches

by Alexxx
09 Nov 2014
Forum: MultiCharts .NET
Topic: Another question about DataLoader [SOLVED]
Replies: 1
Views: 1755

Re: Another question about DataLoader [SOLVED]

Reason of this actions MC is setting of session on chart.
Format Instrument -> Setting -> Session -> I set 24 hour. Now it work full day.
by Alexxx
03 Nov 2014
Forum: MultiCharts .NET
Topic: DataLoader Question
Replies: 13
Views: 3786

Re: DataLoader Question

Hi, I just want to let you guys know that I am a 3rd party developer on another trading platform. I was requested to branch out onto your platform by someone looking to private label your .NET platform. To get a feel for your platform I took on two projects. ----------------------------------------...
by Alexxx
03 Nov 2014
Forum: MultiCharts .NET
Topic: Indicator subChart
Replies: 1
Views: 1561

Indicator subChart

How to set in code subchart by default?
by Alexxx
01 Nov 2014
Forum: MultiCharts .NET
Topic: Another question about DataLoader [SOLVED]
Replies: 1
Views: 1755

Another question about DataLoader [SOLVED]

I have this situation! Instrument - Soybeans dec 2014. It have 2 nontrade periods: 1) 7:45 - 8:30 2) 13:45 - 19:00 List <Tick> LocMarketStream = DataLoaderRequest(To, From).Where(x => x.Bar.Time >= From && x.Bar.Time < To).ToList(); ManualResetEvent[] manualEventTrade = new ManualResetEvent[] {new M...
by Alexxx
28 Oct 2014
Forum: MultiCharts .NET
Topic: DataLoader in Future [SOLVED]
Replies: 2
Views: 2273

Re: DataLoader in Future [SOLVED]

Hello Alexxx, There are no such restrictions. If the request is correct then the data will be returned. "Ticks of future" should be requested from the calculation time, not from the current time. Request.Resolution = new Resolution { Size = 1, Type = EResolution.Tick }; Request.Range = DataRequest....
by Alexxx
27 Oct 2014
Forum: MultiCharts .NET
Topic: DataLoader in Future [SOLVED]
Replies: 2
Views: 2273

DataLoader in Future [SOLVED]

For more fast calc Bar-to-bar in "Change resolution" trade/bid/ask tick DataLoader I want to try loading some bars from future (its playback mode, ticks of future I have db). I collect this result to collection and will work with this collection. As I understand it give less queries to db. I want to...
by Alexxx
27 Oct 2014
Forum: MultiCharts .NET
Topic: DataLoader Question
Replies: 13
Views: 3786

Re: DataLoader Question

Thanks. I did as you said.
by Alexxx
25 Oct 2014
Forum: MultiCharts .NET
Topic: DataLoader Question
Replies: 13
Views: 3786

Re: DataLoader Question

Can u advice me?

I`m using Dataloader to load stream trade/ask/bid in period Bars.Time[31] => Bars.Time[1] on every close bar in tick resolution. In Dataloader using Thread.Sleep(200) for waiting full data on last 30 bars. But its so long testing on playback.
How I can optimize speed of testing?
by Alexxx
23 Oct 2014
Forum: MultiCharts .NET
Topic: QouteManager
Replies: 9
Views: 3009

Re: QouteManager

After you copy the databases to the second PC you need to run the Dataupdater.exe in the installation folder of MultiCharts. After that is done - the databases will work.
Thanks, you save me a lot of time! MC.NET is the best!
by Alexxx
23 Oct 2014
Forum: MultiCharts .NET
Topic: QouteManager
Replies: 9
Views: 3009

Re: QouteManager

I have problem!

When I export quotes to .qmd, I have >50GB file and when I import it to another MC - error "file corrupt". But on export PC going normal.

And I try to replace database from export PC to another PC. No result.

How to export and import so big count of quotes?
by Alexxx
21 Oct 2014
Forum: MultiCharts .NET
Topic: MaxBarsBack in signal
Replies: 2
Views: 1406

MaxBarsBack in signal

I need to load Strategy with calculate > 150 000 bars back. But Max value in MaxBarsback setting is 100 000. How to increase this value?
by Alexxx
20 Oct 2014
Forum: MultiCharts .NET
Topic: CAN WE USE .NET CONTROLS LIKE COMBO BOX ON MULTICHARTS.NET
Replies: 2
Views: 1608

Re: CAN WE USE .NET CONTROLS LIKE COMBO BOX ON MULTICHARTS.

Dear sir, Windows from controls on multicharts.net possible if i need to us the following vb.net/c# controls in multicharts.net , it is possible , if so how, to use it, if any thing wrong in my questeen, i am sorry for that and please guide me BUTTON CHECKBOX LABEL COMBO BOX SILDER PROGRESSBAR SEPA...
by Alexxx
20 Oct 2014
Forum: MultiCharts .NET
Topic: QouteManager
Replies: 9
Views: 3009

Re: QouteManager

Alexxx, did you export the data in ASCII or .qmd file?
Yes, I export to .qmd. And I have >50GB file.
by Alexxx
17 Oct 2014
Forum: MultiCharts .NET
Topic: QouteManager
Replies: 9
Views: 3009

Re: QouteManager

Ok.
Why size of TSSTORAGE.GDB is 7GB in database folder, buy export of ticks of all instruments in QouteManager is >50GB?
by Alexxx
16 Oct 2014
Forum: MultiCharts .NET
Topic: DataLoader Question
Replies: 13
Views: 3786

DataLoader Question

InstrumentDataRequest Request = Bars.Request; Request.Range.RequestType = DataRequestType.FromTo; Request.Range.To = new DateTime(Bars.Time[0].Year, Bars.Time[0].Month, Bars.Time[0].Day, 23, 59, 59); Request.Range.From = new DateTime(Bars.Time[0].Year, Bars.Time[0].Month, Bars.Time[0].Day, 0, 0, 0)...
by Alexxx
16 Oct 2014
Forum: MultiCharts .NET
Topic: QouteManager
Replies: 9
Views: 3009

QouteManager

In what folder location of Quotemanager database?
by Alexxx
15 Oct 2014
Forum: MultiCharts .NET
Topic: 1 tick resolution chart
Replies: 2
Views: 1659

1 tick resolution chart

How to hide on tick-resolution chart ticks at the same price.
Explanation - tics are displayed only if there was a price change.
by Alexxx
25 Sep 2014
Forum: MultiCharts .NET
Topic: Rectangle [SOLVED]
Replies: 6
Views: 3740

Re: Rectangle [SOLVED]

IChartCustomDrawer Interface is available in MultiCharts .Net only.
There is nothing similar to it in PowerLanguage.
I don`t understand how to set points of rectangle by price and time on chart.
by Alexxx
21 Sep 2014
Forum: MultiCharts .NET
Topic: Averaging in MC.net
Replies: 10
Views: 2621

Re: Averaging in MC.net

Please be more precise in your description. What happens when you place a limit order? Please go to File -> New -> Order and position tracker window->Orders tab. What is the state of the order? Are there any error messages in the logs tab related to this order? Nothing happens. The situation is tes...
by Alexxx
14 Sep 2014
Forum: MultiCharts .NET
Topic: Averaging in MC.net
Replies: 10
Views: 2621

Re: Averaging in MC.net

Can you post the strategy code? Or code that replicates this behaviour? Then we can determine whether it's programming or software related.
I typed code
by Alexxx
10 Sep 2014
Forum: MultiCharts .NET
Topic: Averaging in MC.net
Replies: 10
Views: 2621

Re: Averaging in MC.net

if (RetreatMode == RetreatMarketOrPending.Market) { MarketSearchEnterPointOfVolume(); } if (RetreatMode == RetreatMarketOrPending.Pending) { PendingSearchEnterPointOfVolume(); } void PendingSearchEnterPointOfVolume() { RetratStruct.FindedPoint = true; RetratStruct.OpenPrice = Bars.Close[0]; if (Cur...
by Alexxx
03 Sep 2014
Forum: MultiCharts .NET
Topic: Averaging in MC.net
Replies: 10
Views: 2621

Re: Averaging in MC.net

I'm trying to do it on the playback
by Alexxx
01 Sep 2014
Forum: MultiCharts .NET
Topic: Averaging in MC.net
Replies: 10
Views: 2621

Re: Averaging in MC.net

Strategy can`t enter to market by limit-order. But can enter, if use market-order.
by Alexxx
28 Aug 2014
Forum: MultiCharts .NET
Topic: Averaging in MC.net
Replies: 10
Views: 2621

Re: Averaging in MC.net

MC.net 9.0 beta 2
CQG
Automated trade
by Alexxx
28 Aug 2014
Forum: MultiCharts .NET
Topic: Averaging in MC.net
Replies: 10
Views: 2621

Averaging in MC.net

As averaged in MC.net, using limit orders?
On playback its don't work.
I working only wirh market orders, but I want to use limit.

Go to advanced search