Search found 122 matches

by ts2mc
07 Aug 2010
Forum: MultiCharts
Topic: your pc is running out of memory MC 6
Replies: 3
Views: 1523

your pc is running out of memory MC 6

Hello,
since i upgraded from MC 5.5 to MC 6 i get this error:
"your pc is running out of memory".

I have not raised the barnumber in my charts and also
i can't see low memory in taskmanager.

what is the reason for this and how to get rid of this message ?

thank you
by ts2mc
06 Aug 2010
Forum: MultiCharts
Topic: tsserver tsvncache and quotemanager process hangs
Replies: 2
Views: 992

Re: tsserver tsvncache and quotemanager process hangs

Forgot to mention:
my datasource is IB. When closing TWS and then MC, MC closes.
Otherwise, tsserver.exe process remains.
by ts2mc
06 Aug 2010
Forum: MultiCharts
Topic: tsserver tsvncache and quotemanager process hangs
Replies: 2
Views: 992

tsserver tsvncache and quotemanager process hangs

Hello,
i very often have the problem that processes

tsserver tsvncache and quotemanager

are not terminated after closing quotemanager and multicharts.

Anyone know the reason ?

MC 5.5 latest build.
thank you
by ts2mc
11 Mar 2010
Forum: MultiCharts
Topic: backtesting: order not filled
Replies: 5
Views: 1443

i have no ticks for this symbol as IB gives only historical timebased data (1 min). i thought that exactly this, testing min bars like tick data, is the purpose of intradbar order generation. it is really not much want i want: to be able triggered an order or get a filled within High and Low of curr...
by ts2mc
10 Mar 2010
Forum: MultiCharts
Topic: backtesting: order not filled
Replies: 5
Views: 1443

Hello TJ,
each time i enable precision 1 tick (magnifier)
i get an error and this feature is disabled.

the tick that should give the fill, is an open tick.
by ts2mc
10 Mar 2010
Forum: MultiCharts
Topic: backtesting: order not filled
Replies: 5
Views: 1443

backtesting: order not filled

Hello, in my backtest , i have intrabar order generation enabled for 1 min 6EH0 bars. Each script call is written to a logfile [LOGFILE] (see below). Also each action. As you can see, my mc script initiates a short trade at 1.510000 the script command is: SellShort ("Short") NbrContracts contracts n...
by ts2mc
05 Mar 2010
Forum: MultiCharts
Topic: intrabar order generation: never get barstatus(1) = 0
Replies: 9
Views: 2413

