Search found 2285 matches: Portfolio

Searched query: portfolio

by mjm
17 Oct 2012
Forum: MultiCharts
Topic: iqfeed intraday bar volume [SOLVED]
Replies: 9
Views: 3099

Re: iqfeed intraday bar volume [SOLVED]

Use TICKS I'm not sure I understand ... In Portfolio Backtester I tried Format Instrument / Settings / Resolution "1 Tick", Quote Field "Trade", Built Volume On "Trade Volume". Now I see: ... AAON 20121015 1557 OHLC[18.89 18.89 18.89 18.89] Vol ...
by mjm
17 Oct 2012
Forum: MultiCharts
Topic: iqfeed intraday bar volume [SOLVED]
Replies: 9
Views: 3099

iqfeed intraday bar volume [SOLVED]

... looks like the value I want. I've attached a screenshot of the QuoteManager EditData window and the output of a simple signal. Steps I took: * In Portfolio Backtester, added the following signal: Print(GetSymbolName, " ", (Date+19000000):0:0, " ", Time:0:0, " OHLC[", Open:0:2, " ", High:0:2, " ...
by Henry MultiСharts
16 Oct 2012
Forum: MultiCharts
Topic: IQFeed for backtesting, how to disable real-time? [SOLVED]
Replies: 8
Views: 3250

Re: IQFeed for backtesting, how to disable real-time? [SOLVED]

... date is in the past, the Quote Manager log pane shows a message for each instrument like this: "Connecting to real-time data for XYZ" Hello Mike, Portfolio Backtester uses the same mechanisms as MultiCharts. In MultiCharts when you do a historical data request there is a realtime connection for ...
by TJ
15 Oct 2012
Forum: MultiCharts
Topic: IQFeed for backtesting, how to disable real-time? [SOLVED]
Replies: 8
Views: 3250

Re: IQFeed for backtesting, how to disable real-time? [SOLVED]

I am using IQFeed as a historical intraday quote source for Portfolio Backtester. In Quote Manager I have added a set of instruments using menu item Instrument / Add Symbol / From Data Source / IQFeed, and each of the instruments has "Collect R/T data ...
by mjm
15 Oct 2012
Forum: MultiCharts
Topic: IQFeed for backtesting, how to disable real-time? [SOLVED]
Replies: 8
Views: 3250

Re: IQFeed for backtesting, how to disable real-time? [SOLVED]

... the steps I took: * I open Multicharts64 and choose File > Preferences > Data Server Mode > Offline: Use only the locally stored data. * I open Portfolio Backtester, add Instruments from IQFeed at 1 minute resolution. * If the "Download Data Before Backtesting" box is checked, then when I click ...
by Dave Masalov
09 Oct 2012
Forum: MultiCharts
Topic: Portfolio Backtester: Trade Size as a % of Portfolio Equity
Replies: 1
Views: 1335

Re: Portfolio Backtester: Trade Size as a % of Portfolio Equ

Hello KeyDiver,

Here is an example of the code that should do what you need:

Code: Select all

var: Pcnt20(0), maxploss(0);
Pcnt20 = (InitialCapital+Portfolio_NetProfit)*0.2;
maxploss = Portfolio_CalcMaxPotentialLossForEntry(1, 1, Close);

if maxploss<>0 then
buy Pcnt20/maxploss contract next bar at market;
by TJ
04 Oct 2012
Forum: MultiCharts FAQ
Topic: [FAQ] EasyLanguage / PowerLanguage
Replies: 11
Views: 42107

(9) [FAQ] How do I make a Spread Chart?

... Spread-Ratio . Additional readings in Wiki Spread and Pair Trading https://www.multicharts.com/trading-software/index.php/Spread_and_Pair_Trading Portfolio Trading https://www.multicharts.com/trading-software/index.php/Portfolio_Trader_Strategy_Examples#Spread_Trading_Strategy
by mjm
03 Oct 2012
Forum: MultiCharts
Topic: IQFeed for backtesting, how to disable real-time? [SOLVED]
Replies: 8
Views: 3250

IQFeed for backtesting, how to disable real-time? [SOLVED]

I am using IQFeed as a historical intraday quote source for Portfolio Backtester. In Quote Manager I have added a set of instruments using menu item Instrument / Add Symbol / From Data Source / IQFeed, and each of the instruments has "Collect R/T data ...
by Henry MultiСharts
02 Oct 2012
Forum: MultiCharts
Topic: Missing Days of Historical Data With IB as Datafeed [SOLVED]
Replies: 4
Views: 1818

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

... 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. You need to reload in MultiCharts, not in QuoteManager. You can hit Ctrl+R or go ...
by Henry MultiСharts
27 Sep 2012
Forum: MultiCharts .NET
Topic: Massive memory usage on MC.net
Replies: 22
Views: 7839

Re: Massive memory usage on MC.net

... is in charge of loading data and building bars from lower timeframes (ex. points built from ticks). It loads data, processes it, sends to MC or Portfolio and then releases the memory.
by Henry MultiСharts
27 Sep 2012
Forum: MultiCharts
Topic: Portfolio Backtest Questions
Replies: 1
Views: 1125

Re: Portfolio Backtest Questions

greenroomhoo, please export your report into Excel and attach to this topic for further analysis.
by greenroomhoo
27 Sep 2012
Forum: MultiCharts
Topic: request for Portfolio Bactester [SOLVED]
Replies: 2
Views: 1198

Re: request for Portfolio Bactester [SOLVED]

yes thank you that works

But in terms of speed of typing you can bang a list out much quicker by hitting tickers and hitting return than down arrow.
by Henry MultiСharts
27 Sep 2012
Forum: MultiCharts
Topic: request for Portfolio Bactester [SOLVED]
Replies: 2
Views: 1198

Re: request for Portfolio Bactester [SOLVED]

Greenroomhoo, use Arrow Down on your keyboard to go 1 row down.
by greenroomhoo
27 Sep 2012
Forum: MultiCharts
Topic: request for Portfolio Bactester [SOLVED]
Replies: 2
Views: 1198

request for Portfolio Bactester [SOLVED]

when entering symbols it would be very convenient if when hitting "return" after entering the ticker, the selector then ticked down to the next row. Tab allows you to go accross the columns but return leave you in limbo. If you are quickly entering some symbols the return key going down a row would ...
by greenroomhoo
27 Sep 2012
Forum: MultiCharts
Topic: Portfolio Backtest Questions
Replies: 1
Views: 1125

Portfolio Backtest Questions

To test my edge I ran my strategy on the basket of todays S&P 500 stocks going back to 1993. i have several questions: 1. My strat is set to only enter when Marketposition = 0. This results in the backtest trading one equity at a time. to have it backtest all instances, do i just remove that qualifi...
by quantarb
25 Sep 2012
Forum: MultiCharts
Topic: Portfolio and Multi-Strategy Walk Forward Optimization
Replies: 8
Views: 3535

Re: Portfolio and Multi-Strategy Walk Forward Optimization

That is great news Henry. One major improvement to walk forward optimization would be the ability for the out-sample of data strategy to access enough historical data so it can start trading on the first day. For example, suppose I only want to test a strategy that involves the 50 day moving average...
by Henry MultiСharts
25 Sep 2012
Forum: MultiCharts
Topic: Portfolio and Multi-Strategy Walk Forward Optimization
Replies: 8
Views: 3535

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 quantarb
24 Sep 2012
Forum: MultiCharts
Topic: Portfolio and Multi-Strategy Walk Forward Optimization
Replies: 8
Views: 3535

Portfolio and Multi-Strategy Walk Forward Optimization

Hello, I was wondering when the portfolio back tester will have walk forward optimization. Right now you can back test baskets of stocks but without walk forward optimization there is no way to validate how well the strategies will perform ...
by KeyDiver
21 Sep 2012
Forum: MultiCharts
Topic: Portfolio Backtester: Trade Size as a % of Portfolio Equity
Replies: 1
Views: 1335

Portfolio Backtester: Trade Size as a % of Portfolio Equity

... Open if DayOfWeek(Date) = 5 then Buy next bar at Open; You can see it buys on Monday and sells on Friday. I applied this Strategy to a BackTester portfolio of 25 ETF's. (I tried to attach a portfolio file to make it easier to test this, but the forum will not accept .pws files) If I set the Trade ...
by Henry MultiСharts
20 Sep 2012
Forum: MultiCharts
Topic: Portfolio Backtester: Instrument List File Format
Replies: 7
Views: 3563

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 petermcphee
19 Sep 2012
Forum: MultiCharts
Topic: Portfolio Backtester: Instrument List File Format
Replies: 7
Views: 3563

Re: Portfolio Backtester: Instrument List File Format

... of Data2 by copying and pasting down the selection. The only question I have now is how to set the initial data source? When I first create a new portfolio/strategy I insert instruments from a file, however, because there is nowhere to set the data source it defaults to eSignal and hence cannot ...
by mjm
19 Sep 2012
Forum: MultiCharts
Topic: portfolio backtester - single pass priority logic [SOLVED]
Replies: 4
Views: 2376

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

I ended up solving this using the two-pass approach with an intermediate dummy symbol where I make the global trading decisions. I used the "ELCollections" library for its more sophisticated global data structures. I highly recommend this package for programmers who are wondering why EasyLanguage is...
by Henry MultiСharts
19 Sep 2012
Forum: MultiCharts
Topic: Portfolio Backtester: Instrument List File Format
Replies: 7
Views: 3563

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 mjm
19 Sep 2012
Forum: MultiCharts
Topic: PosTradeCommission and PosTradeProfit vs. List Of Trades
Replies: 3
Views: 1019

PosTradeCommission and PosTradeProfit vs. List Of Trades

