Search found 96 matches

by lantama
14 Mar 2019
Forum: MultiCharts
Topic: compile error:"line 0, column 0" - Low(0) [SOLVED]
Replies: 4
Views: 6722

Re: compile error:"line 0, column 0" - Low(0) [SOLVED]

Hello, is this fixed meanwhile?
by lantama
31 Oct 2018
Forum: MultiCharts
Topic: compile error:"line 0, column 0" [SOLVED]
Replies: 36
Views: 15452

Re: compile error:"line 0, column 0" [SOLVED]

Okay, fine. Thanks
by lantama
26 Oct 2018
Forum: MultiCharts
Topic: TT Data Feed Connection / MC 12 R3 [SOLVED]
Replies: 3
Views: 1458

Re: TT Data Feed Connection / MC 12 R3 [SOLVED]

Henry, thanks for your fast support analysing this issue.
by lantama
24 Oct 2018
Forum: MultiCharts
Topic: TT Data Feed Connection / MC 12 R3 [SOLVED]
Replies: 3
Views: 1458

TT Data Feed Connection / MC 12 R3 [SOLVED]

Hello, I am facing trouble with a data feed connection to Trading Technologies. Are there any changes in MC 12 vs MC 11? The Quotemanager shows: [10/24/2018 11:14:50] Establishing connection to Trading Technologies... [10/24/2018 11:14:53] Impossible to connect to the trading system. Please check co...
by lantama
24 Oct 2018
Forum: MultiCharts
Topic: compile error:"line 0, column 0" [SOLVED]
Replies: 36
Views: 15452

Re: compile error:"line 0, column 0" [SOLVED]

I downgraded, upgraded again. Used different folders. At the moment it is working. But there is still something in the compiler log: C:\PROGRA~1\TSSUPP~1\MULTIC~1\make\MinGW64\bin\dlltool: Path components stripped from dllname, 'C:\PROGRA~3\TSSUPP~1\MULTIC~1\STUDYS~1\Studies\SrcCpp\INDICA~1\IA__RO~1...
by lantama
23 Oct 2018
Forum: MultiCharts
Topic: compile error:"line 0, column 0" [SOLVED]
Replies: 36
Views: 15452

Re: compile error:"line 0, column 0" [SOLVED]

Downgrading to 11? I am using MC from the first version on. Never had this issue before. This error is crucial for me.
by lantama
23 Oct 2018
Forum: MultiCharts
Topic: compile error:"line 0, column 0" [SOLVED]
Replies: 36
Views: 15452

Re: compile error:"line 0, column 0" [SOLVED]

On all I think. This is a live system thus I stoped producing errors
by lantama
23 Oct 2018
Forum: MultiCharts
Topic: compile error:"line 0, column 0" [SOLVED]
Replies: 36
Views: 15452

Re: compile error:"line 0, column 0" [SOLVED]

Hello Henry,

I reinstalled MC64. Closed all processes, rebooted, deinstalled, rebooted, installed. But I did this with keeping data and settings.
Still get the same error. I will try to repair as well, but I think this won't help in this case.
by lantama
22 Oct 2018
Forum: MultiCharts
Topic: compile error:"line 0, column 0" [SOLVED]
Replies: 36
Views: 15452

Re: compile error:"line 0, column 0" [SOLVED]

Hello, I had this error and chaneged a lot according to the 'tutorial' around this issue. Now the error log shows this: internal error in mingw32_gt_pch_use_address, at config/i386/host-mingw32.c:171: MapViewOfFileEx: Es wurde versucht, auf eine unzulässige Adresse zuzugreifen. The last part means: ...
by lantama
09 Jul 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10678

Re: Still Glitches IntraDay

Hi, unfortunately I think this fix is not built into 8.8. Can you please check?
by lantama
04 Jun 2014
Forum: MultiCharts
Topic: Pause an Indicator for some time
Replies: 5
Views: 2136

Re: Pause an Indicator for some time

I decided to go for a time based solution. Example for >20Sec Interval:

Vars:
intrabarpersist set(0), intrabarpersist go(0);

if set=0 then set=q_Time_DT;
if(q_Time_DT-Set)*100000000>20000 then begin
set=q_Time_DT;
go=1;
end else go=0;
by lantama
03 Jun 2014
Forum: MultiCharts
Topic: Pause an Indicator for some time
Replies: 5
Views: 2136

Re: Pause an Indicator for some time

