Search found 496 matches

by 2haerim
08 Oct 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.8 BETA 1
Replies: 45
Views: 19379

Re: MULTICHARTS 8.8 BETA 1

Try the following

Code: Select all

If CheckAlert Then // you need to turn on alert even if you don't use it within your code for this to work
Begin
Value1 = Text_New_bn( currentbar, High - (Range/2), "Bars" );
Text_SetStyle(Value1, 0, 2);
Text_SetColor(Value1, White);
plot1 (1);
End;
by 2haerim
08 Dec 2012
Forum: MultiCharts .NET
Topic: Avg_Close_Greate_Avg_Open error => PowerLanguage Lambda<int>
Replies: 1
Views: 1837

Avg_Close_Greate_Avg_Open error => PowerLanguage Lambda<int>

I see Avg_Close_Greate_Avg_Open and Avg_Close_Greater_Avg_Open from PLEditor.NET. The first one gives compile error and the second one is ok. The error message is something like : "PowerLanguage.Lambda<int> cannot be implicitly converted to 'int'..." Is the first one obsolete and needs to be deleted?
by 2haerim
08 Feb 2012
Forum: MultiCharts
Topic: Buytocover not working properly
Replies: 15
Views: 3453

Re: Buytocover not working properly

As far as I am concerned the fix provided to you by Henry solved the issue, is my understanding correct? This fix would be implemented in MC 8 Beta 1 which should be released soon.
Can the fix be shared here?
by 2haerim
06 Feb 2012
Forum: MultiCharts
Topic: Buytocover not working properly
Replies: 15
Views: 3453

Re: Buytocover not working properly

You cannot send more than one market order on one bar / one tick in IOG mode. It is implemented this way due to a number of factors. 1) Well, would you kindly explain such factors in detail so that users can understand and accept this limitation is inevitable? 2) We already have a way to limit the ...
by 2haerim
02 Feb 2012
Forum: MultiCharts
Topic: Buytocover not working properly
Replies: 15
Views: 3453

Re: Buytocover not working properly

Format Signal's Property provides a way to limit the max entry positions. With this limit set, there seems no outstanding risks for unlimited exit orders. So, I don't see why MC internal trading engine blocks multiple pyramidding market entry/exit orders. Current MC's behaviour for this issue poses ...
by 2haerim
13 Jan 2012
Forum: MultiCharts
Topic: Buytocover not working properly
Replies: 15
Views: 3453

Re: Buytocover not working properly

Several months ago, I had a similar problem with the following code. The workspace was set to "Pyramiding up to 3 orders regardless of entry signals" The chart clearly showed 3 exit arrows, but only one order was placed. The answer for this issue I got was that MC does not allow more than one "marke...
by 2haerim
07 Dec 2011
Forum: MultiCharts
Topic: What component of MultiCharts do you want to be optimized?
Replies: 87
Views: 28524

Re: What component of MultiCharts do you want to be optimize

As speed/memory/cpu are mentioned enough, I would point others.

[1] Portfolio backtester's symbol limit to 5 max is too small.
=> 20 would be good enough, and it better be at least 10.

[2] Supporting non-english comment in PLEditor.

thx
by 2haerim
16 Jul 2011
Forum: MultiCharts
Topic: DDE: Is it possible to send data info to Excel using DDE
Replies: 6
Views: 1887

Re: DDE: Is it possible to send data info to Excel using DDE

ELExcel package comes with demo workspace and demo Excel files. With TS, you can open as many Excel workbooks, but with MultiCharts you can't because opening another workbook once after one workbook is opened, it will easily crash because ELExcel is not designed to work in multi-threaded environment...
by 2haerim
16 Jul 2011
Forum: MultiCharts
Topic: Where is the timesetting for "this bar on close"?
Replies: 23
Views: 14312

Re: Where is the timesetting for "this bar on close"?

Some programs support the following built-in signal functions: [1] SetStopEndofDay(time) - This function closes the open positions at the specified time with the preset price. - If time is 0, this feature is cancelled. Also if you do not provide time at all, it will close positions on the today's cl...
by 2haerim
16 Jul 2011
Forum: MultiCharts
Topic: signal versus indicator code and use of globalvariable.dll
Replies: 6
Views: 1990

Re: signal versus indicator code and use of globalvariable.d

This is normal behavior. As a workaround, please try to write a simple indicator with one function addressing GlobalVariable.dll and make it auto-applied to all your charts. Thus, it will keep the dll always active and prevent it from reloading. faschim, This is normal behavior. As a workaround, pl...
by 2haerim
16 Jul 2011
Forum: MultiCharts
Topic: DDE: Is it possible to send data info to Excel using DDE
Replies: 6
Views: 1887

Re: DDE: Is it possible to send data info to Excel using DDE

This can be done using EleXcel library. It is free and can be found on the web. Dave, Unfortunately, ELExcel is created for TS which is single-threaded. However, MultiCharts is multi-threaded and it won't work and soon you will get crash or mal-functioning. ELExcel should be modified to work with m...
by 2haerim
21 Apr 2011
Forum: MultiCharts
Topic: Beta 3 Setup Asserts
Replies: 1
Views: 684

Beta 3 Setup Asserts

When installing Beta 3, I got Asserts 3 times.
by 2haerim
15 Apr 2011
Forum: MultiCharts
Topic: Print(time) for 1 min chart misses/duplicates some bars
Replies: 1
Views: 767

Print(time) for 1 min chart misses/duplicates some bars

First of all, please someone tell me how to upload pla and wsp files? I tried to upload them but it is not allowed in this forum. To replicate the issue, [1] Create a chart with 6 future options symbols - all 1 min resolution - all 1 day back - all having session from 0900 through 1630 - the actual ...
by 2haerim
08 Aug 2010
Forum: MultiCharts
Topic: How to emulate "ExitName"?
Replies: 8
Views: 2669

Re: How to emulate "ExitName"?

This is really a long-waited feature.

TSS please confirm this is officially supported built-in function and provide a complete documentation.
by 2haerim
22 Jun 2010
Forum: MultiCharts
Topic: 64 Bit Version of MC
Replies: 25
Views: 11970

4) Rename TSstorage.dll to TSstorage_old.dll_old and TSstorage_New.dll to TSstorage.dll

=> tsStorage.dll file in the MultiCharts install folder?

I think it should be read as

4) Rename TSstorage.GDB to TSstorage_old.GDB and TSstorage_New.GDB to TSstorage.GDB


Please clarify this.
by 2haerim
06 Jun 2010
Forum: MultiCharts
Topic: Moving the MC Database to a different folder/drive
Replies: 10
Views: 3571

MC setup has an issue in handling databases and/or studies location. MC normally installs them in predefined folder which seems to be permanently fixed. However, users can change those location by modifying the corresponding registry values. The problem is that when the next upgrade setup or sometim...
by 2haerim
08 Mar 2010
Forum: MultiCharts
Topic: 123456*123456 = 15,241,383,936 or -1,938,485,248 ?
Replies: 9
Views: 2612

One is a 32 bit integer (max approx. 4 billion, or approx. 2 billion if both positive and negative are permitted) while one is a floating point number.



=> Where do you find such detail information?


=> Is it NOT possible to input such a big value no matter what it is floating or integer?



thx
by 2haerim
08 Mar 2010
Forum: MultiCharts
Topic: 123456*123456 = 15,241,383,936 or -1,938,485,248 ?
Replies: 9
Views: 2612

123456*123456 = 15,241,383,936 or -1,938,485,248 ?

Compare the following two:

[1] Insert Custom 1 Line with 123456*123456 as the input parameter
=> shows -1,938,485,248 (Wrong! )
[2] Insert another indicator with the following code:
Plot1(123456*123456);
=> shows 15,241,383,936 (Correct )

HR
by 2haerim
03 Feb 2010
Forum: MultiCharts
Topic: [Question] Need to understand the basic concept
Replies: 0
Views: 906

[Question] Need to understand the basic concept

A Chart C has Data1 (1 min) and Data2 (5 min) or the reverse. Time: t100, ... , t90, ...., t80, ..., t70, ..., t60, ..., t50, ..., t40, ..., t30, ..., t20, ..., t10, ..., t1, t0 (t0 is the last one) Data1 has the following data: m100, ..., m90, ..., m80, ..., m70, ..., m60, ..., m50, ..., m40, ..., ...
by 2haerim
25 Jan 2010
Forum: MultiCharts
Topic: How to emulate "ExitName"?
Replies: 8
Views: 2669

I am talking about some EL-derived language to mention a few, but you would not know them. They are not well known ones.

Anyway, I just want to know how to implement the concept of "ExitName".

With such feature, it would be possible to control the reentry.
by 2haerim
25 Jan 2010
Forum: MultiCharts
Topic: How to emulate "ExitName"?
Replies: 8
Views: 2669

How to emulate "ExitName"?

I have seen some language has "ExitName" reserved word. It is used like, for example, If marketposition <> 0 Then begin Sell ("LX1") Next bar at EntryPrice+10 stop; Sell ("LX2") Next bar at EntryPrice+20 stop; BuyToCover ("SX1") Next bar at EntryPrice-10 stop; BuyToCover ("SX2") Next bar at EntryPri...
by 2haerim
14 Jan 2010
Forum: MultiCharts
Topic: How to trail stop a fraction of position?
Replies: 1
Views: 1069

How to trail stop a fraction of position?

SetTrailingStop can be used to close all positions when the trail condition is met.

Is it possible to close only a half of open contracts when the trail condition is met?
by 2haerim
10 Jan 2010
Forum: MultiCharts
Topic: Authorization Licence issue
Replies: 84
Views: 28316

DRM server failutre?

what the heck is going on with DRM server?

Please fix it immediately!
by 2haerim
18 Dec 2009
Forum: MultiCharts
Topic: a colour beetween Bollinger Band Up and BB Down
Replies: 9
Views: 4144

One different question

After doing what TJ said, I also needed to set the Visual Order as Send Back to see the bars. Anyway it is ok. However, once after this indicator is on the chart, I happen to recompile it (just hit spacebar and delete it). Then all the formattings revert back to the default ones. How can I sustain t...
by 2haerim
10 Dec 2009
Forum: MultiCharts
Topic: [Feature Request] Let us allow to save history range chart
Replies: 2
Views: 1136

[Feature Request] Let us allow to save history range chart

A chart is plotted for the range of up to yesterday. That is, I don't want to update the chart realtime, but just always plot it up to yesterday. So, I change the date range to yesterday and saved the workspace expecting next time I open the chart will plot up to yesterday only. However, MC automati...
by 2haerim
10 Dec 2009
Forum: MultiCharts
Topic: Issues with the registry values of database location
Replies: 0
Views: 1277

Issues with the registry values of database location

Yana, The default location for the GDB files are saved in the registry. PortfolioPath=C:\Documents and Settings\All Users.WINDOWS\Application Data\TS Support\MultiCharts\Databases\FBPORTFOLIO.GDB StoragePath=C:\Documents and Settings\All Users.WINDOWS\Application Data\TS Support\MultiCharts\Database...
by 2haerim
19 Nov 2009
Forum: MultiCharts
Topic: Do we have Moving linear regression and volatility stop?
Replies: 2
Views: 1437

Do we have Moving linear regression and volatility stop?

Someone asked me if MC has them.

See the attached please

Do we have such?
by 2haerim
16 Sep 2009
Forum: MultiCharts
Topic: DO NOT INSTALL LATEST VERSION
Replies: 26
Views: 8830

Is this fix to be applied to everyone or just to flipflopper?

What was causing the infinite loop?

Others might have experince this issue and need to know how to deal with such occasion.
by 2haerim
14 Sep 2009
Forum: MultiCharts
Topic: Quote Manager
Replies: 12
Views: 5727

PS. Probably we'll improve MultiCharts so it can perform multi-currency calculations.
I really vote for this multi-currency calculations. USD is just one of so many currencies in the world even though it is the most used one.