do you know how to place orders on open of each new bar ?
(bar with # current script is called, not next bar)
by ts2mc
05 Mar 2010
Forum: MultiCharts
Topic: intrabar order generation: never get barstatus(1) = 0
Replies: 9
Views: 2413

this bar at close means for me the current simulated tick of the bar. so at the current simulated (intrabar generated tick ) price. MC uses 2 methods to break down a time based bar into ticks as far as i know: for down candles it assumes: 1 tick open 2 tick high 3 tick low 4 tick close for uo candle...
by ts2mc
05 Mar 2010
Forum: MultiCharts
Topic: intrabar order generation: never get barstatus(1) = 0
Replies: 9
Views: 2413

hello TJ, i am doing backtest and want orders placed on IB account. I do not want to user inbuild OrderAutomat of MC, i use my own dll placing orders. basically, if i send Buy ("Long") NbrShares contracts this bar at close; i want this order being filled in backtest and for real trading i will place...
by ts2mc
05 Mar 2010
Forum: MultiCharts
Topic: intrabar order generation: never get barstatus(1) = 0
Replies: 9
Views: 2413

intrabar order generation: never get barstatus(1) = 0

I want my orders being placed on first tick (open) of new bar. my bars are timebased 1 min. in order to capture the open tick, i ask for if barstatus(1) = 0 then Buy ("Long") 1 contracts this bar at close; begin but i never get barstatus=0. always 1 or 3. furthe, when enable bar magnifier with intra...
by ts2mc
05 Mar 2010
Forum: MultiCharts
Topic: intrabar order generation and "this bar at close"
Replies: 10
Views: 2305

thank you.
my failure was to select backtesting precision/tick as resolution instead of backtesting precision/intraday as my chart has minute resolution.
by ts2mc
05 Mar 2010
Forum: MultiCharts
Topic: intrabar order generation and "this bar at close"
Replies: 10
Views: 2305

hello tj,
my resolution is 1 min bar.
i found a bugfix related to this in release notes of 5.5 beta3.
but i use release 5.5 (5.5.2723)
by ts2mc
05 Mar 2010
Forum: MultiCharts
Topic: intrabar order generation and "this bar at close"
Replies: 10
Views: 2305

if enable bar magnifier, my seems not be computed as
MC chart window states "The strateg is awaiting data for bar magnifier..."

do you know the meaning ?
by ts2mc
05 Mar 2010
Forum: MultiCharts
Topic: IB daily forex bars only back to NOV 2008
Replies: 2
Views: 1013

IB daily forex bars only back to NOV 2008

i want to see daily bars for EUR.USD back to 2005 from InteractiveBrokers. This works perfect in TWS charts. I know, there is may a difference between API and TWS. However, i thought MC is able to split requests over long timeperiods into smaller periods in order to load long historical periods. But...
by ts2mc
05 Mar 2010
Forum: MultiCharts
Topic: intrabar order generation and "this bar at close"
Replies: 10
Views: 2305

hello TJ,
yes, it is backtesting.
by ts2mc
05 Mar 2010
Forum: MultiCharts
Topic: intrabar order generation and "this bar at close"
Replies: 10
Views: 2305

intrabar order generation and "this bar at close"

Hello, have a problem: i need to send orders from within bar. for this, i switched to "intrabar order generation" on. i also need to place order at the current close of bar (which is actual "tick"), so i use "this bar at close". unfortunately, both causes MC to generate no trades. if i disable "intr...
by ts2mc
27 Feb 2010
Forum: MultiCharts
Topic: intrabar order generation question
Replies: 9
Views: 2096

Hello TJ, ok, i think i understand this now: if intradaybar update enabled, open of each script call for bar x is fix and the same as the open for the "historical" (completed) bar. Where close can be each price within the bar, high and low included. Whati need, is to enable the script to place a lim...
by ts2mc
27 Feb 2010
Forum: MultiCharts
Topic: intrabar order generation question
Replies: 9
Views: 2096

the open comes into play - as i assume - as any possible price between current bar open and current bar close. this is because i thought that intradaybar generation allows calls the script for each possible price between bar open and bar close. sample: the 1 min bar is open=5 and close = 8 then, i t...
by ts2mc
27 Feb 2010
Forum: MultiCharts
Topic: intrabar order generation question
Replies: 9
Views: 2096

Hello TJ, thanks for anwer. i tried your suggestion and found my orders still placed at open (next bar). i'd like to have a limit order placed (and as assumed as fill from backtest) once i initiate it. say my 1 min bar is open = 5 and close = 20 and min move=1 and my order price is 13, i like this o...
by ts2mc
27 Feb 2010
Forum: MultiCharts
Topic: intrabar order generation question
Replies: 9
Views: 2096

intrabar order generation question

hello,
i have a signal placing orders:

Buy ("b1") MyShares contracts next bar at open limit;

i attached this signal to a 1 min bar chart and
switched intrabar order generation on.

however, my orders are always generated at open of 1 min bar.

any ideas what's going wrong ?

thank you
by ts2mc
20 Jan 2010
Forum: MultiCharts
Topic: MBTrading + MC
Replies: 19
Views: 5763

why don't go with InteractiveBrokers ?
It's realtime feed for FOREX is sufficient and above all a trading
client integrated with MC...
by ts2mc
18 Dec 2009
Forum: MultiCharts
Topic: Walk Forward Testing
Replies: 5
Views: 2349

For me the advantage of wfbt is to check how optimization applies to real world. Let's say you optimize for NetProfit (NP) and your insample(IS) of NP is $ 1000 and your outsample(OS) (optimized strat. applied to real world) is -$ 500 then you define something like this: strength_of_optimization (SO...
by ts2mc
04 Dec 2009
Forum: MultiCharts
Topic: daily bars not updated MC 5.5
Replies: 3
Views: 1395

Hello TJ,
thank you for answer.
1) symbol EUR.JPY, EUR.USD,USD.JPY, all IB
2) not sure, if daily charts updated realtime before
(currently, daily charts updating)
3) no
4) yes
5) session template is per symbol. so, if 5 min updates, daily should as well.
by ts2mc
03 Dec 2009
Forum: MultiCharts
Topic: how to open chat window for support
Replies: 2
Views: 925

yes. thank you.
by ts2mc
03 Dec 2009
Forum: MultiCharts
Topic: how to open chat window for support
Replies: 2
Views: 925

how to open chat window for support

can anyone tell me where i can access to support chat
on my machine ?
thank you
by ts2mc
03 Dec 2009
Forum: MultiCharts
Topic: daily bars not updated MC 5.5
Replies: 3
Views: 1395

daily bars not updated MC 5.5

hello,
have a workspace with 4 chart windows.
each chartwndow holds 3 symbols.
windows show timeframes 1 day,1 hour,5 minute,1 minute.
All charts get updated except those with daily bars.

Datasource = IB.

Anyone can help me ?
by ts2mc
02 Dec 2009
Forum: MultiCharts
Topic: features wish:
Replies: 0
Views: 836

features wish:

Hello, if those features already mentioned, sorry. 1. Autosize all subcharts In Multichart Chart windows - more than 1 symbol in Chartwindow -, you should be able to size all subcharts to same size automatically. (for instance via context menu: "Autosize Subcharts") 2. Arranging Chart windows in wor...
by ts2mc
27 Nov 2009
Forum: MultiCharts
Topic: MC 5.5 issues
Replies: 0
Views: 844

MC 5.5 issues

Hello, i still have some problems i don't want to be forgotten. 1. can't add an exchange with an abbreviation with more than 8 characters, like NYSELIFFE sample: add exchange abcdefghijkl, with abbr. abcdefghX -> won't work only abcdefgh is stored. Market data request will fail. 2. when open workspa...
by ts2mc
27 Oct 2009
Forum: MultiCharts
Topic: QM: Add exchange failed for NYSELIFFE (MC 5.5)
Replies: 8
Views: 2898

adding exchange with Abbr. XXXXXXXX (8 x) is ok adding exchange with Abbr. XXXXXXXXX (9 x) fails. So exchanges with Abbr. > 8 chars can't be added. could you please fix this ? you can reproduce this by simply add new exchange with abbr. XXXXXXXX. it is saved. then edit and add 1 x. -> not saved M 5....
by ts2mc
21 Oct 2009
Forum: MultiCharts
Topic: QM: Add exchange failed for NYSELIFFE (MC 5.5)
Replies: 8
Views: 2898