I have a question about the way the PosTrade* functions take account of the Commission and Slippage settings in the Portfolio Backtester. As an experiment I ran the same backtest with four different settings in the Strategy / Show Properties / Properties dialog (all given as per ...
by Dave Masalov
19 Sep 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE
Replies: 143
Views: 52812

Re: MULTICHARTS 8.0 RELEASE

... QuoteManager and MC were launched under different users. To make sure this never happens again, you may want to always run MC, QM, PLE and Portfolio backtester as administrator (right-click on the icon and click Run As Administrator).
by petermcphee
19 Sep 2012
Forum: MultiCharts
Topic: Portfolio Backtester: Instrument List File Format
Replies: 7
Views: 3563

Portfolio Backtester: Instrument List File Format

Hi there, I'm using the Portfolio Backtester and want to import a large list of securities into a Strategy. I right + click on "Instruments" and select "Import Instrument List...", which asks for a CSV file, however, I can't find anywhere ...
by Henry MultiСharts
18 Sep 2012
Forum: MultiCharts
Topic: How to launch a strategy on hundreds stocks ​
Replies: 12
Views: 3195

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 Albon
18 Sep 2012
Forum: MultiCharts
Topic: How to launch a strategy on hundreds stocks ​
Replies: 12
Views: 3195

Re: How to launch a strategy on hundreds stocks ​

... Nevertheless I think it's the only way to do... but it's not automatic trading! @Henry Hello Henry, I have you got an approximate date for the Portfolio trading implementation ?
by martingale
17 Sep 2012
Forum: MultiCharts
Topic: how to buy / sell on data2 [SOLVED]
Replies: 20
Views: 4968

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

... tick bar? yes, i'm using 1 tick bar. I don't need a chart at all for this. I'm saving the value returned from LinearRegValue into a txt file in my portfolio backtester. If you don't use a chart for this, how/where do you apply this indicator? The chart does not have to be visible, but you must ...
by TJ
17 Sep 2012
Forum: MultiCharts
Topic: how to buy / sell on data2 [SOLVED]
Replies: 20
Views: 4968

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

... tick bar? yes, i'm using 1 tick bar. I don't need a chart at all for this. I'm saving the value returned from LinearRegValue into a txt file in my portfolio backtester. If you don't use a chart for this, how/where do you apply this indicator? The chart does not have to be visible, but you must ...
by martingale
17 Sep 2012
Forum: MultiCharts
Topic: how to buy / sell on data2 [SOLVED]
Replies: 20
Views: 4968

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

... tick bar? yes, i'm using 1 tick bar. I don't need a chart at all for this. I'm saving the value returned from LinearRegValue into a txt file in my portfolio backtester. is there a problem with tick level data calculation?
by martingale
16 Sep 2012
Forum: MultiCharts
Topic: how to buy / sell on data2 [SOLVED]
Replies: 20
Views: 4968

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. http://www.multicharts.com/img/646_3.png Henry. I set ...
by scuba
15 Sep 2012
Forum: MultiCharts
Topic: Sorting Multiple Chart Windows in a Workspace
Replies: 1
Views: 838

Sorting Multiple Chart Windows in a Workspace

Hello all!

I'd like to be able to alphabetically sort the order of multiple charts within a Workspace.

Does anyone know how?

Say the contents of my watchlist or portfolio...

Thanks in advance.

scuba
by Henry MultiСharts
13 Sep 2012
Forum: MultiCharts
Topic: How to launch a strategy on hundreds stocks ​
Replies: 12
Views: 3195

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
11 Sep 2012
Forum: MultiCharts
Topic: how to buy / sell on data2 [SOLVED]
Replies: 20
Views: 4968

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 ...
by martingale
10 Sep 2012
Forum: MultiCharts
Topic: how to buy / sell on data2 [SOLVED]
Replies: 20
Views: 4968

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?
by arjfca
10 Sep 2012
Forum: MultiCharts
Topic: Multicharts and SSD
Replies: 9
Views: 2471

Resolved: Multicharts and SSD

... My problem is I don't find the path registry location: HKEY_LOCAL_MACHINE\SOFTWARE\TS Support\MultiCharts\Databases\Portfolio Under HKEY_LOCAL_MACHINE\SOFTWARE: I don't have \TS Support\MultiCharts\Databases\Portfolio I did look under KEY_CURRENT_USER\Software\TS ...
by Andrew MultiCharts
10 Sep 2012
Forum: MultiCharts
Topic: Multicharts and SSD
Replies: 9
Views: 2471

Re: Multicharts and SSD

... My problem is I don't find the path registry location: HKEY_LOCAL_MACHINE\SOFTWARE\TS Support\MultiCharts\Databases\Portfolio Under HKEY_LOCAL_MACHINE\SOFTWARE: I don't have \TS Support\MultiCharts\Databases\Portfolio I did look under KEY_CURRENT_USER\Software\TS ...
by TJ
09 Sep 2012
Forum: MultiCharts
Topic: how to buy / sell on data2 [SOLVED]
Replies: 20
Views: 4968

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

... write buy "data1" at market; sell "data2" at market; You can only trade on data1. TJ, is there another way to work with spread? can we do that in portfolio backtester? Please review this Wiki article: Spread and Pair Trading https://www.multicharts.com/trading-software/index.php/Spread_and_Pair_Trading
by martingale
09 Sep 2012
Forum: MultiCharts
Topic: how to buy / sell on data2 [SOLVED]
Replies: 20
Views: 4968

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

if I have 2 data for 2 different symbol in my chart and want to buy on data1 and sell on data2, how to do this in PL.

do I write

buy "data1" at market;
sell "data2" at market;
You can only trade on data1.
TJ, is there another way to work with spread? can we do that in portfolio backtester?
by arjfca
08 Sep 2012
Forum: MultiCharts
Topic: Multicharts and SSD
Replies: 9
Views: 2471

Re: Multicharts and SSD

... Start button. Select Run. Type regedit. Press Enter. Find the Path registry key in HKEY_LOCAL_MACHINE\SOFTWARE\TS Support\MultiCharts\Databases\Portfolio Change the path to new location of your database files. Find the Path and CashePath registry keys in HKEY_LOCAL_MACHINE\SOFTWARE\TS Support\MultiCharts\Databases\Storage ...
by Henry MultiСharts
07 Sep 2012
Forum: MultiCharts
Topic: Current bar displayed 2x on daily chart
Replies: 3
Views: 1545

Re: Current bar displayed 2x on daily chart

... 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# instrument->Clear Cache. ...
by scuba
01 Sep 2012
Forum: MultiCharts
Topic: Change the number of shares or contracts in BackTester [SOLVED]
Replies: 1
Views: 1154

Change the number of shares or contracts in BackTester [SOLVED]

... of contracts or shares to trade or how to get the program to use all my initial capital. My Settings: Exposure 100% Max % of... 100% Initial Portfolio Capital: $100,000 When I run a small portfolio of stocks it trades only one share of each stock (7 stocks in total)... Seems to be treating ...
by JoshM
30 Aug 2012
Forum: MultiCharts .NET
Topic: Strategy on ranked instruments
Replies: 2
Views: 2762

Re: Strategy on ranked instruments

... should only issue 9 orders to not exceed the maximum of 10 open positions. What do you think, is such a type of system possible in MC.Net? The Portfolio backtest is not enough for me as I can't choose from stocks by ranking. Good question. I don't know if this is possible. In another thread, ...
by TJ
29 Aug 2012
Forum: MultiCharts .NET
Topic: Strategy on ranked instruments
Replies: 2
Views: 2762

Re: Strategy on ranked instruments

... should only issue 9 orders to not exceed the maximum of 10 open positions. What do you think, is such a type of system possible in MC.Net? The Portfolio backtest is not enough for me as I can't choose from stocks by ranking. If you can imagine it, if you can visualize it, if you can quantify ...
by bluejack
29 Aug 2012
Forum: MultiCharts .NET
Topic: Strategy on ranked instruments
Replies: 2
Views: 2762

Strategy on ranked instruments

... should only issue 9 orders to not exceed the maximum of 10 open positions. What do you think, is such a type of system possible in MC.Net? The Portfolio backtest is not enough for me as I can't choose from stocks by ranking.
by Henry MultiСharts
28 Aug 2012
Forum: MultiCharts
Topic: portfolio backtester - single pass priority logic [SOLVED]
Replies: 4
Views: 2376

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

... 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 execution.
by Henry MultiСharts
28 Aug 2012
Forum: MultiCharts
Topic: Selecting Custom Criteria for Optimization
Replies: 22
Views: 7914

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 mjm
28 Aug 2012
Forum: MultiCharts
Topic: portfolio backtester - single pass priority logic [SOLVED]
Replies: 4
Views: 2376

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

... it could decide whether to make the trade based on a review of all the other candidates. I experimented with this idea. As far as I can tell, Portfolio Backtester treats the first and second instances of symbol A as distinct entities. That is, the list above is effectively {A1, B1, C1, ..., ...
by rgranero
27 Aug 2012
Forum: MultiCharts
Topic: Selecting Custom Criteria for Optimization
Replies: 22
Views: 7914

Re: Selecting Custom Criteria for Optimization

Hi Henry, I don' t find it under the standard criteria list. What I miss?


The code:
if portfolio_MaxIDDrawDown<>0 and portfolio_netprofit <>0 then

SetCustomFitnessValue (portfolio_netprofit / absvalue(portfolio_MaxIDDrawDown) );

Attached the image.




Thanks Riccardo
by rgranero
26 Aug 2012
Forum: MultiCharts
Topic: Selecting Custom Criteria for Optimization
Replies: 22
Views: 7914

Re: Selecting Custom Criteria for Optimization

Hi, I saw (in the post) that Fitnessfunction should work in Portfolio backtester (product version 8.0.5620.401). But I don't find it.
Thanks
Riccardo
by mjm
25 Aug 2012
Forum: MultiCharts
Topic: portfolio backtester - single pass priority logic [SOLVED]
Replies: 4
Views: 2376

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

what I really want is a way to produce the list of candidate trades in one pass, and then sort and filter that list in a second pass before submitting the trades for execution It occurs to me that maybe I can do this by adding each symbol to the Instruments list twice, like {A, B, C, ..., A, B, C, ...
by mjm
24 Aug 2012
Forum: MultiCharts
Topic: portfolio backtester - single pass priority logic [SOLVED]
Replies: 4
Views: 2376

portfolio backtester - single pass priority logic [SOLVED]

I'd like to use the Portfolio Backtester to simulate a strategy where the decision whether to enter a new position depends on proposed trades this bar for other symbols. For example, I might want to limit the portfolio to holding no ...
by mjm
22 Aug 2012
Forum: MultiCharts
Topic: CSI Data - getting started [SOLVED]
Replies: 6
Views: 3957

CSI Data - getting started [SOLVED]

... guess meaning there are no settings to configure. I choose Instrument / Add Symbol / From Data Source / CSI, which opens the "Insert Symbols into Portfolio - CSI" dialog. I enter "AAPL" in the Symbol box, leave Exchange as "All Exchanges", and click Lookup. It finds one match: * Symbol: AAPL * ...
by TJ
21 Aug 2012
Forum: MultiCharts FAQ
Topic: [FAQ] Autotrade / Backtest / Optimization
Replies: 23
Views: 39429

[FAQ] Autotrade / Backtest / Optimization

... on One Instrument - Manual Trading and Automated Trading on the Same Instrument at a Time - Realtime-History Matching Relevant articles in Wiki: Portfolio - Understanding Portfolio Backtesting - Backtesting a Portfolio - Portfolio Optimization - Additional info on Portfolio: FAQ - Portfolio Trader ...
by Andrew MultiCharts
21 Aug 2012
Forum: MultiCharts
Topic: Portfolio Backtester with different backtest result
Replies: 12
Views: 3346

Re: Portfolio Backtester with different backtest result

Could you provide exact steps to reproduce the situation so i could descuss it with engineers?
by rgranero
20 Aug 2012
Forum: MultiCharts
Topic: MC-1044 - PORTFOLIO BACKTESTER INSTRUMENT INFORMATION
Replies: 0
Views: 759

MC-1044 - PORTFOLIO BACKTESTER INSTRUMENT INFORMATION

In portfolio backtester, portfolio tree under each instrument symbol we can put only 4 instrument information (data2,data3,data4,data5). To use more then 4 will be a big improvement. Because we could run strategy based on ranking ...
by henrywl
20 Aug 2012
Forum: MultiCharts
Topic: Portfolio Backtester with different backtest result
Replies: 12
Views: 3346

Re: Portfolio Backtester with different backtest result

... run the optimizer or the backtest with the same setting, it complains the "From Date cannot be later than the To Date" Error And if I reopen a new portfolio with the same settings, for the From 29/5/2012 to 29/5/2012. Then it works without the complains "From Date cannot be later than the To Date" ...
by henrywl
20 Aug 2012
Forum: MultiCharts
Topic: Portfolio Backtester with different backtest result
Replies: 12
Views: 3346

Re: Portfolio Backtester with different backtest result

Well, But I am using the May's future with the From 29/5/2012 to 29/5/2012 from IB. And this setting is prefectly fine few hrs ago. Now I try to run the optimizer or the backtest with the same setting, it complains the "From Date cannot be later than the To Date" Error
by Andrew MultiCharts
20 Aug 2012
Forum: MultiCharts
Topic: Portfolio Backtester with different backtest result
Replies: 12
Views: 3346

Re: Portfolio Backtester with different backtest result

Obviously when your computer shut down the "from" date became later than your "to" date, that makes no sense. The dates should be reset manually.
by henrywl
20 Aug 2012
Forum: MultiCharts
Topic: Portfolio Backtester with different backtest result
Replies: 12
Views: 3346

Re: Portfolio Backtester with different backtest result

Actually, I just come across there's might be a problem, my computer accidently shutdown instantly, and I reload my saved portfolio I just did on Aug 20th, with the From date let say 29/5/2012 to 29/5/2012 on May's Future and it works prefectly fine. But I now reload the portfolio on ...
by Andrew MultiCharts
20 Aug 2012
Forum: MultiCharts
Topic: Portfolio Backtester with different backtest result
Replies: 12
Views: 3346

Re: Portfolio Backtester with different backtest result

Something in settings must be definitely wrong. If you can't figure it out, you can come to our live chat to ask our operators to help you with this. Remote access to your computer will be required.
by henrywl
20 Aug 2012
Forum: MultiCharts
Topic: Portfolio Backtester with different backtest result
Replies: 12
Views: 3346

Re: Portfolio Backtester with different backtest result

... set everytime I try to setup the backtester. But somehow the result are still different between computers. I try it back with the original saved portfolio computer and it return the same result. That keeps me wondering the test result are being correct or not, since with the same strategy and ...
by Andrew MultiCharts
20 Aug 2012
Forum: MultiCharts
Topic: Portfolio Backtester with different backtest result
Replies: 12
Views: 3346

Re: Portfolio Backtester with different backtest result

Portfolio Backtester should show the same results as MultiCharts if: 1. Data is the same (data source, resolution, data range, quote field and sessions). 2. Signals are the same. 3. Strategy Properties are the same (right ...
by evdl
20 Aug 2012
Forum: MultiCharts
Topic: Portfolio Backtester with different backtest result
Replies: 12
Views: 3346

Re: Portfolio Backtester with different backtest result

There can be a difference in historical data of IB that you collected yourself during realtime (in the quotemanager) and the historical data you get for example if you reload a chart (snapshot of realtime data, depending on your resolution settings). But to be sure you have the same data you can do ...
by henrywl
20 Aug 2012
Forum: MultiCharts
Topic: Portfolio Backtester with different backtest result
Replies: 12
Views: 3346

Re: Portfolio Backtester with different backtest result

Well I am using Historical future data instead of current future data. so all the data received from IB should be the same. But result are still different.. (very different)... Since I assume the calculation are based on close prices.. so they indicator calculation should be same all the time unless...
by evdl
20 Aug 2012
Forum: MultiCharts
Topic: Portfolio Backtester with different backtest result
Replies: 12
Views: 3346

Re: Portfolio Backtester with different backtest result

If you save the portfolio and open it another day, the data period is also possibly changed to the current day. Instead of the period you used before. That can make a difference. And if you open it on another computer, you have to ...
by StefanoSF
20 Aug 2012
Forum: MultiCharts
Topic: Portfolio Backtester with different backtest result
Replies: 12
Views: 3346

Re: Portfolio Backtester with different backtest result

I'm experiencing the same exact thing, with some results being 50% off the previous results.
by henrywl
19 Aug 2012
Forum: MultiCharts
Topic: Portfolio Backtester with different backtest result
Replies: 12
Views: 3346

Portfolio Backtester with different backtest result

... setting, and same strategy but different result from one day to the other. I am using the IB's data feed Historical data, and even I saved the portfolio and open it from other computer on the other day, some results are the same and some are different. Is that normal??
by Andrew MultiCharts
14 Aug 2012
Forum: MultiCharts
Topic: Help to check the global variable code [SOLVED]
Replies: 13
Views: 3544

Re: Help to check the global variable code [SOLVED]

... However in this specific case GV should work because Kennedy performs vertical bar-by-bar calculation of the strategy on all of his data series in Portfolio Backtester and when he has GV on first series, he should be able to get those GV when script is calculated on next data series.
by JoshM
14 Aug 2012
Forum: MultiCharts .NET
Topic: Accessing strategy data by an indicator - how?
Replies: 13
Views: 7585

Re: Accessing strategy data by an indicator - how?

... and passes this along to the class derived from IndicatorObject. In theory, the indicator class will then have access to the strategy's Portfolio properties by calling on the passed SignalObject. However, can someone tell me with what I should replace the 'this' keyword in the code below ...
by MidKnight
14 Aug 2012
Forum: MultiCharts .NET
Topic: Accessing strategy data by an indicator - how?
Replies: 13
Views: 7585

Re: Accessing strategy data by an indicator - how?

... be missing stuff that you are trying to do.... I would imagine that you make a strategy and then, from that a strategy instance you access the portfolio property? I do not know if you can instantiate a strategy within an indicator though, but what you are trying to do is graph some strategy ...
by JoshM
14 Aug 2012
Forum: MultiCharts .NET
Topic: Accessing strategy data by an indicator - how?
Replies: 13
Views: 7585

Re: Accessing strategy data by an indicator - how?

In looking at the help docs, it looks like you should be able to get the IPortfolioPerformance handle through the SignalObject public property Portfolio. Thanks MidKnight, no extra noise but a valuable idea. However, I haven't succeeded in creating a SignalObject ...
by MidKnight
14 Aug 2012
Forum: MultiCharts .NET
Topic: Accessing strategy data by an indicator - how?
Replies: 13
Views: 7585

Re: Accessing strategy data by an indicator - how?

... general) so I apologize in advance for any extra noise this may create. In looking at the help docs, it looks like you should be able to get the IPortfolioPerformance handle through the SignalObject public property Portfolio. Hopefully this helps a bit, MK
by TJ
14 Aug 2012
Forum: MultiCharts
Topic: Help to check the global variable code [SOLVED]
Replies: 13
Views: 3544

Re: Help to check the global variable code [SOLVED]


are you looking at the chart in real time during the market hour?
or a chart off line?
I set GV in portfolio backtesting.
Does it work in backtesing?
GV is a real time tool. It is not designed for backtest.
by Kennedy
14 Aug 2012
Forum: MultiCharts
Topic: Help to check the global variable code [SOLVED]
Replies: 13
Views: 3544

Re: Help to check the global variable code [SOLVED]


are you looking at the chart in real time during the market hour?
or a chart off line?
I set GV in portfolio backtesting.
Does it work in backtesing?
by evdl
13 Aug 2012
Forum: MultiCharts
Topic: 5min Strategy with Bar Mag = 1min - equivalent Data 1/2?
Replies: 12
Views: 2905

Re: 5min Strategy with Bar Mag = 1min - equivalent Data 1/2?

Last week, after 5 days of unnecessary debugging, I found out that the outcome of backtesting between main MC program (on chart) and portfoliobacktester is different because of the portfoliobacktester not supporting IOG. I didn't know that. I assume that if barmagnifier is added to the portfoliobacktester, ...
by Henry MultiСharts
08 Aug 2012
Forum: MultiCharts
Topic: portfolio backtesting using renko chart
Replies: 6
Views: 2993

Re: portfolio backtesting using renko chart

Hello Justmake,

That is not possible to change the chart type for Portfolio Backtester. It is operating with OHLC values of data.
by justmake
08 Aug 2012
Forum: MultiCharts
Topic: portfolio backtesting using renko chart
Replies: 6
Views: 2993

portfolio backtesting using renko chart

Hello,

I am wonder if we can do portfolio backtester with renko chart?
It seems we can only select "instrument" and "strategy" from portfolio backtester, but cannot specify
in what bar chart the instrument will be.

Any insight?

thanks.
by evdl
25 Jul 2012
Forum: MultiCharts
Topic: ADE and optimization [SOLVED]
Replies: 39
Views: 18051

Re: ADE and optimization [SOLVED]

... I am trying to optimize. And this on the chart of the symbol I want to trade. (this is in case if I use MC main program to optimise) If I use the portfolio backtester I have the strategy on the chart and ofcourse I use it in the portfolio backtester. The sender code writes the data to a file. ...
by evdl
13 Jul 2012
Forum: MultiCharts
Topic: Backtesting different timeframes portfolio backtester
Replies: 2
Views: 1062

Re: Backtesting different timeframes portfolio backtester

... For example MT (Trxqen) and MT (AEB). I only did change the timeframe from 1 minute to 5 minutes. But did not select the symbol again. So portfolio backtester picks the symbol at the top and that was the MT with the datafeed without historical data. So if you change the timeframe you also ...
by Henry MultiСharts
13 Jul 2012
Forum: MultiCharts
Topic: Backtesting different timeframes portfolio backtester
Replies: 2
Views: 1062

Re: Backtesting different timeframes portfolio backtester

I have 1 min historical data of a symbol. In portfoliobacktester I try to backtest this symbol on 5 min and 30 min timeframe to see if my strategy is robust or not. When I do this, I get an error message (see attached picture). Does the backtester automatically use the 1 min data and generates an h...
by evdl
13 Jul 2012
Forum: MultiCharts
Topic: Backtesting different timeframes portfolio backtester
Replies: 2
Views: 1062

Backtesting different timeframes portfolio backtester

I have 1 min historical data of a symbol. In portfoliobacktester I try to backtest this symbol on 5 min and 30 min timeframe to see if my strategy is robust or not. When I do this, I get an error message (see attached picture). Does the backtester automatically use the 1 min data and generates an hi...
by ericvp
09 Jul 2012
Forum: MultiCharts
Topic: Positions at broker into Scanner?
Replies: 7
Views: 1893

Re: Positions at broker into Scanner?

... plan B that requires an intermediary file output from my broker's software, and read in by Multicharts. Like you, I am anxiously awaiting the Portfolio Trader functionality. I just hope they make it workable for portfolios on the order of 100 Instruments (ie, too large to have a chart per ...
by JoshM
09 Jul 2012
Forum: MultiCharts
Topic: Positions at broker into Scanner?
Replies: 7
Views: 1893

Re: Positions at broker into Scanner?

... said that's not doable for your situation/setup. So I'm out of ideas, perhaps other users have an idea? Alternatively, you can wait for the portfolio trading to be implemented or you can add a feature request (you certainly would have my vote :) ) but this all is quite a lengthy road.
by ericvp
03 Jul 2012
Forum: MultiCharts
Topic: Positions at broker into Scanner?
Replies: 7
Views: 1893

Positions at broker into Scanner?

... price paid. All other data (historical data, and real-time market data) I need, I can easily get in to the Real-Time Scanner (or perhaps into Portfolio Backtester, if that is a better way to go). (2) I am not using Multicharts to drive the actual trading in this account. (3) I typically have ...
by rgranero
21 Jun 2012
Forum: MultiCharts
Topic: Portfolio_InvestedCapital seems not to work
Replies: 4
Views: 1943

Re: Portfolio_InvestedCapital seems not to work

Ok, now works with setting in Max potential loss = 100%.

Well done, Portfolio_InvestedCapital and all the new global variable on Portfolio are very useful.

Thanks Henry!
by Henry MultiСharts
20 Jun 2012
Forum: MultiCharts
Topic: Portfolio_InvestedCapital seems not to work
Replies: 4
Views: 1943

Re: Portfolio_InvestedCapital seems not to work

Hello Rgranero,

Please make sure Big Point Value for the instruments you are using is correct in QuoteManager->Edit Symbol->Settings tab.

In Portfolio Backtester on Portfolio Settings tab please set the Max potential loss to 100% and try to backtest again.
by rgranero
20 Jun 2012
Forum: MultiCharts
Topic: Portfolio_InvestedCapital seems not to work
Replies: 4
Views: 1943

Re: Portfolio_InvestedCapital seems not to work

I just tried to buy 100 shares of NEE and 100 shares of NI and Portfolio_InvestedCapital was 0.2=(100+100)/1000. The sum of all the shares/1000.

The right would be the sum of the position in Usd like indicated by the manual.

I have just made the upgrade to the last version 8.0.5605.400.
by rgranero
20 Jun 2012
Forum: MultiCharts
Topic: Portfolio_InvestedCapital seems not to work
Replies: 4
Views: 1943

Re: Portfolio_InvestedCapital seems not to work

I have just dicovered who 5.7 is the sum of the contracts of NI and NEE / 1000... why?
by rgranero
20 Jun 2012
Forum: MultiCharts
Topic: Portfolio_InvestedCapital seems not to work
Replies: 4
Views: 1943

Portfolio_InvestedCapital seems not to work

... shares next bar at o; if lastbaronchart then sell next bar at o; print(Portfolio_InvestedCapital,";",getsymbolname,";",date); I have applied it in portfolio backtestr to symbol NI and NEE to the last 100 bar from today. In the outpot file I have: 5.75;NI;1120619.00 5.75;NEE;1120619.00 5.75 isn't ...
by lishan
19 Jun 2012
Forum: MultiCharts
Topic: Why there are Saturday and sunday trade record How to delete
Replies: 3
Views: 1340

Re: Why there are Saturday and sunday trade record How to de

Why there are Saturday and sunday trade record in the Portfolio Backtester and MC strategy report? I want to use trade record in the excel,so i want to delete the meanless Saturday and sunday trade record, How can I delete such record? please see the ...
by Henry MultiСharts
19 Jun 2012
Forum: MultiCharts
Topic: Why there are Saturday and sunday trade record How to delete
Replies: 3
Views: 1340

Re: Why there are Saturday and sunday trade record How to de

Why there are Saturday and sunday trade record in the Portfolio Backtester and MC strategy report? I want to use trade record in the excel,so i want to delete the meanless Saturday and sunday trade record, How can I delete such record? please see the ...
by lishan
17 Jun 2012
Forum: MultiCharts
Topic: Why there are Saturday and sunday trade record How to delete
Replies: 3
Views: 1340

Why there are Saturday and sunday trade record How to delete

Why there are Saturday and sunday trade record in the Portfolio Backtester and MC strategy report? I want to use trade record in the excel,so i want to delete the meanless Saturday and sunday trade record, How can I delete such record? please see the ...
by greenroomhoo
16 Jun 2012
Forum: MultiCharts
Topic: love the new daily better renko bars
Replies: 3
Views: 1101

love the new daily better renko bars

they are fantastic. any chance they can be added to the scanner and portfolio backtester?
thanks
by martingale
14 Jun 2012
Forum: MultiCharts
Topic: Backtest using Heiken Ashi chart type
Replies: 11
Views: 3477

Re: Backtest using Heiken Ashi chart type

Let me clarify it. MultiCharts and Portfolio Backtester are separate applications. Available functionality is different. Chart type selection is not available in Portfolio Backtester. Only OHLC data values are used for calculation. That is ...
by Henry MultiСharts
14 Jun 2012
Forum: MultiCharts
Topic: Backtest using Heiken Ashi chart type
Replies: 11
Views: 3477

Re: Backtest using Heiken Ashi chart type

isn't portfolio backtester and multicharts windows runs separately? even i don't set chart type in charts windows, i can still perform backtest in portfolio backtester. so i don't understand why i need to apply a signal to the ...
by martingale
13 Jun 2012
Forum: MultiCharts
Topic: Backtest using Heiken Ashi chart type
Replies: 11
Views: 3477

Re: Backtest using Heiken Ashi chart type

... Backtesting starts as soon as you apply a signal to the chart. You can analyze the backtesting results in View->Strategy performance report. isn't portfolio backtester and multicharts windows runs separately? even i don't set chart type in charts windows, i can still perform backtest in portfolio ...
by Henry MultiСharts
12 Jun 2012
Forum: MultiCharts
Topic: Backtest using Heiken Ashi chart type
Replies: 11
Views: 3477

Re: Backtest using Heiken Ashi chart type

could we add this to next release?
Hello Martingale,

Chart type selection is not available in portfolio backtester. Only OHLC data values are used for calculation.
Please leave a feature request at this web page if you want to have such functionality in future:
https://www.multicharts.com/pm/
by martingale
12 Jun 2012
Forum: MultiCharts
Topic: Backtest using Heiken Ashi chart type
Replies: 11
Views: 3477

Re: Backtest using Heiken Ashi chart type

could we add this to next release?
Hello Martingale,

Chart type selection is not available in portfolio backtester. Only OHLC data values are used for calculation.
by Henry MultiСharts
12 Jun 2012
Forum: MultiCharts
Topic: Backtest using Heiken Ashi chart type
Replies: 11
Views: 3477

Re: Backtest using Heiken Ashi chart type

Hello Martingale,

Chart type selection is not available in portfolio backtester. Only OHLC data values are used for calculation.
by martingale
11 Jun 2012
Forum: MultiCharts
Topic: Backtest using Heiken Ashi chart type
Replies: 11
Views: 3477

Backtest using Heiken Ashi chart type

if in my portfolio backtester, i want to use Heiken Ashi chart type instead of regular candle stick chart, how can i specify this?


thanks.
by evdl
07 Jun 2012
Forum: MultiCharts
Topic: Selecting Custom Criteria for Optimization
Replies: 22
Views: 7914

Re: Selecting Custom Criteria for Optimization

Hi Katrin, I am talking about the optimizing in the portfolio backtester. The optimizing on the chart in the main MC program has this option for both optimizing types, but I think the optimizing process in the portfolio backtester has not all the features ...
by Katrin Yanenko
07 Jun 2012
Forum: MultiCharts
Topic: Selecting Custom Criteria for Optimization
Replies: 22
Views: 7914

Re: Selecting Custom Criteria for Optimization

... Criteria tab of the Exhaustive Search Properties window or on the Algorithm-Specific Properties tab of the Genetic Algorith Properties window in Portfolio backtester. Is it not possible to use this in the portfolio backtester and only in multicharts via the chart? I am using the MC8.0RC Hi evdl, ...
by Henry MultiСharts
06 Jun 2012
Forum: MultiCharts
Topic: 5min Strategy with Bar Mag = 1min - equivalent Data 1/2?
Replies: 12
Views: 2905

Re: 5min Strategy with Bar Mag = 1min - equivalent Data 1/2?

Speaking of the Bar Magnifier, will the Bar Magnifier for the Portfolio Backtester someday be implemented? That would make the Portfolio Backtester significantly more useful (I don't use it now because of this), and with 64-bit the previous memory limitation ...
by evdl
04 Jun 2012
Forum: MultiCharts
Topic: Selecting Custom Criteria for Optimization
Replies: 22
Views: 7914

Re: Selecting Custom Criteria for Optimization

... Criteria tab of the Exhaustive Search Properties window or on the Algorithm-Specific Properties tab of the Genetic Algorith Properties window in Portfolio backtester. Is it not possible to use this in the portfolio backtester and only in multicharts via the chart? I am using the MC8.0RC
by JoshM
03 Jun 2012
Forum: MultiCharts
Topic: 5min Strategy with Bar Mag = 1min - equivalent Data 1/2?
Replies: 12
Views: 2905

Re: 5min Strategy with Bar Mag = 1min - equivalent Data 1/2?

Speaking of the Bar Magnifier, will the Bar Magnifier for the Portfolio Backtester someday be implemented? That would make the Portfolio Backtester significantly more useful (I don't use it now because of this), and with 64-bit the previous memory limitation ...
by Dan122
01 Jun 2012
Forum: MultiCharts
Topic: How to rank stocks?
Replies: 5
Views: 1874

Re: How to rank stocks?

Henry, I will use it in the portfolio backtester. The portfolio has 40 instruments, from those 10 will show and entry point in a given day. I need to choose 3 stocks (from this poll) based on the smallest RSI.
thanks
Daniel
by Henry MultiСharts
01 Jun 2012
Forum: MultiCharts
Topic: How to rank stocks?
Replies: 5
Views: 1874

Re: How to rank stocks?

... a professional coder. My question is fairly simple. I have 10 possible entries in one day. I want to rank then by RSI, to use 3 of them. I used PortfolioEntriesPriority=(100-RISI); and it didn’t work. Is it strings the way to go? Is there any example of this kind of code? Thanks Daniel Carvalho ...
by Henry MultiСharts
30 May 2012
Forum: MultiCharts
Topic: Retro look back last bar and exit on stop condition
Replies: 25
Views: 8039

Re: Retro look back last bar and exit on stop condition

... see 8.0 beta here https://www.multicharts.com/trading-software-download/ 2. i enabled 'bar magnifier' in MC chart window, and run my backtest in portfolio backtester on tick data, seems stop loss order still not exit at right price. is it possible due to my ver7.4 ? 3. what's the difference between ...
by Dave Masalov
30 May 2012
Forum: MultiCharts
Topic: Selecting Custom Criteria for Optimization
Replies: 22
Views: 7914

Re: Selecting Custom Criteria for Optimization

I am curious if there also plans to get this functionality and all other functions of backtesting what is already in multicharts also in the portfolio backtester? This functionality is available in Portfolio Backtester. For example the walk forward option and the use of all the reserved words ...
by martingale
29 May 2012
Forum: MultiCharts
Topic: Retro look back last bar and exit on stop condition
Replies: 25
Views: 8039

Re: Retro look back last bar and exit on stop condition

... see 8.0 beta here https://www.multicharts.com/trading-software-download/ 2. i enabled 'bar magnifier' in MC chart window, and run my backtest in portfolio backtester on tick data, seems stop loss order still not exit at right price. is it possible due to my ver7.4 ? 3. what's the difference between ...
by evdl
24 May 2012
Forum: MultiCharts
Topic: Selecting Custom Criteria for Optimization
Replies: 22
Views: 7914

Re: Selecting Custom Criteria for Optimization

... Dave, I am curious if there also plans to get this functionality and all other functions of backtesting what is already in multicharts also in the portfolio backtester? For example the walk forward option and the use of all the reserved words in the custom edit script. And on my wishlist, the option ...
by TJ
17 May 2012
Forum: MultiCharts
Topic: Issue with API
Replies: 3
Views: 1152

Re: Issue with API

... has already bought, even though it is in sync mode. Also the API tab in TWS does not show anything, all API position are simply put under the portfolio tab. Is that related? Other then this TWS to MC execution seems alright. I mean when you close MC and it askes you "ur still have X positions, ...
by aczk
17 May 2012
Forum: MultiCharts
Topic: Issue with API
Replies: 3
Views: 1152

Issue with API

... has already bought, even though it is in sync mode. Also the API tab in TWS does not show anything, all API position are simply put under the portfolio tab. Is that related? Other then this TWS to MC execution seems alright. I mean when you close MC and it askes you "ur still have X positions, ...
by evdl
10 May 2012
Forum: MultiCharts
Topic: Multicharts and grid computing
Replies: 11
Views: 3502

Multicharts and grid computing

I have read some post about this on the forum from awhile ago. Mainly for optimizing purposes in the portfolio backtester, it would be nice to speed up this process. I have a high end pc and it takes some time to test my strategies (mostly around 20 hours) I came across this ...
by martingale
10 May 2012
Forum: MultiCharts
Topic: Retro look back last bar and exit on stop condition
Replies: 25
Views: 8039

Re: Retro look back last bar and exit on stop condition

... on the close of the current bar and sent on the opening tick of the next bar. so is there a way to go back to the begin of the bar and force portfolio backtester to enter a stop trade at ( avgEntryPrice +/- stoploss ) level at the close of a bar? This Bar on Close order is sent on the close ...
by Henry MultiСharts
10 May 2012
Forum: MultiCharts
Topic: Retro look back last bar and exit on stop condition
Replies: 25
Views: 8039

Re: Retro look back last bar and exit on stop condition

... on the close of the current bar and sent on the opening tick of the next bar. so is there a way to go back to the begin of the bar and force portfolio backtester to enter a stop trade at ( avgEntryPrice +/- stoploss ) level at the close of a bar? This Bar on Close order is sent on the close ...
by TJ
09 May 2012
Forum: MultiCharts
Topic: how to set Intra-Bar Order Generation ON
Replies: 3
Views: 1168

Re: how to set Intra-Bar Order Generation ON

... by the user in the Calculations tab of the Format Signal window: where is the calculations tab? which format signal? from multicharts window or portfolio backtester or PLEditor itself? i'm quite lost. After you have applied the strategy to your chart, Right click on the chart, Select Format ...
by martingale
09 May 2012
Forum: MultiCharts
Topic: how to set Intra-Bar Order Generation ON
Replies: 3
Views: 1168

Re: how to set Intra-Bar Order Generation ON

... by the user in the Calculations tab of the Format Signal window: where is the calculations tab? which format signal? from multicharts window or portfolio backtester or PLEditor itself? i'm quite lost.
by martingale
09 May 2012
Forum: MultiCharts
Topic: Retro look back last bar and exit on stop condition
Replies: 25
Views: 8039

Re: Retro look back last bar and exit on stop condition

... to calculate at every end of 3 min cycle, but definitely won't reach my purpose.. so is there a way to go back to the begin of the bar and force portfolio backtester to enter a stop trade at ( avgEntryPrice +/- stoploss ) level at the close of a bar? thanks
by siscop
09 May 2012
Forum: MultiCharts
Topic: Portfolio Trading
Replies: 47
Views: 20495

Re: Portfolio Trading

1. Are you planning to implement the Portfolio Trading in 1a MC 1b MC. NET 1c both? 2. Will it be possible to activate a strategy Datafeed: IQfeed Broker: IB So independently of IB so that a ticker from IB would only be used when we have a ...
by evdl
08 May 2012
Forum: MultiCharts
Topic: Changes in portfolio backtester?
Replies: 2
Views: 953

Re: Changes in portfolio backtester?

Thanks Henry for the explanation. My mistake. In the portfolio performance report, you can click on breakdown by symbols and then click overview. You then see the symbol(s) you are backtesting. Click on the symbol and you get the strategy performance ...
by Henry MultiСharts
07 May 2012
Forum: MultiCharts
Topic: Changes in portfolio backtester?
Replies: 2
Views: 953

Re: Changes in portfolio backtester?

Hello Evdl, No changes were applied to the Portfolio Performance Report. Portfolio Performance Report and Strategy performance report of MultiCharts always contained slightly different parameters. Please vote for this feature request if you want ...
by evdl
07 May 2012
Forum: MultiCharts
Topic: Changes in portfolio backtester?
Replies: 2
Views: 953

Changes in portfolio backtester?

If I am not mistaken there are some changes in the portfolio performance report. In the trade analysis there are only the "List of Trades" and the "Total Trade Analysis". There used to be the same info like "drawdown P/L" and much more, as there still ...
by Henry MultiСharts
07 May 2012
Forum: MultiCharts
Topic: FOREX Contract Sizes in Portfolio BackTester
Replies: 3
Views: 1753

Re: FOREX Contract Sizes in Portfolio BackTester

Account size requirement is the amount of money you need to have on your account (besides the initial trading capital) to compensate the drawdown. It is the warranty provision to avoid margin call. The calculation is simple: abs(MinCloseToCloseDrawDown).
by siscop
04 May 2012
Forum: MultiCharts
Topic: QM wants to connect to TWS
Replies: 1
Views: 994

QM wants to connect to TWS

Hi, I am using MC8 beta3 64. Situation: Portfolio Backtester is running with freequotes. Connected to TWS and just closed the last chart on MC that was connected to IB. Waited a while until QM stopped showing updated messages on the log I close ...
by pschriber2
04 May 2012
Forum: MultiCharts
Topic: FOREX Contract Sizes in Portfolio BackTester
Replies: 3
Views: 1753

Re: FOREX Contract Sizes in Portfolio BackTester

Hi Henry,

When I change the contracts to say 1000, I still only get a cash requirement of around $500. The performance report says it bought 1000 contracts at a price of 1.44485 each, so I can't figure out why it is giving me such a low cash requirment when I'm not leveraging my position.

Thanks
by Henry MultiСharts
04 May 2012
Forum: MultiCharts
Topic: FOREX Contract Sizes in Portfolio BackTester
Replies: 3
Views: 1753

Re: FOREX Contract Sizes in Portfolio BackTester

You need to specify the amount of contracts you want to buy in Porfolio Backtester. Please make a right click on the strategy name in the Portfolio Tree at the left-> select Show properties. Once you specify the proper amount or contracts according to your lot size and backtest it - account ...
by pschriber2
03 May 2012
Forum: MultiCharts
Topic: FOREX Contract Sizes in Portfolio BackTester
Replies: 3
Views: 1753

FOREX Contract Sizes in Portfolio BackTester

Hi, I was running a backtest for a strategy based on a data stream from Interactive Brokers. However, when I run the backtest and look at the performance report it gives me a large value for number of contracts (>4000) even though the maximum capital I have allocated for trade is $5000. Since ForEx ...
by Henry MultiСharts
23 Apr 2012
Forum: MultiCharts QUIK
Topic: Portfolio Backtester пропускает от 932 до 1110 утра [SOLVED]
Replies: 1
Views: 2589

Re: Portfolio Backtester пропускает от 932 до 1110 утра [SOLVED]

... инструмента с данными (Quote manager-> Правой кнопкой по инструменту->Export data->Export instrument) и workspace, который Вы используете в Portfolio Backtester.
by Aaron
20 Apr 2012
Forum: MultiCharts QUIK
Topic: Portfolio Backtester пропускает от 932 до 1110 утра [SOLVED]
Replies: 1
Views: 2589

Portfolio Backtester пропускает от 932 до 1110 утра [SOLVED]

MultiCharts64 8.0.5203.202 Почему Portfolio Backtester пропускает от 932 до 1110 утра когда я пользуюсь 2-мин. интервалом и смотрю на один день? Посмотрите пожалуйста Print Log в этом снимке: http://i40.tinypic.com/2mpa1rp.jpg Должно начиться ...
by bomberone1
19 Apr 2012
Forum: MultiCharts
Topic: Portfolio Trading
Replies: 47
Views: 20495

Re: Portfolio Trading

We need all features of Market System Analyzer (MSA), Rina Portfolio Maestro, Sirtrade Portfolio.

MC should choose automatically the best money management solution for our portfolio, that give us aggressive solution, low risk, max performance ecc..
by Xyzzy
18 Apr 2012
Forum: MultiCharts
Topic: Portfolio Trading
Replies: 47
Views: 20495

Re: Portfolio Trading

I'm very happy to hear this! I've been looking forward to this feature for some time. Here's my "wish list" of features for a portfolio auto-trading system (sorry that it's so long): 1. The portfolio trading strategy is organized and controlled within something like the scanner window ...
by khalaad
18 Apr 2012
Forum: MultiCharts
Topic: PERFORMANCE METRICS IN PERFORMANCE REPORTS
Replies: 7
Views: 2401

PERFORMANCE METRICS IN PERFORMANCE REPORTS

A few days ago I ran a portfolio backtest on data starting January 2012. The report returned some astronomical Calmer numbers. I fail to understand this as Calmer Ration requires at least 3 years of data, and a 3.0 Clamer is outstanding. ...
by Dave Masalov
16 Apr 2012
Forum: MultiCharts
Topic: Portfolio Trading
Replies: 47
Views: 20495

Re: Portfolio Trading

Thank you all for your comments. We will take them into consideration. If you have any further ideas and suggestions please do not hesitate to post them here.
by khalaad
11 Apr 2012
Forum: MultiCharts
Topic: Portfolio Trading
Replies: 47
Views: 20495

Re: Portfolio Trading

Similar things may have been already said, but I wish to reinforce:

• the ability to auto trade DJIA constituents from DJIA chart;
• the ability to auto trade USD pairs from a dollar index chart; or
• the ability to auto trade any constituent of any index from the index chart.

Khalid
by Henry MultiСharts
10 Apr 2012
Forum: MultiCharts
Topic: Optimizer error after migrating to a new PC
Replies: 2
Views: 1419

Re: Optimizer error after migrating to a new PC

Hi, I just moved to a new Windows 7 PC, and see an odd problem within Portfolio Backtester. Everything else has gone fine with the transition: I get the exact same results when I run a BackTest using the same Signals and Instruments on the old and new PCs. ...
by ericvp
10 Apr 2012
Forum: MultiCharts
Topic: Portfolio Money Management and Autotrading
Replies: 10
Views: 3699

Re: Portfolio Money Management and Autotrading

Hi Henry,

Thanks for the definitive reply.

Take care,
Eric
by Henry MultiСharts
10 Apr 2012
Forum: MultiCharts
Topic: Portfolio Money Management and Autotrading
Replies: 10
Views: 3699

Re: Portfolio Money Management and Autotrading

Hi Henry, Thanks for starting that thread. I posted my two cents. In the meantime, what is the best way to go about implementing real trading for a 100 instrument strategy? Thanks, Eric In MultiCharts you can trade from the main data series only. You can base the calculation of your strategy on add...
by ericvp
09 Apr 2012
Forum: MultiCharts
Topic: Optimizer error after migrating to a new PC
Replies: 2
Views: 1419

Optimizer error after migrating to a new PC

Hi, I just moved to a new Windows 7 PC, and see an odd problem within Portfolio Backtester. Everything else has gone fine with the transition: I get the exact same results when I run a BackTest using the same Signals and Instruments on the old and new PCs. ...
by Henry MultiСharts
09 Apr 2012
Forum: MultiCharts
Topic: Backtesting single instruments?
Replies: 4
Views: 1242

Re: Backtesting single instruments?

Hello Splint, You can find more information regarding Portfolio Money Management at this page. You can set the slippage and commission in the Format Settings->Properties tab. Right-click on the strategy in the portfolio Tree. Select Show Properties. ...
by furytrader
09 Apr 2012
Forum: MultiCharts
Topic: Portfolio Trading
Replies: 47
Views: 20495

Re: Portfolio Trading

When it comes to constructing such a "panel", it would be cool too if PowerLanguage gave the ability to post notes or messages to a column on the panel so, for example, a trader could be alerted when certain things are happening in the markets being followed - or a trade is about to fire, etc. It ca...
by JoshM
09 Apr 2012
Forum: MultiCharts
Topic: Portfolio Trading
Replies: 47
Views: 20495

Re: Portfolio Trading

We are working on the Portfolio Trading feature and would like to hear your thoughts and ideas regarding the visualization of the Portfolio Trading. What are the technical features of the Portfolio Trading feature, since these will ...
by Splint
08 Apr 2012
Forum: MultiCharts
Topic: Backtesting single instruments?
Replies: 4
Views: 1242

Backtesting single instruments?

... by the system vendor. I would like to see if Multicharts can replicate these reports. What I'm unclear about is how I would do this in the Portfolio Backtester. From what I understand the system has all money management values built in and assumes sufficient funds to trade one contract ...
by ventus
06 Apr 2012
Forum: MultiCharts
Topic: Portfolio Trading
Replies: 47
Views: 20495

Re: Portfolio Trading

I think the entire point of "portfolio trading" is to eliminate charts from the automated trading process. Having to apply a strategy to every chart and do this for every market-strategy combination in your portfolio becomes a daunting ...
by ericvp
05 Apr 2012
Forum: MultiCharts
Topic: Portfolio Money Management and Autotrading
Replies: 10
Views: 3699

Re: Portfolio Money Management and Autotrading

Hi Henry,

Thanks for starting that thread. I posted my two cents.

In the meantime, what is the best way to go about implementing real trading for a 100 instrument strategy?

Thanks,
Eric
by ericvp
05 Apr 2012
Forum: MultiCharts
Topic: Portfolio Trading
Replies: 47
Views: 20495

Re: Portfolio Trading

Here is what an ideal version of Portfolio Trading would look like to me: It would enable me to take the collection of Instruments, Signals, and settings that I am currently running in Portfolio Backtester, and use them to begin automated ...
by furytrader
05 Apr 2012
Forum: MultiCharts
Topic: Portfolio Trading
Replies: 47
Views: 20495

Re: Portfolio Trading

This sounds very cool - do you have a mockup or something we could look at? Related to Portfolio Trading is the idea of spread trading ... which PowerLanguage (and EasyLanguage) don't handle well at all. It would be great to see the ability to easily work related trades ...
by Henry MultiСharts
05 Apr 2012
Forum: MultiCharts
Topic: Portfolio Money Management and Autotrading
Replies: 10
Views: 3699

Re: Portfolio Money Management and Autotrading

Hi, I also have need for what Marina called "portfolio autotrading" back in June of 2008. I've been using Portfolio Backtester for a handful of months to evaluate strategies involving about 100 instruments. In those evaluations, I've made use of ...
by Dave Masalov
05 Apr 2012
Forum: MultiCharts
Topic: Portfolio Trading
Replies: 47
Views: 20495

Portfolio Trading

Dear users, We are working on the Portfolio Trading feature and would like to hear your thoughts and ideas regarding the visualization of the Portfolio Trading. What we are going to implement is a simple (at first) price bar chart showing ...
by ericvp
04 Apr 2012
Forum: MultiCharts
Topic: Portfolio Money Management and Autotrading
Replies: 10
Views: 3699

Re: Portfolio Money Management and Autotrading

Hi, I also have need for what Marina called "portfolio autotrading" back in June of 2008. I've been using Portfolio Backtester for a handful of months to evaluate strategies involving about 100 instruments. In those evaluations, I've made use of ...
by Henry MultiСharts
20 Mar 2012
Forum: MultiCharts
Topic: Portfolio P&L Report
Replies: 6
Views: 2060

Re: Portfolio P&L Report

But this only gives information on trades on the current chart - correct?
That is correct.
What if I have 10 charts open and want to see the portfolio performance of the 10 charts?
Unfortunately there is no such feature in MultiCharts at the moment.
by bauhinia
20 Mar 2012
Forum: MultiCharts
Topic: Portfolio P&L Report
Replies: 6
Views: 2060

Re: Portfolio P&L Report

THanks Henry, But this only gives information on trades on the current chart - correct? What if I have 10 charts open and want to see the portfolio performance of the 10 charts? I dont think I can see this info - hence why I need to download in excel the orders and calculate the PnL from there. ...
by Henry MultiСharts
20 Mar 2012
Forum: MultiCharts
Topic: Portfolio P&L Report
Replies: 6
Views: 2060

Re: Portfolio P&L Report

Hello Andrew,

Have you checked the "Strategy performance report" for auto trading and "Trading performance report" for chart orders analysis in View tab of MultiCharts?
by bauhinia
19 Mar 2012
Forum: MultiCharts
Topic: Portfolio P&L Report
Replies: 6
Views: 2060

Re: Portfolio P&L Report

Hi Henry,

When trading I am finding it very difficult to track PnL on live strategies.
I would like to be able to calculate the PnL from the exported orders file in excel.

Or if MC could create a portfolio report of actual trades that would be great.
Cheers
Andrew
by SAL
14 Mar 2012
Forum: MultiCharts
Topic: Custom Criteria – creating your own optimization criteria
Replies: 28
Views: 36500

Re: Custom Criteria – creating your own optimization criteri

Hey Josh, I just figured it out. Apparently I was using the Portfolio Backtester, which does not support some of these reserved words. Multicharts supports a few more reserved words than the portfolio backtester, a list can be found here: http://www.multicharts.com/trading-software/index.php/Performing_Optimization#Custom_Criteria
by gisforgringo
09 Mar 2012
Forum: MultiCharts
Topic: Backtesting using IOG and Barstatus
Replies: 1
Views: 1042

Backtesting using IOG and Barstatus

When using Portfolio Backtester and when using MC backtester in backtesting mode = classic I have developed a profitable startegy. When backtesting in extended mode with using Bar Magnifier with tick-by-tick data, the strategy ...
by Henry MultiСharts
01 Mar 2012
Forum: MultiCharts
Topic: MC - 500 Symbol Limit on Backtesting [SOLVED]
Replies: 2
Views: 1368

Re: MC - 500 Symbol Limit on Backtesting [SOLVED]

Hello Tony,

The limitation for the amount of symbols in Portfolio Backtester has been removed in MultiCharts 64 bit.
by bauhinia
22 Feb 2012
Forum: MultiCharts
Topic: Portfolio P&L Report
Replies: 6
Views: 2060

Re: Portfolio P&L Report

... only place where you get to see all of your trades. From that I am looking to download to excel then create a trading performance report for the portfolio. I am wondering if anyone has created an excel tool that will display PnL for portfolio and then have the ability to drill down to strategy ...
by Henry MultiСharts
22 Feb 2012
Forum: MultiCharts
Topic: Strategy Performance Report
Replies: 4
Views: 2021

Re: Strategy Performance Report

... Buy and hold return is calculated for the data range present on the chart. You can specify the period of 2000 - 2011 in the Data Range settings of Portfolio settings. 2) You can find the descriptions by clicking on the name of the group (Strategy analysis, Trade analysis, etc) or by clicking on ...
by Henry MultiСharts
22 Feb 2012
Forum: MultiCharts
Topic: Portfolio P&L Report
Replies: 6
Views: 2060

Re: Portfolio P&L Report

Hello Bauhinia,

Please describe your question in details.
Do you refer to the Portfolio Performance Report or MultiCharts Order and Position Tracker?
by johnmok
20 Feb 2012
Forum: MultiCharts
Topic: Results difference for BT in portfolio backtester and MC
Replies: 4
Views: 4061

Re: Results difference for BT in portfolio backtester and MC

thanks a lot, completely solve my problem :-)
by bauhinia
20 Feb 2012
Forum: MultiCharts
Topic: Portfolio P&L Report
Replies: 6
Views: 2060

Portfolio P&L Report

Hi All,

just wondering if anyone has created a portfolio P&L report in excel from the data that is available in the positions manager?

I am finding it difficult to track PnL by strategy and wanted to see if anyone had any solutions to this problem?

Many thanks.
by greenroomhoo
18 Feb 2012
Forum: MultiCharts
Topic: Portfolio backtester?
Replies: 6
Views: 2059

Re: Portfolio backtester?

Wow many many thanks for this.
by Xyzzy
18 Feb 2012
Forum: MultiCharts
Topic: Portfolio backtester?
Replies: 6
Views: 2059

Re: Portfolio backtester?

D'oh! Good catch.
by txls
18 Feb 2012
Forum: MultiCharts
Topic: Portfolio backtester?
Replies: 6
Views: 2059

Re: Portfolio backtester?

Code: Select all

If LastBarOnChart AND MarketPosition = 1 then begin
if Marketposition <> 0, no?
by Xyzzy
18 Feb 2012
Forum: MultiCharts
Topic: Portfolio backtester?
Replies: 6
Views: 2059

Re: Portfolio backtester?

... = 1 then begin Sell this bar at close ; BuyToCover this bar at close ; end ; You can just add this additional signal to your existing portfolio, rather than having to add custom code to each and every script. This is adapted from some code by Sunny Harris in TS Made Easy. (A good introductory ...
by rgranero
16 Feb 2012
Forum: MultiCharts
Topic: Backtesting Precision & Bar Magnifier
Replies: 13
Views: 2819

Re: Backtesting Precision & Bar Magnifier

Ok Henry, Please to cosider to extend Bar Magnifier and the improvement to Portfolio Backtester too. Portfolio Backtester is a formidable tool (global variable like Portfolio.netprofit are very useful!!) and one (with many other) of the benefit to work with MC. ...
by greenroomhoo
16 Feb 2012
Forum: MultiCharts
Topic: Portfolio backtester?
Replies: 6
Views: 2059

Re: Portfolio backtester?

ok thanks.
by Dave Masalov
16 Feb 2012
Forum: MultiCharts
Topic: Portfolio backtester?
Replies: 6
Views: 2059

Re: Portfolio backtester?

Hello greenroomhoo, Is there away to have it close all trades so there is no Open Position PL? You want to see portfolio performance report with all positions closed (no Open Position PL), is my understanding correct? The only way to do so is to close the positions using your ...
by XIKON
15 Feb 2012
Forum: MultiCharts
Topic: Portfolio Backtester vs. Strategy Performance Report
Replies: 2
Views: 1069

Re: Portfolio Backtester vs. Strategy Performance Report

Dear Henry,

Many thanks for the help. It is working now. All settings were identical except the data range. I had forgotten to include a range rather than bars back.

Many thanks again.

Best regards,

XIKON
by greenroomhoo
15 Feb 2012
Forum: MultiCharts
Topic: Portfolio backtester?
Replies: 6
Views: 2059

Portfolio backtester?

Is there away to have it close all trades so there is no Open Position PL?
Does the Gross/Net Profits include the Open Position PL?

thanks

64 bit ROCKS
by ericvp
15 Feb 2012
Forum: MultiCharts
Topic: MultiCharts 7.4 backtester include Sharpe Ratio?
Replies: 6
Views: 2865

Re: MultiCharts 7.4 backtester include Sharpe Ratio?

Hi Henry, Thanks for the definitive response. I beg to differ on the assertion that Sharpe Ratio can't be calculated for a portfolio. The sequence of periodic returns for the whole portfolio is all you need to calculate the Sharpe Ratio. After all, Bill Sharpe invented the Sharpe Ratio ...
by Henry MultiСharts
15 Feb 2012
Forum: MultiCharts
Topic: MultiCharts 7.4 backtester include Sharpe Ratio?
Replies: 6
Views: 2865

Re: MultiCharts 7.4 backtester include Sharpe Ratio?

Hello Eric, Unfortunately Sharpe ratio is not available for the portfolio of symbols. Portfolio consists of different symbols with different price levels and the strategy can be long on one symbol and short on the other at the same time. Therefore, it is ...
by ericvp
14 Feb 2012
Forum: MultiCharts
Topic: MultiCharts 7.4 backtester include Sharpe Ratio?
Replies: 6
Views: 2865

Re: MultiCharts 7.4 backtester include Sharpe Ratio?

Hi Henry, Thanks for your response. I should have been more explicit in my question. I am interested in the Sharpe Ratio for the portfolio I am backtesting, not the individual instruments. There are over 100 instruments in my portfolio -- over any given period of time, some of those end ...
by Henry MultiСharts
14 Feb 2012
Forum: MultiCharts
Topic: Portfolio Backtester vs. Strategy Performance Report
Replies: 2
Views: 1069

Re: Portfolio Backtester vs. Strategy Performance Report

Hello Xikon, Please make sure that you have one instrument both in MC and Portfolio Backtester. The Data Range should be specified as From_ To_ and not Days/Bars Back. The resolution should be the same both in MC and Portfolio Backtester. The settings in the ...
by Henry MultiСharts
14 Feb 2012
Forum: MultiCharts
Topic: MultiCharts 7.4 backtester include Sharpe Ratio?
Replies: 6
Views: 2865

Re: MultiCharts 7.4 backtester include Sharpe Ratio?

Hello Eric,

You can find Sharpe ratio as well as other ratios in Breakdown by Symbols section of Portfolio Performance Report.
by XIKON
13 Feb 2012
Forum: MultiCharts
Topic: Portfolio Backtester vs. Strategy Performance Report
Replies: 2
Views: 1069

Portfolio Backtester vs. Strategy Performance Report

... The report I am getting under strategy performance report has got me in a trade on a certain date. However when the same strategy is run under portfolio backtester it doesn't get me in the trade. Not sure why I am getting two different results. I have looked at the settings and nothing seems ...
by ericvp
13 Feb 2012
Forum: MultiCharts
Topic: MultiCharts 7.4 backtester include Sharpe Ratio?
Replies: 6
Views: 2865

MultiCharts 7.4 backtester include Sharpe Ratio?

Hi, When looking at the Portfolio Backtester > Portfolio Performance Report > Strategy Analysis > Performance Ratios, I only see "Portfolio Net Profit as % of Max Portfolio Drawdown" listed. I don't see a way to add other performance ...
by Henry MultiСharts
01 Feb 2012
Forum: MultiCharts
Topic: Import Instrument Lists into Porfolio Backtester
Replies: 3
Views: 1207

Re: Import Instrument Lists into Porfolio Backtester

Hello Greenroomhoo, When you start Portfolio Backtester "Active Data Source" is written in the bottom right corner of the application window. By default it is eSignal. You need to add an instrument from your data feed (IQFeed), then IQFeed ...
by greenroomhoo
30 Jan 2012
Forum: MultiCharts
Topic: Import Instrument Lists into Porfolio Backtester
Replies: 3
Views: 1207

Import Instrument Lists into Porfolio Backtester

What is the best way to do this? I created a list of say every stock with beta>1.5 (200+) in a csv. When I import the list into the portfolio backtester, they are not showing up as my data provider's symbols (IQFeed). I have loaded every equity on the planet into Quote manager from IQ feed ...
by ericvp
29 Jan 2012
Forum: MultiCharts
Topic: Suggestions on how best to bring additional data into MC?
Replies: 2
Views: 1033

Suggestions on how best to bring additional data into MC?

... I'm trying to do, and a couple of thoughts on how I might go about it. Any and all suggestions/ critiques gratefully received. Simple case: In Portfolio Backtester, I'm running five signals against 100 US-listed stocks with a daily bar length, going from 2002 to the present. I've imported the ...
by Katrin Yanenko
24 Jan 2012
Forum: MultiCharts
Topic: Results difference for BT in portfolio backtester and MC
Replies: 4
Views: 4061

Re: Results difference for BT in portfolio backtester and MC

Hi, The report in Portfilio Backtester is also full and contains the same data and tabs. Please Extend the Breakdown by Symbol section and select Overview. In the Overview you can see the list of instruments. If you left click on one of them you'll see the full Strategy Performance Report for this p...
by Henry MultiСharts
23 Jan 2012
Forum: MultiCharts
Topic: Questions on Portfolio Tester
Replies: 7
Views: 4377

Re: Questions on Portfolio Tester

... Also, you didn't mention average annual return / CAGR (useful especially testing many years of data)? You don't intend to include this in portfolio backtester? I have not seen this statistic. I think it would be useful, for what it's worth. Account. size required=MinCloseToCloseDrawDown ...
by DukeNukem
21 Jan 2012
Forum: MultiCharts
Topic: Questions on Portfolio Tester
Replies: 7
Views: 4377

Re: Questions on Portfolio Tester

... Also, you didn't mention average annual return / CAGR (useful especially testing many years of data)? You don't intend to include this in portfolio backtester? I have not seen this statistic. I think it would be useful, for what it's worth.
by Henry MultiСharts
20 Jan 2012
Forum: MultiCharts
Topic: Questions on Portfolio Tester
Replies: 7
Views: 4377

Re: Questions on Portfolio Tester

... contract? Also I looked at the annual periodic analysis but didn't see an average annual return %. I don't know if this percentage is included in Portfolio Tester but I think it would be a very useful addition if it's not there. Thanks In case your symbol settings are correct-Portfolio values ...
by JoshM
20 Jan 2012
Forum: MultiCharts
Topic: Bar Magnifier Option in Portfolio
Replies: 10
Views: 4852

Re: Bar Magnifier Option in Portfolio

Just in case other users are looking for the PM entry, it can be found here:
Just added my vote.
by Henry MultiСharts
19 Jan 2012
Forum: MultiCharts
Topic: Bar Magnifier Option in Portfolio
Replies: 10
Views: 4852

Re: Bar Magnifier Option in Portfolio

Hi everyone and happy new year! Just one question, is the "bar magnifier" option is planned for the Portfolio Backtester? This would be so great to be able to test strategies with that. Thank you! Hello Roumeau. Thank you for your suggestion. Unfortunately this feature has ...
by DukeNukem
18 Jan 2012
Forum: MultiCharts
Topic: Questions on Portfolio Tester
Replies: 7
Views: 4377

Re: Questions on Portfolio Tester

... contract? Also I looked at the annual periodic analysis but didn't see an average annual return %. I don't know if this percentage is included in Portfolio Tester but I think it would be a very useful addition if it's not there. Thanks See the attached pic highlighting my questions. How is the ...
by Roumeau
18 Jan 2012
Forum: MultiCharts
Topic: Bar Magnifier Option in Portfolio
Replies: 10
Views: 4852

Bar Magnifier Option in Portfolio

Hi everyone and happy new year!

Just one question, is the "bar magnifier" option is planned for the Portfolio Backtester?

This would be so great to be able to test strategies with that.

Thank you!
by Henry MultiСharts
18 Jan 2012
Forum: MultiCharts
Topic: Questions on Portfolio Tester
Replies: 7
Views: 4377

Re: Questions on Portfolio Tester

... a way to circumvent required account size in live trading perhaps by trading mini/micro futures instead of full sized contracts? Also does the portfolio tester include average annual % return or is there plans to include this? Thanks -Andrew Hello Andrew. Account Size Required-the amount of ...
by johnmok
17 Jan 2012
Forum: MultiCharts
Topic: Results difference for BT in portfolio backtester and MC
Replies: 4
Views: 4061

Re: Results difference for BT in portfolio backtester and MC

thanks a lot! i've got the same result now, my second question is why there is more information provided in the report in mc compare with that in backtester? (as shown in the screenshot above)

is there any option to have a "full" report in backtester's report?

thanks!
by DukeNukem
16 Jan 2012
Forum: MultiCharts
Topic: Questions on Portfolio Tester
Replies: 7
Views: 4377

Questions on Portfolio Tester

... a way to circumvent required account size in live trading perhaps by trading mini/micro futures instead of full sized contracts? Also does the portfolio tester include average annual % return or is there plans to include this? Thanks -Andrew
by khalaad
13 Jan 2012
Forum: MultiCharts
Topic: GFT broker and datafeed
Replies: 23
Views: 6322

Re: GFT broker and datafeed

... offered by MT4 is eliminated now. I say "stupid hedging" because it has nothing to do with hedging which consist of covering an instrument or a portfolio by another one. The purpose is not to close out your position but to remove one of the variable of your risk. For instance if you are a volatility ...
by Fabrice Daniel
13 Jan 2012
Forum: MultiCharts
Topic: GFT broker and datafeed
Replies: 23
Views: 6322

Re: GFT broker and datafeed

... offered by MT4 is eliminated now. I say "stupid hedging" because it has nothing to do with hedging which consist of covering an instrument or a portfolio by another one. The purpose is not to close out your position but to remove one of the variable of your risk. For instance if you are a volatility ...
by Katrin Yanenko
10 Jan 2012
Forum: MultiCharts
Topic: Results difference for BT in portfolio backtester and MC
Replies: 4
Views: 4061

Re: Results difference for BT in portfolio backtester and MC

Hi johnmok, Please make sure that you have one instrument both in MC and Portfolio Backtester. The Data Range should be specified as From_ To_ and not Days/Bars Back. The resolution should be the same both in MC and Portfolio Backtester. Please check that the ...
by johnmok
08 Jan 2012
Forum: MultiCharts
Topic: Results difference for BT in portfolio backtester and MC
Replies: 4
Views: 4061

Results difference for BT in portfolio backtester and MC

as title stated, i found the results have significant difference for backtesting inside MC and that from backtester, all setting(e.g. signal, start capital, etc.)are the same, but they just give different result. screenshot shown as below for reference, did i miss anything to get this result? thanks...
by DukeNukem
07 Jan 2012
Forum: MultiCharts
Topic: Strategy backtesting a with tick or minute resolution
Replies: 6
Views: 1731

Strategy backtesting a with tick or minute resolution

Hello, how would I backtest a daily bar strategy (in portfolio backtester) on multiple instruments with tick / minute / second resolution? Thanks in advance
by JoshM
20 Dec 2011
Forum: MultiCharts
Topic: Teaser for the upcoming release
Replies: 36
Views: 10752

Re: Teaser for the upcoming release

... calculations, only one core can be used. eg. you cannot liquidate before a position has taken place, or calculate a consolidated portfolio balance before all the positions are confirmed. Multi-core/thread, though powerful, cannot speed up calculations that are limited by the above ...
by TJ
19 Dec 2011
Forum: MultiCharts
Topic: Teaser for the upcoming release
Replies: 36
Views: 10752

Re: Teaser for the upcoming release

... wondering, will MultiCharts also become (more) hyperthreaded with the new 64 bit version? I'm asking because for example strategy calculations and Portfolio Backtester backtests are done with one core, and though it's impressive to be able to load 64 million ticks, if applying a strategy to that ...
by JoshM
19 Dec 2011
Forum: MultiCharts
Topic: Teaser for the upcoming release
Replies: 36
Views: 10752

Re: Teaser for the upcoming release

... wondering, will MultiCharts also become (more) hyperthreaded with the new 64 bit version? I'm asking because for example strategy calculations and Portfolio Backtester backtests are done with one core, and though it's impressive to be able to load 64 million ticks, if applying a strategy to that ...
by Dave Masalov
19 Dec 2011
Forum: MultiCharts
Topic: Less data in optimization reports with the Backtester
Replies: 2
Views: 1143

Re: Less data in optimization reports with the Backtester

Why is there less data in the report of an optimization done with the Backtester tool than an optimization done on a chart? Hello, Portfolio consists of different symbols with different price levels and the strategy can be long on one symbol and short on the other at the same time. Therefore, ...
by Xyzzy
19 Dec 2011
Forum: MultiCharts
Topic: Less data in optimization reports with the Backtester
Replies: 2
Views: 1143

Re: Less data in optimization reports with the Backtester

I agree. A while ago, I posted a feature request to the project management forum to ask that the portfolio optimization report for the portfolio backtester be updated to included all of the fields that normally included in a strategy optimization report. The request is ...
by AMarsland
13 Dec 2011
Forum: MultiCharts
Topic: Moving data between MC and Portfolio BackTester
Replies: 6
Views: 2543

Moving data between Portfolio BackTester signals

... Symbol/Number shared list (MapSN.Share) in variables and store each days/bars closing price. Place this in its own signal with a clone of the same portfolio of instruments the main signal will be used on: Vars: ClosingPrices(MapSN.Share("Prices")); // PUT today's Close price in shared map of symbols/prices ...
by Henry MultiСharts
12 Dec 2011
Forum: MultiCharts
Topic: SSD Drive
Replies: 7
Views: 4181

Re: SSD Drive

... windows 7. I couln't find the registry keys at those locations, but I found them under HKLM\SOFTWARE\Wow6432Node\TS Support\MultiCharts\Databases\Portfolio and HKLM\SOFTWARE\Wow6432Node\TS Support\MultiCharts\Databases\Storage. I changed the file paths, but when I opened a workspace it said 'HistorySymbol ...
by Henry MultiСharts
12 Dec 2011
Forum: MultiCharts
Topic: here we go again
Replies: 2
Views: 1449

Re: here we go again

... Seriously, i am not putting this program through a very rigorous workload and it just fails more than it succeeds (dont even get me started on "portfolio" backtesting. Will these type of errors be fixed with 64bit? Hello Greenroomhoo. We adress all issues reported by our users. Each version ...
by greenroomhoo
11 Dec 2011
Forum: MultiCharts
Topic: here we go again
Replies: 2
Views: 1449

here we go again

... Seriously, i am not putting this program through a very rigorous workload and it just fails more than it succeeds (dont even get me started on "portfolio" backtesting. Will these type of errors be fixed with 64bit?
by AMarsland
10 Dec 2011
Forum: MultiCharts
Topic: Moving data between MC and Portfolio BackTester
Replies: 6
Views: 2543

Re: Moving data between MC and Portfolio BackTester

Hey Josh, Thanks for your pointers. As clarification the ADE code above works at passing OHLCV data through memory between MC workspaces. The write to file function doesn't work... I like your idea of using a shared list to store closing prices on each passing bar. The strategy could then store them...
by JoshM
10 Dec 2011
Forum: MultiCharts
Topic: Moving data between MC and Portfolio BackTester
Replies: 6
Views: 2543

Re: Moving data between MC and Portfolio BackTester

Why don't you use a shared data map in the Portfolio Backtester? Something like.. Variables: listOfPrices(ListN.Share("myPrices")); if (CurrentBar < 200) then begin // Add current close to the list value1 = ListN.PushBack(listOfPrices, Close); ...
by JoshM
10 Dec 2011
Forum: MultiCharts
Topic: Moving data between MC and Portfolio BackTester
Replies: 6
Views: 2543

Re: Moving data between MC and Portfolio BackTester

I'm afraid I can't be of much help, but.. I want to transfer Close data from 23 individual MC price charts to be used in a Portfolio BackTester strategy trading the same 23 symbols. Why don't you use a shared data map in the Portfolio Backtester? That should work, and perhaps can also ...
by Xyzzy
09 Dec 2011
Forum: MultiCharts
Topic: Portfolio sizing question
Replies: 6
Views: 2496

Re: Portfolio sizing question

Good point Furytrader. Thanks.
by furytrader
09 Dec 2011
Forum: MultiCharts
Topic: Portfolio sizing question
Replies: 6
Views: 2496

Re: Portfolio sizing question

In re: to the idea of sending large order to IB, I don't think you want to get into that practice because, let's say that they didn't catch (due to a technical issue), you would be liable for any losses that result. It's better to have full control over the rules that govern how orders get executed ...
by Xyzzy
09 Dec 2011
Forum: MultiCharts
Topic: Portfolio sizing question
Replies: 6
Views: 2496

Re: Portfolio sizing question

Thanks everyone. Furrytrader, I had thought about something like you suggested. It's workable for four symbols, although it would get exponentially more difficult if I try to expand my strategy to trade more than four symbols. I'll play with ADE for now to see if I can cobble together something that...
by Katrin Yanenko
09 Dec 2011
Forum: MultiCharts QUIK
Topic: Бектест портфеля [SOLVED]
Replies: 9
Views: 5081

Re: Бектест портфеля [SOLVED]

... формулой в моём первом сообщении: Доступное количество денег для осуществления входа в позицию EntryAmmount вычисляется по формуле: EntryAmmount = Portfolio_Equity * PercentOfEquity / 100;, где: PercentOfEquity – значение в поле ввода опции «Percent of Equity» в процентах Текущее доступное количество ...
by AMarsland
09 Dec 2011
Forum: MultiCharts
Topic: Moving data between MC and Portfolio BackTester
Replies: 6
Views: 2543

Moving data between MC and Portfolio BackTester

Tags: ADE, All Data Everywhere, EL Collections, Portfolio Backtester Hi All, I was wondering whether some EL Guru could point me in the direction of a solution to this challenge??? I want to transfer Close data from 23 individual MC price charts ...
by furytrader
09 Dec 2011
Forum: MultiCharts
Topic: Portfolio sizing question
Replies: 6
Views: 2496

Re: Portfolio sizing question

Another potential solution (although it might be a little unwieldy) would be to follow all four markets in each chart (with data1 being the market that you're trading in that chart, and data2, data3 and data4 being the other markets) and have the strategy evaluate each of the four markets in real ti...
by PricePuzzle
09 Dec 2011
Forum: MultiCharts
Topic: Portfolio sizing question
Replies: 6
Views: 2496

Re: Portfolio sizing question

For example, are there any keywords to determine the total number of filled or pending orders for this strategy, for all symbols? You can get unfilled order indirectly by unfilled order = MarketPosition - MarketPosition_at_Broker_for_The_Strategy MarketPosition is the position that shown on chart, ...
by Henry MultiСharts
09 Dec 2011
Forum: MultiCharts
Topic: Prioritize execution of strategy for multiple symbols?
Replies: 1
Views: 981

Re: Prioritize execution of strategy for multiple symbols?

Unfortunately there is no analogue for Portfolio Backtester keyword "PortfolioEntriesPriority" for strategy trading.
You need to form the trading priority. Symbol execution based on seconds pattern you have describe above should function.
by Henry MultiСharts
09 Dec 2011
Forum: MultiCharts
Topic: Portfolio sizing question
Replies: 6
Views: 2496

Re: Portfolio sizing question

Unfortunately there are no such keywords at the moment to determine the total number of filled or pending orders for this strategy or for all symbols.

To determine the total equity that is available for trading you need to do the calculation:
TotalEquity = InitialCapital+NetProfit+OpenPositionProfit
by AMarsland
09 Dec 2011
Forum: MultiCharts
Topic: What component of MultiCharts do you want to be optimized?
Replies: 87
Views: 28924

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

Portfolio Backtester with Bar Magnifier functionality please
by Xyzzy
09 Dec 2011
Forum: MultiCharts
Topic: Prioritize execution of strategy for multiple symbols?
Replies: 1
Views: 981

Prioritize execution of strategy for multiple symbols?

... with the @EMD signal firing first, then @ES firing second, then @NQ, and finally @YM. I'm basically looking for some way to replicate the keyword "PortfolioEntriesPriority" for the Portfolio Backtester, but on charts during live trading. Is there any way to determine the priority in which close-of-bar ...
by Xyzzy
09 Dec 2011
Forum: MultiCharts
Topic: Portfolio sizing question
Replies: 6
Views: 2496

Portfolio sizing question

I'm developing a strategy that currently trades four e-mini futures symbols (@EMD, @ES, @NQ and @YM). It's a gap-open strategy that sometimes opens a position, and sometimes does nothing, depending on whether the "buy" criteria are met for any given symbol at the open of the day session. I would lik...
by 2haerim
07 Dec 2011
Forum: MultiCharts
Topic: What component of MultiCharts do you want to be optimized?
Replies: 87
Views: 28924

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

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

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

[2] Supporting non-english comment in PLEditor.

thx
by TJ
03 Dec 2011
Forum: MultiCharts
Topic: why does every future i load on MC need to be fixed in quote
Replies: 9
Views: 6911

Re: why does every future i load on MC need to be fixed in q

thanks Xyzzy....i guess i am just pretty tweaked that they did not make that clear (that portfolio backtesting is limited by memory constraints). Dont you have issues with backtesting renkos though when you are trailing stops since the bar will have prints outside the ...
by greenroomhoo
02 Dec 2011
Forum: MultiCharts
Topic: why does every future i load on MC need to be fixed in quote
Replies: 9
Views: 6911

Re: why does every future i load on MC need to be fixed in q

thanks Xyzzy....i guess i am just pretty tweaked that they did not make that clear (that portfolio backtesting is limited by memory constraints). Dont you have issues with backtesting renkos though when you are trailing stops since the bar will have prints outside the ...
by Xyzzy
02 Dec 2011
Forum: MultiCharts
Topic: why does every future i load on MC need to be fixed in quote
Replies: 9
Views: 6911

Re: why does every future i load on MC need to be fixed in q

... features. Hopefully MultiCharts will implement these in a future release. http://www.multicharts.com/pm/viewissue.php?issue_no=MC-386 Concerning portfolio backtesting, you should be able to backtest at least 125 to 150 symbols now, using the 32 bit version. I believe that the MultiCharts people ...
by greenroomhoo
02 Dec 2011
Forum: MultiCharts
Topic: why does every future i load on MC need to be fixed in quote
Replies: 9
Views: 6911

Re: why does every future i load on MC need to be fixed in q

... that since i ahve already abandoned the platform for intraday futures trading anyway and just hope i can recover some of my investment on the portfolio backtesting side. However, the memory is a serious problem. i have quad processor and 16bg so plenty of memory in my computer. I spent some ...
by greenroomhoo
02 Dec 2011
Forum: MultiCharts
Topic: why does every future i load on MC need to be fixed in quote
Replies: 9
Views: 6911

why does every future i load on MC need to be fixed in quote

... to fix this memory issue? I now have to reboot my computer for loading one symbol with 14 days of data. I cant really do any serious level of portfolio backtesting either because the thing runs out of memory (dont worry i have plenty of memory and processor speed)? This perplexes me...i can ...
by nevr
02 Dec 2011
Forum: MultiCharts QUIK
Topic: Бектест портфеля [SOLVED]
Replies: 9
Views: 5081

Бектест портфеля [SOLVED]

... я хочу прописать модуль управления сайзом в изи и чтобы он совпадал с бектестом, который идет при сайзе = 0 и установленных параметрах на закладке Portfolio Settings. Заранее спасибо.
by Elm
01 Dec 2011
Forum: MultiCharts
Topic: SSD Drive
Replies: 7
Views: 4181

Re: SSD Drive

... windows 7. I couln't find the registry keys at those locations, but I found them under HKLM\SOFTWARE\Wow6432Node\TS Support\MultiCharts\Databases\Portfolio and HKLM\SOFTWARE\Wow6432Node\TS Support\MultiCharts\Databases\Storage. I changed the file paths, but when I opened a workspace it said 'HistorySymbol ...
by mefTrader
29 Nov 2011
Forum: MultiCharts
Topic: Portfolio Settings - Limiting trading to cash in account
Replies: 5
Views: 1930

Re: Portfolio Settings - Limiting trading to cash in account

Still dont understand - lets keep it simple for 2 does the 100% setting LIMIT the current positions on to the total equity in the account i.e Portfolio_Equity ? e.g If I have $100k in the account at a certain point in time does the max open positions(the accumulation of all the open positions) be li...
by Henry MultiСharts
29 Nov 2011
Forum: MultiCharts
Topic: Portfolio Settings - Limiting trading to cash in account
Replies: 5
Views: 1930

Re: Portfolio Settings - Limiting trading to cash in account

... InitialCapital + Portfolio_NetProfit + Portfolio_OpenPositionProfit – TotalPotentialRiskCapital • Portfolio_NetProfit – current profit for entire portfolio. The sum of NetProfit for all symbols (Keyword «portfolio_netprofit») • Portfolio_OpenPositionProfit – current potential profit for entire ...
by mefTrader
26 Nov 2011
Forum: MultiCharts
Topic: Portfolio Settings - Limiting trading to cash in account
Replies: 5
Views: 1930

Re: Portfolio Settings - Limiting trading to cash in account

Thanks Josh

Can someone from MC answer my questions at the top of the post?

Thanks
by JoshM
26 Nov 2011
Forum: MultiCharts
Topic: Portfolio Settings - Limiting trading to cash in account
Replies: 5
Views: 1930

Re: Portfolio Settings - Limiting trading to cash in account

Is there a comprehensive manual on this Portfolio Backtesting that gives examples etc.? Not with examples, but if you haven't done already, you can take a look at the MultiCharts manual found here (the 'MultiCharts Printer-friendly Manual' hyperlink). ...
by mefTrader
23 Nov 2011
Forum: MultiCharts
Topic: Portfolio Settings - Limiting trading to cash in account
Replies: 5
Views: 1930

Re: Portfolio Settings - Limiting trading to cash in account

Is there a comprehensive manual on this Portfolio Backtesting that gives examples etc.?
by mefTrader
23 Nov 2011
Forum: MultiCharts
Topic: Portfolio Settings - Limiting trading to cash in account
Replies: 5
Views: 1930

Portfolio Settings - Limiting trading to cash in account

Hi, I have a portfolio of stocks and my initial capital is set to $100K. I have the following query with regards to margining in the portfolio backtesting. If I set "Absolute Max Potential Loss to $0.001" i.e off and "Margin value ...
by JoshM
17 Nov 2011
Forum: MultiCharts
Topic: Portfolio Money Management and Autotrading
Replies: 10
Views: 3699

Re: Portfolio Money Management and Autotrading

... current account equity * 15% to determine the position size. For example, a function like the following will return the total equity for the whole portfolio: Inputs: StartingAccountValue(NumericSimple), GetOrUpdate(StringSimple); Variables: AccountList(ListN.Share("FXAccValue")), accountValueOld(0); ...
by bauhinia
15 Nov 2011
Forum: MultiCharts
Topic: Portfolio Money Management and Autotrading
Replies: 10
Views: 3699

Re: Portfolio Money Management and Autotrading

Hi All,

Is there any further development on this concept?
As I am needing to implement it to manage my portfolio risk.

Cheers
Andrew
by alex522
14 Nov 2011
Forum: MultiCharts
Topic: MC 7.0 has been crashing continuously for 2 days
Replies: 28
Views: 6243

Re: MC 7.0 has been crashing continuously for 2 days

... trade IB account but not the simulation account. Anyone has any idea what is happening? It seems the root of the problem is around the TWS or my portfolio.
by Henry MultiСharts
07 Nov 2011
Forum: MultiCharts
Topic: Portfolio Backtester does not manage a Portfolio
Replies: 5
Views: 1771

Re: Portfolio Backtester does not manage a Portfolio

Initial Portfolio Capital and Max Potential loss should have limited the orders.
Please provide an example of your script, screenshots of all Portfolio Backtester settings and the Bactesting report for futher analysis.
by vicdech
06 Nov 2011
Forum: MultiCharts
Topic: Portfolio Backtester does not manage a Portfolio
Replies: 5
Views: 1771

Re: Portfolio Backtester does not manage a Portfolio

It would seem that it should not happen, but it did/does (assuming I have not made an error)
I'm busy for the next few days & in the Oz time zone.
I'll try & post something then.

Cheers
by JoshM
06 Nov 2011
Forum: MultiCharts
Topic: Portfolio Backtester does not manage a Portfolio
Replies: 5
Views: 1771

Re: Portfolio Backtester does not manage a Portfolio

... scripts, starting with the first (oldest) bar. The series’ bars are evaluated in the order that the symbols appear in the symbols table of the Portfolio Backtester. Based on evaluation of each series’ bar, a set of one or more orders may be generated by the scripts for each of the symbols. ...
by vicdech
05 Nov 2011
Forum: MultiCharts
Topic: Portfolio Backtester does not manage a Portfolio
Replies: 5
Views: 1771

Re: Portfolio Backtester does not manage a Portfolio

... I looked at the possibility of using PortfolioEntriesPriority and this was promising when combined with a Max Potential Loss setting of 100% in portfolio settings….. but one of the priory settings I tried still allowed total entry in excess of 100k because order 1 totalled 34k in size while ...
by greenroomhoo
05 Nov 2011
Forum: MultiCharts
Topic: portfolio backtesting am i asking too much?
Replies: 8
Views: 2114

Re: portfolio backtesting am i asking too much?

that would be great (plus customizeable keyboard shortcuts and renkos with wicks).
by TJ
05 Nov 2011
Forum: MultiCharts
Topic: portfolio backtesting am i asking too much?
Replies: 8
Views: 2114

Re: portfolio backtesting am i asking too much?

is MC planning on fixing that issue? (2gb) issue?
The 64 bit version of MultiCharts will be coming out soon (supposedly by the end of the year),
it will solve all memory limitation related problems.
by greenroomhoo
05 Nov 2011
Forum: MultiCharts
Topic: portfolio backtesting am i asking too much?
Replies: 8
Views: 2114

Re: portfolio backtesting am i asking too much?

is MC planning on fixing that issue? (2gb) issue?
by TJ
05 Nov 2011
Forum: MultiCharts
Topic: portfolio backtesting am i asking too much?
Replies: 8
Views: 2114

Re: portfolio backtesting am i asking too much?

running with 11gb free. i tried the avail memory fix but still get the problem.
MultiCharts, being a 32 bit program, can only use ~2GB of your memory.

You need to see how many percentage of the 2 GB you are using.

Go to advanced search