I know TS supports multi-currency calculations. Why not MC?


thx
by 2haerim
10 Sep 2009
Forum: MultiCharts
Topic: [SPR] Please add Weekly Report
Replies: 1
Views: 976

[SPR] Please add Weekly Report

There are daily, monthly reports, but no weekly reports.

Please add weekly report.

Thanks.
by 2haerim
11 Aug 2009
Forum: MultiCharts
Topic: [Question] How to show text string inside the Hint box?
Replies: 3
Views: 1541

The Candle Pattern indicator has

Commentary(message);

at the end of the script.

However, it does not show nothing on MultiCharts.

Can anyone make the "Hello" displayed with Commentary to show it is working with MultiCharts?

Commentary("Hello");


Thx.
by 2haerim
10 Aug 2009
Forum: MultiCharts
Topic: [Question] How to show text string inside the Hint box?
Replies: 3
Views: 1541

[Question] How to show text string inside the Hint box?

Plot1(1, "Hello");
Plot2("It's me!", "Hello");

The first one is shown inside the hint box as follows:

Hello=1

However the second one shows nothing.

Is there any way to display my own text string inside the hint box?


thx
by 2haerim
08 Aug 2009
Forum: MultiCharts
Topic: Security when the whold hard disk is copied?
Replies: 1
Views: 1142

Security when the whold hard disk is copied?

Someone asked me the following: If a password protected EL script is installed into a PC's main window drive, is it possible to copy the whole hard disk and use is on another PC? He seems to be worried about not being able to prevent his EL script from being copied and used by other PCs. If the answ...
by 2haerim
28 Jul 2009
Forum: MultiCharts
Topic: [Bug Report] MC V5.5 Beta 3 => Not Enough Memory
Replies: 8
Views: 7659

ok guys,

I agree that too many (yes too man!) signals, but I just thought as long as there is enough VM, no memory exception would be raised.

Anyway, this is not realistic, and I will forget about this exception.

Thank you all.
by 2haerim
24 Jul 2009
Forum: MultiCharts
Topic: How to clear cache?
Replies: 7
Views: 6135

Between steps [6] and [7], you should have closed QuoteManager and wait till tsServer.exe had terminated. ---- To speed up chart plotting, the data is saved within tsShaper. You are right and I can finally clean up everything. However, why not clean up tsShaper as well as QM's database when I click...
by 2haerim
24 Jul 2009
Forum: MultiCharts
Topic: [Bug Report] MC V5.5 Beta 3 => Not Enough Memory
Replies: 8
Views: 7659

[Bug Report] MC V5.5 Beta 3 => Not Enough Memory

if MarketPosition = 0 then if mod(time,2) = 0 then buy next bar at market else sellshort next bar at market else if MarketPosition = 1 then sellshort next bar at market else if MarketPosition = -1 then buy next bar at market; [1] Plot 1-min bar chart for 10 years period [2] Apply the above signal. ...
by 2haerim
22 Jul 2009
Forum: MultiCharts
Topic: How to clear cache?
Replies: 7
Views: 6135

It's quite a long time ago, and I can't remember it exactly. But, I tried to my best to make sure the cache get cleared and failed. Now I will repeat the test again and here is the scenario: I feed ticks using my own simulated data feed program to send tick by tick as I want. [1] MC V5.5 Beta 3 open...
by 2haerim
19 Jul 2009
Forum: MultiCharts
Topic: Precise Marker and Countdown Teaser. Coming Soon in MC6
Replies: 14
Views: 4582

It can't work for point and change bars by definition since you never know when they complete. I agree we never know when a volume, point or change chart will get completed, but we do know how many volume, points or changes to go left. So, why not display it in terms of volume, point or change to g...
by 2haerim
18 Jul 2009
Forum: MultiCharts
Topic: Precise Marker and Countdown Teaser. Coming Soon in MC6
Replies: 14
Views: 4582

See the below. If you want it to be count-up indicator, you would have to be manipulating a little math. I would make it option too later. switch (BarType_Ex) begin case 1: // Ticks ToFill = BarInterval; ToGo = Ticks; // Set Built Volume On to Trade Volume GaugeRate = ToGo / ToFill; GaugeLevel = (h-...
by 2haerim
18 Jul 2009
Forum: MultiCharts
Topic: Precise Marker and Countdown Teaser. Coming Soon in MC6
Replies: 14
Views: 4582

bowlesj3, I am curious. How exactly do you operate this indicator/tool and what exactly does it tell you. I may have programmed something similar already? I am not sure you are talking to me, but assuming so, I would shortly describe what my indicator does for each resolution. Tick => shows how many...
by 2haerim
17 Jul 2009
Forum: MultiCharts
Topic: Precise Marker and Countdown Teaser. Coming Soon in MC6
Replies: 14
Views: 4582

MyCountGauge

Does it also work for second, minute, point, contract, change and so on?

I use one looks like level gauge for any resolution shown as attached.

Currently, I use Countup but I could make it option to choose up or down.
by 2haerim
02 Jul 2009
Forum: MultiCharts
Topic: How to clear cache?
Replies: 7
Views: 6135

How to clear cache?

I had some ticks for today and had to remove them completely from QM database and from the cache. I opened QM and checked there were some ticks for today and selected them all and deleted. Then I right-clicked the symbol from QM and clicked Clear cache and pressed Yes. I double checked QM did not lo...
by 2haerim
01 Jul 2009
Forum: MultiCharts
Topic: [Bug] Multiple stop/limits are not handled properly
Replies: 2
Views: 1566

Is this confirmed as a bug and will be fixed in V5.5?
by 2haerim
26 Jun 2009
Forum: MultiCharts
Topic: About SAT mode
Replies: 8
Views: 3422

About SAT mode

MC Help describes SAT as: Synchronous Mode for Auto Trading The synchronous auto trading mode (SAT) is a mode where entry/exit arrows are plotted on the chart only after orders have been executed at the broker. The synchronous auto trading mode ensures avoiding discrepancies between the market posit...
by 2haerim
26 Jun 2009
Forum: MultiCharts
Topic: [Bug] Multiple stop/limits are not handled properly
Replies: 2
Views: 1566

[Bug] Multiple stop/limits are not handled properly

Sell ("SL2") Next Bar EP - 0.2 Stop; // a Sell ("SL") Next Bar EP - 0.1 Stop; // b Sell ("SP") Next Bar EP + 0.4 Limit; // c Sell ("SP2") Next Bar EP + 0.3 Limit; // d MC V5 Gold only accepts a and c only. To be more correct, it filters all the non-first stop/limit orders no matter how many stop/li...
by 2haerim
24 Jun 2009
Forum: MultiCharts
Topic: [PL/EL] multiple keyword not supported?
Replies: 0
Views: 1164

[PL/EL] multiple keyword not supported?

DefineDLLFunc: "C:\Temp\SampeTS\Release\SampeTS.dll", long,"JDY_TEST",multiple;

Keyword "multiple" seems not to be supported yet.

Any plan to support?
by 2haerim
22 Jun 2009
Forum: User Contributed Studies and Indicator Library
Topic: Coding help: how to plot a bar gradually?
Replies: 6
Views: 3677

A little more refinement.
It now changes color depending on the direction.

Code: Select all

Var: GaugeLevel(0);
GaugeLevel = (h-l)*Ticks/BarInterval;
PlotPaintBar(Low+GaugeLevel,Low,Low,Low+GaugeLevel,"",iff(O>C,Blue,iff(O<C,Red,Yellow)), BarInterval);
NoPlot(1)[1];
NoPlot(2)[1];
NoPlot(3)[1];
NoPlot(4)[1];
by 2haerim
22 Jun 2009
Forum: User Contributed Studies and Indicator Library
Topic: Coding help: how to plot a bar gradually?
Replies: 6
Views: 3677

TJ, thanks for the tips. But your code does not clearly show when the tick bar will be completed, meanwhile, mine works like level gauge. When the last tick is to received, 9/10th of the bar gets colored yellow, and finally the last tick completely fills the bar with yellow. So, it is easier to know...
by 2haerim
22 Jun 2009
Forum: User Contributed Studies and Indicator Library
Topic: Coding help: how to plot a bar gradually?
Replies: 6
Views: 3677

I got it myself as below. It's the simple and basic, and someone might refine more.

Code: Select all

Var: Level(0);
Level = (h-l)*Ticks/BarInterval;
PlotPaintBar(L+Level ,Low,l,L+Level ,"",Yellow, BarInterval);
NoPlot(1)[1];
NoPlot(2)[1];
NoPlot(3)[1];
NoPlot(4)[1];
by 2haerim
22 Jun 2009
Forum: User Contributed Studies and Indicator Library
Topic: Coding help: how to plot a bar gradually?
Replies: 6
Views: 3677

Coding help: how to plot a bar gradually?

I am trying to paint a bar in a tick-count chart. For example, 10 tick chart. I would like to paint the bar(possibly candle) in 10 levels for each tick received. For the 1st tick, I would paint 1/10th of the bar, for 2nd tick, 2/10th of the bar, and so on. For the last 10th tick, the bar would be pa...
by 2haerim
21 Jun 2009
Forum: MultiCharts
Topic: [WSP] weird and terrible thing happened
Replies: 0
Views: 1106

[WSP] weird and terrible thing happened

I don't think this is not going to happen anybody else but happened to me. One wsp file which I used for long time, almost since V2, was not opening this morning. I opened it in binary mode, alas, all NULL characters only. Last Friday, while MC was running normally, VBA was also running and it crash...
by 2haerim
20 Jun 2009
Forum: MultiCharts
Topic: [Suggestion] About Warning dialog box when AT is turned on
Replies: 1
Views: 1398

[Suggestion] About Warning dialog box when AT is turned on

In order to autotrade, a user has to go through several key strokes and/or mouse clicks. At least every chart has to clicked with AA(or SA) and then immediately the Warning message box. I understand TSS efforts to redundantly prevent users from accidental unwanted autotrade execution. However, once ...
by 2haerim
20 Jun 2009
Forum: MultiCharts
Topic: [Feature request] session time in seconds rather than minute
Replies: 2
Views: 1604

We have Gold which is after Beta 6.

I don't see how to specifiy sessions in terms of hh:mm:ss rather than current hh:mm.

Let me know how to do it. please.


HR
by 2haerim
19 Jun 2009
Forum: MultiCharts
Topic: [QM] Is there a way to edit the data values?
Replies: 10
Views: 3880

[QM] Is there a way to edit the data values?

In TS2ki's GlobalServer, modifying values for the data is possible(see the attached), but QuoteManager does not provide a way to modify some of all of the data stored in the local database. For example, when a futures symbol rolls over the next one, we need to adjust the gap between preivous and cur...
by 2haerim
18 Jun 2009
Forum: MultiCharts
Topic: [PL/EL] How to use multiple level of Trailing Stops?
Replies: 1
Views: 1529

[PL/EL] How to use multiple level of Trailing Stops?

Is it possible to set multiple trailing stops for the next bar?

For example,
If the profit gets to 100, the trailing stop woul be 30%
If the proft gets to 200, the trailing stop would be 20%.
And so on.

HR
by 2haerim
16 Jun 2009
Forum: MultiCharts
Topic: [Code] Help needed fpr code fixing
Replies: 0
Views: 1143

[Code] Help needed fpr code fixing

[IntrabarOrderGeneration=TRUE]; Input: PerVolDiff(1000), TicksToSkip(1), ExTime(1500); var: intrabarpersist uv_acc(0), intrabarpersist dv_acc(0), intrabarpersist uv_dv(0), TickCount(0); var: intrabarpersist BP(0), intrabarpersist PrevBP(0), intrabarpersist DP(0); if d<>d[1] then begin TickCount= 0;...
by 2haerim
15 Jun 2009
Forum: MultiCharts
Topic: [Q] The order of signal evaluation/generation?
Replies: 10
Views: 3279