hello,
i can't show charts for contracts having this exchange.
please, what do i need to do in order to get help here ?

thank you
by ts2mc
19 Oct 2009
Forum: MultiCharts
Topic: QM: Add exchange failed for NYSELIFFE (MC 5.5)
Replies: 8
Views: 2898

hello,
i did so. no impact. still can't add nyseliffe.
by ts2mc
13 Oct 2009
Forum: MultiCharts
Topic: QM: Add exchange failed for NYSELIFFE (MC 5.5)
Replies: 8
Views: 2898

Dear Sir, You should add exchanges in QuoteManager > Tools > Exchanges. We've sent you the detailed instruction via email. Hello Andrew, got no email. Hopefully not lost in spam. In the past i got from your support. I did add exchange in Quotemanager. It seems quite simple: Tools / exchanges & ecn ...
by ts2mc
13 Oct 2009
Forum: MultiCharts
Topic: QM: Add exchange failed for NYSELIFFE (MC 5.5)
Replies: 8
Views: 2898

hello MC, i want you to remember for this problem. (perhaps you are already on the way to solve this.) i can't load IB contracts in my charts that have for instance NYSELIFFE as exchange, because i simply can't add this exchange to exchange list. More general: it seems you can't add an exchange at a...
by ts2mc
07 Oct 2009
Forum: MultiCharts
Topic: QM: Add exchange failed for NYSELIFFE (MC 5.5)
Replies: 8
Views: 2898

QM: Add exchange failed for NYSELIFFE (MC 5.5)

hello, i have tried to add october gold ZG (IB ds) to my symbollist. i did this by lookup . QM found many contracts by detail request from IB. I selected october contract which is not yet expired. so far so good. when loading this symbol in MC, MC lists this symbol but chartwindow reports "No Symbol...
by ts2mc
07 Oct 2009
Forum: MultiCharts
Topic: continuous future contract
Replies: 6
Views: 2328

hello,
thank you. i found it.

however, i wasn't able to add NYSELIFFE.
Press Add, doing setup, press Ok.NYSELIFFE not added to list.
by ts2mc
07 Oct 2009
Forum: MultiCharts
Topic: continuous future contract
Replies: 6
Views: 2328

thank you Andrew. but have a problem here: i have tried to add october gold ZG (IB ds) to my symbollist. i did this by lookup . QM found many contracts by detail request from IB. I selected october contract which is not yet expired. so far so good. when loading this symbol in MC, MC lists this symbo...
by ts2mc
06 Oct 2009
Forum: MultiCharts
Topic: continuous future contract
Replies: 6
Views: 2328

continuous future contract

hello,
can we define continuous future contracts for IB (MC 5.5) ?
if yes, how to define for instance gold (zg).

thank you
by ts2mc
01 Oct 2009
Forum: MultiCharts
Topic: HPC support (CUDA)
Replies: 2
Views: 1546

HPC support (CUDA)

Hello MC team,
indicators and may signals are good candidates to parallelize
calcuation.
do you plan to support nvidia/ATI cards or both ?

thank you
by ts2mc
01 Oct 2009
Forum: MultiCharts
Topic: communication between strategies.
Replies: 2
Views: 1348

hello,
one solution is to make use of global variables which can be
accessed from all strategies.
a global variable could be exposed for instsance by a DLL loaded into
MC process.
by ts2mc
17 Aug 2009
Forum: MultiCharts
Topic: portfolio backtesting - signals not called in correct order
Replies: 19
Views: 5253

hello Andrew,
i tried 2 times to send the stuff you required for.
its size is of 7.42 MB.


please tell me what to do.
by ts2mc
17 Aug 2009
Forum: MultiCharts
Topic: portfolio backtesting - signals not called in correct order
Replies: 19
Views: 5253

want to remember to this problem
by ts2mc
10 Aug 2009
Forum: MultiCharts
Topic: Goodbye from Marina Pashkova
Replies: 22
Views: 7967

i follow john and say all the best for you Marina.
thank you for assistance. keep on the bright side of life.
by ts2mc
10 Aug 2009
Forum: MultiCharts
Topic: portfolio backtesting - signals not called in correct order
Replies: 19
Views: 5253

yes, will remind next monday
by ts2mc
10 Aug 2009
Forum: MultiCharts
Topic: portfolio backtesting - signals not called in correct order
Replies: 19
Views: 5253

thank you for information
by ts2mc
10 Aug 2009
Forum: MultiCharts
Topic: portfolio backtesting - signals not called in correct order
Replies: 19
Views: 5253

Hello,
i'd like to ask, if you have any results here ?
thank you
by ts2mc
04 Aug 2009
Forum: MultiCharts
Topic: issues / Bugs 5.5 beta3
Replies: 6
Views: 2167

Please stop to call bugs any things that look unclear for you. Let me comment your questions. I will try to be more careful here. on the other hand, i see some of my issues going to be lost in space. this is the reason i got a bit louder. - bug: settings for collecting realtime data lost very often...
by ts2mc
04 Aug 2009
Forum: MultiCharts
Topic: Bug? Crash/Hang when using Custom Fitness Function
Replies: 14
Views: 3366

i would like, but i can't find where to enter online help.
i remember to have a menu entry, something like "chat..."
but i miss it.
by ts2mc
03 Aug 2009
Forum: MultiCharts
Topic: Bug? Crash/Hang when using Custom Fitness Function
Replies: 14
Views: 3366