Interesting suggestions, thanks. I will play around a bit with it
by lantama
03 Jun 2014
Forum: MultiCharts
Topic: Pause an Indicator for some time
Replies: 5
Views: 2136

Pause an Indicator for some time

Hello, I am looking for a function that can pause an indicator calculation for a specific time. The sense behind is that I would like to slow down "update on every tick" in certain situations. Is ther some function around? I did not find any.
Thanks
lantama
by lantama
10 Apr 2014
Forum: MultiCharts
Topic: TTNET Market Data / Trading Technologies
Replies: 0
Views: 920

TTNET Market Data / Trading Technologies

Hi, we are devoloping an own connection to TTNet. However I would like to use TTnet data in MC. Unfortunately there is no environment to test this. Anyone has any expierences with it? Is it realiable and stable / reconnecting? Is there a back fill feature? I heard that some clients (brokers) have hi...
by lantama
10 Mar 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10678

Re: Still Glitches IntraDay

"Use eSignal range checking filter for trades box is checked" -> is this called "qualified price for trades" or a new feature/checkbox? The name is new. It is called Use eSignal range checking filter for trades now. You write that I should prove that it is checked. And then follow point 2 .... that...
by lantama
07 Mar 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10678

Re: Still Glitches IntraDay

Here is the new updater including more fixes regarding the problem. After it is installed, please make sure the Use eSignal range checking filter for trades box is checked in the settings of eSignal data source in QuoteManager, then close MC and QM, follow point 2 from the instruction above and the...
by lantama
06 Mar 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10678

Re: Still Glitches IntraDay

Hello Andrew, thanks. I will test it in the next days.
by lantama
28 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10678

Re: Still Glitches IntraDay

Hi Andrew, after the first tests it seems to work in general. But: - after Restart / Booting the checkbox " use qualified price for trade" is unchecked again. I think it is still working, but I am not shure. - after hours the intraday chart is duplicating the last tick with zero volume. I forgot to ...
by lantama
27 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10678

Re: Still Glitches IntraDay

Installed it. What means "Qualified Price for Trades"? Is this the new feature for filtering?
by lantama
27 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10678

Re: Still Glitches IntraDay

Ah, this is the hot fix and no debugging stuff. Good that you are mentioning it :).
Thanks I will give it try tomorrow.
by lantama
26 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10678

Re: Still Glitches IntraDay

Hello Andrew,
this means that you did not reproduce this issue by yourself? I asked you that before. The issue is obvious anyway, in case no one reproduced this on your side. What would you like to achieve?

Best
Andreas
by lantama
24 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10678

Re: Still Glitches IntraDay

Hi, thanks for the useful investigation. But it is even more worse than that. MC had a filter before. Older MC versions with the same Esignal version were fine regarding this issue (unfortunately buggy in other ways). Thus it must be possible to get this fixed in a very short time. I have trouble to...
by lantama
21 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10678

Re: Still Glitches IntraDay

Anyway, please make it a priority on the dev list and keep me posted.

Cheers
lantama
by lantama
21 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10678

Re: Still Glitches IntraDay

[/quote]
We added only 0 price filtration.[/quote]

Like I said: It was working with a 8.5 beta version. Thus somebody on your side changed something (in the wrong way). That's a fact.
by lantama
21 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10678

Re: Still Glitches IntraDay

Usually there is a description of the API available for the technology partners like multicharts. Changes, filters, tags, whatever. Thus either the descriptions and version management of eSignal is wrong or you missed something and therefore the current QM esignal handler is wrong. Both require that...
by lantama
21 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10678

Re: Still Glitches IntraDay

That means all esignal users will face these issues? No one else is complaining? I am the only one using this combination?

Why and why no hot fix? I'm lost. This is ridiculous.....
by lantama
20 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10678

Re: Still Glitches IntraDay

Hello Andrew, means you found the issue? As you might imagine this is a serious thread for my trading. Any estimation about the timeline for a fix?

Best
lantama
by lantama
20 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10678

Re: Still Glitches IntraDay

Not that I would know. What might be a special feature?
by lantama
20 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10678

Still Glitches IntraDay

Hello, I still receive weird glitches in newest productive MC64 (8.8.8593.400). Source is esignal (11.6 SP2). Products BUND (GB H4-DT) @ EUREX, EUROSTOXX 50 (ET H4-DT) @ EUREX, IBEX (IBX G4-MRV) @ MEFF to name a few... The intraday chart in MC has glitches. The same intraday chart in ESIGNAL has no ...
by lantama
19 Oct 2013
Forum: MultiCharts
Topic: IB: EURUSD / IDEALPRO Chart not updating
Replies: 25
Views: 10031