gregorio123456,

Are you saying this code will generate signals in 10min/2min/5min sequence at 09:10 AM?

I don't see your point here. Maybe you want to explain more.

What if 3 different charts?

Thanks.

HR
by 2haerim
15 Jun 2009
Forum: MultiCharts
Topic: [Q] The order of signal evaluation/generation?
Replies: 10
Views: 3279

ok. here is what i really want to know.

I would like to control the sequnce of order generation at my own will for the 2/5/10 min charts. For example, I would like to specify 10min order first, 2 min order next, and finally 5 min order.

Would this be possible?


HR
by 2haerim
15 Jun 2009
Forum: MultiCharts
Topic: [Q] The order of signal evaluation/generation?
Replies: 10
Views: 3279

the 3 charts on same time.... because 0910 is multipli of 2,5,10 min and never you get one charts completed first ... I know all three signals are completed at the same time theoretically, but my question is about the reality. After all the MC's internal signal generating engine would sort out all ...
by 2haerim
15 Jun 2009
Forum: User Contributed Studies and Indicator Library
Topic: Help with Date format
Replies: 14
Views: 6723

Can you explain a bit more detail how this works?

HR
by 2haerim
15 Jun 2009
Forum: MultiCharts
Topic: [Q] The order of signal evaluation/generation?
Replies: 10
Views: 3279

TJ, Thanks for your answer and I admit my initial question was stupid. I would change the initial code as below: If Time=0910 then Buy at Market; The problem is how to find out which chart gets completed first. Is there any way to find out which chart gets completed first at 09:10 AM among 2min/5min...
by 2haerim
14 Jun 2009
Forum: MultiCharts
Topic: [Bug or Improvement] multiple Plot1 allowed?
Replies: 1
Views: 1240

[Bug or Improvement] multiple Plot1 allowed?

variables: skip(0); variables: uv(0), dv(0); if Date<>Date[1] then skip=0; skip = skip + 1; if skip >=1 then begin uv = uv + UpTicks; dv = dv + DownTicks; plot1(uv, "uv-1stTick"); plot2(dv, "dv-1stTick"); end else begin plot1(uv, "uv"); plot2(dv, "dv"); end fails to compile in TS2ki, but succeeds i...
by 2haerim
13 Jun 2009
Forum: MultiCharts
Topic: [PL/EL] How to skip the first tick of the day?
Replies: 9
Views: 3182

Thank you SUPER, Some questions. [1] Will this code work for a signal too if I replace the plot statemenst with buy/sell statement as shown below? Do I need to use IOG? variables: intrabarpersist skip(0); variables: intrabarpersist uv(0), intrabarpersist dv(0); if Date<>Date[1] then skip=0; skip = s...
by 2haerim
13 Jun 2009
Forum: MultiCharts
Topic: [PL/EL] How to skip the first tick of the day?
Replies: 9
Views: 3182

variables: intrabarpersist mydate(0), intrabarpersist skip(False); variables: intrabarpersist uv(0), intrabarpersist dv(0); skip = False; if Date <> mydate then begin mydate = Date; uv = 0; dv = 0; skip = true; end; if not skip then begin uv += UpTicks; dv += DownTicks; plot1(uv, "uv"); plot2(dv, "d...
by 2haerim
13 Jun 2009
Forum: MultiCharts
Topic: [PL/EL] How to skip the first tick of the day?
Replies: 9
Views: 3182

<Date>, <Time>, <Close>, <Volume> 2009-06-13,09:00,180.10,620 2009-06-13,09:01,180.15,55 2009-06-13,09:01,180.15,36 2009-06-13,09:01,180.15,19 2009-06-13,09:01,180.20,88 2009-06-13,09:02,180.10,42 2009-06-13,09:06,180.10,34 2009-06-13,09:07,180.10,42 2009-06-13,09:07,180.15,27 2009-06-13,09:07,180.1...
by 2haerim
12 Jun 2009
Forum: MultiCharts
Topic: [Q] The order of signal evaluation/generation?
Replies: 10
Views: 3279

[Q] The order of signal evaluation/generation?

There are 3 charts on one workspace. It contains 3 charts: 2 min/5 min/10 min. Each chart has a signal applied and it is just a most simple one: If d<>d[1] then buy 1 at market; The market opens at 9 am. When it is 09:10 am, what is the order of evaluation of the above 3 charts? That is which chart'...
by 2haerim
12 Jun 2009
Forum: MultiCharts
Topic: [Bug] wsp does not save the last chart pos/size?
Replies: 1
Views: 1183

[Bug] wsp does not save the last chart pos/size?

I maximize a chart on a wsp and save it. Then reopen the same wsp, but the chart window pos/size is still not saved.

Please check.


HR
by 2haerim
12 Jun 2009
Forum: MultiCharts
Topic: [Bug]Trailing Stop / Stop Loss does not generate orders
Replies: 3
Views: 2102

I've tested with V5.0 Gold (Build 2369.400).

The results were the same.

This seems to be clearly a bug to be fixed.


HR
by 2haerim
11 Jun 2009
Forum: MultiCharts
Topic: [Bug]Trailing Stop / Stop Loss does not generate orders
Replies: 3
Views: 2102

[Bug]Trailing Stop / Stop Loss does not generate orders

Please try the following: [1] Plot a point chart. ex) 6 point chart [2] Apply the following built-in signals: -- MovAvg2LineCross LE -- Percent Trailing [3] Set the Strategy Properties as follows: -- Async with 0/0 for Unfilled Strategy Order Replacement [4] Adjust the inputs so that you can see som...
by 2haerim
11 Jun 2009
Forum: MultiCharts
Topic: Poor standard of documentation
Replies: 5
Views: 2927

It means quotes to process and seconds delayed as far as I know.
by 2haerim
10 Jun 2009
Forum: MultiCharts
Topic: [PL/EL] How to skip the first tick of the day?
Replies: 9
Views: 3182

Literally the first tick of the day.

When the market opens at 09:00:00 AM, MC will receive ticks. Among them I would like to exclude the first tick (only one per day) in the calculation of EL.

Thanks TJ and look forward to more help.
by 2haerim
10 Jun 2009
Forum: MultiCharts
Topic: [PL/EL] How to skip the first tick of the day?
Replies: 9
Views: 3182

[PL/EL] How to skip the first tick of the day?

I have a question about writing EL

In most cases, the first tick of the day involves a big gap change.

Sometimes I would like to skip it for the calculation of a signal.

Is it possible to skip the first tick of the day?



HR
by 2haerim
28 May 2009
Forum: MultiCharts
Topic: Alignment difference between MC and TS2ki
Replies: 2
Views: 1593

Andrew,

Would you comment on this issue?
by 2haerim
27 May 2009
Forum: MultiCharts
Topic: Alignment difference between MC and TS2ki
Replies: 2
Views: 1593

Alignment difference between MC and TS2ki

[Symbol A] session 08:59 - 16:29 [Symbol B] session 09:00 - 16:30 Plot symbol A and B for 5 min as data1 and data2 in both MC and TS2ki. Check the data window for the first bar. TS2ki shows 09:04 for both data1 and data2. MC shows 09:04 for data1 but 09:05 for data2. Many TS2ki users work this way f...
by 2haerim
15 May 2009
Forum: MultiCharts
Topic: ExitName(1) not avaliable?
Replies: 1
Views: 1341

ExitName(1) not avaliable?

We have ExitDate, ExitPrice, ExitTime, but can't find ExitName.

I wish I can use like

If ExitName(1) = "MyExit" then
....
by 2haerim
12 May 2009
Forum: MultiCharts
Topic: Strategy Properties window size does not fit on Notebook
Replies: 1
Views: 1532

Strategy Properties window size does not fit on Notebook

Normal notebook's screen resolution is 1280x800 and when the Strategy Properties window shows up, it exceeds the vertical 800 pixcels. Strategy Properties window better fit the platform's screen resolution.

Please check this.
by 2haerim
10 May 2009
Forum: MultiCharts
Topic: How does DRM work?
Replies: 2
Views: 1989

How does DRM work?

I've been testing DRM to see it working correctly. [Test One] [1] I run MC on PC A with my id_1(lifetime license). [2] I run MC on PC B with the same id again. DRM asks me if I would terminate the session on PC A to complete authorization on PC B. I answer No expecting that I would be able to work o...
by 2haerim
07 May 2009
Forum: MultiCharts
Topic: [Bug Report] Stop Loss displayed on chart but no order place
Replies: 0
Views: 1350

[Bug Report] Stop Loss displayed on chart but no order place

See the attachment please. At 14:23:50, Buy signal was issued and also Trailing Stop signal was issued on the same bar. However, the Buy signal only sent out to the broker, but the Trailing Stop never placed at all. I've tested this on V5 Beta6 using tsGSDataFeed plugin. Check this issue and fix it ...
by 2haerim
30 Apr 2009
Forum: MultiCharts
Topic: [Feature Request] Allow custom string to be inserted into ..
Replies: 0
Views: 1413

[Feature Request] Allow custom string to be inserted into ..

When we plot a symbol, most time we open many charts with same and/or different resolutions. And eventually apply signals to each chart. [1] It is necessary to visually distinguish each chart with a unique name. The "Study" field from the Status Line would be a good candidate for us to enter our own...
by 2haerim
24 Apr 2009
Forum: MultiCharts
Topic: MC ignores partially filled Market order?
Replies: 0
Views: 1387

MC ignores partially filled Market order?

Input: Qty(10); if LastBarOnChart then begin if MarketPosition = 0 then buy Qty Contracts next bar at market else if MarketPosition = 1 then sell Qty Contracts next bar at market; end; // LastBarOnChart In the above code, the initial order would be "Buy 10 next bar at market". In most cases, this m...
by 2haerim
20 Apr 2009
Forum: MultiCharts
Topic: MarketPosition[1] and MarketPosition(1)?
Replies: 4
Views: 3072

Andrew,

What do you mean by "ignored"?

MP=MarketPosition;
Print(MarketPosition, MarketPosition[1], MP, MP[1]);

What will be the output?
by 2haerim
19 Apr 2009
Forum: MultiCharts
Topic: MarketPosition[1] and MarketPosition(1)?
Replies: 4
Views: 3072

MarketPosition[1] and MarketPosition(1)?

TS allows MarketPosition(1), and MarketPositoin[1] raises compile error. MC allows both. Is this intended? I think allowing both is ok, but needs clarification. Var: MP(0); MP=MarketPosition; Print(MarketPosition, MarketPosition(1), MP, MP[1]); // ok both in MC and TS Print(MarketPosition, MarketPos...
by 2haerim
16 Apr 2009
Forum: MultiCharts
Topic: Feature Request - Change data range for multiple series
Replies: 3
Views: 1713

One of natural place to allow modification of data range or other settings for multidata series is Format Objects dialog. It has Symbols tab which has Data #, Symbol, Range, Last Date, Interval, SubChart #, and so on. People would like to change these fields anytime and conveniently. Why don't you m...
by 2haerim
14 Apr 2009
Forum: MultiCharts
Topic: Question - Scope of Linking?
Replies: 1
Views: 1304

Question - Scope of Linking?

I would like to know the scope of Symbolic/Resolution Linking. Scopes I can imagine are : - Multi data series within a chart - Multi charts window within a workspace - Multi workspaces within a MC desktop - Multi desktops If I set up a linking, which scope will it be applicable? It will be great if ...
by 2haerim
14 Apr 2009
Forum: MultiCharts
Topic: Feature Request - Change data range for multiple series
Replies: 3
Views: 1713

Feature Request - Change data range for multiple series

I have a chart having 50 symbols all with the same data range, for example, 30 days back. When I need to change the data range to 50 days, I have to repeat it for all 50 symbols which is a nightmare. Is there any convenient way? If not, please add this feature to one of the next releases. I would ca...
by 2haerim
14 Apr 2009
Forum: MultiCharts
Topic: In the mean time, where is the ideal replay.
Replies: 9
Views: 4790