5.5 beta3
by ts2mc
31 Jul 2009
Forum: MultiCharts
Topic: issues / Bugs 5.5 beta3
Replies: 6
Views: 2167

- bug: quotemanager reports "not supported" in column collect R/T
this can be solved, if you go to MC and switch to data server online.
by ts2mc
31 Jul 2009
Forum: MultiCharts
Topic: Bug? Crash/Hang when using Custom Fitness Function
Replies: 14
Views: 3366

i have exactly the same problem.
custom cirteria, optimization completes.
double click on a spefic run, say yes, close then hang.

my system is:

winxp, sp3, most recent updates, running i a virtual machine
vmware workstation 6.52, 2 GIG Ram, 2 processors.
by ts2mc
31 Jul 2009
Forum: MultiCharts
Topic: issues / Bugs 5.5 beta3
Replies: 6
Views: 2167

issues / Bugs 5.5 beta3

- bug: settings for collecting realtime data lost very often. what exactly leads to this, unknown. (there is no setting to switch on for all symbols in all groups) - portfolio backtest settings asks for saving even if nothing has changed. - bug: portfolio backtest can't be run as option is disabled....
by ts2mc
31 Jul 2009
Forum: MultiCharts
Topic: gaps not closed in charts with more than 1 symbol
Replies: 6
Views: 2785

2. gaps in charts
they can be closed by
Format / Window / X - time scale / Show emtpy Periods
by ts2mc
31 Jul 2009
Forum: MultiCharts
Topic: gaps not closed in charts with more than 1 symbol
Replies: 6
Views: 2785

1. why can't the gaps get closed (IB datasource) Please try reload. 2. why do you skip those gaps in single charts ? this is simply confusing. i understand of course for tick-based charts but not for time based. It is an architecture’s issue. We removed the empty spaces to improve performance. We w...
by ts2mc
31 Jul 2009
Forum: MultiCharts
Topic: portfolio backtesting - signals not called in correct order
Replies: 19
Views: 5253

the package attached contains the signal and the workspace.

by the way: each time you open portfolio backtester,
you need to explore your favor portfolio. it is not saved.
by ts2mc
31 Jul 2009
Forum: MultiCharts
Topic: gaps not closed in charts with more than 1 symbol
Replies: 6
Views: 2785

Hello Andrew,
i seems i have uploaded the package 2 times.

but if you compare screenshots within package:

gbp_jpy_1min_with_gaps
and
gbp_jpy_1min_without_gaps

you will see the difference
by ts2mc
30 Jul 2009
Forum: MultiCharts
Topic: gaps not closed in charts with more than 1 symbol
Replies: 6
Views: 2785

gaps not closed in charts with more than 1 symbol

hello,
i have a chart with 6 symbols attached.
the 1. screenshot shows GBP.JPY with some gaps in this chart window.
another chart with GBP.JPY as single symbol has those gaps not.
2. screenshot.

i made a reload all data but this did not help.
by ts2mc
30 Jul 2009
Forum: MultiCharts
Topic: portfolio backtesting - signals not called in correct order
Replies: 19
Views: 5253

i checked it and in fact, some of my symbols where set to default instead of 24/5. my fault, i apologize. (the trap here is, that always default session is set. so each time, you need to setup a symbol, you need to switch to your desired session. or is there a menu, where you can define your own def...
by ts2mc
30 Jul 2009
Forum: MultiCharts
Topic: portfolio backtesting - signals not called in correct order
Replies: 19
Views: 5253

Hello Andrew, they don't. the screenshot demonstrates this.
this was the sense of the screenshot to show, there are
definitely GBP.JPY data available.
please, check now on your side.
thank you.
by ts2mc
30 Jul 2009
Forum: MultiCharts
Topic: portfolio backtesting - signals not called in correct order
Replies: 19
Views: 5253

Hello Andrew, i see your argument with gaps and matching timestamp and agree of course. however, please look at a dump of another run below. this portfolio has 3 strategies each with 2 symbol pairs. all settings are the same, including max. bars back. there is in fact only 1 strategy, which makes an...
by ts2mc
29 Jul 2009
Forum: MultiCharts
Topic: portfolio backtesting - signals not called in correct order
Replies: 19
Views: 5253

must correct myself. i had the hope it is solved but in fact it is not. my solution above works, since you have only 1 strategy attached. since you can only attach 4 more informational symbols at the maximum per symbol, you can only implement a strategy with a maximum of 4 dependent symbols. if you ...
by ts2mc
29 Jul 2009
Forum: MultiCharts
Topic: portfolio backtesting - signals not called in correct order
Replies: 19
Views: 5253

a solution seems to be, that you have to include each symbol
in each row of traded symbol.

tradeable symbol | informational symbol
A | B C D
B | A C D
C | D A B
D | A B C
by ts2mc
29 Jul 2009
Forum: MultiCharts
Topic: portfolio backtesting - signals not called in correct order
Replies: 19
Views: 5253

portfolio backtesting - signals not called in correct order

Hello MC team, i setup a portfolio backtesting over 4 symbols. each symbol has a 2. symbol as datarow. the range over all symbols is 50 days back, based on 1 min bar. in a chart window, where i have attached all symbols involved, with exactly same settings as in portfolio (50 days back, 1 min bar), ...
by ts2mc
28 Jul 2009
Forum: MultiCharts
Topic: Release notes for beta
Replies: 1
Views: 923

Release notes for beta

Hello,
where can i find release notes of beta 3 along with fixes, please ?
by ts2mc
27 Jul 2009
Forum: MultiCharts
Topic: Size in Bytes of variables
Replies: 1
Views: 914

Size in Bytes of variables

hello,
anyone know the size in bytes of a variable declared like this:

Variables: MyVar(1);

thank you
by ts2mc
27 Jul 2009
Forum: MultiCharts
Topic: editor selection very unlucky
Replies: 1
Views: 3774

editor selection very unlucky

hello MC team, 1. when do you dbl_click on an expression lke total_pl only total is selected 2. when intellisense makes a completion, the expression right of insertion point gets deleted. sample: mynumber then place left of my number cursor and type Num then select NumToStr and mynumber gets deleted...
by ts2mc
20 Jul 2009
Forum: MultiCharts
Topic: script processing time
Replies: 2
Views: 1283

hello, thank you for answer. my hope was not do any investigation as the MC team should able to give a definite information about this. the order of script execution and the kind of parallelistaion (each script processed completely before next or line by line or whatever) is very important if you ne...
by ts2mc
14 Jul 2009
Forum: MultiCharts
Topic: script processing time
Replies: 2
Views: 1283

script processing time

hello, i'd like to know in which order the scripts are called. say i have chart1,5 min and signal1 attached and chart2,5 min and signal2 attached. assume, signal1 script is called first. question: is signal1 script processed completely before signal2 script gets entered and so on ? thank you
by ts2mc
13 Jul 2009
Forum: MultiCharts
Topic: MultiCharts 5.5 Beta 2 with Hot Fixes is available (-)
Replies: 9
Views: 3069

where is list of fixes please ?
where to download ?

thank you
by ts2mc
13 Jul 2009
Forum: MultiCharts
Topic: getting symbol name of data2
Replies: 2
Views: 998

cool, TJ :-)
by ts2mc
13 Jul 2009
Forum: MultiCharts
Topic: getting symbol name of data2
Replies: 2
Views: 998

