Search found 113 matches

by radekj
01 Apr 2021
Forum: MultiCharts .NET
Topic: ChartPoint2Point invoke issue !
Replies: 1
Views: 844

ChartPoint2Point invoke issue !

if we create "ChartPoint" via barIndex/Price constructor and we pass it to ChartPoint2Point() the result is always "nonsense" without this functionality is not possible to make and indicator with CustomDraw Interface ! exampel: var cp = new ChartPoint(1, 100.0); //<- here we pass barindex (param 1) ...
by radekj
28 Apr 2020
Forum: MultiCharts .NET
Topic: Is VolumeProfile in strategy optimizer not supported ?!
Replies: 7
Views: 2965

Re: Is VolumeProfile in strategy optimizer not supported ?!

JoshM,

i was writing about optimizer not a portfolio-trader
portfolio-trader does not have access to charts,

but optimizer should have

Maybe someone from support can answer my question?
by radekj
28 Apr 2020
Forum: MultiCharts .NET
Topic: Is VolumeProfile in strategy optimizer not supported ?!
Replies: 7
Views: 2965

Re: Is VolumeProfile in strategy optimizer not supported ?!

Emmanuel,

as i wrote if i run the strategy on the chart (normally) everything works fine,
i can access data via VolumeProfile inside the strategy

but during optimization VolumeProfile return always null
by radekj
26 Apr 2020
Forum: MultiCharts .NET
Topic: Is VolumeProfile in strategy optimizer not supported ?!
Replies: 7
Views: 2965

Is VolumeProfile in strategy optimizer not supported ?!

if i run a strategy in optimizer

"this.VolumeProfile" returns for all bars always null
outside optimizer it work fine

is "this.VolumeProfile" in optimizer not supported ?

with regards
radekj

test with MC.NET v.12 (19588) & MC.NET v.14 (19286)
by radekj
10 Mar 2020
Forum: MultiCharts .NET
Topic: Portfolio Backtester how to set MaxBarsBack [SOLVED]
Replies: 4
Views: 2215

Portfolio Backtester how to set MaxBarsBack [SOLVED]

How to set MaxBarsBack in Portfolio Backtester for a strategy ?

MC.NET 12
by radekj
31 Jan 2020
Forum: MultiCharts .NET
Topic: How do you cancel an IOrderStopLimit?
Replies: 5
Views: 2369

Re: How do you cancel an IOrderStopLimit?

Orders to be valid/pending must be re-send on each price tick (change)

else it is deleted if was send on previous price change and not on last (current)
by radekj
31 Jan 2020
Forum: MultiCharts .NET
Topic: How to send orders immediately to broker ?
Replies: 1
Views: 1478

How to send orders immediately to broker ?

i have a strategy to calculate ordres for stock with low liquidity (3 to 5 price updates per minute) strategy uses IOG = true i use ExecControl.RecalcLastBarAfter() to force my strategy to recalculate orders all x-seconds but the new calculated order are sent to Broker (IB) only after the next price...
by radekj
19 Jun 2019
Forum: MultiCharts .NET
Topic: VolumeProfile ItemForBar returns allways null
Replies: 2
Views: 1709

VolumeProfile ItemForBar returns allways null

int bn = Bars.FullSymbolData.Current-1;
var vp = VolumeProfile.ItemForBar(bn);

ItemForBar returns allways null
for any instrument

(Volume footprint is visible on chart, so the data is populated)

MC.Net x64 Version: 12.0.18187
Win10 x64
IqFeed
by radekj
23 Oct 2018
Forum: MultiCharts .NET
Topic: Wrong basic arithmetic calculation on playback !
Replies: 3
Views: 1443

Re: Wrong basic arithmetic calculation on playback !

in backtesting ?
you saw my snap it is a indicator not a strategy!
how you want to differ between indicator on chart and indicator on backtesting, Sir ?

it happens only if you populate the chart with data via playback
by radekj
20 Oct 2018
Forum: MultiCharts .NET
Topic: Wrong basic arithmetic calculation on playback !
Replies: 3
Views: 1443

Wrong basic arithmetic calculation on playback !

on Playback MC.Net
calculates wrong difference between Close and Low (see attached snap)
it happens for doji bars, several times per chart

link snap:
https://www.screencast.com/t/3K8e2qQG

second exampel link:
https://www.screencast.com/t/iiMiucITiTG

MC.net x64 build 16872 (win7 x64)
by radekj
17 Jul 2018
Forum: MultiCharts .NET
Topic: MC.Net 11 PowerLanguage.VolumeProfile.ILevel[] returs always zero values
Replies: 3
Views: 1723

MC.Net 11 PowerLanguage.VolumeProfile.ILevel[] returs always zero values

MC Version: Net 11.0.16153 x64, Win10 pro x64

PowerLanguage.VolumeProfile.ILevel[] returs always all AskTradedValue and BidTradedValue with zero values !

tested with iqfeed and gain capital datafeeds,

this does not happens for previous versions
by radekj
05 Aug 2017
Forum: MultiCharts .NET
Topic: Serious issue with Multi Time-frame synchronization [SOLVED]
Replies: 9
Views: 5064

Re: Serious issue with Multi Time-frame synchronization [SOLVED]