5. MultiCharts should get the data from database or request it from data feed if it is absent automatically. I would like to be able to stop automatic replay and manually feed quotes for a symbol. So, in the middle of automatic replay, I would press Pause Automatic Replay and Send Quote button whic...
by 2haerim
14 Apr 2009
Forum: MultiCharts
Topic: Not enough memory exception
Replies: 12
Views: 4866

The chart has 14 data series and data1 is 1 tick bar chart.

The number of bars for data1 is 348,252. It is about 5 day's ticks.
by 2haerim
14 Apr 2009
Forum: MultiCharts
Topic: Not enough memory exception
Replies: 12
Views: 4866

ok I could send all the database files, pla and wsp. But the user said he would lock the source with password. Would that password protected file be useful for investigation? Other thing is the size of zipped database files. It is too use to send. Tell me how to send it if you need it too. If you do...
by 2haerim
14 Apr 2009
Forum: MultiCharts
Topic: Not enough memory exception
Replies: 12
Views: 4866

Andrew, One user reported this exception. He said he experienced it during market hours while plotting realtime, and I saw it from his PC after market hours using historical data. It seems once it happens in realtime, it is repeated for the history data too. If you need me to collect any other info,...
by 2haerim
14 Apr 2009
Forum: MultiCharts
Topic: Not enough memory exception
Replies: 12
Views: 4866

Andrew,

I posted a new memory exception at about 700MB usage in the previous post.

Would you check?
by 2haerim
13 Apr 2009
Forum: MultiCharts
Topic: [Feature request] session time in seconds rather than minute
Replies: 2
Views: 1604

[Feature request] session time in seconds rather than minute

Currently MC allows setting the session time in terms of minute. Some users want to use second to adjust the session time. For example, to start a session at 08:59:30. Then we can plot a 1 min chart that completes every 30 second of each minute. We can avoid all the same time signal jam using this f...
by 2haerim
11 Apr 2009
Forum: MultiCharts
Topic: DRM Failed tonight
Replies: 20
Views: 8297

I've also experienced DRM failure-success multiple times as shown in the attached picture.

No one would want to see this failure message during market hours.
by 2haerim
10 Apr 2009
Forum: MultiCharts
Topic: Not enough memory exception
Replies: 12
Views: 4866

Finally, I got several images with VM shown. See the pictures.

Even at about 700MB usage, got the same memory shortage exception.
by 2haerim
09 Apr 2009
Forum: MultiCharts
Topic: VOTE FOR MC FEATURES TO BE IMPLEMENTED
Replies: 53
Views: 30377

http://forum.tssupport.com/viewtopic.ph ... ttimedexit

Many others have also commented about this feature request.
by 2haerim
07 Apr 2009
Forum: MultiCharts
Topic: [BUG Report] Is this a bug or not?
Replies: 9
Views: 4035

Andrew,

Thank you.

You made me realize how stupid I am.

It works after moving the crosses_below statement after changing value4 variable.
by 2haerim
06 Apr 2009
Forum: MultiCharts
Topic: [BUG Report] Is this a bug or not?
Replies: 9
Views: 4035

gregorio123456,


I tried, but got the same results.

I don't see what is your point.

Can you post your test results?
by 2haerim
06 Apr 2009
Forum: MultiCharts
Topic: [BUG Report] Is this a bug or not?
Replies: 9
Views: 4035

Is that so? I didn't know TS also has the same bug.

It's really funny both platforms have the same bug.

I hope MC do not repeat but overcome TS's bugs.
by 2haerim
06 Apr 2009
Forum: MultiCharts
Topic: [BUG Report] Is this a bug or not?
Replies: 9
Views: 4035

sorry!

it should be dnbase(-11).

Anyway, the point is whether MC has the bug or not.
by 2haerim
05 Apr 2009
Forum: MultiCharts
Topic: [BUG Report] Is this a bug or not?
Replies: 9
Views: 4035

[BUG Report] Is this a bug or not?