Re: IB: EURUSD / IDEALPRO Chart not updating

Hilbert, something that is really great with MC is the Time Zone, Daylight Savings, etc... management in the Quote Manager (QM). What is important: You have to make sure that your Operating System Time Zone and DateTime is correct. When you trade Globex you just enter under "Edit Symbols" -> "Sessio...
by lantama
17 Oct 2013
Forum: MultiCharts
Topic: IB: EURUSD / IDEALPRO Chart not updating
Replies: 25
Views: 10031

Re: IB: EURUSD / IDEALPRO Chart not updating

I was downgrading to build 7263 which is working fine with me. Downgrading was a bit problematic as the quote database isn't downward compatible. I am not sure about the current release, but as I have no time to test it I will stick to the older beta for the time being. Have you tried MultiCharts 8...
by lantama
09 Oct 2013
Forum: MultiCharts
Topic: IB: EURUSD / IDEALPRO Chart not updating
Replies: 25
Views: 10031

Re: IB: EURUSD / IDEALPRO Chart not updating

I was downgrading to build 7263 which is working fine with me. Downgrading was a bit problematic as the quote database isn't downward compatible.
I am not sure about the current release, but as I have no time to test it I will stick to the older beta for the time being.
by lantama
21 Jul 2013
Forum: MultiCharts
Topic: IB: EURUSD / IDEALPRO Chart not updating
Replies: 25
Views: 10031

Re: IB: EURUSD / IDEALPRO Chart not updating

Also in 8.7 7472 many charts from IB are not updating. The only thing that helps ist do delete the symbol and to start all over again. But shuting down and restarting MC reproduces the problem.
by lantama
19 Jul 2013
Forum: MultiCharts
Topic: IB: EURUSD / IDEALPRO Chart not updating
Replies: 25
Views: 10031

Re: IB: EURUSD / IDEALPRO Chart not updating

?? The data shown in the first line is other than in the chart! And this means nothing to you? Then please stop replying to my posts.
by lantama
19 Jul 2013
Forum: MultiCharts
Topic: IB: EURUSD / IDEALPRO Chart not updating
Replies: 25
Views: 10031

Re: IB: EURUSD / IDEALPRO Chart not updating

No, there is obviously some serious problem with the IB Data Source Adapter in 7409!

I Have also inconsistent Chart Data. The Chart is lagging (or not showing the latest tick). See attached. Please check!
lantama
by lantama
15 Jul 2013
Forum: MultiCharts
Topic: IB: EURUSD / IDEALPRO Chart not updating
Replies: 25
Views: 10031

IB: EURUSD / IDEALPRO Chart not updating

Hi, my charts of the EURUSD / IDEALPRO from IB are not updating since the update to 8.7 (7409). History is loading, Quotemanager is collecting, but somehow the charts are not updating with new ticks (last, bid, 1 minute, ticks.....) . This is weird, as other symbols are working fine. Any idea what i...
by lantama
31 May 2013
Forum: MultiCharts
Topic: OPEN vs. First Tick(s)
Replies: 17
Views: 5747

Re: OPEN vs. First Tick(s)

Henry , any news on this one?
by lantama
05 Apr 2013
Forum: MultiCharts
Topic: OPEN vs. First Tick(s)
Replies: 17
Views: 5747

Re: OPEN vs. First Tick(s)

Henry, great to hear that you found the problem. Was it a special Esignal adapter or a generell issue? As far as I know there are some others bugfixes for Esignal for MC 8.5. Will you provide a cumulative fix?

have a nice weekend,
lantama
by lantama
05 Apr 2013
Forum: MultiCharts
Topic: OPEN vs. First Tick(s)
Replies: 17
Views: 5747

Re: OPEN vs. First Tick(s)

Today the IBEX was fine. But I saw some strange behaviour in DAX (AX M3-DT) and in ESTX50 (ET M3-DT) JUN Futures. Collecting TRADES, streaming live data from esignal. DAX: FIRST TICK: 7821 OPEN FIRST MIN: 7820 WEBSITE EXCHANGE: 7821 ESIGNAL FRONTEND: 7820 If I look at the DAX FUTURE only it seems th...
by lantama
04 Apr 2013
Forum: MultiCharts
Topic: OPEN vs. First Tick(s)
Replies: 17
Views: 5747

