Search found 21 matches

by Aston01
27 Dec 2013
Forum: MultiCharts
Topic: Limiting the number of entries in Portfolio Backtester ? [SOLVED]
Replies: 9
Views: 4677

Limiting the number of entries in Portfolio Backtester ? [SOLVED]

I know I can use Portfolio_CurrentEntries to determine the number of open positions within a portfolio, but with multiple strategies is there a way to limit the open positions specific to that strategy? For instance I am backtesting two separate strategies (on multiple instruments) within a portfoli...
by Aston01
08 Dec 2013
Forum: MultiCharts
Topic: Limited Multithreaded Optimization Performance
Replies: 7
Views: 2693

Re: Limited Multithreaded Optimization Performance

Henry, I finally got a moment to run the tests again on a 16 Core (32 vCPU) machine with logging disabled and grabbed some screenshots attached below. What I have noticed is I can hit 100% CPU usage on 5min SPY data running as the singular instrument and also multiple instances of the same data as s...
by Aston01
02 Dec 2013
Forum: MultiCharts
Topic: Limited Multithreaded Optimization Performance
Replies: 7
Views: 2693

Re: Limited Multithreaded Optimization Performance

Henry,

Just for clarification what is the purpose in disabling MC logging prior to testing again and do I need to reverse it some how afterwards ?
by Aston01
27 Nov 2013
Forum: MultiCharts
Topic: Limited Multithreaded Optimization Performance
Replies: 7
Views: 2693

Re: Limited Multithreaded Optimization Performance

Hi Henry, I understand what you are saying in principle regarding the concept of multithreading, but why would I get 100% utilization on my Quad Core machine and only 65-67% on a 16 Core system? From a scalability stand point we are talking about the exact same thread to core ratio ... 4 Core w/ 8 T...
by Aston01
26 Nov 2013
Forum: MultiCharts
Topic: Limited Multithreaded Optimization Performance
Replies: 7
Views: 2693

Limited Multithreaded Optimization Performance

I have spent the last couple of days working on trying to lower the length of time my optimizing takes by loading a copy of my work onto a more powerful system. What I ran across was a bit surprising to me an I was hoping someone could help me understand what is happening. For reference I am portfol...
by Aston01
21 Nov 2013
Forum: MultiCharts
Topic: Javascript Fitness Function
Replies: 8
Views: 2505

Re: Javascript Fitness Function

Wow, your right I forgot to even mention that my question was in regards to Portfolio Backtester.

(I have updated my original post accordingly)
by Aston01
21 Nov 2013
Forum: MultiCharts
Topic: Javascript Fitness Function
Replies: 8
Views: 2505

Re: Javascript Fitness Function

I haven't used custom criteria in a while, but looking at your code you use high, low, date which are not available as far as I know (perhaps this changed recently?). Yeah, this was the basis for my discussion with Andrew yesterday, but we were talking about SetCustomFitnessValue which may be more ...
by Aston01
21 Nov 2013
Forum: MultiCharts
Topic: Javascript Fitness Function
Replies: 8
Views: 2505

Re: Javascript Fitness Function

Hi Andrew, Yes, this is the same project we discussed yesterday. As we discussed the SetCustomFitnessValue keyword isn't currently supported under portfolio back testing so I was attempting to write a javascript version in the mean time. It seems somewhere along the line I didn't format the javascri...
by Aston01
20 Nov 2013
Forum: MultiCharts
Topic: Javascript Fitness Function
Replies: 8
Views: 2505

Javascript Fitness Function

Unfortunately I don't have much experience with javascript and in writing a custom fitness function I am running into a bit of an issue somewhere. The problem is I am just not sure what is formatted wrong and causing the syntax error. var DayHigh = high; var DayLow = low; if (date<>date[1]) {DayHigh...
by Aston01
13 Nov 2013
Forum: MultiCharts
Topic: Keyword for Application Type ?
Replies: 1
Views: 1123

Keyword for Application Type ?

Is there a way to identify whether code is running in the MultiCharts environment or the Portfolio Backtester ? Currently I use 2 different versions to accommodate the variations between the platforms with things like "CurrentEntries" and "Portfolio_CurrentEntries" and I would like to be able to cod...
by Aston01
12 Nov 2013
Forum: MultiCharts
Topic: ASCII Data not consistantly plotting
Replies: 16
Views: 3937

Re: ASCII Data not consistantly plotting

Henry,