Input : dnbase(-11); VARS: value1(0),value2(0),value3(0),value4(0),value5(0),value6(0),value7(0); if d<>d[1] then begin value1 = 0; value2 = 0; condition2 = false; end; condition2 = crosses_below(value4,dnbase); value1 = c of data2; value2 = c of data3; if value2=0 then value2=value2[1]; value3 = (...
by 2haerim
03 Apr 2009
Forum: MultiCharts
Topic: Please post the most important issues here
Replies: 68
Views: 23879

We’ve carefully analyzed your issues and it is theoretically possible that such a problem may exist. It is very rare, but possible. However it is heavy depend on environment: your strategy and your data feed. We have been trying to reproduce the issue for two days and failed. So please try to use e...
by 2haerim
03 Apr 2009
Forum: MultiCharts
Topic: Not enough memory exception
Replies: 12
Views: 4866

Andrew,

I called the user and asked to capture the task manager with VM shown.
As soon as I get it, I will post it again.


BTW, I would like to know the 2GB limit is per one MC process or per all MC processes running.
by 2haerim
03 Apr 2009
Forum: MultiCharts
Topic: Not enough memory exception
Replies: 12
Views: 4866

Not enough memory exception

One user reported "Not enough memory exception" as shown in the attached pictures.

It seems MC has some problem when the memory usage grows near 1GB, but not sure about that. The user says when MC's memory usage approaches 1GB, he got "Not enough memory exception".

MC V5 Beta3 was used.
by 2haerim
02 Apr 2009
Forum: MultiCharts
Topic: Feature Request - Allow non-English characters
Replies: 1
Views: 1240

Feature Request - Allow non-English characters

PLEditor does not allow using non-English characters. It would be convenient to use non-English for comments at least. The best is to allow even for variables and inputs, too. But I wish at least comments can be entered in non-English. MultiCharts' Format Symbol also display non-English characters i...
by 2haerim
02 Apr 2009
Forum: MultiCharts
Topic: [request] - Format Symbol Window
Replies: 3
Views: 2650

Also would be nice to have non-English Description in Format Symbol.

See the attached for the problem of non-English char description.
by 2haerim
02 Apr 2009
Forum: MultiCharts
Topic: [request] - Format Symbol Window
Replies: 3
Views: 2650

Also would be nice to have non-English Description in Format Symbol.

See the attached for the problem of non-English char description.
by 2haerim
01 Apr 2009
Forum: MultiCharts
Topic: [BUG Report] Dynamic array bounds
Replies: 2
Views: 2147

This bug has not been fixed in Beta 5 yet. Check again please. Below, all the 3 lines with red-color raises the same array bounds error. AverageVol = Average_a(VArr,endPoint); StdVol = StdDevS_A(VArr,endPoint); ERR_FN = AverageVol + StdVol * stR; end else begin Barnum = CurrentBar - Value22; end; If...
by 2haerim
31 Mar 2009
Forum: MultiCharts
Topic: Please post the most important issues here
Replies: 68
Views: 23879

Fake signal revisited. I think the following scenario can be causing fake signals if I am correct. A 1-min chart is plotted with 2 data series: let's assume both are 1 min resolution for simplicity. When two ticks for data1 with timestamp 09:29:59 (the last tick of 09:30 bar) and 09:30:00 (the first...
by 2haerim
31 Mar 2009
Forum: MultiCharts
Topic: Please post the most important issues here
Replies: 68
Views: 23879

5. When the Average_a function is used with the 0 value, the following message pops up: Dynamic Array Bounds.

=> This seems not fixed yet. I've checked this with the same test code I posted in the post #6032 and get the same dynamic array bounds error.

Plz check again.
by 2haerim
29 Mar 2009
Forum: MultiCharts
Topic: DRM Failed tonight
Replies: 20
Views: 8297

It seems all users here in Korea suffering the DRM connection failure as shown in the attached picture.

After a few hours the market is open and don't know what to do.

Please fix this immediately.
by 2haerim
28 Mar 2009
Forum: MultiCharts
Topic: trembling charts
Replies: 27
Views: 9897

I also experienced trembling chart for V5 Beta 4.

Don't know how to reproduce it, but surely it does tremble in some cases.
by 2haerim
26 Mar 2009
Forum: MultiCharts
Topic: Please post the most important issues here
Replies: 68
Views: 23879

I think I had posted this somewhere in this Discussion Forum, but can't find it. So, I would repeat the feature request here again. When we have several workspaces/charts, we frequently view the SPR for each chart. However, MC does not switch the SPR contents dynamically as we switch to different ch...
by 2haerim
25 Mar 2009
Forum: MultiCharts
Topic: Please post the most important issues here
Replies: 68
Views: 23879

I am not sure I have stated the fake signal issue correctly, but what I pointed was not about the difference between backtesting results and realtime results. I was talking about fake signals generated in realtime, but gone away when the chart is closed and reopen. For example, I had a signal at 9:3...
by 2haerim
25 Mar 2009
Forum: MultiCharts
Topic: Please post the most important issues here
Replies: 68
Views: 23879

Fake signal problem

From time to time, fake signals are plotted on the chart. In such case, when you close the chart and reopen, the fake signal is gone. Or the reverse. A real signal did not appear realtime but later it shows up. No one ever experience similar issues? I suspect this is related to the CPU load when man...
by 2haerim
23 Mar 2009
Forum: MultiCharts
Topic: [BUG/EL] Period not acceptable in MC/PL
Replies: 1
Views: 1154

[BUG/EL] Period not acceptable in MC/PL

Input: X(.);

is valid in TS, but not in MC.

In MC, it should be at least add 0 before or after the period.

This little bug seems not critical but just to maintain the compatibility with TS.
by 2haerim
19 Mar 2009
Forum: MultiCharts
Topic: Not Enough series error in Portfolio Backtester
Replies: 4
Views: 2273

GS has plenty of data. See the attachment.

PBT worked only for more than 73 days back, but not for less days back.
See the second attachment.

.pws file is attached too. => Not allowed to upload.
by 2haerim
18 Mar 2009
Forum: MultiCharts
Topic: Not Enough series error in Portfolio Backtester
Replies: 4
Views: 2273

I tried again using "100 days back". Now I got another message shown in the attached picture.

In case you suspect the feed plugin, I used tsGSDataFeed and also imported data from 2008/10/09 before running the backtester.

Please let me know what to try next.
by 2haerim
17 Mar 2009
Forum: MultiCharts
Topic: Not Enough series error in Portfolio Backtester
Replies: 4
Views: 2273

Not Enough series error in Portfolio Backtester

See the attached picture.

I haven't used Portfolio BackTester (PBT).

Can anyone explain why I got this error?

[/img]
by 2haerim
17 Mar 2009
Forum: MultiCharts
Topic: Chart plotted ok, but Portfolio results in all 0s
Replies: 5
Views: 2927

The BPV set by the exchange is 500000 for the symbol I tried to portfolio testing, but the portfolio tester gave all 0's. The only way to make the portfolio tester generate some non-zero figures is to change the BPV to 1 before running the portfolio tester. For your reference, some people set BPV to...
by 2haerim
16 Mar 2009
Forum: MultiCharts
Topic: Chart plotted ok, but Portfolio results in all 0s
Replies: 5
Views: 2927

If you set correct big point value it will work. It is not a bug. Please tell me where to set the big point value(BPV). If you are talking about setting BPV in QM, I know the portfolio tester would result in meaningful values. But the problem is that I have to change the QM symbol's setting everyti...
by 2haerim
14 Mar 2009
Forum: MultiCharts
Topic: Problem in using PushPop
Replies: 4
Views: 1904

The biggest problem with GV is that GV does not save history data lik PushPop.
by 2haerim
14 Mar 2009
Forum: MultiCharts
Topic: Problem in using PushPop
Replies: 4
Views: 1904

Problem in using PushPop

In 2 minut chart Push is called and Pop is called in 30 second chart.

Naturally Pop is called more frequently than Push.

Sometimes Pop retrieves un-Pushed huge value and corrupting signal.

Has anybody used PushPop and know how to avoid this abnormaly?
by 2haerim
13 Mar 2009
Forum: MultiCharts
Topic: Please post the most important issues here
Replies: 68
Views: 23879

Chart sometimes trembling while receiving realtime data?

Soemtimes I experience charts are trembling while receiving realtime data.

This bug seems not easily reproducible, I think.

Has there been any similar reports?
by 2haerim
12 Mar 2009
Forum: MultiCharts
Topic: Please post the most important issues here
Replies: 68
Views: 23879

I have reported the following bugs

There should be a way of bug tracking. We report many bugs and issues but they are not mananged in a systematic way. So please set an efficient bug tracking system. Recently, I've reported the following bugs and issues but some of them not answered or confirmed yet. And some of them might have been ...
by 2haerim
11 Mar 2009
Forum: MultiCharts
Topic: Handling negative value in QM and GS
Replies: 2
Views: 1678

I was wrong with the negative values.

MC/QM does not have the problem I posted here.

Sorry for confusion.
by 2haerim
04 Mar 2009
Forum: MultiCharts
Topic: [BUG Report] Dynamic array bounds
Replies: 2
Views: 2147

[BUG Report] Dynamic array bounds

Attached PLA zip file raises the following error. (This forum did not allow me to upload PLA file directly. Weird.) Message: Error in study "ERR_DynamicARR" : Dynamic array bounds. This code works fine with TS2000i. It was applied to a 5 min chart. MC V5 Beta3 and Beta4 have the same problem. Please...
by 2haerim
03 Mar 2009
Forum: MultiCharts
Topic: [BUG Report] Another ASCII import bug
Replies: 1
Views: 1742

[BUG Report] Another ASCII import bug

See the attached picture again.

The ascii input file clearly has data for symbol KSETREND_F_BT, but QM did not find it. However QM successfully processed KSETREND_F_AT symbol.

Fix this bug too.
by 2haerim
03 Mar 2009
Forum: MultiCharts
Topic: [BUG Report] ASCII Import
Replies: 1
Views: 1688

[BUG Report] ASCII Import

See the attached picture. While importing ascii data for a symbol KSETREND_F_BT from a file Stocks_200901_T.txt, I got an error as shown in the picture. This text file includes ascii ticks (date/time/price/volume) for multiple symbols. When I started importing, I set as 1 tick , date, time, price, v...
by 2haerim
03 Mar 2009
Forum: MultiCharts
Topic: [BUG Report] data1 and data2 do not synch for the same symbo
Replies: 1
Views: 1636

[BUG Report] data1 and data2 do not synch for the same symbo

Please see the attached picture. It plots data1 and data2. Both are the same symbol and 200 ticks charts. Data1's "Build volume on" is "Tick Count" and Data2's "Build Volume on" is "Trade Volume". Data1 and data2 MUST synch, but as you can see the last bar of data2 on the right has shifted one bar t...
by 2haerim
28 Feb 2009
Forum: MultiCharts
Topic: Reload in offline mode should redraw chart using local
Replies: 2
Views: 1945

Reload in offline mode should redraw chart using local

[1] MC from time to time fails to plot the correct chart missing many bars even though all the data are saved in QM. So we have to reload if something is wrong with the chart. Once redrawing is started, MC queries all the range of data from the remote data server even thought the QM has all the clea...
by 2haerim
27 Feb 2009
Forum: MultiCharts
Topic: Handling negative value in QM and GS
Replies: 2
Views: 1678

Handling negative value in QM and GS

TS2ki's GS allows negative price value so that we can have such symbols plotted. However, MC's QM seems to have problem in handling negative value. Please see the attached two screen shots: one from GS and one from QM. We need to save negative values and how can we deal with this negative price valu...
by 2haerim
26 Feb 2009
Forum: MultiCharts
Topic: 0x8001010E error when closing MCPortfolio
Replies: 1
Views: 1574

0x8001010E error when closing MCPortfolio

I got the attached error when closing MC Portfolio tester.
by 2haerim
25 Feb 2009
Forum: MultiCharts
Topic: Chart plotted ok, but Portfolio results in all 0s
Replies: 5
Views: 2927

Chart plotted ok, but Portfolio results in all 0s

With the current settings of QM edit symbol(Min Move 5, Big Point value 500000), chart plotting is normal. However, running backtesting/optimization by Portfolio tester results in all 0s. Next, when I change the QM's symbol settings (Min Move 1, and Big Point Value to 1) suddenly generates some figu...
by 2haerim
24 Feb 2009
Forum: MultiCharts
Topic: array:hh1[5](0 , data2); => compile error?
Replies: 1
Views: 1570

array:hh1[5](0 , data2); => compile error?

MC PL Help says: Usage Array:<IntraBarPersist>ArrayName1[D1,D2,D3,etc.](InitialValue1<,DataN>), <IntraBarPersist>ArrayName2[D1,D2,D3,etc.](InitialValue2<,DataN>),etc. Parameters inside the angled brackets are optional array:hh1[5](0 , data2); So this is valid EL, but got compile error. Please fix th...
by 2haerim
22 Feb 2009
Forum: MultiCharts
Topic: AutoTrade-partially filled order issue?
Replies: 18
Views: 11484

Input: Qty(10); if LastBarOnChart then begin if MarketPosition = 0 then buy Qty Contracts next bar at market else if MarketPosition = 1 then sell next bar at market; end; // LastBarOnChart Let's assume Async Autotrade mode. [1] All 10 buy were filled at one time at the same bar. => Ideal and ok. [1...
by 2haerim
22 Feb 2009
Forum: MultiCharts
Topic: AutoTrade-partially filled order issue?
Replies: 18
Views: 11484

Can anybody explain the meaning of All or None option in IB Autotrading settings?

Thanks
by 2haerim
20 Feb 2009
Forum: MultiCharts
Topic: [BUG Report] No bars plotted for 23:59:00-23:59:59
Replies: 1
Views: 1567

[BUG Report] No bars plotted for 23:59:00-23:59:59

Try 10 ticks chart for 24 hours session.

It plots well until 23:59:00, but from 23:59:00 to 23:59:59 no bars plotted and it plots again right after 24:00:00, that is 00:00:00.


Check this please.
by 2haerim
19 Feb 2009
Forum: MultiCharts
Topic: [BUG Report] 3D optimization output file deleted when...
Replies: 1
Views: 1612

[BUG Report] 3D optimization output file deleted when...

I had a 3D opt output file it was read back into the 3D visualizer. I just look around it and tried to close the file. The Visualizer asked me whether to save or not. I clicked no to leave the original file intact. I thought it would leave the original one because I didn't modify it at all. BUT, it ...
by 2haerim
12 Feb 2009
Forum: MultiCharts
Topic: [Bug Report] Signal does not execute at all
Replies: 15
Views: 5079

SUPER, Can you post some screen shots as I did? Format Symbol Settings => to see the date range is today only Empty screen before market open with indicator applied screen shots some minutes after market opens Even if you still have the correct results, me and TJ confirmed MC behaves buggy. TSS shou...
by 2haerim
11 Feb 2009
Forum: MultiCharts
Topic: [Bug Report] Signal does not execute at all
Replies: 15
Views: 5079

Ok. I see your point correctly now. I thought you got all the correct results, but now I understand your results are not correct either. Yes I've already tested this before and commenting on and off the first print statement affects the results, but to avoid confusion, I just described the main bug ...
by 2haerim
11 Feb 2009
Forum: MultiCharts
Topic: [Bug Report] Signal does not execute at all
Replies: 15
Views: 5079

Ok. let me ask a few questions. [1] Did you set up the chart before market open? [2] Did you set up the chart as I said? See the screen shots from my previous post. You should see no bars at all in your chart and open it before market opens. Date range should be today only. [3] Did you apply the ind...
by 2haerim
11 Feb 2009
Forum: MultiCharts
Topic: [Bug Report] Signal does not execute at all
Replies: 15
Views: 5079

Ok. Here is again very clear evidence of the bug. I tried this code to V5 Beta2 and also V4 Beta3 (Build 1609). Both showed the same bug. Input: Price1(151.66), Price2(153.81), Price3(155.02), Price4(157.33), conNumber(10); print(d," X2 ", t, "ind"); If time > 0559 and time < 1429 then begin print(d...
by 2haerim
11 Feb 2009
Forum: MultiCharts
Topic: [Bug Report] Signal does not execute at all
Replies: 15
Views: 5079

Thanks for trying. This code does not work on special situations. For example, when the market is open at 9:00AM, there is an empty chart because I set the date range as today only. And I set the MBB 1. So you will see just a black screen before the market is open. Now the market is open, and the re...
by 2haerim
10 Feb 2009
Forum: MultiCharts
Topic: [Bug Report] Signal does not execute at all
Replies: 15
Views: 5079

[Bug Report] Signal does not execute at all

Input: Price1(151.66), Price2(153.81), Price3(155.02), Price4(157.33), conNumber(10); Input: LossCut(0.66); var: entryNumber(0); Var: BN(0); IF DATE<>DATE[1] THEN BEGIN BN=BARNUMBER; END; If time > 0859 and time < 1429 then begin print(d," ", t, " ", marketposition, " ",c," ", c crosses over Price1...
by 2haerim
05 Feb 2009
Forum: MultiCharts
Topic: The Detach Window button keep flickering when backfilling
Replies: 1
Views: 1864

The Detach Window button keep flickering when backfilling

When backfilling, the detach window button on the title bar keeps flickering so fast. It seems unnecessarily uses CPU resources to redrawing it so fast.

Please check if this is known issue.
by 2haerim
05 Feb 2009
Forum: MultiCharts
Topic: When and how many times a signal is executed when ...
Replies: 0
Views: 1275

When and how many times a signal is executed when ...

When a signal is using Data1 and Data2, is that signal executed twice for each bar if both Data1 and Data2 are the same interval?

What will happen if Data1 and Data2 have different interval? When and how many time the signal is executed?
by 2haerim
05 Feb 2009
Forum: MultiCharts
Topic: Switching performance report by clicking another chart
Replies: 1
Views: 1258

Switching performance report by clicking another chart

In TS2ki, one of the most frequent user behaviours is to monitor the performance report. Normally, we open many workspaces and many charts. Then apply signals to them and open the performance report. When we want to see another chart's performance report, it is just simple enough to click another ch...
by 2haerim
04 Feb 2009
Forum: MultiCharts
Topic: How to place orders directly from Scanner?
Replies: 0
Views: 1301

How to place orders directly from Scanner?

I would like to place order from the Scanner using indicators. Is it possible to write and apply an indicator to the Scanner like: if marketposition=0 then send order; if marketposition<>0 then exit order; To do this, I think it is necessary somehow to find out the I_MarketPosition value but MC curr...
by 2haerim
30 Jan 2009
Forum: MultiCharts
Topic: Some source protected ELD file cannot be imported in MC
Replies: 4
Views: 2343

Has this issue resolved to import source-protected ELD?

Some people asked me about this problem and I need to answer them.

Please describe in which cases ELD cannot be imported and if there is any workaround in such cases?
by 2haerim
30 Jan 2009
Forum: MultiCharts
Topic: Bar Completion/Update Delays
Replies: 16
Views: 6891

Finally it is confirmed as a bug and good to hear that 10-second bug will be fixed soon.

What about the same issue with 10-tick chart? As you said before, it won't be fixed soon and have no ETA?
by 2haerim
29 Jan 2009
Forum: MultiCharts
Topic: Bar Completion/Update Delays
Replies: 16
Views: 6891

Marina, I've recorded the screen showing the lagged indicator update issue for tsGSDataFeed which is one of the standard feeds. I've recorded for 10 second chart which I believe is time-based chart. The file size is about 49MB, so I can't upload it here. The workspace and the indicator I upload here...
by 2haerim
28 Jan 2009
Forum: MultiCharts
Topic: Bar Completion/Update Delays
Replies: 16
Views: 6891

Marina, have you looked at my post showing the screenshot from the tsGSDataFeed? You wanted to show me the problem from one of the standard feed, and I did run the same test with GlobalServer feed. I hope you also pay attention to my post, too. Maybe mojo's issue is exactly the same with mine, but j...
by 2haerim
28 Jan 2009
Forum: MultiCharts
Topic: How to simulate I_NetProfit and I_CloseEquity ?
Replies: 11
Views: 3647

Helmut,

thank you again for removing my confusion so promptly.

Is there any link for the reference about Drawdown indicator?


HaeRim
by 2haerim
27 Jan 2009
Forum: MultiCharts
Topic: How to simulate I_NetProfit and I_CloseEquity ?
Replies: 11
Views: 3647

Helmut,

4. Create a new chart as follows
- Data1: Market you want to trade, in this case Bund Future.
- Data2: Again Bund Future, hide display.
- insert Indikator “Plot Equity Curve” Subchart 2


Why Data2, not Data1?

Do I really need Data2 for this to work?
by 2haerim
27 Jan 2009
Forum: MultiCharts
Topic: How to simulate I_NetProfit and I_CloseEquity ?
Replies: 11
Views: 3647

hellmut,

Thank you very much.

I will give it a try.

Happy New Year! (We celebrate Lunar New Year here in Korea)
by 2haerim
26 Jan 2009
Forum: MultiCharts
Topic: Bar Completion/Update Delays
Replies: 16
Views: 6891

Marina,

please consider the following post altogether.

http://forum.tssupport.com/viewtopic.php?t=5957
by 2haerim
24 Jan 2009
Forum: MultiCharts
Topic: [Bug Report] Indicators get delayed for second charts
Replies: 10
Views: 4485

Hi mojotrader, That is exactly the same I experienced with 10 tick chart and 10 second chart for 2 Data series. In my case the indicator was not updating until the next tick from Data2 arrived while the Data1 chart kept moving forward. You even seem to have experienced it with 1 Data series. It is d...
by 2haerim
24 Jan 2009
Forum: MultiCharts
Topic: [Bug Report] Indicators get delayed for second charts
Replies: 10
Views: 4485

10 second chart also has the same bug. I think 10 second chart naturally belongs to time-based chart, doesn't it? Just try 10 second chart with 2 data series for different symbols and apply any simple indicator like MA. You will soon see the indicator is not updating realtime. And in case of non-tim...
by 2haerim
24 Jan 2009
Forum: MultiCharts
Topic: Feature Request - Import Data from data server directly
Replies: 1
Views: 1334

Feature Request - Import Data from data server directly

Currently QM allows to import or map data from external text file. Quite often we need to import data from the data server to fill the missing data or to refresh. Moreover, we need to do that for multiple symbols at once. To do that we can of course open the chart and plot, but if we are talking abo...
by 2haerim
22 Jan 2009
Forum: MultiCharts
Topic: How to simulate I_NetProfit and I_CloseEquity ?
Replies: 11
Views: 3647

How to simulate I_NetProfit and I_CloseEquity ?

I know these I_xxx functions are not supported yet.

Is there any alternative way to get such values?
by 2haerim
21 Jan 2009
Forum: MultiCharts
Topic: [Bug Report] Indicators get delayed for second charts
Replies: 10
Views: 4485

ok here we go again for the bug evidence.

See the attached screenshots taken before and after the indicator lag.

The indicator stops plotting until the data2 tick is cominng in for the next bar.
by 2haerim
21 Jan 2009
Forum: MultiCharts
Topic: [Bug Report] Indicators get delayed for second charts
Replies: 10
Views: 4485

I think it can be easily repeated by GS feed if you do the same and use the indicator and workspace I provided. Simply replace the datafeed and symbol as your own choice. multi-tick and multi-second charts only show the problem but 1-tick or 1-min chart do not have such problems. It is so painful to...
by 2haerim
21 Jan 2009
Forum: MultiCharts
Topic: [Bug Report] Indicators get delayed for second charts
Replies: 10
Views: 4485

[Bug Report] Indicators get delayed for second charts

MC build 1737.201 seems to have a bug for second charts with data1 and data2 and indicators. 1 Minute and 1 tick chart works ok, but 10-tick or 10-second chart shows delay in updating indicators.

See the attached screen shots for both 1 second chart and 1 minute chart.
by 2haerim
15 Jan 2009
Forum: MultiCharts
Topic: Is it possible to write a daily netprofit indicator?
Replies: 2
Views: 1422

Is it possible to write a daily netprofit indicator?

From the Strategy Performance Report, we can see the Profit graph in many ways.

Is it possible to create such profit indicator or function so that I can insert it along with a chart?
by 2haerim
15 Jan 2009
Forum: MultiCharts
Topic: I_NetProfit and I_CloseEquity supported yet?
Replies: 1
Views: 1095

I_NetProfit and I_CloseEquity supported yet?

Are these supported?

If not yet supported, is there any alternative way to get those values?
by 2haerim
12 Jan 2009
Forum: MultiCharts
Topic: To generate multiple performance reports from the optimizati
Replies: 1
Views: 1316

To generate multiple performance reports from the optimizati

When we run optimization, we get excel-like output. Each line stands for one performance report. Is it possible to generate detailed performance reports for all or some range of (for example, top 5 from the optimization) inputs? Currently, I have to apply a signal for each input combination and gene...
by 2haerim
08 Jan 2009
Forum: MultiCharts
Topic: FileAppend does not append in optimization unlike TS2ki, TS8
Replies: 1
Views: 1223

FileAppend does not append in optimization unlike TS2ki, TS8

input: x(0); var: strAppended(""); if d<>d[1] then begin strAppended= NumToStr(x, 0) + " " + NumToStr(date, 0) + newline; FileAppend("c:\x.txt", strAppended); end; when this is applied and exhaustive optimization is run, say , input x is from 1 to 10, output from MC and TS2ki/TS8 are different. Fur...
by 2haerim
08 Jan 2009
Forum: MultiCharts
Topic: Not possible to resize dialogue windows
Replies: 8
Views: 4666

+1

I also want to see more inputs.
by 2haerim
18 Dec 2008
Forum: MultiCharts
Topic: Can a symbol have a negative value?
Replies: 3
Views: 2049

Can you give me the max and min value for both the price and volume field?
by 2haerim
12 Dec 2008
Forum: User Contributed Studies and Indicator Library
Topic: Can someone code TimeHigh and TimeLow function?
Replies: 9
Views: 5315

BTW, it seems brodnik's code would work I think.

Wouldn't it?
by 2haerim
12 Dec 2008
Forum: User Contributed Studies and Indicator Library
Topic: Can someone code TimeHigh and TimeLow function?
Replies: 9
Views: 5315

Thank you John, You must have spent lots of time for this. I tried to test your work, but still don't know for sure how to use it. I created a function A_MyA1_HighestPriceBetweenTimes as you advised: {A_MyA1_HighestPriceBetweenTimes =================================================} inputs: StartDat...
by 2haerim
11 Dec 2008
Forum: MultiCharts
Topic: Indicator Shows Difference before and after reopening a wsp
Replies: 2
Views: 1880

Nope.

Just closed and reopened the workspace.
by 2haerim
11 Dec 2008
Forum: MultiCharts
Topic: Indicator Shows Difference before and after reopening a wsp
Replies: 2
Views: 1880

Indicator Shows Difference before and after reopening a wsp

MC's one of the best things is the ability to handle multiple tick symbols in one chart unlike TS. However, it seems that superb feature lacks somehow reliability. I've been experiencing dfferent result before and after reopening a workspace quite often. If you compare the two screen shots you will ...
by 2haerim
11 Dec 2008
Forum: User Contributed Studies and Indicator Library
Topic: Can someone code TimeHigh and TimeLow function?
Replies: 9
Views: 5315

ABC,

Thank you for your kind answer.

I apologize for not expressing clearly.

What I mean by "Highest value" is the highest price value between starttime and endtime, not the highest time value.

HR
by 2haerim
10 Dec 2008
Forum: User Contributed Studies and Indicator Library
Topic: Can someone code TimeHigh and TimeLow function?
Replies: 9
Views: 5315

Can someone code TimeHigh and TimeLow function?

I'd like to define TimeHigh function as follows:

Function Name: TimeHigh
Parameters: StartTime(NumericSimple), EndTime(NumericSimple)
Return Value: The highest value between StartTime and EndTime

Please some one help.
by 2haerim
09 Dec 2008
Forum: MultiCharts
Topic: How can I use bar start time?
Replies: 6
Views: 2899

Thanks for all the kind replies.

BTW, I wonder if the answers all work within a signal with or without IOG enabled?
by 2haerim
09 Dec 2008
Forum: MultiCharts
Topic: Can a symbol have a negative value?
Replies: 3
Views: 2049

Can a symbol have a negative value?

When we create an external symbol, somehow it is possible that the symbol can have a negative value.

Plotting such symbol results in a weird chart.

Is a negative value allowed for a symbol's price or volume value?
by 2haerim
09 Dec 2008
Forum: MultiCharts
Topic: Is Bloomberg Anywhere also supported?
Replies: 0
Views: 1614

Is Bloomberg Anywhere also supported?

I know Bloomberg Professional is supported.

But not sure if Bloomberg Anywhere is also supported or not.

If supported, is it the same way to receive data from Bloomberg?
by 2haerim
09 Dec 2008
Forum: MultiCharts
Topic: How can I use bar start time?
Replies: 6
Views: 2899

SessionBarFirstTime is only for the first bar of the day, isnt' it?
by 2haerim
09 Dec 2008
Forum: MultiCharts
Topic: How can I use bar start time?
Replies: 6
Views: 2899

How can I use bar start time?

We know that time and time_s give the bar end time. However is there a way or keyword to know the bar start time? For example, in 5 min chart's, time would give 0905, 0910, ... I want to use bar start time somehow. Is this possible? If so, I would do things like: if barstarttime >=0930 then .... HR
by 2haerim
08 Dec 2008
Forum: MultiCharts
Topic: [BUG] Bar Spacing when different resoultion mixed
Replies: 3
Views: 2429

[BUG] Bar Spacing when different resoultion mixed

See the attached png file and its workspace. It was created using the built-in tsGSDatafeed. First create a chart with Data1 and Data2 as follows: Data1 : 90 tick Data2 : 300 tick The bar spacing is ok. Next, add Data3 for 1 minute resolution. The bar spacing will get wider and wider as the realtime...
by 2haerim
04 Dec 2008
Forum: MultiCharts
Topic: Some features I wish to have before Gold release
Replies: 23
Views: 9313

Portfolio backtesting on a single symbol for multiple resolutions.

(ex) I would like to portfolio-backtest for a 1 min chart and 10 min chart for the same single symbol.
by 2haerim
04 Dec 2008
Forum: MultiCharts
Topic: Some features I wish to have before Gold release
Replies: 23
Views: 9313

I_xxx reserved words.

Especially at least, I_MarketPosition and I_CurrentContracts.
by 2haerim
04 Dec 2008
Forum: MultiCharts
Topic: OpenD(0) of data2 raises STDException: invalid argument
Replies: 1
Views: 1607

OpenD(0) of data2 raises STDException: invalid argument

Plot any chart with data1 and data2.

Then try the following:

print(d:8:0,time_s:10:0, OpenD(0) of data2);


You will get STDEXception: invalid argument

OpenD(0) of data2 is the cause of this exception.


I don't know why I got this.

Please check what is wrong.
by 2haerim
04 Dec 2008
Forum: MultiCharts
Topic: Is there any way of using Bloomberg feed only?
Replies: 3
Views: 1544

Is there any way of using Bloomberg feed only?

As far as I know, Bloomberg Terminal should be installed to use with MC. However, I don't need the Bloomberg Terminal itself but only need the datafeed. So if anyone knows if there is a way to use the bloomberg datafeed only, please let me know. If there is, I assume the cost would be cheaper than t...
by 2haerim
03 Dec 2008
Forum: MultiCharts
Topic: Some features I wish to have before Gold release
Replies: 23
Views: 9313

Add Upvol/DownVol keywords so that we can use Upticks/DownTicks and Upvol/DownVol literally on any chart whether it is tickcount-based or tickvol-based. I remember someone already posted long message about this issue with detailed explanation. See http://forum.tssupport.com/viewtopic.php?p=16835#16835
by 2haerim
03 Dec 2008
Forum: MultiCharts
Topic: A question about setstoploss
Replies: 0
Views: 1306

A question about setstoploss

If I enter the first buy at a price 135 and after a while enter the second buy at a price 155. Later I exit one contract at 140. Now I have one contract left. At this moment, what price will be the setstoploss based on? 135, 155, 140, or other value?
by 2haerim
03 Dec 2008
Forum: MultiCharts
Topic: Some features I wish to have before Gold release
Replies: 23
Views: 9313

A batch of optimization like in TS2ki.

Currently MC allows one optimization at a time.
by 2haerim
03 Dec 2008
Forum: MultiCharts
Topic: [BUG Report]MC V5 Beta2 skips displaying 10 ticks bars
Replies: 1
Views: 1118

[BUG Report]MC V5 Beta2 skips displaying 10 ticks bars

Please see the attached screen shots and logs from BugSlayer folder.

Check if this could be fixed.

This happens almost everyday.


Thanks
by 2haerim
30 Nov 2008
Forum: MultiCharts
Topic: BUG: V5 Beta2 skips displaying chart
Replies: 3
Views: 1728

BUG: V5 Beta2 skips displaying chart

From the attached screen capture, 10 ticks bar fails to plot some bars while there are for sure all the tick data stored in QM. Has anybody seen this type of bug? Next time, I will collect the whole log along with the screen capture. Before that, I would like to check this is a confirmed bug or not.
by 2haerim
28 Nov 2008
Forum: MultiCharts
Topic: Some features I wish to have before Gold release
Replies: 23
Views: 9313

Some features I wish to have before Gold release

[1] Reload(Ctrl+R) currently "reload"s whole chart range, but most of time I don't want to reload the whole 20 years of data (because simply I just need to reload 1 hours of data or 1 day data only and after all it takes too long to reload all data) => Please add options to reload 1 hour, 1 day only...
by 2haerim
26 Nov 2008
Forum: MultiCharts
Topic: Features list in MultiCharts Gold please
Replies: 1
Views: 1178

Features list in MultiCharts Gold please

After MC Gold release, upgrade charge will be applied as I understand. However, I don't even know what features MC Gold will have yet. Will it have a TrackingCenter-like feature which is mostly wanted by many traders? I believe this feature should be included in the Gold. Many TS2ki users are still ...
by 2haerim
26 Nov 2008
Forum: MultiCharts
Topic: Features list in MultiCharts Gold please
Replies: 2
Views: 1617

Features list in MultiCharts Gold please

After MC Gold release, upgrade charge will be applied as I understand. However, I don't even know what features MC Gold will have yet. Will it have a TrackingCenter-like feature which is mostly wanted by many traders? I believe this feature should be included in the Gold. Many TS2ki users are still ...
by 2haerim
12 Nov 2008
Forum: MultiCharts
Topic: Help ! MC Ver4 beta3 on quad core won't verify all studies
Replies: 19
Views: 6693

Hello everybody, The problem when you can't compile any studies can be caused by several environmental factors. The solution that HaeRim offered will remedy only one of them. If you have the similar problem, it would be best if you contacted our customer support representatives via LiveChat. Severa...
by 2haerim
12 Nov 2008
Forum: MultiCharts
Topic: Help ! MC Ver4 beta3 on quad core won't verify all studies
Replies: 19
Views: 6693

Can you post how you solved your problems along with the causes of the problems?

Others who might have been suffering from the similar problems will benefit.

Thanks
by 2haerim
12 Nov 2008
Forum: MultiCharts
Topic: MULTICHARTS 5.0 BETA 1 NOW AVAILABLE
Replies: 26
Views: 10482

[1] MC locked up after a while (maybe when Autotrading is on) There is a bug when MC freezes on auto trading being turned off. It has been fixed. The fix will be availble in the next version. => Next version means 5.0.1781.202? [2] MC does not generate signals after a while even though MC displays ...
by 2haerim
10 Nov 2008
Forum: MultiCharts
Topic: Compile error after new software instalation
Replies: 9
Views: 3180

The steps I gave you worked for me and other users in case of compile errors like you got.

Are you sure you repeated the steps exactly?

Maybe I can check myself via remote connection if you want.

If you want, PM me.
by 2haerim
10 Nov 2008
Forum: MultiCharts
Topic: Compile error after new software instalation
Replies: 9
Views: 3180

Other signals compile ok but only that one fails?

If latter case, you can narrow down which line causes the compile error by removing lines gradually and compile.

If you find one, post it here.
by 2haerim
10 Nov 2008
Forum: MultiCharts
Topic: Compile error after new software instalation
Replies: 9
Views: 3180

check this post if it helps

http://forum.tssupport.com/viewtopic.ph ... pile+error

look for 2haerim's post
by 2haerim
10 Nov 2008
Forum: MultiCharts
Topic: MULTICHARTS 5.0 BETA 1 NOW AVAILABLE
Replies: 26
Views: 10482

V5 beta1 has been known to have the following bugs at least: [1] MC locked up after a while (maybe when Autotrading is on) [2] MC does not generate signals after a while even though MC displays them on the chart and SPR I hope these serious bugs get fixed as soon as possible because these bugs make ...
by 2haerim
04 Nov 2008
Forum: MultiCharts
Topic: Please vote for a TrackingCenter-like feature request
Replies: 12
Views: 5066

Please vote for a TrackingCenter-like feature request

TS2ki users are used to using the TrackingCenter to check the overall trading status of their own when they have many strategies are working all together. It is simply a must to have.

Please vote for this feature here if anybody wish to see this kind of feature in V5.

Thanks
by 2haerim
29 Oct 2008
Forum: MultiCharts
Topic: MC gets locked up so often and TradingServer uses up CPU 100
Replies: 1
Views: 1543

MC gets locked up so often and TradingServer uses up CPU 100

V5 has this bug already confirmed and needs immediate fixing because MC gets locked up so often. V5 cannot be used in this situation.

Please provide hot fix for this bug.
by 2haerim
29 Oct 2008
Forum: MultiCharts
Topic: My head is burning up to figure out why/how/when...
Replies: 0
Views: 1643

My head is burning up to figure out why/how/when...

(1) Entries/Exits are independent of the execution confirmation by the broker (ASync) => selected (2) Convert unexecuted limit/stop entry orders to market orders => enabled/checked and set to 0 (3) Convert unexecuted limit/stop exit orders to market orders => enabled/checked and set to 0 (4) Show th...
by 2haerim
29 Oct 2008
Forum: MultiCharts
Topic: Possibly A Bug when a script is applied for tick chart?
Replies: 2
Views: 1730

Variable value1 changes in the context of data1. You want it to change within the context of data2. What is the meaning of "changes in the context of dataN"? There are many scenarios related to using dataN along with subchart. One can use data1 in the PL script and plot or apply it based on subchar...
by 2haerim
22 Oct 2008
Forum: MultiCharts
Topic: Bug Report - AfterImages when using Tracking lines
Replies: 4
Views: 1919

Previous versions did not have such problems so I don't think it is a video driver problem.
by 2haerim
22 Oct 2008
Forum: MultiCharts
Topic: Bug Report - AfterImages when using Tracking lines
Replies: 4
Views: 1919

No it is different from that pictures..

My afterimages were left on the chart area.

They are afterimages of trackiing lines.
by 2haerim
22 Oct 2008
Forum: MultiCharts
Topic: CPU 100% when mouse hovering over PLEditor's Help pane
Replies: 3
Views: 1729

I deleted this one because I posted a wrong reply for another post.
by 2haerim
19 Oct 2008
Forum: MultiCharts
Topic: CPU 100% when mouse hovering over PLEditor's Help pane
Replies: 3
Views: 1729

CPU 100% when mouse hovering over PLEditor's Help pane

I posted this issue a few times here in this forum, but it was happening without giving me any clue when it was triggered. I am experiencing this issue again and the following conditions might be necessary when PLEditor completely uses up all the CPU so that whole PC gets terribly slowed down. [0] M...
by 2haerim
17 Oct 2008
Forum: MultiCharts
Topic: Bug Report - AfterImages when using Tracking lines
Replies: 4
Views: 1919

Bug Report - AfterImages when using Tracking lines

When using cross cursor with tracking time/lines, afterimages are left on the charts. It happens irregularly.

When I try to save the workspace with afterimages, unfortunately the afterimages are not saved at all.

Plz check this.
by 2haerim
16 Oct 2008
Forum: MultiCharts
Topic: signal bug for 1 tick chart
Replies: 0
Views: 1235

signal bug for 1 tick chart

I changed the indicator from my previous post to signal and it didn't work for tick chart either. Dont understand why MC behaved differently. Please explain this too. Also please see http://forum.tssupport.com/viewtopic.php?t=5616 http://forum.tssupport.com/viewtopic.php?t=5662 They seem to be close...
by 2haerim
16 Oct 2008
Forum: MultiCharts
Topic: Possibly A Bug when a script is applied for tick chart?
Replies: 2
Views: 1730

Possibly A Bug when a script is applied for tick chart?

The indicator below has 3 if statements which are effectively the same. When it is applied for a tick chart, the third if statement gets never executed as shown in the log. Please explain what is wrong. Input: F_Total_Ask (c of data2), F_Total_Bid (c of data3); value1=F_Total_Ask; value2=F_Total_Bid...
by 2haerim
12 Oct 2008
Forum: MultiCharts
Topic: Show order execution status problem should take effect ...
Replies: 1
Views: 1321

Show order execution status problem should take effect ...

While AutoTrading is turned on, checking "Show order execution status" on/off from the Strategy Properties should take effect without having to turn off the AutoTrading and turn it on again. Currently, to change the "Show order execution status", the AutoTrading must be turned off and turned on agai...
by 2haerim
08 Oct 2008
Forum: MultiCharts
Topic: A feature request : SetTimedExit
Replies: 7
Views: 3755

A feature request : SetTimedExit

SetStopLoss/SetProfitTarget for each tick rather than at the end of a bar even if IOG is not enabled. Likewise, I would like to request to add a SetTimedExit built-in function which will exit a signal when the preset time reaches. Of course, it should work regardless of IOG enabled or not. If this f...
by 2haerim
08 Oct 2008
Forum: MultiCharts
Topic: Reposting an old post not to be forgotten...
Replies: 0
Views: 1104

Reposting an old post not to be forgotten...

Marina, I know you would answer soon the old post but I am getting more worried as it moves down and down w/o being answered yet while others are answered.

Please answer :

http://forum.tssupport.com/viewtopic.php?t=5616


Thanks
by 2haerim
08 Oct 2008
Forum: MultiCharts
Topic: A couple registry names are gone?
Replies: 2
Views: 1410

My experiment shows that those registry entries are used for the default settings when a signal is applied for the first time to a chart. After then, as Marina said, those individual settings are saved along with the workspace.

So they are used, but only when a signal is applied for the first time.
by 2haerim
04 Oct 2008
Forum: MultiCharts
Topic: Help ! MC Ver4 beta3 on quad core won't verify all studies
Replies: 19
Views: 6693

What to do when PLEditor fails to compile w/o any reasons

When PLEditor fails to compile without any reasons: 1. Modify registry as below: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "NtfsDisable8dot3NameCreation"=dword:00000000 2. remove MC 3. remove the directory %ProgramFiles%TS Support/ (or wherever you have MC installed) and all t...
by 2haerim
03 Oct 2008
Forum: MultiCharts
Topic: Same values but different results. Why and how?
Replies: 0
Views: 1405

Same values but different results. Why and how?

Please open a chart window and add two symbols (1 tick each). And apply the following code. input: F_ask1p(c of data2); var: {F_ask1p(0),} F_ask1p_var(0); var: cnt1(0), cnt1_var(0); //============= Def of Data ======================= F_ask1p_var=c of data2; //========================================...
by 2haerim
03 Oct 2008
Forum: MultiCharts
Topic: Another request for Performance Report
Replies: 0
Views: 1080

Another request for Performance Report

MC lacks the weekly report for daily charts which is available in TS 2000i.

Please add this because some people still want to use it.

Thanks
by 2haerim
29 Sep 2008
Forum: MultiCharts
Topic: A couple registry names are gone?
Replies: 2
Views: 1410

A couple registry names are gone?

In 4.0.1512.0 Beta, there were 4 registry name entries under TraderServer: ConvertEntryInterval ConvertExitInterval ConvertLimitEntryToMarket ConvertLimitExitToMarket In 4.0.1609.203, two of them are gone and the rest two seem to have different meanings from 1512.0 beta. Please comment if this is in...
by 2haerim
29 Sep 2008
Forum: MultiCharts
Topic: Chart Loading error
Replies: 0
Views: 1132

Chart Loading error

Marina, When I load second chart from a new workspace, I got errors and assertions. Attatched is the log from BugSlayer folder along with screen captures. These happens for several datafeeds including GS feed. After ignoring all the errors/assertions, the final chart's title displays "Chart Loading....
by 2haerim
25 Sep 2008
Forum: MultiCharts
Topic: Moving databases from PC_1 to PC_2 results in difference
Replies: 2
Views: 1349

When moving databases, both QM and MC were completely terminated as normal.

I just moved GDB files and opened QM only to see if the data is correctly moved and that happened.

And I didn't check with other datafeeds because this is not related to datafeeding.
by 2haerim
25 Sep 2008
Forum: MultiCharts
Topic: Weekly Report for Daily bars in SPR needed
Replies: 1
Views: 1092

Weekly Report for Daily bars in SPR needed

Marina,

I once asked to add Weekly Report for Daily bars in SPR, but still don't see it added.

Would you add this please?
by 2haerim
21 Sep 2008
Forum: MultiCharts
Topic: Moving databases from PC_1 to PC_2 results in difference
Replies: 2
Views: 1349

Moving databases from PC_1 to PC_2 results in difference

To move the database files from PC_1 to PC_2, I've copied the whole C:\Documents and Settings\All Users\Application Data\TS Support\MultiCharts\Databases folder from PC_1 to PC_2. Then I opened the QM from PC_2 and surprised to see the differences as shown in the attachments. The original PC_1's dat...
by 2haerim
20 Sep 2008
Forum: MultiCharts
Topic: How to close a long position in 2 days ?
Replies: 2
Views: 1447

Try below. inputs: AvgLen(15), nShares(4), Debug(1); vars: Avg(0); Avg = Xaverage(Close, AvgLen); if (C crosses above Avg) then Buy("LE") nShares Shares Next Bar at Market; if (Marketposition = 1) and (Close < Avg) and (CurrentContracts > 0) Then Sell("LX1") (CurrentContracts * 2 / 4) Shares Total N...
by 2haerim
17 Sep 2008
Forum: MultiCharts
Topic: Slippage and Commission in % value as well
Replies: 7
Views: 2290

Welcome back, Marina. This forum certainly has been half-alive without you for the last couple weeks. And thanks for accepting my suggestion. I would like to elaborate more on this idea as follows: The commission in our case is calculated as follows: Commission Per Trade = BigPointValue x Fill Price...
by 2haerim
15 Sep 2008
Forum: MultiCharts
Topic: 4.0.1573.202 and automated trading
Replies: 6
Views: 2821

I once asked a similar question and TSS replied that it is TS8's bug, and MC also has some bugs. Now I am not sure if it is completely fixed.


http://forum.tssupport.com/viewtopic.ph ... highlight=

Please check the above link.
by 2haerim
14 Sep 2008
Forum: MultiCharts
Topic: Bug-Automation Sync mode
Replies: 7
Views: 2531

Can you explain what this code does and how it works?
by 2haerim
11 Sep 2008
Forum: MultiCharts
Topic: another simple, but useful suggestions
Replies: 10
Views: 3418

The commission in our case is calculated as follows: Commission Per Trade = BigPointValue x Fill Price * Commission Rate where, Per Trade means either 1 buy or 1 sell. Therefore, it is more natural and correct to use % as the commission rather than a fixed amount per trade. And for Slippage, I would...
by 2haerim
11 Sep 2008
Forum: MultiCharts
Topic: another simple, but useful suggestions
Replies: 10
Views: 3418

Well,

we do pay commission in proportion to the futures price.

So some prefer absolute value and some prefer % value.
by 2haerim
11 Sep 2008
Forum: MultiCharts
Topic: I_MarketPosition and I_CurrentContracts not supported yet?
Replies: 4
Views: 1908

I_MarketPosition and I_CurrentContracts not supported yet?

BTW, don't we have I_MarketPosition and I_CurrentContracts implemented yet?

I remember they dad been promised to be implemented long time ago.

If not implemented, when will they be? Or will they never be implemented?
by 2haerim
11 Sep 2008
Forum: MultiCharts
Topic: another simple, but useful suggestions
Replies: 10
Views: 3418

The commission is proportional to the futures price and in such case entering commission in percentage is more adequate than an absolute value, I think.
by 2haerim
10 Sep 2008
Forum: MultiCharts
Topic: another simple, but useful suggestions
Replies: 10
Views: 3418

another simple, but useful suggestions

Futures traders want to enter slippages and commissions in % of the initial capital.

Please add an option to enter them in % or in addition to the absolute amount.
by 2haerim
10 Sep 2008
Forum: MultiCharts
Topic: Suggestions about performance report and optimization
Replies: 8
Views: 2317

Suggestions about performance report and optimization

Many MC users say that optimization process is quite inconvenient to use. They want: 1) To run multiple optimization at the same time. Parallel run would be the best but if it is complicated, as in TS batch run of multiple optimization would be acceptable. 2) To have one global performance report wi...
by 2haerim
10 Sep 2008
Forum: MultiCharts
Topic: Is there any plan to facilitate optimization process better?
Replies: 2
Views: 1230

Is there any plan to facilitate optimization process better?

Many MC users say that optimization process is quite inconvenient to use. They want: 1) To run multiple optimization at the same time. Parallel run would be the best but if it is complicated, as in TS batch run of multiple optimization would be acceptable. 2) To have one global performance report wi...
by 2haerim
09 Sep 2008
Forum: MultiCharts
Topic: MC Autotrading Engine
Replies: 18
Views: 7176