What ?

On snap (first post) you can see that Realtime-history matching is set to "false"
Upadate on every tick is set to "false" too

and the Test are made on Historical data, there is no intrabar processing !

with regards
radekj
by radekj
29 Jul 2017
Forum: MultiCharts .NET
Topic: Serious issue with Multi Time-frame synchronization [SOLVED]
Replies: 9
Views: 5064

Serious issue with Multi Time-frame synchronization [SOLVED]

Hello, i am working on multi time-frame startegy for a customer, and i run into strange synchronization bugs, so i made a simple indicator for tests: i made a indicator "MTF_Test" which Draw a "X" at bars where Close is equal "high" or "low". i made second version of "MTF_Test" called "MTF_Test_2" w...
by radekj
24 Feb 2016
Forum: MultiCharts .NET
Topic: How to access VolumeProfile of BarsOfData(2) ? [SOLVED]
Replies: 2
Views: 2692

How to access VolumeProfile of BarsOfData(2) ? [SOLVED]

How to access VolumeProfile property (IProfilesCollection) of BarsOfData(2) ?

In indicator or signal script.

I want to get the VoluemProfile of current bar of data2.

ciao
radekj
by radekj
26 Jul 2013
Forum: MultiCharts
Topic: MC 8.7 Barstatus always -1
Replies: 8
Views: 4027

Re: MC 8.7 Barstatus always -1

Thanks for the help !

ciao
radekj
by radekj
26 Jul 2013
Forum: MultiCharts
Topic: MC 8.7 Barstatus always -1
Replies: 8
Views: 4027

Re: MC 8.7 Barstatus always -1

Muchios gracias !

Can you take something different for second data as for first data please ?
by radekj
25 Jul 2013
Forum: MultiCharts
Topic: MC 8.7 Barstatus always -1
Replies: 8
Views: 4027

Re: MC 8.7 Barstatus always -1

Can somebody else reproduce it?
by radekj
21 Jul 2013
Forum: MultiCharts
Topic: MC 8.7 Barstatus always -1
Replies: 8
Views: 4027

Re: MC 7 Barstatus always -1

i use MC 8.7 build 7472 x64 datasource: iqfeed indicator: Print(barstatus); <-- only one line ! Put two instruments on chart (1tick resolution), as indicator properties set only "update on each tick" ! Problem: you will get only batstatus of "-1" ! So all indicators that uses barstatus() does not wo...
by radekj
17 Jul 2013
Forum: MultiCharts
Topic: MC 8.7 question about T&S data
Replies: 26
Views: 7660

Re: MC 8.7 is totaly inaccurate and it is missing data !

Thanks for the info !

radekj
by radekj
16 Jul 2013
Forum: MultiCharts
Topic: MC 8.7 question about T&S data
Replies: 26
Views: 7660

Re: MC 8.7 is totaly inaccurate and it is missing data !

TJ read the previous posts pls.
by radekj
16 Jul 2013
Forum: MultiCharts
Topic: MC 8.7 question about T&S data
Replies: 26
Views: 7660

Re: MC 8.7 is totaly inaccurate and it is missing data !

The example is for test purposes ! If T&S shows trades on bids but MC does not see it in code then something is wrong, no matter what happens with trades between ask and bid ! I am tired of all this, i showed that MC has problem with data, if someone care about it then it is ok if not then it is ok ...
by radekj
16 Jul 2013
Forum: MultiCharts
Topic: MC 8.7 question about T&S data
Replies: 26
Views: 7660

Re: MC 8.7 is totaly inaccurate and it is missing data !

Exact ! i will see the right ask/bid for a trade. (RIGHT ASK/BID = the ask/bid price which was at the time as trade was generated, this information is coming in with trade-price in same data-row, no need for second or third data on chart) But MC does not show the right ask/bid for a trade that why T...
by radekj
16 Jul 2013
Forum: MultiCharts
Topic: MC 8.7 question about T&S data
Replies: 26
Views: 7660

Re: MC 8.7 is totaly inaccurate and it is missing data !

I dont know what you are trying to say. First: you see all my code ! That are two lines not more not less. Second: datafeed deliver a row of ...,Trade-price, ask-price, bid-price,... ! So all i want is to see the correct values for trade,ask,bid ! That can no be so hard to do this functionality righ...
by radekj
16 Jul 2013
Forum: MultiCharts
Topic: MC 8.7 question about T&S data
Replies: 26
Views: 7660

Re: MC 8.7 is totaly inaccurate and it is missing data !

I looked at MC 8.5 beta2,

i can not test the T&S values because it does not have it !
but i see that insideask and insidebid in mc 8.5beta2 is right !
So again it seems that 8.7 release have bug in data-processing !

radekj
by radekj
16 Jul 2013
Forum: MultiCharts
Topic: MC 8.7 Barstatus always -1
Replies: 8
Views: 4027

Re: MC 7 Barstatus always -1

So you never wil know when data0 get data !

On MC 8.5 beta2 works fine, i get my barstatus 2 ! So it is 8.7 bug !!!

radekj
by radekj
16 Jul 2013
Forum: MultiCharts
Topic: MC 8.7 question about T&S data
Replies: 26
Views: 7660

Re: MC 7 is totaly inaccurate and it is missing data !

