Search found 9165 matches

by Henry MultiСharts
09 Oct 2012
Forum: MultiCharts
Topic: backfilling ticks from Interactive Brokers
Replies: 3
Views: 1182

Re: backfilling ticks from Interactive Brokers

Hello Fritol,

What do you mean? Do you have historical data timestamps lower than with 1 second increment ?
by Henry MultiСharts
09 Oct 2012
Forum: MultiCharts .NET
Topic: Built-in "daily" studies are wrong
Replies: 1
Views: 1924

Re: Built-in "daily" studies are wrong

Hello MidKnight,

This is how these indicators were originally designed. Please submit a feature request to the Project Management of our web site in case you want it to be changed in the future: https://www.multicharts.com/pm/
by Henry MultiСharts
09 Oct 2012
Forum: MultiCharts
Topic: Could not connect MC to J-Trader, for data and broker link [SOLVED]
Replies: 2
Views: 1106

Re: Could not connect MC to J-Trader, for data and broker li [SOLVED]

Hello LMC,

Is your account enabled for MultiCharts ?
What is the error message in File -> New -> Order and position tracker window -> Logs tab ?
Have you contacted PATS or your clearing firm to get the correct settings for MultiCharts connection ?
by Henry MultiСharts
08 Oct 2012
Forum: MultiCharts
Topic: Placing an exceptional intrabar order even with IOG = false [SOLVED]
Replies: 2
Views: 1083

Re: Placing an exceptional intrabar order even with IOG = fa [SOLVED]

Hello lois77,

You can add a separate study that will be running with IOG = On alongside your regular signals.
Or make all your non-IOG code run only when barstatus=2.
by Henry MultiСharts
08 Oct 2012
Forum: MultiCharts
Topic: Custom Note on Market Scanner
Replies: 7
Views: 2437

Re: Custom Note on Market Scanner

It will do whatever you write it to do:

Code: Select all

if symbolname="GOOG" then plot1("GOOG is here");
if symbolname="MSFT" then plot1("MSFT is here");
by Henry MultiСharts
08 Oct 2012
Forum: MultiCharts
Topic: If I don't find info in wiki, where do I look?
Replies: 4
Views: 1054

Re: If I don't find info in wiki, where do I look?

Strangely, the
The EasyLanguage Functions & Reserved Words Reference page is not loading
Works ok for me. Try using a different web browser. Make sure required addons are installed in the browser.
by Henry MultiСharts
08 Oct 2012
Forum: User Contributed Studies
Topic: Macd BB Indicator
Replies: 8
Views: 7985

Re: Macd BB Indicator

Hello Henry, Below is the error message with the modified code, when it is imported through PowerLanguage NET editor "'PowerLanguage.VariableSeries<double>' does not contain a definition for 'Average' and no extension method 'Average' accepting a first argument of type 'PowerLanguage.VariableSeries...
by Henry MultiСharts
08 Oct 2012
Forum: MultiCharts
Topic: IB / IQFeed daily chart session times discrepancy
Replies: 5
Views: 1894

Re: IB / IQFeed daily chart session times discrepancy

Hello Roesm,

Have you reloaded IQFeed chart using Ctrl+R ? You need to do that after the instrument sessions are changed.
by Henry MultiСharts
08 Oct 2012
Forum: MultiCharts
Topic: Plot Composite Index ?? [SOLVED]
Replies: 9
Views: 2513

Re: Plot Composite Index ?? [SOLVED]

Unfortunately Multicharts cannot handle more than say, 20 symbols. The chart window gets cluttered, and Hiding the data object does not help. You need to have a big screen in order to see a lot of data series on the chart. If there is not enough space on your screen you can hide the status line and...
by Henry MultiСharts
08 Oct 2012
Forum: MultiCharts
Topic: Custom Note on Market Scanner
Replies: 7
Views: 2437

Re: Custom Note on Market Scanner

Hello designer01,

Yes that is possible. You need to create a new indicator with the code below and insert this study into your scanner window.

Code: Select all

plot1("your text here");
by Henry MultiСharts
08 Oct 2012
Forum: MultiCharts .NET
Topic: IapplicationInfo [SOLVED]
Replies: 2
Views: 2941

Re: IapplicationInfo [SOLVED]

Hello Zoli,

Attached is a sample script.
by Henry MultiСharts
08 Oct 2012
Forum: MultiCharts
Topic: Candle Close not correct
Replies: 4
Views: 1554

Re: Candle Close not correct

Hello Trader77,

If the data is still different you need to contact AMP Futures regarding this question.
by Henry MultiСharts
05 Oct 2012
Forum: MultiCharts
Topic: [UPDATER] InteractiveBrokers - Wrong Opening Prices
Replies: 15
Views: 4433

Re: [UPDATER] InteractiveBrokers - Wrong Opening Prices

When will the new version be out?
It is expected later this fall. There is no exact release date.
by Henry MultiСharts
05 Oct 2012
Forum: MultiCharts
Topic: Candle Close not correct
Replies: 4
Views: 1554

Re: Candle Close not correct

Hello Trader77,

MC DT ver.8.0.91.401 is the latest version. You can get the latest updates for it by installing the attached updater.
After that is done you need to reload the chart, if the data is still different you need to contact AMP Futures regarding this question.
by Henry MultiСharts
05 Oct 2012
Forum: MultiCharts
Topic: New IQFeed Client
Replies: 1
Views: 718

Re: New IQFeed Client

IQfeed is going to perform testing with MultiCharts on their end prior to delivering the end version to users.
by Henry MultiСharts
05 Oct 2012
Forum: MultiCharts
Topic: CBOT changed the trading hours for the grain sessions
Replies: 2
Views: 4582

Re: CBOT changed the trading hours for the grain sessions

MultiCharts does not pickup any instrument/exchange settings from the Internet. You need to manually adjust the settings if they have changed. We are checking with IQfeed what exact roots have been updated so that we can update it on our end. The corrections we will do with the symbol dictionary wou...
by Henry MultiСharts
05 Oct 2012
Forum: MultiCharts
Topic: intrabarpersist what bar timeframe if multiple data?
Replies: 6
Views: 1565

Re: intrabarpersist what bar timeframe if multiple data?