1. QUESTION FOR TSSUPPORT: To follow-up the thread above, when using the "Unfilled Strategy Order Replacement" in Auto Trading, if the delay for conversion of a limit order is set to "0" seconds. does Multicharts now issue a market order without first issuing and cancelling a limit order? (If so, t...
by 2haerim
04 Sep 2008
Forum: MultiCharts
Topic: Slippage and Commission in % value as well
Replies: 7
Views: 2290

Slippage and Commission in % value as well

Currently, it is only allowed to enter absolute value for slippage and commission. However, when trading futures symbols, it would be more reasonable to set them in percent.

Is this too hard to implement?
by 2haerim
04 Sep 2008
Forum: MultiCharts
Topic: SPR does not show figures in comma-separated format?
Replies: 1
Views: 1071

SPR does not show figures in comma-separated format?

How can I set SPR to display numbers in thousand-comma-separated format?
by 2haerim
04 Sep 2008
Forum: MultiCharts
Topic: Is IntrabarOrderGeneration applied to backtesting too?
Replies: 8
Views: 3527

Thank you Marina

I know those print values would be different for each case.

However, what I want is to have a good example utilizing IOG feature.

Many people does not really understand the pros and cons of IOG.

Best thing is to show a good solid sample showing better case and worse case together.
by 2haerim
04 Sep 2008
Forum: MultiCharts
Topic: MC and TS8 shows different results for the same data
Replies: 17
Views: 6599

I understand you guys abide by TS8's behaviour as much as possible, but it is an apparent bug of TS8, and why MC repeats the bug? If people complains about it, you can definitely show that it is TS8's bug and proudly announce that MC does not have such a bug. Not everyone believes TS8 is the best, I...
by 2haerim
03 Sep 2008
Forum: MultiCharts
Topic: MC and TS8 shows different results for the same data
Replies: 17
Views: 6599

No difference at all.

ROUND(date,0) cross above 1080718.00) always returns FALSE in MC and TS8.
by 2haerim
03 Sep 2008
Forum: MultiCharts
Topic: MC and TS8 shows different results for the same data
Replies: 17
Views: 6599