Re: OPEN vs. First Tick(s)

today everything (I was monitoring) was fine.
by lantama
03 Apr 2013
Forum: MultiCharts
Topic: OPEN vs. First Tick(s)
Replies: 17
Views: 5747

Re: OPEN vs. First Tick(s)

Today, all was fine with the IBEX APR FUT. First ticks and the first minute have the same price (7952). This is also the official opening. I will monitor this on a daily basis. But I saw some misbehaviour in the AX-M3-DT today. German Eurex Dax Future. Same fields to collect (All "Trade" nothing els...
by lantama
02 Apr 2013
Forum: MultiCharts
Topic: OPEN vs. First Tick(s)
Replies: 17
Views: 5747

Re: OPEN vs. First Tick(s)

Sunday late afternoon. For the whole week....
by lantama
02 Apr 2013
Forum: MultiCharts
Topic: OPEN vs. First Tick(s)
Replies: 17
Views: 5747

Re: OPEN vs. First Tick(s)

Henry, ok. eSignal connection. Collect RT data w/o plotting on. Fields: Only Trade: Tick, Minute, Day.
Plotting permenately a live Minute Chart of IBEX 35 APR (Esig: IBX J3-MRV). Data is wrong for first minute opening of today as you can see in the first screenshots.

What else do you need?
by lantama
02 Apr 2013
Forum: MultiCharts
Topic: OPEN vs. First Tick(s)
Replies: 17
Views: 5747

Re: OPEN vs. First Tick(s)

Henry, the ticks are collected in realtime. No Backfill in this case. Live trading :). MC makes minute samples out of the ticks in this case as far as i know. Reloading makes no difference as the data is stored/cached. I would have to delete the minute data for backfill to solve this, but i need pro...
by lantama
02 Apr 2013
Forum: MultiCharts
Topic: OPEN vs. First Tick(s)
Replies: 17
Views: 5747

OPEN vs. First Tick(s)

Hello, I am still fighting with MC (8.5 now) and proper Opening prices. IB has Problems with this. However this is somewhat clear as they sample the data. Thus I ordered eSignal. Now I receive the proper ticks, but somehow the opening prices shown are still often wrong. Why is this? Example today: I...
by lantama
25 Jan 2013
Forum: MultiCharts
Topic: No Connection to DRMS ! [SOLVED]
Replies: 23
Views: 8754

Re: No Connection to DRMS ! [SOLVED]

It was my DSL provider. Not your fault, sorry.

But anyway, in general this could be an issue. Is there something like a locally stored license or dongle?

Best
lantama
by lantama
25 Jan 2013
Forum: MultiCharts
Topic: No Connection to DRMS ! [SOLVED]
Replies: 23
Views: 8754

No Connection to DRMS ! [SOLVED]

Hi, this morning I have the message 'There is no conection to the digital rights management server. No real-time data will be available'. It is no firewall issue. I understand that you have to protect your software against misuse. On the other hand this is a no-go for realtime trading software. Is t...
by lantama
08 Aug 2012
Forum: MultiCharts
Topic: [UPDATER] InteractiveBrokers - Wrong Opening Prices
Replies: 15
Views: 4435

Re: Wrong Opening Prices - EUREX/DTB, Source Interactive

Ok, "generate new tick if volume changes" was toggled off as I was looking for 'better' ticks. I will change and check again.
lantama
by lantama
08 Aug 2012
Forum: MultiCharts
Topic: [UPDATER] InteractiveBrokers - Wrong Opening Prices
Replies: 15
Views: 4435

Re: Wrong Opening Prices - EUREX/DTB, Source Interactive

Today I receive glitches from IB/DTB feed again - as before in former versions (MC7). I think this is somehow related to the opening price issue. The feed implementation of DTB/IB source in MC seems to be buggy. IB/TWS is filtering these glichtes as you can see in the chart comparison. Somehow I don...
by lantama
07 Aug 2012
Forum: MultiCharts
Topic: [UPDATER] InteractiveBrokers - Wrong Opening Prices
Replies: 15
Views: 4435

Re: Wrong Opening Prices - EUREX/DTB, Source Interactive

Hello Henry, any news regarding this issue?
by lantama
02 Aug 2012
Forum: MultiCharts
Topic: [UPDATER] InteractiveBrokers - Wrong Opening Prices
Replies: 15
Views: 4435

Re: Wrong Opening Prices - EUREX/DTB, Source Interactive