Email sent... I went ahead and included a short screencast clip of me actually attempting to map the data.
by Aston01
11 Nov 2013
Forum: MultiCharts
Topic: ASCII Data not consistantly plotting
Replies: 16
Views: 3937

Re: ASCII Data not consistantly plotting

They are all formatted exactly the same the only difference really being the number of rows from file to file.

The forum says "The extension csv is not allowed" ... is there another way I can send you a couple of sample files ?
by Aston01
11 Nov 2013
Forum: MultiCharts
Topic: ASCII Data not consistantly plotting
Replies: 16
Views: 3937

Re: ASCII Data not consistantly plotting

Henry, Sorry for the delay in response...I've been out of town since my last post. I deleted all of the previously imported symbols and started fresh with the ASCII Mapping method and so far it seems to work just like I was looking for. Question though about batch mapping... when I go to map a serie...
by Aston01
31 Oct 2013
Forum: MultiCharts
Topic: ASCII Data not consistantly plotting
Replies: 16
Views: 3937

Re: ASCII Data not consistantly plotting

Henry, Converting to a Universal DDE seems to work just fine as long go back in afterwards and manually reimport the data from the ASCII file. Is there any reason why this would be the case even after I have gone through the "Map ASCII" process to import everything the first time before converting t...
by Aston01
31 Oct 2013
Forum: MultiCharts
Topic: ASCII Data not consistantly plotting
Replies: 16
Views: 3937

Re: ASCII Data not consistantly plotting

Hi Henry, I figured tick data was the most granular of the options and there for every other resolution could be derived from that. If I wanted use a single source of data for a particular symbol what would be the most effective work flow for this? Currently I map a batch of files in ASCII ... Adjus...
by Aston01
31 Oct 2013
Forum: MultiCharts
Topic: ASCII Data not consistantly plotting
Replies: 16
Views: 3937

ASCII Data not consistantly plotting

I have been working with a lot of ASCII imported data lately, and I am not sure why, but I have run into some issues getting the data plotted consistently. Its the oddest thing and I am not completely sure what the issue is but I import the data as usual, receive confirmation, create a chart, and th...
by Aston01
30 Oct 2013
Forum: MultiCharts
Topic: Batch importing Symbols & Data ? [SOLVED]
Replies: 3
Views: 1400

Re: Batch importing Symbols & Data ? [SOLVED]

Henry I was mapping multiple files like you suggested and had two questions.

- What is the difference between the resolutions "Tick" and "Tick bar" ?

- Is there anyway to batch change the "Big Point Value" field ?

Thanks
by Aston01
29 Oct 2013
Forum: MultiCharts
Topic: Batch importing Symbols & Data ? [SOLVED]
Replies: 3
Views: 1400

Batch importing Symbols & Data ? [SOLVED]

I understand how to import a symbol list, but seem to be having a bit of difficultly batch importing the ASCII mapped data to go with the symbols.

Is there a similar method for importing the data as well ?
by Aston01
28 Oct 2013
Forum: MultiCharts
Topic: 3rd Party Function slowing backtest in Portfolio Backtest?
Replies: 3
Views: 1643

Re: 3rd Party Function slowing backtest in Portfolio Backtes

Thanks ABC, Any idea how I can get the output value down to micro seconds? Currently just using ComputerDateTime I receive the same values in the print statement. If Condition1 then begin Value25= ComputerDateTime(); JMA = JRC.JMA.reset.2k( Close of Data2, length, phase, condition1); Value26= Comput...
by Aston01
25 Oct 2013
Forum: MultiCharts
Topic: 3rd Party Function slowing backtest in Portfolio Backtest?
Replies: 3
Views: 1643

3rd Party Function slowing backtest in Portfolio Backtest?

I have been using the tradition average function in a strategy during back testing and recently opted for a Jurik MA to calculate that single value. With just that one change alone my back testing times went from 15-20sec to 6-8min. Is there something going on here that I am not aware of that would ...
by Aston01
24 Oct 2013
Forum: MultiCharts
Topic: Is there Perfect Profit Correlation (PPC) fitness test ?
Replies: 1
Views: 1617

Is there Perfect Profit Correlation (PPC) fitness test ?

I have been using TS for awhile now and just started to work with MultiCharts. In the past I have used the Perfect Profit Correlation fitness test available in TS for back testing and couldn't seem to find anything similar in MC. Is there something similar available for MC ...possibly under a differ...

Go to advanced search