pls dont waste my time with unqualified comments and read product documentation ! Here for you (orginale MC documentation), if you can not find it: InsideAsk Returns a numerical value indicating the current best Ask for the symbol that the study is applied to. Usage InsideAsk Notes Quote Fields cann...
by radekj
16 Jul 2013
Forum: MultiCharts
Topic: MC 8.7 question about T&S data
Replies: 26
Views: 7660

MC 8.7 question about T&S data

MC 8.7 is totaly inaccurate and it is missing data !

Look at volume too, values are wrong too !

snaps:

http://screencast.com/t/ncQmIyhH5y

settings:
http://screencast.com/t/aqdHxy3o

radekj
by radekj
15 Jul 2013
Forum: MultiCharts
Topic: How to get bar time in milli or micro seconds ? [SOLVED]
Replies: 1
Views: 1997

How to get bar time in milli or micro seconds ? [SOLVED]

How to get bar time in milli/micro seconds ?

ciao
radekj
by radekj
15 Jul 2013
Forum: MultiCharts
Topic: MC 8.7 Barstatus always -1
Replies: 8
Views: 4027

MC 8.7 Barstatus always -1

I have two instruments on chart,
resolution 1tick and realtime-history-matching = off,
and Barstatus for realtime-data is always -1 !

ciao
radekj

MC 8.7 x64 on win7 x64
by radekj
09 Jul 2013
Forum: MultiCharts
Topic: Patsystems as datasource does not work in MC 8.7 !
Replies: 1
Views: 2131

Patsystems as datasource does not work in MC 8.7 !

Patsystems as datasource does not work in MC 8.7 ! from tsPSDataFeed_Trace.txt: [0x1CFC](09.07.2013 - 13:30:00.117)IsProvide: Field= 202, ResolutionSize= 1, Resolution= 1, Mode= 0, res= 0 [0x11C4](09.07.2013 - 13:30:00.296)65381 - 9 [0x11C4](09.07.2013 - 13:30:00.296)std::exception - tsDateTime::SDa...
by radekj
23 Apr 2013
Forum: MultiCharts
Topic: Patsystem still with memory leak
Replies: 1
Views: 1519

Patsystem still with memory leak

Hi, like i wrote in my old post (2 years ago) patsystem datasource has memory leak. Last tests with MC 8.5 x32 and x64 here a link with snap (after 4hours online MC consumed over 4GB data with patsystem): http://screencast.com/t/H052MplI7hIQ ciao radekj ps: dont ask me for access to my machine, it i...
by radekj
02 Mar 2013
Forum: MultiCharts
Topic: Inverse order data reference bug ! [SOLVED]
Replies: 2
Views: 1643

Re: Inverse order data reference bug ! [SOLVED]

Must be a bug on my machine , many thanks !

ciao
radekj
by radekj
02 Mar 2013
Forum: MultiCharts
Topic: Inverse order data reference bug ! [SOLVED]
Replies: 2
Views: 1643

Inverse order data reference bug ! [SOLVED]

Inverse order data reference bug, please validate this ! This does not work: vars: ii(0); if LastBarOnChart() then for ii = 100 downto 0 begin print(date[ii]); // <-- you can try it with close[ii], whatever ! or another function as print() end; The code execution is stopping at print()-line without ...
by radekj
09 Jan 2013
Forum: MultiCharts
Topic: Playback global mode, range bars are not moving
Replies: 1
Views: 908

Playback global mode, range bars are not moving

Playback global mode, range bars are not moving if replayed with second-by-second or minute-by-minute.

MC 8.5 x64 b2@Win7
by radekj
30 Aug 2012
Forum: MultiCharts .NET
Topic: Is there CurrentAsk / CurrentBid keyword in MC.Net
Replies: 3
Views: 3186

Is there CurrentAsk / CurrentBid keyword in MC.Net

Is there CurrentAsk / CurrentBid keyword in MC.Net like in MC.EasyLanguage ?

Not for DOM, for normal datafeed.

ciao
radekj
by radekj
30 Aug 2012
Forum: MultiCharts .NET
Topic: How to get Bar.Status of previous bar ? [SOLVED]
Replies: 2
Views: 2689

Re: How to get Bar.Status of previous bar ? [SOLVED]

First, i dont know what is the status of previous bars because i can not look at it, that why i ask !

Second, look at all Posts with topic "Barstatus" Barstatus(1) !
by radekj
30 Aug 2012
Forum: MultiCharts .NET
Topic: How to make VariableSeries<> intrabarpersistent ? [SOLVED]
Replies: 4
Views: 4885

How to make VariableSeries<> intrabarpersistent ? [SOLVED]

How to make VariableSeries<> variable intrabarpersistent ?

or how to make that the VariableSeries<> variable value change with each tick ?

Why i need it , because i use it in MC.Easylanguage too.

ciao
radekj
by radekj
30 Aug 2012
Forum: MultiCharts .NET
Topic: How to get Bar.Status of previous bar ? [SOLVED]
Replies: 2
Views: 2689

How to get Bar.Status of previous bar ? [SOLVED]

How to get Bar.Status of previous bar or of any bar in the past?

This.Bars.Status[1] or this.Bars[1].Status does not work !