SUPER, Thanks for the comments, but I am sorry I don't understand what you are saying. BTW, as I posted previously, I've run the same tests for TS2ki/TS8/MC all together with exactly the same conditon. And TS2ki is the only one with correct result. So, MC/TS8 shares the same bug. You can just plot i...
by 2haerim
03 Sep 2008
Forum: MultiCharts
Topic: MC and TS8 shows different results for the same data
Replies: 17
Views: 6599

Marina,

Have you tested and confirmed this as a bug yet?
by 2haerim
02 Sep 2008
Forum: MultiCharts
Topic: Is IntrabarOrderGeneration applied to backtesting too?
Replies: 8
Views: 3527

Is IntrabarOrderGeneration applied to backtesting too?

Some people asked me how IOG is applied to backtesting.

Can someone explain experience of his own?

Also would like to see a good sample showing typical use of IOG.
by 2haerim
02 Sep 2008
Forum: MultiCharts
Topic: Point & Figure chart?
Replies: 3
Views: 1740

Point & Figure chart?

Is there any good way of plotting Point & Figure chart in MC?
by 2haerim
01 Sep 2008
Forum: MultiCharts
Topic: PL help
Replies: 6
Views: 2470

Got it. Thanks.

The chart's Build Volume On must be set to Tick Count, not Trade volume, right?
by 2haerim
31 Aug 2008
Forum: MultiCharts
Topic: PL help
Replies: 6
Views: 2470