getting symbol name of data2

hello,
within an indicator or signal. how to retrieve symbol name
of data2 or data3 ?

thank you
by ts2mc
12 Jul 2009
Forum: MultiCharts
Topic: miscellaneous
Replies: 1
Views: 1589

miscellaneous

- if you apply strategy to portfolio and backtest it, it can happen, that PB says: "tried to reference more bars back..." within PB (portfolio backtester) you can't change those settings (or change an input parameter). you need to open MC, attach signal to same symbol as in PB and then to change pro...
by ts2mc
12 Jul 2009
Forum: MultiCharts
Topic: feature wish: more flexibility/generalization
Replies: 0
Views: 945

feature wish: more flexibility/generalization

hello MC team, MC has still some restrictions hard to understand. allow me to point to this: - referencing plots. you use: Plot1,Plot2,....to make a plot. so fixed names. why not simply allow Plot[x], 0 <= x <= max. this makes it easier to define plots dynamically. (number of plots could depend on i...
by ts2mc
12 Jul 2009
Forum: MultiCharts
Topic: portfolio backtesting - comments
Replies: 2
Views: 2235

portfolio backtesting - comments

hello, it seems, that portfolio backtesting does not allow to apply different signals or same signal with different parameter values to different symbols. it seems, that portfolio backtesting simply applies 1 or all signals to all symbols each with same parameters. this is not very useful. for insta...
by ts2mc
09 Jul 2009
Forum: MultiCharts
Topic: MC 5.5 Beta1 bugs and other issues
Replies: 14
Views: 4134

this issue has been solved with an ibdata dll coming with next beta
by ts2mc
08 Jul 2009
Forum: MultiCharts
Topic: MC 5.5 Beta1 bugs and other issues
Replies: 14
Views: 4134

MC 5.5 seems to create gaps in charts

Hello, if i start quote manager and MC and qm start to make request for historical data, it seems that MC chart only shows the realtime ticks so far. even after requests have finished, you have still the gap between time of startup and time of finished requests (so quote between seems to be lost) pl...
by ts2mc
06 Jul 2009
Forum: MultiCharts
Topic: import ascii data - cannot set minute resolution
Replies: 1
Views: 1755

import ascii data - cannot set minute resolution

hello, when imorting ascii data, i can see all fields from .csv accurately displayed in preview table of quote manager. but i can't set the minute time resoultion (grey,insensitive). in may case, always 1 minute, where data in fact have 15 min bars. (screenshot) i did it like this: - create symbol m...
by ts2mc
06 Jul 2009
Forum: MultiCharts
Topic: MC 5.5 Beta1 bugs and other issues
Replies: 14
Views: 4134

installation

hello,
can you install 5.5 beta over 5.0 beta 2 or better reinstall.
if yes, what about your local market data ?

thank you
by ts2mc
06 Jul 2009
Forum: MultiCharts
Topic: open API for market data and trading
Replies: 1
Views: 1765

open API for market data and trading

Hello MC team,
i want to ask you,
- if your API to feed MC with market data is open.
- if your API to generate orders (currently for IB only, i think)
is open
and if not, if this could be the case in future ?

thank you
by ts2mc
27 Jun 2009
Forum: MultiCharts
Topic: Upgrade Fee
Replies: 14
Views: 5845

All Existing MultiCharts users get MultiCharts 5.0 Gold for FREE. There is no need to pay anything to upgrade. Just download the software here: http://www.tssupport.com/support/downloads/multicharts.shtml MultiCharts 5.5 will be free of charge for all existing customers too. It will have the followi...
by ts2mc
26 May 2009
Forum: MultiCharts
Topic: upgrade from MC5 to MC6
Replies: 1
Views: 1336

upgrade from MC5 to MC6

hello,
i am waiting for MC due to its famous feature of walk forward backtesting.
i have an MC5 license.
- what is the price for upgrade please ?
- when do you expect to release a mature version MC6 ?
- what is about database integration ?

thank you.
by ts2mc
24 Apr 2009
Forum: MultiCharts
Topic: rollover failed for contract (IB)
Replies: 12
Views: 4618

Hello Andrew,
export to ascii and reimport. well this costs many time many time
as you may know.
to keep database compatible for the next years version should be
a priority as people need data to test theirs systems back.

what's about tool that can convert data from old to new format ?
by ts2mc
16 Apr 2009
Forum: MultiCharts
Topic: rollover failed for contract (IB)
Replies: 12
Views: 4618

hello Andrew,
thank you. delete database is no problem for me, except how to do this ?
i mean, i want to keep my Forex,Stock,etc. Data (they go back many years)..
by ts2mc
15 Apr 2009
Forum: MultiCharts
Topic: rollover failed for contract (IB)
Replies: 12
Views: 4618

i mean NYSELIFFE can't be saved as exchange abbreviation as it
has more than 8 characters...
by ts2mc
15 Apr 2009
Forum: MultiCharts
Topic: rollover failed for contract (IB)
Replies: 12
Views: 4618

Hello Andrew, this USD MAY09 YI Futures YI MAY 09 is copied from description field. so 3 spaces. before if changed NYSE to NYSELIFE and MAR to MAY, i got data. Attention: the correct exchange is NYSELIFFE not NYSELIFE please try to add this exchange to list of exchange (MC5 beta 2) something is happ...
by ts2mc
14 Apr 2009
Forum: MultiCharts
Topic: rollover failed for contract (IB)
Replies: 12
Views: 4618

Hello Andrew,
i already did so. description:

USD MAY09 YI Futures YI MAY 09


i don't know if this could make a difference, but it seems
(according TWS) that the exchange has been changed from
from
NYSE
to
NYSELIFE

i have added this new exchange to quotemanager and selected it
for YI.
by ts2mc
14 Apr 2009
Forum: MultiCharts
Topic: rollover failed for contract (IB)
Replies: 12
Views: 4618

rollover failed for contract (IB)

hello, just tried to make a rollover for YI. YI MAR -> YI MAY first, i have added NYSELIFE to Ex-ECN list. (copied from NYSE, changed ABBR) in quotemanager - changed MAR to MAY and set the correct expiry. - change exchange to NYSELIFE - connected qm (IB) reports no security found... please, - what a...
by ts2mc
14 Apr 2009
Forum: MultiCharts
Topic: walk forward backtesting
Replies: 11
Views: 4557

"I made mistake and said beta 6, but I meant MC 6 which will be released in a couple of months"

that is a long time on not really good news.
by ts2mc
06 Apr 2009
Forum: MultiCharts
Topic: walk forward backtesting
Replies: 11
Views: 4557

walk forward backtesting

hello,
i am not sure if the new beta has walk forward backtesting
implemented ?
if not, is it still planed to do this ?
anyone knows this ?
by ts2mc
19 Mar 2009
Forum: MultiCharts
Topic: logging mechanism
Replies: 3
Views: 1703

Hello Andrew, i tried recently to get a contract run in quote-manager (posted this issue to support also). after changing some attributes i clicked ok, disconnect and connect and nothing was shown in the eventlog and this for more than 1 hour! either nothing happened or not all is logged. this is no...
by ts2mc
18 Mar 2009
Forum: MultiCharts
Topic: logging mechanism
Replies: 3
Views: 1703

logging mechanism

i wish a more powerful logging mechanism,
especially to track what's going on on datarequest.
what request done, exactly with all details and
what errors returned from server.
in addtion allow to send this log easily as attachment for bugreport.

thank you
by ts2mc
17 Mar 2009
Forum: MultiCharts
Topic: rollover - how to do in quotemanager
Replies: 3
Views: 1517

Hello Andrew, in the concern of IB data, allow me to repeat (you may already know): this makes a symbol unique on IB side: symbol,currency,exchange,expiry,multiplier,strike,right for STK,FUT,OPT,FOP and CASH, expiry format: YYYYMMDD (you can may also make unique requests by the pair localsymbol/exch...
by ts2mc
17 Mar 2009
Forum: MultiCharts
Topic: rollover - how to do in quotemanager
Replies: 3
Views: 1517

rollover - how to do in quotemanager

hello guys,
i'd like to collect future data in 1 symbol.
when doing a rollover, i change description and symbol and
expiry in quote-manager. but the result is, that i see connected
"on" but no quotes coming in.
interactivebrokers data. it seems, request fails.

anyone has an idea ?
by ts2mc
16 Mar 2009
Forum: MultiCharts
Topic: Anyone have an example of C/C++ DLL that's callable from MC?
Replies: 8
Views: 4575

hello,
you need to do more accurate research by your own.
i just googled 1 minute and found a simple dll sample.

attached a simple win32 DLL without MFC (so should be possible
to be built with express eidition)
by ts2mc
14 Mar 2009
Forum: MultiCharts
Topic: Anyone have an example of C/C++ DLL that's callable from MC?
Replies: 8
Views: 4575

before checking the sample dll, simply look into the script how the DLL
is declard. this probably solves your problem.
it is simply the same as in TS.
by ts2mc
14 Mar 2009
Forum: MultiCharts
Topic: next release
Replies: 3
Views: 2110

next release

probably ask very often...(sorry)

hello mc team,
when do you plan to release the next version where among other
features, the walk forward backtesting is implemented ?

thank you

ps: currently i use MC 5.0 beta 2
by ts2mc
14 Mar 2009
Forum: MultiCharts
Topic: Anyone have an example of C/C++ DLL that's callable from MC?
Replies: 8
Views: 4575

hi, find attached a simple mfcdll project for vs2008 along with an MC signal called sigdlldemo. be sure to copy mfcdll.dll into system32 (so that it can be found). the script loads dll and calls the exported function add. the result is printed to the mc console (power language editor) tested with MC...
by ts2mc
20 Feb 2009
Forum: MultiCharts
Topic: annoying behaviour
Replies: 1
Views: 1297

annoying behaviour

hello, thank you for MC, it is really a great application. some annoying behaviour in editor of power language. - when select text with mouse, the editor makes his own decisions what to select, for instance selects more to the left. this is not desired. mouse selection means mouse selection. (for do...
by ts2mc
11 Feb 2009
Forum: MultiCharts
Topic: MC 5 sometimes fails to load market from IB
Replies: 7
Views: 3764

Hello MC, i tried again data load as described in previous post. i did this for EUR.USD IDEALPRO. to get my data back, i deleted chart for EUR.USD 5 min, created new chart and requested again. still fails! i looked in to trace of QuoteManager (IB...log) and found [02/11/2009 21:28:20] TWS error mess...
by ts2mc
11 Feb 2009
Forum: MultiCharts
Topic: MC 5 sometimes fails to load market from IB
Replies: 7
Views: 3764

MC 5 sometimes fails to load market from IB

hello, when loading 5 min bars, 10 days back from IB, all works fine. then switching to 1 hour 100 days back, nothing happens. after waiting ~ 20 min, switch to 1 day 100 days back. nothing happens. then switch back to 5 mins. 10 days back, nothing happens. so normally, data previously loaded should...
by ts2mc
28 Jan 2009
Forum: MultiCharts
Topic: using MC objects in custom DLLs
Replies: 2
Views: 1633

thank you ABC, thank you
by ts2mc
27 Jan 2009
Forum: MultiCharts
Topic: arithmetical datetime operations
Replies: 10
Views: 2861

thank a lot for this more general function

it would be a good idea to provide something like libraries
where you can group functions of a specific subject (to my dear MC).
by ts2mc
27 Jan 2009
Forum: MultiCharts
Topic: arithmetical datetime operations
Replies: 10
Views: 2861

Hello TJ, finally got it, thank you: inputs: ELTime(NumericSimple),GMTOffset(NumericSimple); variables: NewTime(0); NewTime = ELTimeToDateTime(ELTime) + GMTOffset / 24.0; TimeShiftGmt = DateTime2ElTime(NewTime ); (to MC team, allow me to mention: ELTimeToDateTime and DateTime2ElTime (2 <-> to) is no...
by ts2mc
27 Jan 2009
Forum: MultiCharts
Topic: using MC objects in custom DLLs
Replies: 2
Views: 1633

using MC objects in custom DLLs

hello,
tskit.dll is a DLL providing TS objects in custom DLLs.
is there something similar for MC. if yes, where to find it ?

thank you
by ts2mc
27 Jan 2009
Forum: MultiCharts
Topic: arithmetical datetime operations
Replies: 10
Views: 2861

hello tj,
thank you for reply. these docs are useful in any case.

however, i found nothing in the documents about i am looking for.
perhaps i have tomatos on my eyes.
if you know a document and/or chaptor i would appreciate
to know them.
by ts2mc
27 Jan 2009
Forum: MultiCharts
Topic: arithmetical datetime operations
Replies: 10
Views: 2861

arithmetical datetime operations

hello,
i found nothing about in the help.

i need a function that allows me to add an hour or minute, etc, to
a given datetime and that returns a valid date.

any idea other than using an external DLL in order to solve this,
is welcome.

thank you
by ts2mc
26 Jan 2009
Forum: MultiCharts
Topic: Migrate from GlobalServer
Replies: 1
Views: 1223

Migrate from GlobalServer

Hello, i appreciate to use my GlobalServer from TS2000i with MultiCharts. However, i'd like to discard GlobalServer for future and to proceed with IB-Datafeed and Quotemanager only. i can't find a method to import .xpo data or to move all my Data from GlobalServer to MC . what is the smartest way to...
by ts2mc
26 Jan 2009
Forum: MultiCharts
Topic: get GMT offset of local time
Replies: 0
Views: 1372

get GMT offset of local time

Hello,
anyone knows a function that returns the GMT offset of local time ?
thank you
by ts2mc
26 Jan 2009
Forum: MultiCharts
Topic: setbreakeven - how to know that it was triggered
Replies: 1
Views: 1329

setbreakeven - how to know that it was triggered

Hello,
how do i know if my setbreakeven closed out position ?
thank you
by ts2mc
26 Jan 2009
Forum: MultiCharts
Topic: signal, placing orders, optimization
Replies: 1
Views: 1227

signal, placing orders, optimization

hello experts, have a signal, say based on 5 min chart. want to place a buy entry order at price x, where open <= x <= close or close <= x <= open, so the price is within bar. what is the correct order command in order to do this or what settings do i need in addition ? if intrabarordergeneration = ...
by ts2mc
22 Jan 2009
Forum: MultiCharts
Topic: Trouble with IB - Two contracts same expiry month
Replies: 6
Views: 2745

hello,
most probably, the symbols are different by multiplier.
to identify those contracts, you need to specify multiplier.
by ts2mc
22 Jan 2009
Forum: MultiCharts
Topic: plot legend from (implicit) string variable not possible
Replies: 3
Views: 1493

plot legend from (implicit) string variable not possible

Hello experts, please put a look at this indicator code: Variables: Legend(""); Plot1(123,Legend); causes compiler error Wrong plot name or missed ')' where Variables: Legend(""); Plot1(123,"Legend"); causes no error. it seems, that the compiler does not treat var. Legend as string and/or can't cast...
by ts2mc
22 Jan 2009
Forum: MultiCharts
Topic: dynamic number of plots in indicators
Replies: 5
Views: 2486

hello, sorry, but this does not solve my problem. indicators have input parameters. i want make the number of plots dependent from an input parameter (1 <= ip <= 999) and i want to avoid to code something like if ip = 1 then begin Plot1 end else if ip = 2 then begin Plot1 Plot2 end .. and so on as t...
by ts2mc
22 Jan 2009
Forum: MultiCharts
Topic: dynamic number of plots in indicators
Replies: 5
Views: 2486

dynamic number of plots in indicators

hello experts,
within indiciators, you can define your different plots by using
keywords
plot1....plotN
this presumes, that number of plots does not depend on input paramters.

what, if you need a dynamic number of plots, so instead of
plot55 plot[55] or plot ?

anyone knows a solution ?

thank you
by ts2mc
22 Jan 2009
Forum: MultiCharts
Topic: array populated by a function and used outside of function
Replies: 2
Views: 1485

Hello Marina,
thank you very much (especially for reference tip)
2 comments:
- MAXSIZE is nowhere explained (what is its value ?)
- it seems powerlanguage excepts only maxsize
by ts2mc
21 Jan 2009
Forum: MultiCharts
Topic: array populated by a function and used outside of function
Replies: 2
Views: 1485

array populated by a function and used outside of function

hello experts,
i need a function that populates an array.
my problem is:
it seems functions can't return array values.
it seems function can't accept array as parameter type.

so, what is the solution please in order to populate an array
and to use this array outside the function.


thank you
by ts2mc
13 Jan 2009
Forum: MultiCharts
Topic: portfolio backtesting - applying different signals
Replies: 1
Views: 1358

portfolio backtesting - applying different signals

Hello,
found nothing in the help about.

i need to apply signal 1 to symbol 1 only and signal 2 to symbol 2 only
in the portfolio backtesting. is this possible at all ?

thank you
by ts2mc
13 Jan 2009
Forum: MultiCharts
Topic: handling 2 (or more) symbols in 1 signal
Replies: 7
Views: 2413

Thank you TJ,
but i think

2. use the 2nd symbol as data1 in strategy "B"

is not possible as you can signals apply only to symbol 1.. ?
by ts2mc
13 Jan 2009
Forum: MultiCharts
Topic: handling 2 (or more) symbols in 1 signal
Replies: 7
Views: 2413

Hello,
is there any way to apply a signal to the 2. symbol of chart ?

thank you
by ts2mc
13 Jan 2009
Forum: MultiCharts
Topic: handling 2 (or more) symbols in 1 signal
Replies: 7
Views: 2413

Hello, i have still a problem: i can get prices for symbol 2 in a signal that has been applied to a 2 symbol chart, but i don't know how to place orders for this 2. symbol. this statement fails: Buy ("LE2") of Data2 This Bar on Close of Data2; this as well: Buy ("LE2") This Bar on Close of Data2; i ...
by ts2mc
13 Jan 2009
Forum: MultiCharts
Topic: point and point value (5.0 beta 2)
Replies: 2
Views: 1395

point and point value (5.0 beta 2)

hello, have a problem with point. pointvalue is ok. this statements gets an error: Print(Symbol," pv=",NumToStr(PointValue,5)," p=",NumToStr(Point,5)); ------ Compiled with error(s): ------ syntax error, unexpected 'point', expecting ')' errLine 1, errColumn 59, errLineEnd 1, errColumnEnd 59 what do...
by ts2mc
12 Jan 2009
Forum: MultiCharts
Topic: handling 2 (or more) symbols in 1 signal
Replies: 7
Views: 2413

Hello,
i think i found it.
the key is
data n
where n is the ordinal number of the symbol in your multi symbol chart.


sample:
Print("s1=",symbol ," s2=",symbol of data2," close1=", Close, " close2=", Close of data2);
by ts2mc
12 Jan 2009
Forum: MultiCharts
Topic: handling 2 (or more) symbols in 1 signal
Replies: 7
Views: 2413

handling 2 (or more) symbols in 1 signal

Hello,
is it possible to handle 2 symbols in 1 signal that way,
that the signal is called each time a candle of one of the signals
has closed ?
(presumed both symbols have same time-frame).

or, if not, is it possible to access within a signal to prices of
other symbols ?

thank you

Go to advanced search