Please, it is very dangerous for my trading approach. If toggled on, I miss the closing auction prices @ EUREX/DTB from source IB If toggled off, I get proper closing auction prices @ EUREX/DTB from source IB, but in this case I think sometimes I receive a duplicated wrong opening price (= closing ...
by lantama
01 Aug 2012
Forum: MultiCharts
Topic: [UPDATER] InteractiveBrokers - Wrong Opening Prices
Replies: 15
Views: 4435

Re: Wrong Opening Prices - EUREX/DTB, Source Interactive

Please, it is very dangerous for my trading approach. However, I cannot give you any proof, but I think it is still related to 'generate new Tick if volume changes' setting. If toggled on, I miss the closing auction prices @ EUREX/DTB from source IB If toggled off, I get proper closing auction price...
by lantama
31 Jul 2012
Forum: MultiCharts
Topic: IB historical data: Is it possible to add data?
Replies: 1
Views: 1216

Re: IB historical data: Is it possible to add data?

Yes, you can import any historical data (txt, csv) into your IB symbol history in the quote manager.
by lantama
31 Jul 2012
Forum: MultiCharts
Topic: [UPDATER] InteractiveBrokers - Wrong Opening Prices
Replies: 15
Views: 4435

Re: Wrong Opening Prices - EUREX/DTB, Source Interactive

Henry,
no, it is the recorded ESTX50 stuff. Weird like the whole issue...
by lantama
31 Jul 2012
Forum: MultiCharts
Topic: [UPDATER] InteractiveBrokers - Wrong Opening Prices
Replies: 15
Views: 4435

[UPDATER] InteractiveBrokers - Wrong Opening Prices

Hello, I am using hourly bars/minute data in MC 8 64 latest version. Data Source is IB. Latest TWS and API 966 are in place. Sometimes I receive wrong opening prices of the day as the last from day before is somehow duplicated. Affected Futures products are DAX, ESTX50 and GBL. When I delete the min...
by lantama
08 Apr 2012
Forum: MultiCharts
Topic: IB Data Source / Generate new Tick if Total Volume changes
Replies: 12
Views: 3614

Re: IB Data Source / Generate new Tick if Total Volume chang

Henry, unfortunately nothing improved with MC 8 beta 2. Absolutely the same, wrong behaviour. I have no clue why nobody is taking care. I am talking about the closing prices from Europeans most important futures exchange. And I am sure that the change either on your or on IB side is one man hour eff...
by lantama
16 Mar 2012
Forum: MultiCharts
Topic: IB Data Source / Generate new Tick if Total Volume changes
Replies: 12
Views: 3614

Re: IB Data Source / Generate new Tick if Total Volume chang

Jo, not really, the daily settlement price is from 17:30 german time as it is from closing time of the underyling cash market. Makes sence as a lot of people are hedging and the options have to be priced that way: Daily Settlement Price The Daily Settlement Prices for the current maturity month are ...
by lantama
16 Mar 2012
Forum: MultiCharts
Topic: IB Data Source / Generate new Tick if Total Volume changes
Replies: 12
Views: 3614

Re: IB Data Source / Generate new Tick if Total Volume chang

Henry, I am using the latest 7.4 version and TWS 922.6. I run two machines currently. Both latest Windows 7 64bit. PC 1: Generate a new Tick if Total Volume changes: "OFF" PC 2: Generate a new Tick if Total Volume changes: "ON" PC 1: receives frequently glitches (see chart), but the closing auction ...
by lantama
15 Mar 2012
Forum: MultiCharts
Topic: IB Data Source / Generate new Tick if Total Volume changes
Replies: 12
Views: 3614

Re: IB Data Source / Generate new Tick if Total Volume chang

Henry, no offense, but you are not answering my questions. Is there a way to manipulate the way Multicharts is filtering IB ticks to avoid bad ticks AND to deliver proper auction closing prices? If no, would you be so kind to support me in order to solve this issue with the IB support? Current situa...
by lantama
15 Mar 2012
Forum: MultiCharts
Topic: IB Data Source / Generate new Tick if Total Volume changes
Replies: 12
Views: 3614

Re: IB Data Source / Generate new Tick if Total Volume chang

Henry, IB charts showed no spikes. The glitches could not be observed in TWS quote grid either! So I guess that the way the data from Eurex is handled is simple not right (from IB) and Multicharts is filtering like you described or not. No, means I get alls the stuff. Yes, means I miss the auction p...
by lantama
15 Mar 2012
Forum: MultiCharts
Topic: spiked in ESTX50-DTB and GBL today
Replies: 6
Views: 2496

Re: spiked in ESTX50-DTB and GBL today

I guess you have "Generate new Ticks as Total Volume changes" unchecked?
My expierence:

viewtopic.php?f=1&t=10131
by lantama
15 Mar 2012
Forum: MultiCharts
Topic: IB Data Source / Generate new Tick if Total Volume changes
Replies: 12
Views: 3614

IB Data Source / Generate new Tick if Total Volume changes

Hello, I have an open inquiry at IB as they suddenly stopped to deliver the auction closing prices on Eurex (DTB) and Osaka (OSE.JPN) almost two years ago. Unfortunately nothing improved since then. Nobody is taking care over there. However, on my test machine I played around with the MC QM data sou...
by lantama
31 Oct 2011
Forum: MultiCharts
Topic: IB Autotrading / TWS restart / Order Mapping
Replies: 6
Views: 1950

Re: IB Autotrading / TWS restart / Order Mapping

PRINT is it... thanks TJ, I missed that.
by lantama
29 Oct 2011
Forum: MultiCharts
Topic: IB Autotrading / TWS restart / Order Mapping
Replies: 6
Views: 1950

Re: IB Autotrading / TWS restart / Order Mapping

Henry, many thanks. This definetely helps. The futures position rolling should work as well. Means changing the underlying contract in the chart. Rolling the position manually into the next expiry. Turning on autotrading again. Entering position long x as starting position..... What I really miss in...
by lantama
28 Oct 2011
Forum: MultiCharts
Topic: IB Autotrading / TWS restart / Order Mapping
Replies: 6
Views: 1950

IB Autotrading / TWS restart / Order Mapping

Hello, I am currently testing the conversion of some of my Autotrading via IB TWS from a thrid parts DLL Solution (TWSlink) to the Strategy Autotrading of MC. Some crucial points are not clear to me and I was unable to find the right answers here in this large forum.... When I have placed a strategy...
by lantama
17 Oct 2011
Forum: MultiCharts
Topic: Max Qty in Signal & Strategy Setup
Replies: 5
Views: 1425

Re: Max Qty in Signal & Strategy Setup

Sure, but the crucial point here is that alle scripts trade only once - or let say one contract. That means that I have to set a variable somewhere like in a text file. Lets say Subsystem_one_Position=1. Code would be somthing like this (don't know the real functions right away) Read Textfile.... If...
by lantama
17 Oct 2011
Forum: MultiCharts
Topic: Max Qty in Signal & Strategy Setup
Replies: 5
Views: 1425

Re: Max Qty in Signal & Strategy Setup

Hi, thank you for the reply. Anyway that is not what I wanted to hear as it is quite uncomfortable regarding rolling, system performance, interaction in respect to overall risk. So I have to redesign my approach somehow.... Would it be possible to implement all signals into one signal? Then I would ...
by lantama
17 Oct 2011
Forum: MultiCharts
Topic: Max Qty in Signal & Strategy Setup
Replies: 5
Views: 1425

Max Qty in Signal & Strategy Setup

Hello, I am starting to use the Strategy AutoTrader for the first time (before i was using TWSLink as orderinterface between MC and IB only). I want to trade 5 Signals in one chart. Each Signal should open max +-1 contract in one direction. It could be that one ore more of the 5 attached signals are...
by lantama
31 Mar 2011
Forum: MultiCharts
Topic: Plot/Noplot and Scaling issues
Replies: 4
Views: 1308

Re: Plot/Noplot and Scaling issues

Great thnx, that solves nummer 2. Didn't find that feature.
by lantama
31 Mar 2011
Forum: MultiCharts
Topic: Plot/Noplot and Scaling issues
Replies: 4
Views: 1308

Re: Plot/Noplot and Scaling issues

Hello Support, hey guys,

nobody any ideas regarding this?

Thanks
lantama
by lantama
28 Mar 2011
Forum: MultiCharts
Topic: Plot/Noplot and Scaling issues
Replies: 4
Views: 1308

Plot/Noplot and Scaling issues

Hello, I have two issues with plotting indicator values in price charts. 1. I use plot to plot some stoplevels from an indicator into a pricecharts. However, after a session I use "Noplot" to eliminate the dots. This works fine, but somehow the values printed in the status line won't be deleted. The...
by lantama
24 Dec 2010
Forum: MultiCharts
Topic: Copy of Holiday List?
Replies: 6
Views: 1541

Re: Copy of Holiday List?

will try, thxs!
by lantama
23 Dec 2010
Forum: MultiCharts
Topic: Copy of Holiday List?
Replies: 6
Views: 1541

Copy of Holiday List?

Hi, we own multiple versions of MC. We are looking for a way to copy the self maintained holiday list from one machine to another.
I looked for a possible file, but didn't find anything useful. Any ideas?

Thanks and best regards
lantama
by lantama
25 Jul 2010
Forum: MultiCharts
Topic: OPEN / LAST / CLOSE @ first tick of session
Replies: 5
Views: 1647

Unfortunately, 'Last' is usually NOT the most recent quote when there are more than a few trades in one second. Last is a EL quote field value, and similar to other quote fields, it is generally updated two or three times per second; it is not updated on each trade tick. Therefore, the MC user guid...
by lantama
25 Jul 2010
Forum: MultiCharts
Topic: OPEN / LAST / CLOSE @ first tick of session
Replies: 5
Views: 1647

I don't get your answer. Yes, I CAN read. But the MC Power Language Editor Help isn't that helpful in this case. Just think that you grap OPEN, LAST and CLOSE when the first tick of your session arrives. I think they all should be the same in case that it is really the very first tick. But very ofte...
by lantama
25 Jul 2010
Forum: MultiCharts
Topic: OPEN / LAST / CLOSE @ first tick of session
Replies: 5
Views: 1647

OPEN / LAST / CLOSE @ first tick of session

Hi, I am facing some trouble with different Prices when a Market opens or let's say when my MC Session starts for different futures. Data source is IB. I need the first tick as session opening price for my calculations. Somehow I think the OPEN is information not very reliable as this comes from the...
by lantama
18 Jun 2010
Forum: MultiCharts
Topic: Continous Contract - DTB/ERUEX
Replies: 5
Views: 2095

Continous Contract - DTB/ERUEX

Hi, cc function is very helpfull. However I am missing the Symbol roots for non american futures in the Custom Futures Builder. How to setup up the DAX Future for example?

Cheers
lantama
by lantama
02 Apr 2010
Forum: MultiCharts
Topic: Multicharts 6.0 Beta 2 feedback
Replies: 79
Views: 71138

Candlestick Default Color

is wrong. Up should be green and not red. Down also the other way round. Cheers lantama
by lantama
16 Mar 2010
Forum: MultiCharts
Topic: PlotXX - Plotting values from an array in a loop?
Replies: 5
Views: 2241

Hi TJ
Yes, I know. But is there a solution?
by lantama
16 Mar 2010
Forum: MultiCharts
Topic: PlotXX - Plotting values from an array in a loop?
Replies: 5
Views: 2241

PlotXX - Plotting values from an array in a loop?

Hi, I have an Indicator with an array M of stop levels. I want to plot them in the chart. One way would be: If M=1 then Plot1(LongStop[M],"Long 1"); If M=2 then Plot2(LongStop[M],"Long 2"); If M=3 then Plot3(LongStop[M],"Long 3"); etc... However, more easy & smooth would be something like...... For ...
by lantama
06 Jan 2010
Forum: MultiCharts
Topic: AutoRefresh for ASCII Mapping
Replies: 3
Views: 1409

Thanks for the recommendations. Guess we will have to implement an external wrapper. Cheers lantama
by lantama
05 Jan 2010
Forum: MultiCharts
Topic: AutoRefresh for ASCII Mapping
Replies: 3
Views: 1409

AutoRefresh for ASCII Mapping

Hi, we are desperately looking for a solution to Autorefresh Charts with ASCII mapped data (Mapped file will be updated periodically). An ELA function for example would be great. Any hidden features currently available?

Thanks for support
lantama
by lantama
01 Jul 2009
Forum: MultiCharts
Topic: Holiday Feature
Replies: 4
Views: 2509

Holiday Feature

Hello, I am wondering about the holiday functionality. Is it actually working? I guess it is still an important improvement that is missing somehow.

Can you give me a reliable timeline please?

Best regards
lantama
by lantama
16 Apr 2009
Forum: MultiCharts
Topic: Importing/Converting XPO Data?
Replies: 4
Views: 2602

Andrew, thank you for your offer. I have about 50. There seems to be also a possibility to import these into Globalserver and to export them via the data window of TS2000i. But somehow some Xpos have invalid expiry data and can therefore not be charted. 499 USD are to expensive for me for this one t...
by lantama
15 Apr 2009
Forum: MultiCharts
Topic: Importing/Converting XPO Data?
Replies: 4
Views: 2602

Importing/Converting XPO Data?

Hi,

I am looking for an Import/Converter to use my old XPO data. Any expierence / ideas for me in order to get this ready?

Many thanks
lantama
by lantama
28 Jan 2009
Forum: MultiCharts
Topic: Trouble with IB - Two contracts same expiry month
Replies: 6
Views: 2743

It works now. Thank you!

lantama
by lantama
27 Jan 2009
Forum: MultiCharts
Topic: Trouble with IB - Two contracts same expiry month
Replies: 6
Views: 2743

Hi, any news on this one? IB / TWS Nat Gas Future NGH9 @Nymex shows error "No Symbol" in MC 4. If you ask because the only difference between NGG9 (Feb Contract) and NGH9 (March) is the expiry DAY not month. So MC cannot distinguish between the two contracts?! This is causing major trouble with me (...
by lantama
22 Jan 2009
Forum: MultiCharts
Topic: Trouble with IB - Two contracts same expiry month
Replies: 6
Views: 2743

Re: Trouble with IB - Two contracts same expiry month

Maybe MC can differ between the two contracts?
I mean can not differ between the two contracts. Same symbolroot NG, multiplier, etc., but expiring on different days in Feb 09
by lantama
22 Jan 2009
Forum: MultiCharts
Topic: Trouble with IB - Two contracts same expiry month
Replies: 6
Views: 2743

Trouble with IB - Two contracts same expiry month

Hello, I am trading with IB for almost 2 years now. So it is no newbie issue. Somehow MC shows me in Quote Manager that the NGG9 and the NGH9 are both expiring in Feb 09. When I try to load data for NGH9 it says "No Data". When I try to place an order via API it says "No security definition has been...
by lantama
05 Oct 2008
Forum: MultiCharts
Topic: Same Symbol/Contract - Multiple Data Series
Replies: 4
Views: 2272

Hi Dwar,
yeah exactly. But I would need to run different session on one symbol simutanesly. 2 MCs is not an option for me.

Cheers
lantama
by lantama
05 Oct 2008
Forum: MultiCharts
Topic: Same Symbol/Contract - Multiple Data Series
Replies: 4
Views: 2272

Same Symbol/Contract - Multiple Data Series

Hi,
I am already using MC, but I need a function to plot the same contract in different self defined sessions. Example:

FDAX DEC 08.

08:00 AM - 02:00 PM
02:00PM - 10:00 PM
08:00 AM - 10:00 PM

I do not see any feature handling this. Any ideas how to get this working?

Thanks,
lantama
by lantama
03 May 2008
Forum: MultiCharts
Topic: Incorrect time on chart
Replies: 10
Views: 4644

Hi, so this only happens when you actually have two data sets in one chart window? Right? Otherwise it would be very dangerous for my setup.

Cheers
lantama
by lantama
24 Apr 2008
Forum: MultiCharts
Topic: MC 3 Final Question
Replies: 4
Views: 2440

I am getting the same error message. Also no eSignal inplace.
by lantama
22 Apr 2008
Forum: MultiCharts
Topic: Collecting Own Daily Histories via IB
Replies: 4
Views: 2796

To whom it may concern. The workaround seems to be: Just take x hour bars where x > time span defined for session. It takes the iday history and the session time span to build up 'own' bars that are representing 'daily' bars with O,H,L from iDay history. Looks fine and I hope that this is stable (no...
by lantama
21 Apr 2008
Forum: MultiCharts
Topic: Collecting Own Daily Histories via IB
Replies: 4
Views: 2796

I am trading intraday on a daily basis (chart compression). In theory this is working fine. But I am facing trouble with the Open, High and Low collected by the QuoteManager. Settings: History Collection is turned off. Tick, minutes and daily compression is turned on for storage. For example when I...
by lantama
20 Apr 2008
Forum: MultiCharts
Topic: Collecting Own Daily Histories via IB
Replies: 4
Views: 2796

Collecting Own Daily Histories via IB

Hi, I recently bought the new Version 3 (Release). And I am still testing for autotrading with IB (TWS 882.2). I am trading intraday on a daily basis (chart compression). In theory this is working fine. But I am facing trouble with the Open, High and Low collected by the QuoteManager. Settings: Hist...

Go to advanced search