Can you explain your code please and how to use it please? For example, apply it to Data1 or Data2? How to set each charts' settings for Build Volume On?

There could be varialble number of 90 ticks bars between two 3 min bars.
I would like to know that number.

Thanks
by 2haerim
31 Aug 2008
Forum: MultiCharts
Topic: PL help
Replies: 6
Views: 2470

PL help

I plot a 90 ticks and a 3 min bar chart for the same symbol.

Now, I would like to know how to count the number of 90 ticks bar per each 3 min bar.

Can someone help with this?


Thanks
by 2haerim
28 Aug 2008
Forum: MultiCharts
Topic: MC and TS8 shows different results for the same data
Replies: 17
Views: 6599

Is this post confirmed as a bug or not yet? It won't take more than a five min to test this issue.
by 2haerim
26 Aug 2008
Forum: MultiCharts
Topic: PLEditor problem
Replies: 10
Views: 4193

PLEditor problem

On some PCs, PLEditor has problems compiling very basic scripts. For example, a simple function like below results in errors: _f = 3; Just one line function! Next, tO make sure, I just copied the script from a builtin function ADX and just changed the function name as _f to compile. It also failed e...
by 2haerim
22 Aug 2008
Forum: MultiCharts
Topic: MC and TS8 shows different results for the same data
Replies: 17
Views: 6599

I raised two issues which could be completely independent of each other or closely inter-related. That might cause you confused and misunderstood my assertion. After lots of testing, I come to the following primitive question. Does MC/TS8 correctly calculate the following expression? ROUND(date,0) c...

Go to advanced search