ciao
radekj
by radekj
30 Aug 2012
Forum: MultiCharts .NET
Topic: Merge Sources, Realtime instrument settings are not saved
Replies: 1
Views: 1918

Merge Sources, Realtime instrument settings are not saved

If you merge two "Data Sources" on chart (History and realtime),
the realtime-instrument is not saved (if you save and reopen the workspace).

ciao
radekj

PS: Link to snap
http://screencast.com/t/WDkeEYBwE
by radekj
30 Aug 2012
Forum: MultiCharts .NET
Topic: Can not change Time Zone
Replies: 1
Views: 1964

Can not change Time Zone

1. Add two same instruments to chart with "Time Zone" = Exchange, say "@CL"
2. Delete second instrument
3. Change first instrument to new instrument with different Exchange-time, say "@ES"
4. Try to change "Time Zone" to Local, Does not work !

ciao
radekj
by radekj
29 Aug 2012
Forum: MultiCharts .NET
Topic: PLStudio2010 project target framework is always .NET 4
Replies: 7
Views: 3660

Re: PLStudio2010 project target framework is always .NET 4

No matter ?

as exampel :
.net 4 has Tupels .net 3.5 does not
by radekj
29 Aug 2012
Forum: MultiCharts .NET
Topic: How to determine which instrument got current tick ?!
Replies: 3
Views: 2588

Re: How to determine which instrument got current tick ?!

Via timestamp it is not possible, because instrument1 and instrument2 have always same timestamp.

Price,volume,upticks etc can be same for two datapoints only the ID is different.
by radekj
29 Aug 2012
Forum: MultiCharts .NET
Topic: How to determine which instrument got current tick ?!
Replies: 3
Views: 2588

How to determine which instrument got current tick ?!

If i have two instruments on chart,
how to deterime which instrument got/caused current tick ?

ciao
radekj
by radekj
29 Aug 2012
Forum: MultiCharts .NET
Topic: PLStudio2010 project target framework is always .NET 4
Replies: 7
Views: 3660

Re: PLStudio2010 project target framework is always .NET 4

Than why tssupport generate it for .NET 4 and not for .NET 3.5, MC.NET uses 3.5 ?!

ciao
radekj
by radekj
29 Aug 2012
Forum: MultiCharts .NET
Topic: PLStudio2010 project target framework is always .NET 4
Replies: 7
Views: 3660

PLStudio2010 project target framework is always .NET 4

Each time if i open PLStudio2010 solution in VS2010,
it changes the "Target Framework" setting to framework .Net 4 and not 3.5 !

ciao
radekj
by radekj
26 Aug 2012
Forum: MultiCharts .NET
Topic: How to know how much instruments are on chart ? [SOLVED]
Replies: 2
Views: 4023

How to know how much instruments are on chart ? [SOLVED]

How to know how much instruments (datastreams) are on chart ?

"this.MaxDataStream" returns always 99 ! so this can not be used !

ciao
radekj
by radekj
25 Aug 2012
Forum: MultiCharts .NET
Topic: NullReferenceException by new VariableSeries<Double>(this) [SOLVED]
Replies: 1
Views: 3698

NullReferenceException by new VariableSeries<Double>(this) [SOLVED]

NullReferenceException by protected override void StartCalc() { this.foo = new VariableSeries<Double>(this); } this works: protected override void Create() { this.foo = new VariableSeries<Double>(this); } Error text snap: http://screencast.com/t/zPeyxEB7 ciao radekj ps: indicator implements: IChartC...
by radekj
25 Aug 2012
Forum: MultiCharts .NET
Topic: IDataLoader interface
Replies: 3
Views: 3459

Re: IDataLoader interface

IDataLoader results only "List of Bars", nothing else.

If you want to create real instrument you need MC-Data-API.

ciao
radekj
by radekj
25 Aug 2012
Forum: MultiCharts .NET
Topic: Error access price properties from IChartCustomDrawer.Draw [SOLVED]
Replies: 1
Views: 2657

Error access price properties from IChartCustomDrawer.Draw [SOLVED]