Hello KhaosTrader, Sorry, my reply was not clear enough. Every "regular" variable will keep its value throughout the whole script calculation on all data series ( if the value was assigned on the bar's close ) until you assign a different value to it. For example: If you assign a value for regular v...
by Henry MultiСharts
04 Oct 2012
Forum: MultiCharts
Topic: intrabarpersist what bar timeframe if multiple data?
Replies: 6
Views: 1565

Re: intrabarpersist what bar timeframe if multiple data?

Ok so a variable that is declaired intrabarpersist will keep its value throughout the whole script calculation that means if i set a variable with intrabarpersist to "20" at the script open, it will hold that value 1000 bars in the future if the script has been running unless i change the value wit...
by Henry MultiСharts
04 Oct 2012
Forum: MultiCharts
Topic: Theme Management
Replies: 1
Views: 886

Re: Theme Management

Hello JohnR,

There is no way to customize the Real Time Market Scanner themes. Flashing color is connected to the selected theme.
by Henry MultiСharts
04 Oct 2012
Forum: MultiCharts
Topic: Charts not updating after a Java update for IB TWS
Replies: 2
Views: 892

Re: Charts not updating after a Java update for IB TWS

Hello Martin,

Have you tried to restart MultiCharts finishing all processes?
Have you tried to plot a new chart for EUR.USD and GBP.USD instruments?

Are you able to get historical data up to current moment reloading the chart ?
Is only realtime data missing ?
by Henry MultiСharts
04 Oct 2012
Forum: MultiCharts
Topic: intrabarpersist what bar timeframe if multiple data?
Replies: 6
Views: 1565

Re: intrabarpersist what bar timeframe if multiple data?

Hello KhaosTrader,

Intrabarpersist never resets itself during the script calculation.
Signal is always applied to data1, data1 is the main trigger for signal re/calculation.
by Henry MultiСharts
04 Oct 2012
Forum: MultiCharts .NET
Topic: pattern [SOLVED]
Replies: 3
Views: 2697

Re: pattern [SOLVED]

You can reference previous bars values like that:

Code: Select all

Bars.Close[1]>Bars.Close[2]
by Henry MultiСharts
04 Oct 2012
Forum: MultiCharts .NET
Topic: How to create new charts and load strategies automatically?
Replies: 8
Views: 3311

Re: How to create new charts and load strategies automatical

Hello Skirmante, There is no functionality that will allow you to create a new chart or load strategies from file or command line. But there are multipe features that can help to do that pretty fast in MultiCharts: Keyboard_Shortcuts , Study_Templates , Creating Charts Using the Command Line Toolbar...
by Henry MultiСharts
04 Oct 2012
Forum: MultiCharts
Topic: Treasury bonds
Replies: 3
Views: 1031

Re: Treasury bonds

Currently IB Bonds are not supported in MultiCharts.
We are evaluating if we can add support for it.
by Henry MultiСharts
03 Oct 2012
Forum: MultiCharts
Topic: [UPDATER] InteractiveBrokers - Wrong Opening Prices
Replies: 15
Views: 4433

Re: [UPDATER] Wrong Opening Prices - InteractiveBrokers

I hope this "FIX" will be included in MC8.1 (due out soon I hope)..
Next version of MultiCharts will include all fixes since MC 8.0 Release.
by Henry MultiСharts
03 Oct 2012
Forum: MultiCharts .NET
Topic: Massive memory usage on MC.net
Replies: 22
Views: 7754

Re: Massive memory usage on MC.net

We did some testing for 4 days in our environment and memory usage has not been increased.
We have information from Holya's PC and will be running more tests in order to replicate the behaviour with his setup.
by Henry MultiСharts
03 Oct 2012
Forum: MultiCharts .NET
Topic: Trading from the chart - needs improvement
Replies: 8
Views: 6557

Re: Trading from the chart - needs improvement

if the price scale is at 5 pip increments, it will only let you drag and drop it to 5 pip levels You are right, MidKnight. That is how it currently works. We are looking into improving this aspect. The request has been already forwarded to our developers. As a workaround you need to use default ins...
by Henry MultiСharts
03 Oct 2012
Forum: MultiCharts QUIK
Topic: Multicharts и IB TWS
Replies: 8
Views: 6454

Re: Multicharts и IB TWS

Попробуйте поменять машины местами или использовать третью машину. Если использовать логин / пароль для TWS edemo/demouser ордер из МС пропадает? Без логов можно только строить догадки. Пожалуйста, пришлите логи, скриншоты, ID ордера или приходите в Live Chat, чтобы продемонстрировать проблему удале...
by Henry MultiСharts
03 Oct 2012
Forum: MultiCharts
Topic: cannot add any instrument with Interactive brokers [SOLVED]
Replies: 6
Views: 2452

Re: cannot add any instrument with Interactive brokers [SOLVED]

Fritol, you can check the Event Log of QuoteManager to trace the data feed activity.
by Henry MultiСharts
03 Oct 2012
Forum: MultiCharts .NET
Topic: pattern [SOLVED]
Replies: 3
Views: 2697

Re: pattern [SOLVED]

Hello alex625144,

There are multiple prebuilt strategy codes in MultiCharts .Net editor already.
Please describe your final goal in details.
by Henry MultiСharts
03 Oct 2012
Forum: MultiCharts .NET
Topic: How to delete previously drawn object and not last one? [SOLVED]
Replies: 10
Views: 7116

Re: How to delete previously drawn object and not last one? [SOLVED]

Try this code: protected override void CalcBar() { if(Bars.CurrentBar == 1) count_lines = 0; if (Bars.Status == EBarState.Close) { if (count_lines <= 10) { high_trendline.Value = DrwTrendLine.Create(new ChartPoint(Bars.Time[1], Bars.High[1]), new ChartPoint(Bars.Time[0], Bars.High[1])); high_trendli...
by Henry MultiСharts
03 Oct 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE
Replies: 143
Views: 52203

Re: MULTICHARTS 8.0 RELEASE

Both the 32bit and 64bit version don't seem to print text that is drawn on a chart either manually or by a study. Write a text to a chart and click on "Print Preview" and the text is not shown in the preview anymore. Trendlines work fine though. We have tried to reproduce this behavior multiple tim...
by Henry MultiСharts
03 Oct 2012
Forum: MultiCharts
Topic: CQG brokerage (Commision) question [SOLVED]
Replies: 1
Views: 1115

Re: CQG brokerage (Commision) question [SOLVED]

So where am I loosing the TWO pips? Hello Neil, Please go to Format tab->Strategy properties for your trading chart and make sure that commission and slippage are set to zero. Given that you can't run the CQG trading platform at the same time as the MC and the CQG API. How do you see the trades ext...
by Henry MultiСharts
02 Oct 2012
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13703

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Emmanuel, this issue is caused by Visual Studio 2010. You need to use Visual Studio 2008.
by Henry MultiСharts
02 Oct 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE
Replies: 143
Views: 52203

Re: MULTICHARTS 8.0 RELEASE

Henry, in one case it was a brand new workspace and 5 minute @ES# chart and I just manually added a text drawing stating "Hello". That was enough to reproduce the issue on a different computer and I didn't keep the workspace. Regards, ABC ABC, I was unable to reproduce it. The problem can be caused...
by Henry MultiСharts
02 Oct 2012
Forum: MultiCharts .NET
Topic: Trading from the chart - needs improvement
Replies: 8
Views: 6557

Re: Trading from the chart - needs improvement

Hi Henry thanks for the reply. I had a look in the quotemanager symbol settings for the IB Forex EUR/USD and it looks to me that the min movement is set to 1/2 pip intervals (which is what IB allow as the minimum movement). However, I still cannot drag the order to anything other than 5 pip interva...
by Henry MultiСharts
02 Oct 2012
Forum: MultiCharts
Topic: is custom fitness working ??
Replies: 2
Views: 1268

Re: is custom fitness working ??

We can confirm that Custom Fitness Function in MultiCharts 5.5 and MultiCharts 8.0 works the same way. With your criteria “return” would not be executed and all custom criteria values would be "-". Probably “return” is called in other blocks or you have submitted wrong part of the code. In your repo...
by Henry MultiСharts
02 Oct 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE
Replies: 143
Views: 52203

Re: MULTICHARTS 8.0 RELEASE

Both the 32bit and 64bit version don't seem to print text that is drawn on a chart either manually or by a study. Write a text to a chart and click on "Print Preview" and the text is not shown in the preview anymore. Trendlines work fine though. I didn't actually try to print the chart using a prin...
by Henry MultiСharts
02 Oct 2012
Forum: MultiCharts .NET
Topic: MultiCharts .NET 8.1 Beta 1 Release
Replies: 46
Views: 21005

Re: MultiCharts .NET 8.1 Beta 1 Release

Hello, Is there any way to delete some Order history from Order and Position Tracker->Orders? Some order info lines (not all of them) as I`ve been flooded by rejected orders during the chart trading issue. Thanks Hello DRCM, There is no way to do that. You can only clean all orders/logs records.
by Henry MultiСharts
02 Oct 2012
Forum: MultiCharts
Topic: Current bar displayed 2x on daily chart
Replies: 3
Views: 1532

Re: Current bar displayed 2x on daily chart

Make sure your session settings in QuoteManager->Edit symbol->Sessions tab are the same as on the attached screenshot.
by Henry MultiСharts
02 Oct 2012
Forum: MultiCharts .NET
Topic: Real and Paper IB connections on MC.Net
Replies: 3
Views: 2588

Re: Real and Paper IB connections on MC.Net

Do i still need to set different socket ports and clientIDs on both MultiCharts? E.g. MC ID-1, MC.Net ID-0? Thanks, Yes, you need to set different port numbers in TWS to differentiate between them. Corresponding ports should be selected in MultiCharts. Master API client ID is a different thing appl...
by Henry MultiСharts
02 Oct 2012
Forum: MultiCharts
Topic: Missing Days of Historical Data With IB as Datafeed [SOLVED]
Replies: 4
Views: 1808

Re: Missing Days of Historical Data With IB as Datafeed [SOLVED]

Data for each instrument is kept separately. Your Free Quotes data will not be mixed up with IB data. Once the data is downloaded from the data feed server - it is stored in the cache. When you close MultiCharts, QuoteManager and Portfolio Baktester-it is automatically saved to the local database. Y...
by Henry MultiСharts
02 Oct 2012
Forum: MultiCharts
Topic: Three times Data source
Replies: 1
Views: 864

Re: Three times Data source

This can happen in case you have repalced your databases but did not start DataUpadter.exe after that. In order to fix that - please send me your FBPORTFOLIO.GDB file from data bases folder to support@multicharts.com.
Here is how to find the databases folder.
by Henry MultiСharts
02 Oct 2012
Forum: MultiCharts QUIK
Topic: Multicharts и IB TWS
Replies: 8
Views: 6454

Re: Multicharts и IB TWS

AlexKendo13, обновите TWS до последней версии. Когда ордер пропадает из МС, в TWS ордер пропадает? Если подключить к TWS один МС на той же машине (не удаленно), ордер пропадает из МС ? Если использовать логин / пароль для TWS edemo/demouser ордер из МС пропадает? Если в TWS остался ордер, а в МС про...
by Henry MultiСharts
02 Oct 2012
Forum: MultiCharts .NET
Topic: How to delete previously drawn object and not last one? [SOLVED]
Replies: 10
Views: 7116

Re: How to delete previously drawn object and not last one? [SOLVED]

Hello Zoli,

You need to reference previous values and call "delete" for the drawing object (ITrendLineObject.Delete).
Try this example:

Code: Select all

high_trendline[10].Delete
by Henry MultiСharts
02 Oct 2012
Forum: MultiCharts
Topic: [UPDATER] InteractiveBrokers - Wrong Opening Prices
Replies: 15
Views: 4433

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

IB connection has been improved. Now a new tick will not be generated until the actual opening price is received when the "Generate a new tick if Total Volume changes" is enabled. You can download an updater corresponding to your MultICharts version from the links below: https://dl.dropbox.com/u/279...
by Henry MultiСharts
02 Oct 2012
Forum: MultiCharts .NET
Topic: Real and Paper IB connections on MC.Net
Replies: 3
Views: 2588

Re: Real and Paper IB connections on MC.Net

Hello DRCM,

That is possible to start multiple TWS on the same PC and connect multiple IB broker profiles to them from MultiCharts. Follow this guide to do that.

That is not possible to have two IB data feeds. MultiCharts can be connected to only one TWS to get data.
by Henry MultiСharts
01 Oct 2012
Forum: MultiCharts
Topic: ADE and intrabarpersist question? [SOLVED]
Replies: 1
Views: 1140

Re: ADE and intrabarpersist question? [SOLVED]

Is it possible to have the information for this last bar even if the bar isn't closed?
Hello Nuno-online,

There is no way to know the bar close time until the bar closes.
If the bar is still open then "Close" will return the bar's current close price.
by Henry MultiСharts
01 Oct 2012
Forum: MultiCharts
Topic: Missing Days of Historical Data With IB as Datafeed [SOLVED]
Replies: 4
Views: 1808

Re: Missing Days of Historical Data With IB as Datafeed [SOLVED]

Hello Eztraderjr, There are multiple reasons why bars can be missing: 1) Computer date/time/timezone were changed to incorrect one. 2) "Download missing historical data" was disabled in Multicharts->File tab->Preferences->Data server mode. 3) Session settings were wrong. After the settings are prope...
by Henry MultiСharts
01 Oct 2012
Forum: MultiCharts .NET
Topic: IQFEED question.
Replies: 1
Views: 2107

Re: IQFEED question.

Hello Holya,

Please let me know which instrument you use.
by Henry MultiСharts
01 Oct 2012
Forum: MultiCharts .NET
Topic: Trading from the chart - needs improvement
Replies: 8
Views: 6557

Re: Trading from the chart - needs improvement

The price scale step is "price scale * min movement". These settings can be modified in QuoteManager->Edit symbol->Settings tab. Keep in mind that each instrument has its "standard" settings. You can set Min movement=1 For Emini S&P but most probably your broker will not accept this price or will sn...
by Henry MultiСharts
01 Oct 2012
Forum: MultiCharts
Topic: Esignal on demand [SOLVED]
Replies: 2
Views: 1507

Re: Esignal on demand [SOLVED]

Hello Daniel, MC_IB_FREE is an updater for Interactive Brokers that should be applied to MultiCharts Discretionary Trader. You should not use it. It is for a different data feed and different MultiCharts. Make sure you have eSignal data manager up and running (it should say OK for your login and pas...
by Henry MultiСharts
01 Oct 2012
Forum: MultiCharts
Topic: Downloading VIX historical data from IB/TWS
Replies: 4
Views: 1989

Re: Downloading VIX historical data from IB/TWS

Carey, are you able to get historical data in IB TWS for VIX instrument ?
by Henry MultiСharts
01 Oct 2012
Forum: MultiCharts
Topic: Opening MC [SOLVED]
Replies: 2
Views: 1352

Re: Opening MC [SOLVED]

I would like to open MC code to add some additional functions. I plan on using C# to write the additional code. Has anyone done anything like this? Rick Hello Rick, Additional features can be added to the software only by MultiCharts developers. Please submit a feature request to the Project Manage...
by Henry MultiСharts
01 Oct 2012
Forum: MultiCharts
Topic: Bonds settings [SOLVED]
Replies: 29
Views: 7077

Re: Bonds settings [SOLVED]

Dont know exactly what the difference between these 3 are, mabye Henry could clarify:
- "1/32 and S of 32nd".
- "1/32 and j of 32nd".
- "1/32 and 10th of32nd".
Hello SP,

Check the Price Scale information in the Setting Instrument Properties article.
by Henry MultiСharts
28 Sep 2012
Forum: MultiCharts QUIK
Topic: Срабатывание стоп-ордеров вне времени отображаемого графика.
Replies: 1
Views: 1870

Re: Срабатывание стоп-ордеров вне времени отображаемого граф

Здравствуйте, Denoy. Если Вы торгуете вручную, то Вам необходимо вручную отменять заявки перед концом дневной сессии. При использовании автоторговли ордера отменяются, когда условие на их отправку больше не выполнено в коде. Таким образом, Вы можете ограничить временной интервал для исполнения вашег...
by Henry MultiСharts
28 Sep 2012
Forum: MultiCharts
Topic: is custom fitness working ??
Replies: 2
Views: 1268

Re: is custom fitness working ??

krzysiaczek99, our engineers are analyzing this behavior.
by Henry MultiСharts
28 Sep 2012
Forum: MultiCharts
Topic: Getting date and time
Replies: 7
Views: 1833

Re: Getting date and time

Hello lois77, You can reference N bars ago. Plot the closing price of two bars ago: Plot1(Close[2], "Close 2 bars ago"); You can also use barnumber function to reference certain bar number. If you want to get the Date and Time of the last bar that closed at a certain price you need to search for all...
by Henry MultiСharts
28 Sep 2012
Forum: MultiCharts
Topic: I want not MC sends Limit/Stop orders to broker(market)!
Replies: 6
Views: 1726

Re: I want not MC sends Limit/Stop orders to broker(market)!

You can monitor Openpositionprofit from your script (same as SetProfitTarget's Amount) and once the desired amount is reached generate an order you need.
by Henry MultiСharts
27 Sep 2012
Forum: MultiCharts
Topic: Bonds settings [SOLVED]
Replies: 29
Views: 7077

Re: Bonds settings [SOLVED]

Something simple This is what this is plotting, 149.41 instead of 149.13. You are plotting Bar's High, which is 149 13/32 as can be seen on the screenshot. 149 13/32=149.40625=rounded to 149.41 149.13 - where did you get this value from? Try this code to get 4 digits after the decimal: If LastBarOn...
by Henry MultiСharts
27 Sep 2012
Forum: MultiCharts
Topic: [UPDATER] CQG Indexes [SOLVED]
Replies: 7
Views: 3164

Re: CQG Indexes (Updater Required) [SOLVED]

NOTE: CQG Indexes data is available for Live CQG/AMP accounts only.
At the moment only realtime data is available for CQG Indexes.

Only realtime tick data is saved to the database.
Realtime minute data is not saved to the database and will not be available after restarting MultiCharts.
by Henry MultiСharts
27 Sep 2012
Forum: MultiCharts
Topic: Behavior after connection lost [SOLVED]
Replies: 3
Views: 3261

Re: Behavior after connection lost [SOLVED]

Hello Poldo, Broker position cannot be assigned automatically to your strategy in MCFX. In MCFX only AA auto trading mode is available. Please refer to this page for more info. I would recommed you to use MultiCharts to be able to assign the market position to your strategy per my recommendations in...
by Henry MultiСharts
27 Sep 2012
Forum: MultiCharts .NET
Topic: Massive memory usage on MC.net
Replies: 22
Views: 7754

Re: Massive memory usage on MC.net

What does tsServer process do actually? Can anyone give more details about it, looks like this process incresed in memory after some time, but I have no time to watch it closely, just noticed that is doubled after about 5 hours of running. Multicharts64.exe has no problems at all on my system, its ...
by Henry MultiСharts
27 Sep 2012
Forum: MultiCharts .NET
Topic: Massive memory usage on MC.net
Replies: 22
Views: 7754

Re: Massive memory usage on MC.net

I've been monitoring my MC and noticed that it reaches 2 GB in no time! There's a heavy leak somewhere. Hope they fix this or this is going to be a huge problem. :( Which data feed and broker do you use? How many workspaces, charts, symbols, bars, indicators, signals do you have? Is auto trading tu...
by Henry MultiСharts
27 Sep 2012
Forum: MultiCharts
Topic: Portfolio Backtest Questions
Replies: 1
Views: 1113

Re: Portfolio Backtest Questions

greenroomhoo, please export your report into Excel and attach to this topic for further analysis.
by Henry MultiСharts
27 Sep 2012
Forum: MultiCharts .NET
Topic: Massive memory usage on MC.net
Replies: 22
Views: 7754

Re: Massive memory usage on MC.net

We are running some tests in order to reproduce this behavior in our environment.
by Henry MultiСharts
27 Sep 2012
Forum: MultiCharts .NET
Topic: VariableObject - why use it?
Replies: 12
Views: 8977

Re: VariableObject - why use it?

Double is just a number, it has no past and future values. It has only current value.
VariableObject is similar to variables of PowerLanguage. It has history and can be Intrabarpersist.
by Henry MultiСharts
27 Sep 2012
Forum: MultiCharts
Topic: MC is freezing [SOLVED]
Replies: 7
Views: 2171

Re: MC is freezing [SOLVED]

Our engineers are already working on this behavior.
by Henry MultiСharts
27 Sep 2012
Forum: MultiCharts
Topic: request for Portfolio Bactester [SOLVED]
Replies: 2
Views: 1183

Re: request for Portfolio Bactester [SOLVED]

Greenroomhoo, use Arrow Down on your keyboard to go 1 row down.
by Henry MultiСharts
27 Sep 2012
Forum: MultiCharts
Topic: Bonds settings [SOLVED]
Replies: 29
Views: 7077

Re: Bonds settings [SOLVED]

Hello Arnie, Each data feed provides data in his own format. If you are using IQfeed for data and IB as broker then I would recommend you to set the IB settings for IQfeed instrument. MC is quoting TY(ZN) at 133.17/32 but on a study we are getting 133.53 which is 17/32. If we take a trade at 133.17/...
by Henry MultiСharts
26 Sep 2012
Forum: MultiCharts
Topic: How to check the time of last data value
Replies: 5
Views: 1347

Re: How to check the time of last data value

Add this signal to your chart with two data series and check the PowerLanguage editor output.

Code: Select all

print (time_s, " ", time_s of data2);
Also see post #5
viewtopic.php?f=16&t=6929
by Henry MultiСharts
26 Sep 2012
Forum: MultiCharts
Topic: Accurate avgentryprice in positiontracker [SOLVED]
Replies: 6
Views: 2271

Re: Accurate avgentryprice in positiontracker [SOLVED]

evdl, the average entry price is rounded to the minimum price increment of the instrument (price scale*min move). For example if ASML was added from the data source then with default settings the minimum price increment is = price scale*min move=1/100 * 1=0.01. That is why IB average entry price of ...
by Henry MultiСharts
26 Sep 2012
Forum: MultiCharts .NET
Topic: rotational trading strategy with MC.NET?
Replies: 1
Views: 2523

Re: rotational trading strategy with MC.NET?

Hello JD,

There is no prebuilt feature/code to do that. You may want to check the sample script we have created for scanner trading. You can add "setting priority" logic to it to achieve your goal.
by Henry MultiСharts
26 Sep 2012
Forum: MultiCharts .NET
Topic: visual studio 2012
Replies: 1
Views: 2119

Re: visual studio 2012

Hello KhaosTrader, There is no prebuilt button for VS2012 as there is no solution compiled for it from the box. You need to customize an existing solution to use it with VS 2012 - save it under different name and use it as you need. Keep in mind that "full integration" between MC.NET and MS VS is mo...
by Henry MultiСharts
26 Sep 2012
Forum: MultiCharts .NET
Topic: Spread trading and MultiCharts.NET strategy report
Replies: 2
Views: 2600

Re: Spread trading and MultiCharts.NET strategy report

Hello Furytrader, MultiCharts .Net shows strategy performance report per instrument, same as regular MultiCharts. Even if you send unmanaged orders for a different instrument - the report is only for the instrument on your data1. You can plot a chart for your secondary instrument and open the strate...
by Henry MultiСharts
26 Sep 2012
Forum: MultiCharts .NET
Topic: Timeframe compression
Replies: 2
Views: 2262

Re: Timeframe compression

MidKnight, there is no prebuilt function for that.
The other approach to achieve this goal is to import data into a Universal DDE instrument. It allows building higher resolutions from lower data.
by Henry MultiСharts
26 Sep 2012
Forum: MultiCharts .NET
Topic: How to force a data refresh with IB?
Replies: 1
Views: 2103

Re: How to force a data refresh with IB?

Hello MidKnight,

The easiest way is to reload the chart. Here is how to do it.
by Henry MultiСharts
26 Sep 2012
Forum: MultiCharts
Topic: How to launch a strategy on hundreds stocks ​
Replies: 12
Views: 3149

Re: How to launch a strategy on hundreds stocks ​

Would that script need to be applied to a chart, like Albon's quote mentions, or can that script also be run from the Market Scanner?
JoshM, you can run such script from the Market Scanner as well. Please check how to do that.
by Henry MultiСharts
26 Sep 2012
Forum: User Contributed Studies
Topic: How to utilize Real Time Market Scanner for auto trading
Replies: 4
Views: 8989

How to utilize Real Time Market Scanner for auto trading

Attached is a sample code that shows how to perform auto trading in Real Time Market Scanner through an indicator with the help of unmanaged orders.

>>>Download video demo<<<
by Henry MultiСharts
26 Sep 2012
Forum: User Contributed Studies
Topic: Macd BB Indicator
Replies: 8
Views: 7985

Re: Macd BB Indicator

In MultiCharts .Net 8.1 part of simple functions was moved into VariableSeries – a series variable that keeps all of its previous values. it as an improvement and a way to simplify the work with types and calculations.

Modified code is attached.
by Henry MultiСharts
26 Sep 2012
Forum: MultiCharts .NET
Topic: MultiCharts .NET 8.1 Beta 1 Release
Replies: 46
Views: 21005

Re: MultiCharts .NET 8.1 Beta 1 Release

When the WeBank support will be released?
I was told on the 8., so now when it should be?
Thanks.
Hello ALC,

WeBank support has not been implemented yet. There is no ETA when it will be publicly available.
by Henry MultiСharts
25 Sep 2012
Forum: MultiCharts
Topic: Problem with maxbarback with different data resolution [SOLVED]
Replies: 8
Views: 2759

Re: Problem with maxbarback with different data resolution [SOLVED]

Hello Henrywl,

Please attach screenshots demonstrating this behavior and explain in details what the problem is exactly. How are indicator and strategy calculations connected in your case ?
If you are using a custom strategy code-please attach it to your post as well as the workspace you are using.
by Henry MultiСharts
25 Sep 2012
Forum: MultiCharts .NET
Topic: How to use the Pivot functions? [SOLVED]
Replies: 2
Views: 3145

Re: How to use the Pivot functions? [SOLVED]

Hello Zoli,

You can refer to the prebuilt study Pivot_High as an example.
by Henry MultiСharts
25 Sep 2012
Forum: MultiCharts
Topic: How to check the time of last data value
Replies: 5
Views: 1347

Re: How to check the time of last data value

Time and Time_s are the last bar's timestamps . Computer's current time is returned by CurrentTime and CurrentTime_s. If you need to compare the last tick with the previous one - you need to remember the last tick's time/volume/price for each instrument and then compare the new ticks's value. Time/ ...
by Henry MultiСharts
25 Sep 2012
Forum: MultiCharts
Topic: Multicharts Userid is different after each Windows Installat
Replies: 4
Views: 2492

Re: Multicharts Userid is different after each Windows Insta

Hello mohi4u, MultiCharts UserID is a footprint of your hardware and software setup. Significant software changes (such as Windows Service Pack or reinstalling Windows) may result in your user ID change. It's best to use the newly created " getusername ". It tracks the license name instead of the Us...
by Henry MultiСharts
25 Sep 2012
Forum: MultiCharts .NET
Topic: Massive memory usage on MC.net
Replies: 22
Views: 7754

Re: Massive memory usage on MC.net

The amount of memory in use is highly dependent on your setup. Realtime data is being received, indicators are being calculated and plotted, signals are being generated and orders are being sent to the broker. All of this takes memory and that is natural. The longer you run the platform-the more mem...
by Henry MultiСharts
25 Sep 2012
Forum: MultiCharts
Topic: Log Files
Replies: 1
Views: 857

Re: Log Files

Hello KhaosTrader, Is there a way where I can save print statements to a logfile that I can access later? You can Print into a file. Please refer to Print reserved word wiki for more details. Also is there a way to access a logfile that would contain commands that are sent from a strategy to a broke...
by Henry MultiСharts
25 Sep 2012
Forum: MultiCharts
Topic: Portfolio and Multi-Strategy Walk Forward Optimization
Replies: 8
Views: 3506

Re: Portfolio and Multi-Strategy Walk Forward Optimization

Hello quantarb,

We are going to improve multiple aspects of Portfolio Backtester by the end of the year.
The improvement you have mentioned is already in our "to-do" list.
by Henry MultiСharts
25 Sep 2012
Forum: MultiCharts .NET
Topic: 8.1 Release date [SOLVED]
Replies: 9
Views: 5891

Re: 8.1 Release date [SOLVED]

Following the two new beta...

Beta Version 64-bit: Version: 8.0.6047 Beta 1
Beta Version 32-bit: Version: 8.1.6048 Beta 1

Do they include the WeBank support?
WeBank support has not been implemented yet.
by Henry MultiСharts
24 Sep 2012
Forum: MultiCharts
Topic: Why no trades ?? [SOLVED]
Replies: 4
Views: 1155

Re: Why no trades ?? [SOLVED]

Hello krzysiaczek99,

Please attach the following information for analysis:
- The workspace you are using.
- The study export file (in Power Language editor->File->Export->export with dependent functions the study you are backtesting).
by Henry MultiСharts
24 Sep 2012
Forum: MultiCharts
Topic: How to check the time of last data value
Replies: 5
Views: 1347

Re: How to check the time of last data value

Hello Martingale, Have you tried to use Time or Time_s in your code ? Time - Returns a numerical value indicating the closing time of the current bar. The time is indicated in the 24-hour HHmm format, where 1300 = 1:00 PM. Time s - Returns a numerical value indicating the closing time, including sec...
by Henry MultiСharts
24 Sep 2012
Forum: MultiCharts .NET
Topic: Access symbol map programatically (IQFeed to IB) [SOLVED]
Replies: 2
Views: 3057

Re: Access symbol map programatically (IQFeed to IB) [SOLVED]

How do I get broker symbol info from chart's Bars.Info.ASymbolInfo2 ?
Hello Mindozas,

Unfortunately there is no such feature at the moment.
You can forward the broker instrument name to the strategy by specifying it in the study inputs.
by Henry MultiСharts
24 Sep 2012
Forum: MultiCharts
Topic: Graphing one instrument on a graph and autotrading another [SOLVED]
Replies: 2
Views: 1346

Re: Graphing one instrument on a graph and autotrading anoth [SOLVED]

In MultiCharts that is possible to send orders only from the data series #1.
by Henry MultiСharts
21 Sep 2012
Forum: MultiCharts
Topic: Accurate avgentryprice in positiontracker [SOLVED]
Replies: 6
Views: 2271

Re: Accurate avgentryprice in positiontracker [SOLVED]

Hello Evdl,

Please attach full-sized screenshots demonstrating this behavior:
1) MultiCharts Order and Position Tracker Open positions and Strategy positions tabs
2) IB TWS demonstrating Average Entry Price for the same instrument
by Henry MultiСharts
21 Sep 2012
Forum: MultiCharts .NET
Topic: Chart Title
Replies: 6
Views: 3804

Re: Chart Title

There is an option Enable MultiLine Mode in Format Window->Status Line. If you have studies applied to the chart and this option is enabled - it will show its' values on the next line if your chart window is small. Though it will not split the lines, status line of the chart with all its values is 1...
by Henry MultiСharts
21 Sep 2012
Forum: MultiCharts .NET
Topic: Chart Title
Replies: 6
Views: 3804

Re: Chart Title

Hello, there is some problems with chart title or at least I can`t find the way how to see all the information (price,open,high,low,close and etc.) provided on the top of my charts. If I make my chart windows smaller I can actually see only symbol and name. All the prices are hidden. Wasn`t a probl...
by Henry MultiСharts
21 Sep 2012
Forum: MultiCharts
Topic: Position of Trendline and Arrows lost after restart [SOLVED]
Replies: 5
Views: 4861

Re: Position of Trendline and Arrows lost after restart [SOLVED]

Hello PK1, Is it possible for you to come to our Live Chat 6:30 am - 1 pm EST to demonstrate the problem remotely to the engineers? That will be the best and fastest way to procceed. If you are unable to do that please send me the following: 1) What exact version and build number of MultiCharts are ...
by Henry MultiСharts
20 Sep 2012
Forum: MultiCharts .NET
Topic: 8.1 Release date [SOLVED]
Replies: 9
Views: 5891

Re: 8.1 Release date [SOLVED]

MC .NET 8.1 will probably be released early next week.
by Henry MultiСharts
20 Sep 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE
Replies: 143
Views: 52203

Re: MULTICHARTS 8.0 RELEASE

I just went over it with the MC help desk and there seems to be a bug that MC won't load minute data with IQFeed that is older than six years. The data is present on the IQ servers and can be accessed during market hours, but MC won't load it. I thought others might run into the same issue, so I po...
by Henry MultiСharts
20 Sep 2012
Forum: MultiCharts
Topic: Portfolio Backtester: Instrument List File Format
Replies: 7
Views: 3540

Re: Portfolio Backtester: Instrument List File Format

add one instrument manually using Metastock and then import the instruments from a file, which seems to work.
Peter.
Hello Peter,

That is correct approach for changing the active data source.
by Henry MultiСharts
20 Sep 2012
Forum: MultiCharts QUIK
Topic: Multicharts и IB TWS
Replies: 8
Views: 6454

Re: Multicharts и IB TWS

Если у Вас Financial Advisor аккаунт или другой вид аккаунта с под-аккаунтами, то это ожидаемое поведение. IB API предоставляет информацию только по 1 аккаунту единовременно. Таким образом, необходимо "прокручивать" аккаунты, чтобы получить информацию по каждому из них. Позиция будет исчезать и появ...
by Henry MultiСharts
19 Sep 2012
Forum: MultiCharts
Topic: Help please
Replies: 5
Views: 1198

Re: Help please

hi Henry, unfortunately not :( in the backtest it still missing trades that he should have done without problems like many others that are oki :( and the missed are many :( any suggestions ? thank you in advance andrea Hello Andrea, I would recommed you to check this article and use Print statement...
by Henry MultiСharts
19 Sep 2012
Forum: MultiCharts
Topic: Portfolio Backtester: Instrument List File Format
Replies: 7
Views: 3540

Re: Portfolio Backtester: Instrument List File Format

Hello Peter,

The file should be in CSV format with only one column of instrument names.

If you have a symbol list in a file I would recommend you to import it in QuoteManager. Here is the guide.
Then you can add multiple instruments into Porftolio.
by Henry MultiСharts
19 Sep 2012
Forum: MultiCharts
Topic: DTN IQ FEED Refresj Contract Description?
Replies: 3
Views: 1140

Re: DTN IQ FEED Refresj Contract Description?

These are two separate things that are not connected.
Ctrl+R reloads the data, not contract info. To reload contact info re-add the intrument.
by Henry MultiСharts
19 Sep 2012
Forum: MultiCharts
Topic: DTN IQ FEED Refresj Contract Description?
Replies: 3
Views: 1140

Re: DTN IQ FEED Refresj Contract Description?

Hello MefTrader,

Description Field should be updated manually or the instrument should be re-added from the data source to update the description.
by Henry MultiСharts
19 Sep 2012
Forum: MultiCharts
Topic: Volume profile width of the bars: How to adjust
Replies: 1
Views: 757

Re: Volume profile width of the bars: How to adjust

Hello Martin,

Right-click on an empty area of the chart and then click Format Window-> Volume Profile tab.
Enter the width of the display after selecting either the left or right side.
Source: Volume profile
by Henry MultiСharts
19 Sep 2012
Forum: MultiCharts .NET
Topic: MC.Net indicator referencing COM.DLL [SOLVED]
Replies: 6
Views: 6625

Re: MC.Net indicator referencing COM.DLL [SOLVED]

Here is an example how COM objects can be used via interface and wrapper.
This sample will call a dialogue window FileRun (=Win+R) on the last bar.
by Henry MultiСharts
18 Sep 2012
Forum: MultiCharts
Topic: Help please
Replies: 5
Views: 1198

Re: Help please

The code looks ok. Does it work as expected?
by Henry MultiСharts
18 Sep 2012
Forum: MultiCharts
Topic: how to have a time exit regardless the number of entrys [SOLVED]
Replies: 10
Views: 3138

Re: how to have a time exit regardless the number of entrys [SOLVED]

Scarecrow, barssinceentry works as expected. Please try your script without exit price orders or put them under barssinceentry condition as well.
by Henry MultiСharts
18 Sep 2012
Forum: MultiCharts
Topic: Will this signal works on EURUSD? [SOLVED]
Replies: 4
Views: 1357

Re: Will this signal works on EURUSD? [SOLVED]

Solved in the live chat. The script was generating orders with unrealistic price.
by Henry MultiСharts
18 Sep 2012
Forum: MultiCharts
Topic: How to launch a strategy on hundreds stocks ​
Replies: 12
Views: 3149

Re: How to launch a strategy on hundreds stocks ​

Is there no way to do this with the scanner?
Backtesting/Trading is not possible with the scanner.
I have you got an approximate date for the Portfolio trading implementation?
There is no ETA for implementation of this functionality yet.
by Henry MultiСharts
18 Sep 2012
Forum: MultiCharts
Topic: how to buy / sell on data2 [SOLVED]
Replies: 20
Views: 4902

Re: how to buy / sell on data2 [SOLVED]

Martingale, please send me (support@multicharts.com) the following information for futher investigation: -Workspace you are using -In QuoteManager select the symbol you are using, make a right click->Export data->Export instrument. Send me the Qmd export file for analysis. -In Power Language editor-...
by Henry MultiСharts
18 Sep 2012
Forum: MultiCharts
Topic: Help please
Replies: 5
Views: 1198

Re: Help please

Hello Andrea71, MarketPosition returns a numerical value, indicating the type of the specified position (open position, one/two positions back, etc.). A value of 1 indicates a long position, -1 indicates a short position, and 0 is returned only if the current position is specified and indicates that...
by Henry MultiСharts
18 Sep 2012
Forum: MultiCharts
Topic: order status "sumbitted" and "sent"
Replies: 1
Views: 951

Re: order status "sumbitted" and "sent"

Hello Justmake, In order to investigate the issue please provide additional information: 1) What exact version and build number of MultiCharts are you running? (in MultiCharts go to Help tab-> About) 2) MultiCharts logs after reproducing the issue (if you have not restarted the platform. Logs from t...
by Henry MultiСharts
18 Sep 2012
Forum: MultiCharts
Topic: Positions Match: False
Replies: 1
Views: 908

Re: Positions Match: False

Check this topic for explanation: Behavior after connection lost
by Henry MultiСharts
18 Sep 2012
Forum: MultiCharts .NET
Topic: MC.Net indicator referencing COM.DLL [SOLVED]
Replies: 6
Views: 6625

Re: MC.Net indicator referencing COM.DLL [SOLVED]

Are there othere restrictions when using C# with MC.Net? Addign this to a FAQ would be a good thing.
John
I have created a small FAQ here
by Henry MultiСharts
18 Sep 2012
Forum: MultiCharts .NET
Topic: Live session question. [SOLVED]
Replies: 1
Views: 2270

Re: Live session question. [SOLVED]

Holya, do you need to check whether last bar of tick data series is realtime bar or historical bar?
You can compare the bar's time with current time, session time, time of the last bar on the main data series.
by Henry MultiСharts
18 Sep 2012
Forum: MultiCharts .NET
Topic: specify from/to date for format instrument in .net
Replies: 2
Views: 2229

Re: specify from/to date for format instrument in .net

Is it possible to use an indicator/fn to reset the default from/to date to specific non-default dates? Hello RiverTrader, There is no such functionality at the moment. on a related note; is it really true that you cannot save a workspace/chart with a from/to date without it reverting back to the de...
by Henry MultiСharts
17 Sep 2012
Forum: MultiCharts
Topic: how to buy / sell on data2 [SOLVED]
Replies: 20
Views: 4902

Re: how to buy / sell on data2 [SOLVED]

Hello Martingale, Please try the code with the "if symbolname=" addition below: ////signal1 inputs: p1(Close of data1), p2(Close of data2), if symbolname="MSFT" then begin x = p1 - p2; y = LinearRegValue( x, 100, 0 ); // action... ... ... end; ////signal2 inputs: p2(Close of data1), p1(Close of data...
by Henry MultiСharts
17 Sep 2012
Forum: MultiCharts
Topic: Positionprofit, OpenPositionProfit and i_OpenEquity
Replies: 3
Views: 1653

Re: Positionprofit, OpenPositionProfit and i_OpenEquity

My position is as below: 1YM future, P/L : -50 100 IBM, P/L: +100 As my understanding, Positionprofit is to calculate specific position, for example, my positionprofit for 1YM is -50, my positionprofit for 100IBM is +100, my openpositionprofit is -50+100=+50. May I know how to use i_OpenEquity? Is ...
by Henry MultiСharts
17 Sep 2012
Forum: MultiCharts
Topic: Best computer for Genetic Algo optimization [SOLVED]
Replies: 27
Views: 8520

Re: Best computer for Genetic Algo optimization [SOLVED]

will it support hyperthreading?
Hyperthreading is supported, though optimization time with HT and without it is the same as HT is core virtualization.
also 64gb vs 128 gb, is that necessary to go to 128gb? its a lot of memory even at 64gb
It is up to you to decide.
by Henry MultiСharts
17 Sep 2012
Forum: MultiCharts
Topic: Macro button [SOLVED]
Replies: 2
Views: 1142

Re: Macro button [SOLVED]

Hello Pierre,

There is no such feature at the moment. You may want to submit a feature request to the Project Management of our web site so other users can vote for it: https://www.multicharts.com/pm/
by Henry MultiСharts
17 Sep 2012
Forum: MultiCharts
Topic: Best computer for Genetic Algo optimization [SOLVED]
Replies: 27
Views: 8520

Re: Best computer for Genetic Algo optimization [SOLVED]

So I need tech support to answer if indeed the genetic algo will utilize a dual XEON processor and how much memory will it utilize, in otherwords should i get 64gb or 128 gb RAM KhaosTrader, it depends on the calculation you will perform. MultiCharts will try to use all of the cores on your PC and ...
by Henry MultiСharts
17 Sep 2012
Forum: MultiCharts
Topic: barssinceentry vs. barssinceentry_checked [SOLVED]
Replies: 1
Views: 1020

Re: barssinceentry vs. barssinceentry_checked [SOLVED]

For barssinceentry_checked:
If PosBack value is greater that the real number of previously opened positions, BarsSinceEntry_Checked will generate an error.
by Henry MultiСharts
17 Sep 2012
Forum: MultiCharts
Topic: Sorting Multiple Chart Windows in a Workspace
Replies: 1
Views: 829

Re: Sorting Multiple Chart Windows in a Workspace

This feature has not been implemented yet. You may want to submit a feature request to the Project Management of our web site so other users can vote for it: https://www.multicharts.com/pm/
by Henry MultiСharts
17 Sep 2012
Forum: MultiCharts
Topic: Signal text in more than one line [SOLVED]
Replies: 2
Views: 1082

Re: Signal text in more than one line [SOLVED]

lois77, you can use "\n" command to plot the text on a new line.

Code: Select all

if LastBarOnChart then text_new (date, time, close+1, "textline1 \n textline2");
by Henry MultiСharts
17 Sep 2012
Forum: MultiCharts
Topic: Interactive Broker - Format Broker Symbol issue
Replies: 3
Views: 1280

Re: Interactive Broker - Format Broker Symbol issue

If your datafeed is as well IB then you need to do the following: 1) Delete all stocks with wrong exchange, leave/add/change to only the correct instruments under Smart exchange. 2) Create new IB broker profile in MultiCharts->File->Broker profiles->Manage->New. 3) Correct symbol mapping would be ad...
by Henry MultiСharts
14 Sep 2012
Forum: MultiCharts
Topic: style templates and measuring two points [SOLVED]
Replies: 3
Views: 1356

Re: style templates and measuring two points [SOLVED]

I've been using MC for a couple months and I have 2 things I have not been able to figure out. 1. Is there anyway to save 'style' templates? I know how to save study templates, but I also have a couple different types of charts with certain style combinations that I want to use over and over. I kno...
by Henry MultiСharts
14 Sep 2012
Forum: MultiCharts
Topic: Interactive Broker - Format Broker Symbol issue
Replies: 3
Views: 1280

Re: Interactive Broker - Format Broker Symbol issue

For IB stocks SMART exchange should be the first one in the list. You can just change the order in the list or add ths symbol from the data source under SMART exchange (QuoteManager->Instrument tab->Add symbol->From data source-> IB) and then select it in the mapping.
by Henry MultiСharts
14 Sep 2012
Forum: MultiCharts
Topic: MC 8.1 -- DOM, MD indicators, etc.,
Replies: 42
Views: 18035

Re: MC 8.1 -- DOM, MD indicators, etc.,

We got your point Arnie. That is interesting that IB users do not like/trust IB T&S.
by Henry MultiСharts
14 Sep 2012
Forum: MultiCharts .NET
Topic: MC.Net indicator referencing COM.DLL [SOLVED]
Replies: 6
Views: 6625

Re: MC.Net indicator referencing COM.DLL [SOLVED]

You can add the reference in VS2010, but to stick the indicator in MC.Net editor you need to create and use the wrapper. Alternatively: Although TlbImp is the preferred method for converting COM definitions to C#, it is not always possible to use it (for example, if there is no typelib for the COM d...
by Henry MultiСharts
14 Sep 2012
Forum: MultiCharts
Topic: how to have a time exit regardless the number of entrys [SOLVED]
Replies: 10
Views: 3138

Re: how to have a time exit regardless the number of entrys [SOLVED]

scarecrow, please provide a sample code you are using for entry and exit orders.
Have you tried "sell from entry" command?
by Henry MultiСharts
14 Sep 2012
Forum: MultiCharts
Topic: Error Using FileAppend
Replies: 2
Views: 1019

Re: Error Using FileAppend

tony95, please attach the workspace you are using for reproducing this behavior and export of your study with dependent functions (Power Language editor->File->Export->export with dependent functions).
by Henry MultiСharts
14 Sep 2012
Forum: MultiCharts
Topic: Stop Trading After Daily Gain = {input value}
Replies: 3
Views: 1388

Re: Stop Trading After Daily Gain = {input value}

Anybody know why MC opted not to implement the GetTodaysRTTradeEquity function? I'm guessing that with multiple brokerages supported, they didn't want to mess with multiple APIs? This function is not implemented because information for its calculation is not provided in Order and Position tracker. ...
by Henry MultiСharts
14 Sep 2012
Forum: MultiCharts
Topic: Plot Overlay Problem in MC64 Release Version
Replies: 6
Views: 1461

Re: Plot Overlay Problem in MC64 Release Version

trader39, please go to File tab->Preferences->Appearance->enable the option "Improve visual appearance of drawing tools". Then close Multicharts, make sure all processes are finished. Then start MC and open your workspace.
by Henry MultiСharts
14 Sep 2012
Forum: MultiCharts .NET
Topic: PowerLanguage to .NET conversion [SOLVED]
Replies: 1
Views: 3434

Re: PowerLanguage to .NET conversion [SOLVED]

Hello Zoli,

Please contact us directly if you are interested in custom programming.
by Henry MultiСharts
14 Sep 2012
Forum: MultiCharts .NET
Topic: MC.Net indicator referencing COM.DLL [SOLVED]
Replies: 6
Views: 6625

Re: MC.Net indicator referencing COM.DLL [SOLVED]

Hello John,

You can follow this guide or create a Dll wrapper in Visual Studio for your Com Dll and connect this wrapper to MultiCharts .Net using References.
by Henry MultiСharts
13 Sep 2012
Forum: MultiCharts
Topic: Will this signal works on EURUSD? [SOLVED]
Replies: 4
Views: 1357

Re: Will this signal works on EURUSD? [SOLVED]

imoneyfish, just Print out the price values your code generates and compare it with the bar close values of the chart.
by Henry MultiСharts
13 Sep 2012
Forum: MultiCharts
Topic: How to launch a strategy on hundreds stocks ​
Replies: 12
Views: 3149

Re: How to launch a strategy on hundreds stocks ​

if I want to apply a strategy to all the stocks of the SP500, I have open 500 charts and apply my strategy on each chart waiting for a signal ! Yes that is correct. You can apply a strategy to one chart and then copy/paste it (File->Copy Window/File->Paste Window), then modify the chart the way you...
by Henry MultiСharts
13 Sep 2012
Forum: MultiCharts
Topic: How to reset Data Source? [SOLVED]
Replies: 2
Views: 2257

Re: How to reset Data Source? [SOLVED]

Ericvp, in Multicharts please go to File tab->Preferences->Data server mode
Make sure you are in online mode, "download missing historical data" is enabled
by Henry MultiСharts
13 Sep 2012
Forum: MultiCharts
Topic: How to launch a strategy on hundreds stocks ​
Replies: 12
Views: 3149

Re: How to launch a strategy on hundreds stocks ​

Hello Albon,

Portfolio trading has not been implemented yet.
You need to apply a strategy to each chart you need to trade and enable automated order execution on it.
by Henry MultiСharts
13 Sep 2012
Forum: MultiCharts QUIK
Topic: IB + MOC ордера
Replies: 2
Views: 2373

Re: IB + MOC ордера

Мультичартс поддерживает Market on Close ордера ?
Здравствуйте, TCust. MultiCharts не поддерживает Market on Close ордера.
by Henry MultiСharts
13 Sep 2012
Forum: MultiCharts
Topic: about IOG/BarMagnifier in custom futures...
Replies: 10
Views: 3371

Re: about IOG in custom futures...

Are there plans to lift this big limitation?
Josh, there is no ETA for it yet.
by Henry MultiСharts
13 Sep 2012
Forum: MultiCharts
Topic: MC 8.1 -- DOM, MD indicators, etc.,
Replies: 42
Views: 18035

Re: Version 8.1

MultiCharts .NET version 8.1 is probably released this week ( source ). That is correct regarding MultiCharts .Net 8.1. We have improved programming aspects and fixed a number of issues that were reported after the release of MC .Net 8.0. Follow our Traders’ Blog to get the latest updates. If regul...
by Henry MultiСharts
13 Sep 2012
Forum: MultiCharts .NET
Topic: Accessing brokerage acct info [SOLVED]
Replies: 4
Views: 41793

Re: Accessing brokerage acct info [SOLVED]

I created a simple signal.PLA as shown below. Attached is a screenshot of the result. As you can see I am still unable to access account information. Any further help understanding how to use these functions would be appreciated. HawkArps, auto trading should be "turned on" on the chart in order to...
by Henry MultiСharts
13 Sep 2012
Forum: MultiCharts QUIK
Topic: Multicharts и IB TWS
Replies: 8
Views: 6454

Re: Multicharts и IB TWS

AlexKendo13, Вы настроили поставщика в QuoteManager на каждом ПК в соответствии с данной инструкцией ?
by Henry MultiСharts
12 Sep 2012
Forum: MultiCharts
Topic: Demo workspace keeps opening at startup [SOLVED]
Replies: 1
Views: 726

Re: Demo workspace keeps opening at startup [SOLVED]

In MultiCharts go to File tab->Preferences->Workspaces->select "Open last active workspace from previous session".
by Henry MultiСharts
12 Sep 2012
Forum: MultiCharts
Topic: Is there a way to export indicator values in MC? [SOLVED]
Replies: 1
Views: 1064

Re: Is there a way to export indicator values in MC? [SOLVED]

Yes, that is possible to export the indicator values you have on the chart.
To do that in MultiCharts go to File tab->Export data->Check the box "Export values for indicators based on symbol"->Ok
by Henry MultiСharts
12 Sep 2012
Forum: MultiCharts
Topic: Got an error "STD exception: invalid argument" [SOLVED]
Replies: 3
Views: 1836

Re: Got an error "STD exception: invalid argument" [SOLVED]

Hey Henry, You rule!! It worked. This functions are so important to simplify the code and to maximize the strategy. Just one more question, the "once cleardebug;" instruction should be placed in the beginning of the signal or is it irrelevant? Thank you very much for the help. Kind regards. "once c...
by Henry MultiСharts
12 Sep 2012
Forum: MultiCharts .NET
Topic: Overnight sessions [SOLVED]
Replies: 2
Views: 3007

Re: Overnight sessions [SOLVED]

Hello Holya,

Currently IDataLoader is using session settings from the current chart it is applied to.
In MultiCharts 8.1 it will be possible to specify the session template, quote field (ask,bid,trade) and timezone for IDataLoader.
by Henry MultiСharts
11 Sep 2012
Forum: MultiCharts
Topic: Up Volume Down Volume [SOLVED]
Replies: 16
Views: 4609

Re: Up Volume Down Volume [SOLVED]

TS is the only provider that offers upvol and downvol historically?
If we are talking about Stock instruments-yes.
by Henry MultiСharts
11 Sep 2012
Forum: MultiCharts
Topic: Up Volume Down Volume [SOLVED]
Replies: 16
Views: 4609

Re: Up Volume Down Volume [SOLVED]

Questions 1) does iqfeed offer historic upvol and downvol? No. 2) if not, how do I save the data realtime? The data is automatically saved into the database once you close MC and all of its applications. You can plot the chart to get the data or collect real time data without plotting . 3) which fe...
by Henry MultiСharts
11 Sep 2012
Forum: MultiCharts
Topic: Up Volume Down Volume [SOLVED]
Replies: 16
Views: 4609

Re: Up Volume Down Volume [SOLVED]

You did not read my answers . Up and down volume are provided and stored for realtime data only. For minute-based and daily-based resolutions all historical total volume is recorded to the data base as total volume and is also recorded as up volume. Down volume is empty. You can find more informatio...
by Henry MultiСharts
11 Sep 2012
Forum: MultiCharts
Topic: Up Volume Down Volume [SOLVED]
Replies: 16
Views: 4609

Re: Up Volume Down Volume [SOLVED]

Regarding historical data:
IQFeed does not have a data field for up volume or down volume.
IQFeed has only Incremental Volume and Total Volume.
by Henry MultiСharts
11 Sep 2012
Forum: MultiCharts .NET
Topic: 8.1 Release date [SOLVED]
Replies: 9
Views: 5891

Re: 8.1 Release date [SOLVED]

Are the release notes posted anywhere?
"What's new" will be posted in our blog once the installer go public.
by Henry MultiСharts
11 Sep 2012
Forum: MultiCharts
Topic: How to use Daily chart to trade ? [SOLVED]
Replies: 6
Views: 2540

Re: How to use Daily chart to trade ? [SOLVED]

But how to code to re-calculate at say, 5 minutes before close , when it is a daily chart ? Thanks. Simple example of the logic will look like that: inputs:recalctime(0); if currenttime=recalctime then once recalculate; This code applied to the chart as a separate study with IOG turned on will trig...
by Henry MultiСharts
11 Sep 2012
Forum: MultiCharts
Topic: Got an error "STD exception: invalid argument" [SOLVED]
Replies: 3
Views: 1836

Re: Got an error "STD exception: invalid argument" [SOLVED]

Hello lois77,

Please try this code:

Code: Select all

once cleardebug;

var: TC(0);

TC = PosTradeCount(0);
print("TC = ", TC, " Currentbar = ", currentbar);

if(tc > 1) then
begin
TC = PosTradeCount(1);
print(" - TC = ", TC, " Currentbar = ", currentbar);
print("PositionName = ", PosTradeEntryName(1, TC));
end
by Henry MultiСharts
11 Sep 2012
Forum: MultiCharts .NET
Topic: Visual Studio [SOLVED]
Replies: 7
Views: 5317

Re: Visual Studio [SOLVED]

Hi Emmanuel, Thank you for your reply. The problems is that in Visual C# 2010 "EXPRESS" there is no such option under tools as "Attach Process". I wonder if there is another way to do it in the Express version or do I need to acquire the Professional version? Source :The ability to attach the debug...
by Henry MultiСharts
11 Sep 2012
Forum: MultiCharts
Topic: how to buy / sell on data2 [SOLVED]
Replies: 20
Views: 4902

Re: how to buy / sell on data2 [SOLVED]

could anyone show me how to arrange the data in portfolio backtester for pair trade? I input the tick data for 2 symbols as in attached snapshot but only first symbol is traded all the time. does the first line of instrument list means data for signal1 and 2nd line for signal2? On your screenshot f...
by Henry MultiСharts
11 Sep 2012
Forum: MultiCharts
Topic: Up Volume Down Volume [SOLVED]
Replies: 16
Views: 4609

Re: Up Volume Down Volume [SOLVED]

KhaosTrader, please specify the datafeed, instument and resolution you are using.
by Henry MultiСharts
11 Sep 2012
Forum: MultiCharts .NET
Topic: 8.1 Release date [SOLVED]
Replies: 9
Views: 5891

Re: 8.1 Release date [SOLVED]

The 8.1 seems to be an important release, someone knows when is expected?
Someone told me before the end of September...
MultiCharts .Net 8.1 is expected this week.
by Henry MultiСharts
10 Sep 2012
Forum: MultiCharts
Topic: Vol problem .. 2,403,005,504 shares traded on aapl in 10min [SOLVED]
Replies: 6
Views: 3195

Re: Vol problem .. 2,403,005,504 shares traded on aapl in 1 [SOLVED]

I deleted my old data, and it refilled, on the current bar it shows up vol and down vol, but the prior bars only hold up vol. is there a way to keep up and down vol both? for past bars? Up and down volume are provided and stored for realtime data only. For minute-based and daily-based resolutions a...
by Henry MultiСharts
10 Sep 2012
Forum: MultiCharts
Topic: Vol problem .. 2,403,005,504 shares traded on aapl in 10min [SOLVED]
Replies: 6
Views: 3195

Re: Vol problem .. 2,403,005,504 shares traded on aapl in 1 [SOLVED]

By the way, in ver 8.1 are you guys going to include time and sales ? we can use that for indicators and strategies, it really would be good to have that.
There is no ETA for Time and Sales yet. It will not appear in MC 8.1
by Henry MultiСharts
10 Sep 2012
Forum: MultiCharts .NET
Topic: IronPython [SOLVED]
Replies: 1
Views: 4322

Re: IronPython [SOLVED]

Sdnian, you cannot write IronPython code directly in MultiCharts.Net but you can call IronPython code from MultiCharts.Net. You need to do the following: I. Download and Install IronPython 2.7.3 from this page II. In MultiCharts.Net create an indicator named “Test_IronPython” with the code from atta...
by Henry MultiСharts
10 Sep 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE
Replies: 143
Views: 52203

Re: MULTICHARTS 8.0 RELEASE

Another things I just noticed: When plotting a 405 minute chart of the ES, only using floor session from the templates, the volume in the chart window and in the hint window always shows 2e+020 for the volume. An indicator plotting the volume seems correct, though. This issue is confirmed. It will ...
by Henry MultiСharts
10 Sep 2012
Forum: MultiCharts
Topic: Vol problem .. 2,403,005,504 shares traded on aapl in 10min [SOLVED]
Replies: 6
Views: 3195

Re: Vol problem .. 2,403,005,504 shares traded on aapl in 1 [SOLVED]

KhaosTrader, this issue has been already confirmed and fixed.
Attached are the hotfix files that should be installed on MultiCharts 8.0 Release.
Here is how to install an updater.

You need to reload the chart once the updater is installed.
by Henry MultiСharts
10 Sep 2012
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13703

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

VS 2008 was installed on Emmanuel's PC and the problem is solved now.
by Henry MultiСharts
10 Sep 2012
Forum: MultiCharts .NET
Topic: How to add more than one plot to Scanner Window? [SOLVED]
Replies: 5
Views: 3278

Re: How to add more than one plot to Scanner Window? [SOLVED]

Yes, Same question here... I confirm it shows only the Plot1. Pls. Help. Hi! I tried many times to add some plots (use IPlotObjectStr and StringPlotAttributes), but I can only get the plot1 display on the Scanner Window. It looks there is no example about this. Could anyone help me? Thanks! This is...
by Henry MultiСharts
07 Sep 2012
Forum: MultiCharts
Topic: I want not MC sends Limit/Stop orders to broker(market)!
Replies: 6
Views: 1726

Re: I want not MC sends Limit/Stop orders to broker(market)!

In your code you can send the order type you like when the desired price level is met. You can also submit a feature request to emulate price orders with market orders (price level is monitored in MC in this case and the order is sent only when the level is reached) to the Project Management of our ...
by Henry MultiСharts
07 Sep 2012
Forum: MultiCharts
Topic: Is it a glitch in Interactive Broker data [SOLVED]
Replies: 15
Views: 3221

Re: Is it a glitch in Interactive Broker data [SOLVED]

gauss, "Generate new tick if total volume changes" is for realtime data only. It won't help fixing incorrect historical price provided by the data feed.
by Henry MultiСharts
07 Sep 2012
Forum: MultiCharts
Topic: MC 8.1 -- DOM, MD indicators, etc.,
Replies: 42
Views: 18035

Re: MC 8.1

I need to transfer the database and MC to a new pc. Is there a release date for MC 8.1, if it is not to far ahead i will wait with the transfer?
There is no exact release date for MC 8.1 yet. It is expected this fall.
by Henry MultiСharts
07 Sep 2012
Forum: MultiCharts .NET
Topic: How to add more than one plot to Scanner Window? [SOLVED]
Replies: 5
Views: 3278

Re: How to add more than one plot to Scanner Window? [SOLVED]

Hi! I tried many times to add some plots (use IPlotObjectStr and StringPlotAttributes), but I can only get the plot1 display on the Scanner Window. It looks there is no example about this. Could anyone help me? Thanks!
linhf, we are analyzing this behavior.
by Henry MultiСharts
07 Sep 2012
Forum: MultiCharts
Topic: Keeps asking me to transmit orders...
Replies: 7
Views: 1701

Re: Keeps asking me to transmit orders...

ok what code can i use to find if there are any unfilled open entries? See Josh's reply. There's no such function already available as far as I know; you need to code this yourself in your strategy. got it. Also I am putting in "if OpenEntriesCount=0 then.." as a condition in my entry code.. is tha...
by Henry MultiСharts
07 Sep 2012
Forum: MultiCharts
Topic: about CFD datafeed from FXCM datafeed [SOLVED]
Replies: 5
Views: 2581

Re: about CFD datafeed from FXCM datafeed [SOLVED]

Thanks for the reply.
Any one knows which data provider can provide CFD datafeed?
Interactive Brokers provides realtime CFD data (historical data is taken from the underlying stock).
by Henry MultiСharts
07 Sep 2012
Forum: MultiCharts
Topic: exixting orders not showing up in chart
Replies: 3
Views: 1049

Re: exixting orders not showing up in chart

Please describe what exact issue do you have and attach full size screenshots demonstrating it.
by Henry MultiСharts
07 Sep 2012
Forum: MultiCharts
Topic: Saving Optimization Paramaters to the chart
Replies: 4
Views: 1219

Re: Saving Optimization Paramaters to the chart

How can I save optimization paramaters to the chart? This would be good because I could copy an existing chart for another security and then optimize it. Currently I have to fill out many fields by hand each time I want to train. Its a pain. Last used Optimization Inputs are saved when you save the...
by Henry MultiСharts
07 Sep 2012
Forum: MultiCharts
Topic: Global Setting
Replies: 3
Views: 817

Re: Global Setting

There is no master control for all trading. You need to set it up the way you need and save your workspace. Once you open the workspace up-all your settings would be loaded.

You can setup one chart and then copy/paste it to replicate the settings.
by Henry MultiСharts
07 Sep 2012
Forum: MultiCharts
Topic: Current bar displayed 2x on daily chart
Replies: 3
Views: 1532

Re: Current bar displayed 2x on daily chart

Hello boze_man, That is possible in case you have changed the instrument session settings. You need to do the following: 1) Close all of the charts using @EU# in MultiCharts/Portfolio Backtester. 2) Then go to MultiCharts->File->New->QuoteManager window. In QuoteManager make a right click on the @EU...
by Henry MultiСharts
06 Sep 2012
Forum: MultiCharts
Topic: exixting orders not showing up in chart
Replies: 3
Views: 1049

Re: exixting orders not showing up in chart

KhaosTrader, make sure your symbol mapping is correct, chart trading panel is open and "show open position" is enabled in Format->Chart trading.
by Henry MultiСharts
06 Sep 2012
Forum: MultiCharts .NET
Topic: Bloomberg Plugin for MC.NET
Replies: 2
Views: 2388

Re: Bloomberg Plugin for MC.NET

Hello DRCM,

Please contact your account manager regarding this question or send us an email to support@multicharts.com with your registration name.
by Henry MultiСharts
06 Sep 2012
Forum: MultiCharts
Topic: chart trading
Replies: 3
Views: 972

Re: chart trading

You can also create a keyboard shortcut for placing buy/sell stop/limit/stop limit order in MultiCharts->File->Keyboard Shortcuts->Trading.Custom
by Henry MultiСharts
06 Sep 2012
Forum: MultiCharts
Topic: How to use Daily chart to trade ? [SOLVED]
Replies: 6
Views: 2540

Re: How to use Daily chart to trade ? [SOLVED]

There are multiple signal calculation modes in MultiCharts: IOG On (tick by tick calculation)-order is generated on the current tick and sent on the next tick. IOG Off (calculation on the close of the bar)-order is generated on the close of the current bar and sent on the opening tick of the next ba...
by Henry MultiСharts
06 Sep 2012
Forum: MultiCharts
Topic: about CFD datafeed from FXCM datafeed [SOLVED]
Replies: 5
Views: 2581

Re: about CFD datafeed from FXCM datafeed [SOLVED]

justmake, the data is provided only for the following currency pairs : AUD/CAD, AUD/JPY, AUD/NZD, AUD/USD, CAD/JPY, CHF/JPY, EUR/AUD, EUR/CAD, EUR/CHF, EUR/GBP, EUR/JPY, EUR/NZD, EUR/TRY, EUR/USD, GBP/AUD, GBP/CHF, GBP/JPY, GBP/USD, NOK/JPY, NZD/CAD, NZD/CHF, NZD/JPY, NZD/USD, SEK/JPY, USD/CAD, USD/...
by Henry MultiСharts
05 Sep 2012
Forum: MultiCharts
Topic: chart trading
Replies: 3
Views: 972

Re: chart trading

I would like to know whether it´s possible to put a limit or stop order with just one click on the chart.
You can use Place Order feature
by Henry MultiСharts
05 Sep 2012
Forum: MultiCharts
Topic: Refreshing chart with imported ascii data
Replies: 3
Views: 1102

Re: Refreshing chart with imported ascii data

jl12, how do you actually "update dde instrument with ascii data"?
What are the exact steps you do? Are you importing the data into dde instrument or using merging?
by Henry MultiСharts
05 Sep 2012
Forum: MultiCharts
Topic: I want not MC sends Limit/Stop orders to broker(market)!
Replies: 6
Views: 1726

Re: I want not MC sends Limit/Stop orders to broker(market)!

Gaempi, do you mean you do not want the order to be kept at broker waiting for price level but instead sent at limit/stop price level and immediately executed?
by Henry MultiСharts
05 Sep 2012
Forum: MultiCharts
Topic: Tuning my strategy for a set of stocks
Replies: 4
Views: 1276

Re: Tuning my strategy for a set of stocks

You need to search the forums for ELExcel.
by Henry MultiСharts
05 Sep 2012
Forum: MultiCharts
Topic: Visual Order for an Indicator that plots a Vertical Line [SOLVED]
Replies: 2
Views: 1683

Re: Visual Order for an Indicator that plots a Vertical Line [SOLVED]

Hello Linden,

Trendlines cannot be plotted behind the data series. You need to use Plot per TS's suggestion to be able to control the visual order of the chart.
by Henry MultiСharts
05 Sep 2012
Forum: MultiCharts
Topic: Is it a glitch in Interactive Broker data [SOLVED]
Replies: 15
Views: 3221

Re: Is it a glitch in Interactive Broker data [SOLVED]

Hello Martin,

Have you tried to reload the data today?

If you have "fixed" the spike manually-it can reappear on the chart if it is not fixed at the datafeed server and you reload the chart.
by Henry MultiСharts
05 Sep 2012
Forum: MultiCharts
Topic: how to unmap ascii mapping? [SOLVED]
Replies: 4
Views: 1938

Re: how to unmap ascii mapping? [SOLVED]

ASCII mapping does not import data into the database (Edit data window will be empty). It creates a link from the software to the file with data. Each time you plot an ASCII mapping symbol-the data is taken from the file directly. You do not need to redo the mapping or add the data to the database. ...
by Henry MultiСharts
05 Sep 2012
Forum: MultiCharts
Topic: Trying to Use Market Scanner with Free End of Day Quotes [SOLVED]
Replies: 14
Views: 4476

Re: Trying to Use Market Scanner with Free End of Day Quotes [SOLVED]

Hello Eztraderjr, I basically just want to verify that the only way to have realtime with more than a year of historical data (using only IB) is to import the historical data one by one to the symbols. I do understand that adding a different data feed would also fix this limitation, but I am looking...
by Henry MultiСharts
05 Sep 2012
Forum: MultiCharts
Topic: Bracket order exits are incorrect with IB data
Replies: 7
Views: 1920

Re: Bracket order exits are incorrect with IB data

Hello gpw797,

We were unable to replicate this behavior in our environment.
Please come to our live chat Monday-Friday 6:30 am - 4 pm EST to demonstrate this issue remotely.
We will collect all required information and do our best to help you.
by Henry MultiСharts
05 Sep 2012
Forum: MultiCharts
Topic: Tuning my strategy for a set of stocks
Replies: 4
Views: 1276

Re: Tuning my strategy for a set of stocks

KhaosTrader, you can save the optimization report to Excel and then in the trading strategy code read the values you need for optimization from Excel.
by Henry MultiСharts
05 Sep 2012
Forum: MultiCharts
Topic: Moving a chart from one workspace to another workspace [SOLVED]
Replies: 6
Views: 2022

Re: Moving a chart from one workspace to another workspace [SOLVED]

Ok that sounds like it will work.. but ... How do I find the "copy window" function?
File tab->Copy window / File tab->Paste window
or
Ctrl+Shift+C / Ctrl+Shift+V
by Henry MultiСharts
05 Sep 2012
Forum: MultiCharts
Topic: Refreshing chart with imported ascii data
Replies: 3
Views: 1102

Re: Refreshing chart with imported ascii data

jl12, have you tried reloading the chart ?
by Henry MultiСharts
05 Sep 2012
Forum: MultiCharts
Topic: chronological conditions
Replies: 14
Views: 3225

Re: chronological conditions

Fibonaccci, you need to add bar counter that will be reset to zero when the conditions are met, then add control for the amount of bars. Here is an example: var: OpenLong(false),OpenShort(false),BarCounterLong(0),BarCounterShort(0); if condition1 then begin //Long OpenLong = true; BarCounterLong = 0...
by Henry MultiСharts
05 Sep 2012
Forum: MultiCharts
Topic: buy order close to MKT 4:00 close as possible [SOLVED]
Replies: 1
Views: 906

Re: buy order close to MKT 4:00 close as possible [SOLVED]

Hello chancewebc,

You need to use time_s or currenttime_s.

Code: Select all

if currenttime_s>=155938 and currenttime_s<=155940 then Buy 500 shares next bar at market;
by Henry MultiСharts
05 Sep 2012
Forum: MultiCharts
Topic: Determine if I have open Orders [SOLVED]
Replies: 2
Views: 1198

Re: Determine if I have open Orders [SOLVED]

Hello KhaosTrader,

There is no such function.
by Henry MultiСharts
05 Sep 2012
Forum: MultiCharts
Topic: MCFX Pro free with FOREX.com account? [SOLVED]
Replies: 1
Views: 1191

Re: MCFX Pro free with FOREX.com account? [SOLVED]

Hi, I see that MCFX Pro is free for qualified FXCM account holders. I also notice the FOREX.com logo right next to the FXCM logo on the page describing the free MCFX Pro option. But, I don't see FOREX.com mentioned elsewhere. https://www.multicharts.com/forex-trading-platform/purchase/ Can I put my...
by Henry MultiСharts
05 Sep 2012
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13703

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Hello Emmanuel, 1/ Which version of windows are you using with MC.NET ? is it windows 7, is it Vista ? is it 64 bits ? It is Windows 7 Enterprise 64 bits on my PC. 2/ Are you using MC.NET 64 bits or 32 bits ? I have tried both versions-both work fine. 3/ Maybe should I remove the Standard edition of...
by Henry MultiСharts
05 Sep 2012
Forum: MultiCharts .NET
Topic: Use as default not working for indicators for colors and wei
Replies: 5
Views: 3108

Re: Use as default not working for indicators for colors and

Unfortunately this functionality cannot be technically implemented in MultiCharts .Net.
Please specify the default values while constructing the corresponding object.
by Henry MultiСharts
31 Aug 2012
Forum: MultiCharts
Topic: Keeps asking me to transmit orders...
Replies: 7
Views: 1701

Re: Keeps asking me to transmit orders...

KhaosTrader, you need to disable "Require Order confirmation" in Format->Strategy properties->Auto Trading tab.
by Henry MultiСharts
31 Aug 2012
Forum: MultiCharts
Topic: Bracket order exits are incorrect with IB data
Replies: 7
Views: 1920

Re: Bracket order exits are incorrect with IB data

gpw797, which version and build number of MultiCharts do you use (Help->About MultiCharts)?
Is it the latest MultiCharts 8.0 Release version? There was a connected issue before MC 8.0 Release.
by Henry MultiСharts
31 Aug 2012
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13703

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Emmanuel, have you tried to change the status of the study on the chart on-off-on while you are attached to process (Format->Study->Studies->Status)?
by Henry MultiСharts
31 Aug 2012
Forum: MultiCharts
Topic: MC 8.1 -- DOM, MD indicators, etc.,
Replies: 42
Views: 18035

Re: MC 8.1

Does the implementation of the MD tools in MC8.1 also mean that a) DOMs can be made on non-broker feeds, b) that market depth information can be accessed for non-broker feeds? Josh, at the moment we do not plan to add such functionality. The implementation of the MD tools in MC8.1 is not related to...
by Henry MultiСharts
31 Aug 2012
Forum: MultiCharts
Topic: MC 8.1 -- DOM, MD indicators, etc.,
Replies: 42
Views: 18035

Re: MC 8.1

My idea is to have a button/keyboard shortcut that allow us to change session with a single click and not moving around between options in the properties window.
Arnie, such improvement is being considered for implementation.
by Henry MultiСharts
31 Aug 2012
Forum: MultiCharts
Topic: Importing historical data
Replies: 7
Views: 2448

Re: Importing historical data

MAtricks, currently there are no plans to add such functionality.
by Henry MultiСharts
31 Aug 2012
Forum: MultiCharts .NET
Topic: LMAX order entry [SOLVED]
Replies: 14
Views: 6806

Re: LMAX order entry [SOLVED]

Henry, can you give an update on this 'consideration'? Can this be expected to be implemented in the near future (<= 6 months)?
Josh, it will be implemented in the nearest future, expected in less then 6 months.
by Henry MultiСharts
31 Aug 2012
Forum: MultiCharts .NET
Topic: Is there CurrentAsk / CurrentBid keyword in MC.Net
Replies: 3
Views: 3202

Re: Is there CurrentAsk / CurrentBid keyword in MC.Net

radekj,

Check Bars.StatusLine.Ask and Bars.StatusLine.Bid
by Henry MultiСharts
30 Aug 2012
Forum: MultiCharts
Topic: FUll Tick Based ES Range Bar history
Replies: 4
Views: 1454

Re: FUll Tick Based ES Range Bar history

So...my question is if I subscribe to this historical data vendor can I export the individual tick series files...perhaps in manageable chunks...and will MC be able to use that ascii data to build complete Range bar series going back say 20years for the ES ... Yes you can import data from multiple ...
by Henry MultiСharts
30 Aug 2012
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13703

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

When you "attach to process", What type of code to debug ? is it "Managed"(v2.0, v1.1,v1.0) code ? Yes that is correct, you need to select "Managed" code. I have tried to attach Visual studio 2008 to MultiCharts .Net 32bit/64bit using VB .Net code and debugging works fine, I do not have "Enable to ...
by Henry MultiСharts
30 Aug 2012
Forum: MultiCharts
Topic: Youtube channel for past webinars and other videos
Replies: 1
Views: 973

Re: Youtube channel for past webinars and other videos

Hello SP,

Thank you for your suggestion. Currently we do not plan to upload the videos to YouTube.
by Henry MultiСharts
30 Aug 2012
Forum: MultiCharts
Topic: Bracket order exits are incorrect with IB data
Replies: 7
Views: 1920

Re: Bracket order exits are incorrect with IB data

There is only one screenshot attached.
Please attach a screenshot of the instrument settings tab (QuoteManager->Edit symbol->Settings) per me request above.
by Henry MultiСharts
29 Aug 2012
Forum: MultiCharts .NET
Topic: PLStudio2010 project target framework is always .NET 4
Replies: 7
Views: 3680

Re: PLStudio2010 project target framework is always .NET 4

Hello Radekj, "Target Framework" does not make any difference. You do not need to compile the code in Visual Studio. The integration is done this way-the solution file is opened in the studio, modified, then it should be saved. Once the file is saved - MultiCharts .Net editor picks up the changes in...
by Henry MultiСharts
29 Aug 2012
Forum: MultiCharts
Topic: Importing historical data
Replies: 7
Views: 2448

Re: Importing historical data

Data for bid/ask/trade fields should be imported separately. That is not currently possible to import multiple fields at the same time.
by Henry MultiСharts
29 Aug 2012
Forum: MultiCharts .NET
Topic: How to determine which instrument got current tick ?!
Replies: 3
Views: 2589

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

What I can suggest is to remember the volume and price on the last bar. Volume and/or price should be changed with the new tick.
by Henry MultiСharts
29 Aug 2012
Forum: MultiCharts
Topic: Missing Daily Candle for July 9, 2012 EUR.USD - IB data
Replies: 22
Views: 3450

Re: Missing Daily Candle for July 9, 2012 EUR.USD - IB data

IB Midponts are not supported in MultiCharts.
If you plot ask/bid data series in MultiCharts and IB TWS you will notice that the data is the same.
Please have a look at the attached screenshot.
by Henry MultiСharts
29 Aug 2012
Forum: MultiCharts
Topic: Daily Chart Signal intraday generation.
Replies: 8
Views: 2207

Re: Daily Chart Signal intraday generation.

The calculation is done on 5 min data series, you are referencing daily data series for your function calculation. The script references the last closed daily bar. So on each 5 min bar it uses the function values that were calculated on the last day's close. Please have a look at the attached screen...
by Henry MultiСharts
29 Aug 2012
Forum: MultiCharts
Topic: FUll Tick Based ES Range Bar history
Replies: 4
Views: 1454

Re: FUll Tick Based ES Range Bar history

Hello OddRun, All chart resolutions and types are plotted out of 3 base data types: tick, minute, day. You can import tick data and build the data series based on tick data in MultiCharts. Please check this article for more information. Once the data series is plotted that is possible to export this...
by Henry MultiСharts
29 Aug 2012
Forum: MultiCharts
Topic: Bracket order exits are incorrect with IB data
Replies: 7
Views: 1920

Re: Bracket order exits are incorrect with IB data

Hello gpw797,

Which instrument do you use?
Please attach a screenshot of the strategy parameters you are applying and instrument settings tab (QuoteManager->Edit symbol->Settings).
by Henry MultiСharts
29 Aug 2012
Forum: MultiCharts .NET
Topic: How to determine which instrument got current tick ?!
Replies: 3
Views: 2589

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

Hello Radekj,

You need to remember the last tick's time/other parameter for each instrument and then compare the new ticks's value to determine which data series updated.
by Henry MultiСharts
29 Aug 2012
Forum: MultiCharts .NET
Topic: MC.Net vs regular MC comparison list [SOLVED]
Replies: 32
Views: 19125

Re: MC.Net vs regular MC comparison list [SOLVED]

With MultiCharts .Net you can create a study using C# or VB.Net and export it into a pln file. With regular MultiCharts you can create a study using PowerLanguage and export it into a pla file. Studies from MC .Net cannot be used in regular MultiCharts and viсe versa. There is no backward compatibil...
by Henry MultiСharts
28 Aug 2012
Forum: MultiCharts
Topic: Daily Chart Signal intraday generation.
Replies: 8
Views: 2207

Re: Daily Chart Signal intraday generation.

if date>=1090624 and date<=1090627 then begin print("b#= ",barnumber," d= ", date, " t= ",time," RSI_Sum = ", RSI_Sum, " < BuyLevel = ", BuyLevel , " and c = ", c," > ma200 =", MA200 ); If ( RSI_Sum < BuyLevel ) And ( Close > MA200 ) Then print("-----------------------------------------------------...
by Henry MultiСharts
28 Aug 2012
Forum: MultiCharts
Topic: Missing Daily Candle for July 9, 2012 EUR.USD - IB data
Replies: 22
Views: 3450

Re: Missing Daily Candle for July 9, 2012 EUR.USD - IB data

Hilbert, in order to perform further investigation we need to connect to your PC remotely.
Please come to our live chat Monday-Friday 6:30 am - 11 am EST to continue the investigation.
by Henry MultiСharts
28 Aug 2012
Forum: MultiCharts
Topic: portfolio backtester - single pass priority logic [SOLVED]
Replies: 4
Views: 2351

Re: portfolio backtester - single pass priority logic [SOLVED]

Hello Mike, I think that is possible to achieve your goal with the help of the Global Variables . On the last calculation during the first pass (on the last instrument of portfolio) you can write down to the variables all information you need, on the second pass you can read this info and do further...
by Henry MultiСharts
28 Aug 2012
Forum: MultiCharts
Topic: Static Variables in EL?
Replies: 2
Views: 974

Re: Static Variables in EL?

2- Read your PC time using the function "MachineTime".
Then add 5 minutes to your result
Read back the PC time and compare it with your hour + 5 minutes value. When >= then do your process
Good luck
Martin
The reserved word is computerdatetime
by Henry MultiСharts
28 Aug 2012
Forum: MultiCharts
Topic: Selecting Custom Criteria for Optimization
Replies: 22
Views: 7839

Re: Selecting Custom Criteria for Optimization

Unfotunately there is no ETA for it at the moment.
by Henry MultiСharts
28 Aug 2012
Forum: MultiCharts
Topic: How to take the inflection points on ZIG-ZAG indicator [SOLVED]
Replies: 11
Views: 7413

Re: How to take the inflection points on ZIG-ZAG indicator [SOLVED]

Hello lois77,

Coordinates for the last inflection point are kept in variables var2, var3, var1 in the following condition in the study code:

Code: Select all

if var6 then begin
var8 = TL_New( var2, var3, var1, var2[1], var3[1],var1[1] ) ;
var1 = Price
var2 = Date
var3 = Time
by Henry MultiСharts
28 Aug 2012
Forum: MultiCharts
Topic: Selecting Custom Criteria for Optimization
Replies: 22
Views: 7839

Re: Selecting Custom Criteria for Optimization

Hello Ricardo,

Sorry for misinformation. Custom Fitness Value is not available with Portfolio Backtester at the moment. We are going to improve Portfolio Baktester in the future and it should be added as one of the improvements.
You can use Custom Fitness Value in MultiCharts.
by Henry MultiСharts
28 Aug 2012
Forum: MultiCharts
Topic: Problems Compiling PLE Editor 8.0.5622.401
Replies: 3
Views: 3273

Re: Problems Compiling PLE Editor 8.0.5622.401

Hello mefTrader,

This issue is confirmed. The code should be compiled ok without order label.
It will be fixed in MultiCharts 8.1
by Henry MultiСharts
28 Aug 2012
Forum: MultiCharts .NET
Topic: Use as default not working for indicators for colors and wei
Replies: 5
Views: 3108

Re: Use as default not working for indicators for colors and

Walter, all default values are specified while constructing the corresponding object.

That means there is no need in "Use as default" option for study style. It will be eliminated in one of the future versions of MultiCharts .Net.
by Henry MultiСharts
28 Aug 2012
Forum: MultiCharts .NET
Topic: How to know how much instruments are on chart ? [SOLVED]
Replies: 2
Views: 4028

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

Hello Radekj,

"this.MaxDataStream" should return the amount of data series present on the chart.
We will fix this reserved word functionality in MultiCharts .Net 8.1
by Henry MultiСharts
28 Aug 2012
Forum: MultiCharts .NET
Topic: Accessing brokerage acct info [SOLVED]
Replies: 4
Views: 41793

Re: Accessing brokerage acct info [SOLVED]

Hello HawkArps, In MultiCharts .Net you need to use PowerLanguage.TradeManager Namespace. In regular MultiCharts with PowerLanguage you can use: GetAccount GetAccountID GetNumAccounts GetNumPositions GetPositionAveragePrice GetPositionOpenPL GetPositionQuantity GetPositionSymbol GetPositionTotalCost...
by Henry MultiСharts
28 Aug 2012
Forum: MultiCharts .NET
Topic: MultiCharts .NET Release
Replies: 49
Views: 20321

Re: MultiCharts .NET Release

How do I access the 'Show Historical Orders' property of Chart Trader? I want to create a button on the toolbar which will allow the user to hide/show historical trades.
Hello Traderji,

That is not currently possible to access this option from the code.
by Henry MultiСharts
28 Aug 2012
Forum: MultiCharts
Topic: Connection with IB [SOLVED]
Replies: 1
Views: 897

Re: Connection with IB [SOLVED]

Solved by the upgrade to the latest MultiCharts 8.0 Release version.
by Henry MultiСharts
28 Aug 2012
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13703

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Emmanuel, are you compiling with Debug or Release selected in editor?
On our end it works ok with Debug selected.
by Henry MultiСharts
27 Aug 2012
Forum: MultiCharts .NET
Topic: MC.Net vs regular MC comparison list [SOLVED]
Replies: 32
Views: 19125

Re: MC.Net vs regular MC comparison list [SOLVED]

Just to be sure, a (maybe) dumb question: There is no way to compile .net code in a way it runs on standard Multicharts? How about developers who want to develop code and sell it? Their customers need .net version too? What do you mean? You can create a study, compile it and export into a pln file,...
by Henry MultiСharts
27 Aug 2012
Forum: MultiCharts
Topic: MC8 Chart Trading - PNL and Stock purchase problem?
Replies: 3
Views: 1184

Re: MC8 Chart Trading - PNL and Stock purchase problem?

Kasper, have you added the symbols from data source or manually? Please re-add the instruments from data source: In the QuoteManager please go to Instrument tab->Add symbol->From data source. Can you see PnL updates in TWS? Which option is selected in File->Broker profiles->Manage->IB->Unrealized Pr...
by Henry MultiСharts
27 Aug 2012
Forum: MultiCharts QUIK
Topic: multicharts+metastock
Replies: 3
Views: 4106

Re: multicharts+metastock

Здравствуйте, Samusevsergey.
Да, такая связка возможна. От MetaStock возможно получать только исторические данные.
Инструкция по подключению доступна на данной странице.
by Henry MultiСharts
27 Aug 2012
Forum: MultiCharts
Topic: MC 7.4 - IQFeed - Win 7 64 - Price bars freeze randomly...
Replies: 12
Views: 4094

Re: MC 7.4 - IQFeed - Win 7 64 - Price bars freeze randomly.

I was having the same issue with MultiCharts 64 and IQFeed. Has a resolution been found?
No such problem has been reported.
Please update to the latest MultiCharts 8.0 Release version and come to our live chat Monday-Friday 6:30 am - 4 pm EST if the issue persists. We will do our best to help you.
by Henry MultiСharts
27 Aug 2012
Forum: MultiCharts
Topic: Missing Daily Candle for July 9, 2012 EUR.USD - IB data
Replies: 22
Views: 3450

Re: Missing Daily Candle for July 9, 2012 EUR.USD - IB data

As per your suggestion and following the linked thread, I had changed the setting in MC and the problem had resolved. But I just noticed it has re-appeared now - on precisely the same date as before. Not sure what happened. Are you also experiencing a similar problem? MC Team please advise. Hello H...
by Henry MultiСharts
27 Aug 2012
Forum: MultiCharts .NET
Topic: Visual Studio 2010 start error
Replies: 1
Views: 2127

Re: Visual Studio 2010 start error

Hello John,

Please check this post
by Henry MultiСharts
27 Aug 2012
Forum: MultiCharts .NET
Topic: Error access price properties from IChartCustomDrawer.Draw [SOLVED]
Replies: 1
Views: 2663

Re: Error access price properties from IChartCustomDrawer.Dr [SOLVED]

Hello Radekj,

Draw method and regular calculations are done in separate threads.
You need to use "context.Environment.Bars" to achieve your goal.

Go to advanced search