Each access of price properties like Bars.Close[n], Bars.Time[n] inside IChartCustomDrawer.Draw method cause a exception ! (n>0) It seems that any access outside CalcBar() cause a exception. ciao radekj Exampel: void IChartCustomDrawer.Draw(DrawContext context, EDrawPhases phase) { if (Bars.CurrentB...
by radekj
13 Aug 2012
Forum: MultiCharts .NET
Topic: Bars.Request property data is always empty
Replies: 3
Views: 2828

Re: Bars.Request property data is always empty

Bars.Request must return info for the base-instrument (data stream 0, or in TS "data(0)"),
but it does not.

Or how to get Request-information of base-instrument ?
by radekj
12 Aug 2012
Forum: MultiCharts .NET
Topic: How to access or load Ask/Bid series data [SOLVED]
Replies: 1
Views: 3851

How to access or load Ask/Bid series data [SOLVED]

How to access or load Ask/Bid series data ?

Not DOM, i mean like via "Quote Field:" on instrument settings.

ciao
radekj

PS: i want to load via DataLoader "@ES# QuoteField: Ask"
by radekj
12 Aug 2012
Forum: MultiCharts .NET
Topic: Bars.Request property data is always empty
Replies: 3
Views: 2828

Bars.Request property data is always empty

Bars.Request property data is always empty ?

Doesn not reflect instrument settings.

ciao
radekj
by radekj
10 Aug 2012
Forum: MultiCharts .NET
Topic: GDI background problem [SOLVED]
Replies: 4
Views: 3524

Re: GDI background problem [SOLVED]

Sorry, everything is as Dave Masalov wrote !

ciao
radekj
by radekj
10 Aug 2012
Forum: MultiCharts .NET
Topic: GDI background problem [SOLVED]
Replies: 4
Views: 3524

Re: GDI background problem [SOLVED]

Does not work ! i draw text on old-position (say rect is 100,100, 110, 110), than i redraw it at new position (say rect is 100, 110, 110, 120) and setting "context.DirtyRect" to old-position-text (Rect) and nothing happens, same if i use "context.ReDraw = true". I still see part of old text. ciao ra...
by radekj
10 Aug 2012
Forum: MultiCharts .NET
Topic: GDI background problem [SOLVED]
Replies: 4
Views: 3524

GDI background problem [SOLVED]

It seems that background is not full repainted each time So there is no way to draw objects via GDI right ! If you change a position of a already draw object some old part of it will be still displayed. We can not restore the old part of object background because MC give us only access "AfterBGFill"...
by radekj
02 Aug 2012
Forum: MultiCharts .NET
Topic: How to access data of any symbol from scripts [SOLVED]
Replies: 4
Views: 4486

How to access data of any symbol from scripts [SOLVED]

How to do this ?

"Access data of any symbol from scripts

Your indicators and strategies can access data for symbols that are not even charted, giving you maximum flexibility when making trading decisions.
"

ciao
radekj
by radekj
05 Aug 2011
Forum: MultiCharts
Topic: MULTICHARTS 7
Replies: 88
Views: 29700

Patsystems Memory Leak

PatsWrapper.exe is consuming memory rapidly (Memory leak) !
After two hours of using pathsystems PatsWrapper.exe memory usage is growing to over 1.5GB .

http://screencast.com/t/cGxP58H2zk

ciao
radekj

WinXP pro SP3 x32
MC 7 release
by radekj
16 May 2011
Forum: MultiCharts
Topic: EasyLanguage with C# DLL [SOLVED]
Replies: 5
Views: 3745

Re: EasyLanguage with C# DLL [SOLVED]

You cannot use menaged dll in in unmenaged program like default-dlls (C++, Delphi etc.) !

They must be called as ActiveX object or you must wrap it (C# dll) into menaged-unmenaged-mixed dll !

ciao
radekj

PS: menaged = .net, unmenaged = pure 32bit or 64bit assembler executable
by radekj
11 Apr 2011
Forum: MultiCharts
Topic: MC 7 Beta 1 - Questions/Issues
Replies: 55
Views: 19451

No Realtime updates of data for IB, iqfeed and DDE

After installing MC7 beta1 under Windows XP pro SP3 x86
i dont get realtime updates of data.

Tested with IB, Iqfeed and DDE.

ciao
radekj
by radekj
26 Jan 2011
Forum: MultiCharts
Topic: Playback 1tick and Data & Time functions BUG
Replies: 5
Views: 1014

Re: Playback 1tick and Data & Time functions BUG

How comes that in first replay from tssupport i got: "it works fine on our end" !

ciao
radekj
by radekj
25 Jan 2011
Forum: MultiCharts
Topic: Playback 1tick and Data & Time functions BUG
Replies: 5
Views: 1014

Re: Playback 1tick and Data & Time functions BUG

time and time_s shows wrong time (from previous bar) and not time from current bar. from Help: "Time: Returns a numerical value indicating the closing time of the current bar" see attached videos ! http://www.screencast.com/t/md0PmVGjB http://www.screencast.com/t/2LCssYMz2QQ In both cases time and t...
by radekj
25 Jan 2011
Forum: MultiCharts
Topic: Playback 1tick and Data & Time functions BUG
Replies: 5
Views: 1014

Playback 1tick and Data & Time functions BUG

In Playback mode with 1tick resolution Date & Time functions return the value of
previous bar and NOT for current bar !

ciao
radekj

XP PRO SP3 x86, MC 6.1
by radekj
17 Oct 2010
Forum: MultiCharts
Topic: PLKIT GetAsDouble can not reference past values of variable!
Replies: 3
Views: 1193

Re: PLKIT GetAsDouble can not reference past values of varia

"pVar->AsDouble[1]" points to value of "pVar->AsDouble[0]"

and NOT of pVar->AsDouble[1] !

ciao
radekj
by radekj
08 Oct 2010
Forum: MultiCharts
Topic: PLKIT reference in EL script cause Exception in call of dll
Replies: 1
Views: 801

PLKIT reference in EL script cause Exception in call of dll

if you reference back data in EL script it cause exception by ANY call to external function in dll ! exampel: vars: mydata(0); ... = mydata[1]; "next call to any dll function causes EXCEPTION !" PLKIT is massive BUGY ! i am tired of searching for a new workarounds of so many bugs ! Guys from TSSUPPO...
by radekj
07 Oct 2010
Forum: MultiCharts
Topic: PLKIT GetAsDouble can not reference past values of variable!
Replies: 3
Views: 1193

PLKIT GetAsDouble can not reference past values of variable!

You can not reference past value of variable via IEasyLanguageVariable interface ! BUG ! Exampel: void __stdcall mycalc( IEasyLanguageObject *pEL, ... { IEasyLanguageVariable *pVar = pEL->Variables["mydata"]; myvalue = pVar->GetAsDouble[0]; //return current value of variable "mydata" myvalue1 = pVar...
by radekj
03 Aug 2010
Forum: MultiCharts
Topic: Data desynchronization DDE/Patsystems interfaces are to SLOW
Replies: 0
Views: 1233

Data desynchronization DDE/Patsystems interfaces are to SLOW

MC can handle via DDE interface maximal ca. 100 updates per second, what is much to less if one seriously want to do trading. Above this value you get big delay/desynchronization between market data and MC displayed data ! For Patsystems the situation is worser, here you can get maximal ca. 20 updat...
by radekj
30 Jul 2010
Forum: MultiCharts
Topic: CurrentSession function return oft -1 Value, BUG ?!
Replies: 6
Views: 2033

Re: CurrentSession function return oft -1 Value, BUG ?!

CurrentSession() function is very importend because it is only the way to determine the session change/break via:

CurrentSession(0)[0] <> CurrentSession(0)[1]

if this function has bug big part of EL sources are useless !

ciao
radekj
by radekj
30 Jul 2010
Forum: MultiCharts
Topic: CurrentSession function return oft -1 Value, BUG ?!
Replies: 6
Views: 2033

CurrentSession function return oft -1 Value, BUG ?!

CurrentSession function return oft -1 Value for daily ES chart (Regular session settings).
Seems to be a bug !

MC 6 beta 4
WinXP Pro SP3 32bit

ciao
radekj
by radekj
09 Jul 2010
Forum: MultiCharts
Topic: Cloning of IB datasource is useless
Replies: 1
Views: 772

Cloning of IB datasource is useless

if i clone IB datasource it is not possible to set diferent IPs or ports for the two sources !

So the clone function for IB is useless !

ciao
radekj

MC 6 beta 4, XP Pro SP3 32bit
by radekj
15 Feb 2010
Forum: MultiCharts
Topic: What are the default parameter for genetic optimitation ?
Replies: 1
Views: 875

What are the default parameter for genetic optimitation ?

What are the default parameter values for genetic optimitation ?

ciao
radekj
by radekj
25 Jan 2010
Forum: MultiCharts
Topic: PLKit BUG SDK, IEasyLanguageObject.Variables
Replies: 0
Views: 1335

PLKit BUG SDK, IEasyLanguageObject.Variables

Access of IEasyLanguageObject.Variables[nVar | nVarName] via integer-index (nVar) cause Error ! Access via string-index is OK. From TS SDK documentation: nVar | nVarName – One or the other is required. Do not use both. nVar is an integer value representing the enumerated value of the variable reques...
by radekj
15 Jan 2010
Forum: MultiCharts
Topic: Recommendation Required: New Computer Purchase
Replies: 14
Views: 5728

buy intel i7 920 stepping D (is 25% faster than core 2) and you can easy overclock it to +4Ghz.

ciao
radekj
by radekj
12 Jan 2010
Forum: MultiCharts
Topic: Can i playback two instruments in tick-resolution in MC 6 ?
Replies: 4
Views: 1510

Data Playback tick-by-tick

If i cannot play more than one instrument on tick-basis, why is TSSupport writing this and wasting my time ?!: About MC 6 Beta from www.tssupport.com: "Data Playback Allows playing historical data either tick-by-tick or on the bar basis. In the Global Mode, data can be played back on multiple symbol...
by radekj
10 Jan 2010
Forum: MultiCharts
Topic: Can i playback two instruments in tick-resolution in MC 6 ?
Replies: 4
Views: 1510

Can i playback two instruments in tick-resolution in MC 6 ?

Can i playback two different instruments in tick-resolution in MC 6
or not ?

It seems not !

ciao
radekj
by radekj
31 Dec 2009
Forum: MultiCharts
Topic: MC 6 is using WRONG session begin and session end time !!!
Replies: 1
Views: 1036

MC 6 is using WRONG session begin and session end time !!!

Tested with MC 6 and @ES# (time zone: local) from iqfeed.

My local time is GMT +1.

till 30.10.2009 MC 6 plots chart with corrrect session begin/end time it is:
from 15:30 to 22:15

but from 30.10.2009 (tested till 01.03.2009) MC 6 plots data from
14:30 to 21:15 !!!

ciao
radekj
by radekj
31 Dec 2009
Forum: MultiCharts
Topic: Continuous Contract -- what to do if no 'symbol root'
Replies: 31
Views: 14344

Why is MC 6 using wrong Expiration date ?
and why i can not change it ?

See attached exampel for DAX from IB !

ciao
radekj
by radekj
14 Oct 2009
Forum: MultiCharts
Topic: Problems with IQ-Feed data
Replies: 2
Views: 1723

Had the same problem,

you must have right category for instrument!

For XG# you have Indexes must be Futures!

Delete XG#, create new with futures category.

ciao
radekj
by radekj
15 Sep 2009
Forum: MultiCharts
Topic: How fast does your CPU run?
Replies: 2
Views: 1354

With XP is this normal, on Windows 7 x64 the cpu usage will be under 5%.
Self tested.

ciao
radekj

PS: tested with CPU Q6600 or i7 920
by radekj
17 Aug 2009
Forum: MultiCharts
Topic: calling an indicator
Replies: 9
Views: 4048

We dont need GV (workaround),
i will post a movie and show you guys what can do a really good (up to date) trading software!

ciao
radekj
by radekj
16 Aug 2009
Forum: MultiCharts
Topic: calling an indicator
Replies: 9
Views: 4048

Simple use of indicator value in another indicator is not POSSIBLE ! Not possible in MC but anothers can do. And forget about easy and simple: 1. use of mixed instrument data (without putting all 100 instruments on chart and reference them throu number-index) 2. use of different timeframes data in i...
by radekj
16 Aug 2009
Forum: MultiCharts
Topic: Best use of Core 2 Quad Processor in MC
Replies: 13
Views: 5896

The best thing is to open one instance of MC per workspace, each instance/workspace is on separate monitor.
It is stupid to open simultaneously more workspaces of MC in one instance , because you will see always only windows of current workspace !

ciao
radekj
by radekj
16 Aug 2009
Forum: MultiCharts
Topic: Best use of Core 2 Quad Processor in MC
Replies: 13
Views: 5896

best Windows for MC

Take instead of Windows XP, Windows 7 x64 and the cpu usage will go from 50-75% to 10-15%.

with regards
radekj

PS: i have tested MC with Windows XP pro x32, Windows Xp pro x64 and
Windows 7 x64, best ist Windows7 x64

CPU: Q6600
Memory: 3GB (no need for more, MC can use only 2GB max)
by radekj
22 May 2009
Forum: MultiCharts
Topic: volume on tick count and "Custom 1 Line" indicator
Replies: 15
Views: 5274

Again to all, put instrument on chart choose some tick resolution (say 25 ticks), set volume based on tick count, put volume indicator on chart, it show always value of 25 (this is ok), put volume on chart with help of indicator "Custom 1 Line", it does not show always value of 25 (this is wrong) ! ...
by radekj
22 May 2009
Forum: MultiCharts
Topic: volume on tick count and "Custom 1 Line" indicator
Replies: 15
Views: 5274

SUPER,

volume of tick count have to show tick count and not up or down volume, the same for trading volume, trading volume have to show trading volume and not tick count !


And volume based on tick-count is for 25 tick chart ALWAYS 25, nothing else !

ciao
radekj
by radekj
22 May 2009
Forum: MultiCharts
Topic: volume on tick count and "Custom 1 Line" indicator
Replies: 15
Views: 5274

"Custom 1 Line" with formula "Volume" does not draw volume of tick chart, instead up- or down volume !

It is error.
by radekj
21 May 2009
Forum: MultiCharts
Topic: volume on tick count and "Custom 1 Line" indicator
Replies: 15
Views: 5274

volume on tick count and "Custom 1 Line" indicator

If i put instrument on chart and set 25 tick resolution,Build volume on: tick count and put indicator on chart: "Custom 1 Line" with input "Formula=volume"
MC shows values between 0 and 25, but must be always 25!

Is that error or i see something wrong?

ciao
radekj
by radekj
18 May 2009
Forum: MultiCharts
Topic: closed(1) of data2 does not work, STD error
Replies: 5
Views: 2465

Many THX,

it must be a problem with my data.

ciao
radekj
by radekj
18 May 2009
Forum: MultiCharts
Topic: closed(1) of data2 does not work, STD error
Replies: 5
Views: 2465

DEfinition of closed: CloseD (Series Function) The CloseD function allows you to reference the daily Close of previous days in an intraday chart (minute or tick-based) or a daily chart. CloseD is a function in a family of functions that allows historical daily, weekly, monthly, and yearly references...
by radekj
18 May 2009
Forum: MultiCharts
Topic: closed(1) of data2 does not work, STD error
Replies: 5
Views: 2465

I mean:

closed(1) of data2;

obtain close price of previous day of data stream number 2 on intraday basis;

or KISS: so you get (normaly) close price of yesterday of second data on you chart.

Full error text:
"Message: Error in study "My Test":STD exception : invalid argument"

ciao
radekj
by radekj
18 May 2009
Forum: MultiCharts
Topic: closed(1) of data2 does not work, STD error
Replies: 5
Views: 2465

closed(1) of data2 does not work, STD error

Hallo,

closed(1) of data2 is generating STD error,

can somebody test it, maybe it is only problem of my data ?!

ciao
radekj
by radekj
10 Mar 2009
Forum: MultiCharts
Topic: Wrong value of sess1firstbartime function
Replies: 1
Views: 1307

Wrong value of sess1firstbartime function

Since monday 09.03.2009 sess1firstbartime function return wrong value
for New York session displayed in localtime GMT +1.

The difference is +1 hour.

ciao
radekj
by radekj
01 Feb 2009
Forum: MultiCharts
Topic: QuoteManager crashes with excessive use of memory
Replies: 11
Views: 4293

Program under windows xp 32bit can maximal adress 2gb ram. There is possibility to compile a progrm with special option so it can adress 3gb ram but than you dont have left ram for operating-system (windows xp 32bit can max adress 3gb ram). MC is not compiled with this option. ciao radekj PS: we nee...
by radekj
20 Jan 2009
Forum: MultiCharts
Topic: Problem with multi-monitors and workspaces, IMPORTEND !
Replies: 10
Views: 3715

Look at multi-monitor solution by TS.

ciao
radekj
by radekj
20 Jan 2009
Forum: MultiCharts
Topic: Problem with multi-monitors and workspaces, IMPORTEND !
Replies: 10
Views: 3715

It must be changed, it is not ergonomic (it is terrible). There is no reason why you could not see the windows (from different workspaces) on separate monitors at the same time (for programers: "alway on top window" win32 api funktionality). if you trade one symbol say: es future (800tick, 1600tick,...
by radekj
20 Jan 2009
Forum: MultiCharts
Topic: Problem with multi-monitors and workspaces, IMPORTEND !
Replies: 10
Views: 3715

Problem with multi-monitors and workspaces, IMPORTEND !

I am using multi-monitors system for MC. if i open one workspace and detach some windows and place them on diferent monitors (exampel monitor 1,2 and 3) and then try to open another workspace to place it window (detached) on monitor 4 than the windows from first workspace are hidden ! This happen al...
by radekj
19 Jan 2009
Forum: MultiCharts
Topic: IQfeed symbols
Replies: 2
Views: 1784

You must add the symbol manually esh9 for march 2009 or better
@es# for continues contract.

@ym# for dow jones
@nq# for nasdaq
@tfs# for russell 2000

ciao
radekj

ps: IQFEED is the best
by radekj
19 Jan 2009
Forum: MultiCharts
Topic: What i am missing in MC
Replies: 4
Views: 1931

Exact this is the reason why i use AB for analysis and bar replay.

But MC has great (best) Charting and data vendor handling and EL compatibility.

I would prefere MC for doing all my tasks, so i waiting for this functionality.

ciao
radekj
by radekj
18 Jan 2009
Forum: MultiCharts
Topic: What i am missing in MC
Replies: 4
Views: 1931

What i am missing in MC

1. Direct reference to instruments in EL, ex.: close("qqqq"); High("msft"); //without putting them on chart or using GV 2. Possibility to get value of calculation in higher time frames, ex.: value = Compression(MA(close, 20), 60min); // return on 5min bar value for MA on 60min basis for current bar ...
by radekj
10 Jan 2009
Forum: MultiCharts
Topic: Problem with for loop and iteraction order of bars
Replies: 12
Views: 4039

ok, thanks.

I will send this issue to ts-support.

ciao
Radek
by radekj
10 Jan 2009
Forum: MultiCharts
Topic: Problem with for loop and iteraction order of bars
Replies: 12
Views: 4039

bowlesj3,

exact this is my problem.

I often use loops to look for values of bars in the past,
but i get constantly strange site effects !

And i think all indicators with reference of past data have the same problems.

ciao
radekj
by radekj
10 Jan 2009
Forum: MultiCharts
Topic: Problem with for loop and iteraction order of bars
Replies: 12
Views: 4039

If you redirect the "print" to file than all is right,
but if you redirect the "print" to output window and you got the double call.

ciao
radekj
by radekj
10 Jan 2009
Forum: MultiCharts
Topic: Data Backup - Vista
Replies: 10
Views: 3789

Look at Microsoft SyncToy, is for free.
by radekj
10 Jan 2009
Forum: MultiCharts
Topic: Problem with for loop and iteraction order of bars
Replies: 12
Views: 4039

Problem with for loop and iteraction order of bars

Can somebody explain me this behavior ? (Testet with 5min resolution timeserie) The output of first code is ok: BarCount set to 1 BarCount: 1.00 CurrentBat: 1.00 BarCount: 2.00 CurrentBat: ... but the second output is: (for loop, added at end of code 1) BarCount set to 1 BarCount: 1.00 CurrentBat: 1...
by radekj
11 Nov 2008
Forum: MultiCharts
Topic: Elcollections.dll sources needed
Replies: 5
Views: 2241

What i see in the sources of Elcollections is that:

you can not use BarIDs on seconds bars !

ciao
Radek
by radekj
08 Nov 2008
Forum: MultiCharts
Topic: Elcollections.dll sources needed
Replies: 5
Views: 2241

I have got the sources,

many thanks !

ciao
Radek
by radekj
08 Nov 2008
Forum: MultiCharts
Topic: Elcollections.dll sources needed
Replies: 5
Views: 2241

I am looking for the c-sources of elcollections.dll and not eld file. The reason is that some functions are not documented in the dll but i can get the info from sources. I need this to complete indicator that will show entrys and exits from text-file on the chart (if finish i will give it free to a...
by radekj
07 Nov 2008
Forum: MultiCharts
Topic: Elcollections.dll sources needed
Replies: 5
Views: 2241

Elcollections.dll sources needed

I am looking for elcollections.dll sources, (dont have access to TS forum).
Can anybody help me ?

with regards
radekj

Go to advanced search