Search found 98 matches

by babelproofreader
Wed Jun 24, 2009 3:14 pm
Forum: Money Management
Topic: Varying positionsize based on recent results or indicators
Replies: 2
Views: 4135

Two ideas I have experimented with in the past, when it comes to equity curve trading, are i) applying quality control charts to the equity curve ii) applying Bollinger Bands using the semi-standard deviation In both cases you would "calibrate" over periods in the past where the system was...
by babelproofreader
Tue Jun 16, 2009 7:47 am
Forum: Testing and Simulation
Topic: Question for Trading Blox users
Replies: 14
Views: 10595

As I understand it the hypothesis is that the current system draw down has predictive value for the 5 year CAGR figure 5 years in the future. It would seem to me that Monte Carlo testing is ideal for testing the statistical soundness of this type of statement. It is insufficient to rely solely on lo...
by babelproofreader
Sat Jun 13, 2009 2:01 pm
Forum: Testing Software
Topic: Benefits of custom software vs. Trading Blox
Replies: 18
Views: 14868

You might consider the software packages "R" and "Octave." Both are free and open source and writing scripts to run any imaginable test would quite straight forward if you are already familiar with programming. "R" is statistical testing software and "Octave" ...
by babelproofreader
Mon Jun 08, 2009 7:20 pm
Forum: Testing and Simulation
Topic: Measuring a systems performance accurately
Replies: 2
Views: 3020

I would recommend the following for a good read on this subject
http://www.amazon.com/Evidence-Based-Te ... ingblox-20
by babelproofreader
Thu Mar 26, 2009 5:50 pm
Forum: Trend Indicators and Signals
Topic: MESA & related
Replies: 25
Views: 35840

If you PM me your e-mail I'll send you a word document that will help you. Also, if you have down loaded the ta-lib Excel add-in there should be a folder with example workbooks in your download destination.
by babelproofreader
Wed Mar 25, 2009 8:55 pm
Forum: Trend Indicators and Signals
Topic: MESA & related
Replies: 25
Views: 35840

Try the following link to an open source technical analysis library. http://ta-lib.org/index.html One of the TA studies is HT_PHASOR, which is essentially the inphase and quadrature components from which the SNR is calculated. You should be able to link this library to MATLAB. You might also want to...
by babelproofreader
Mon Mar 23, 2009 6:31 pm
Forum: Money Management
Topic: simple money management...
Replies: 13
Views: 15384

The following link has some interesting stuff about the Kelly formula as well as freely down-loadable spreadsheets. http://www.gummy-stuff.org/kelly-ratio.htm Personally I would not use Kelly to calculate optimal trade risk but, taking on board what Sluggo said about multiple, simultaneous positions...
by babelproofreader
Mon Mar 23, 2009 6:14 pm
Forum: Testing and Simulation
Topic: how to "rate" a system?
Replies: 17
Views: 10617

Asamat, The original question was "Would you consider this a good system?" Your suggestion that back testing in other market conditions, while laudable, does not address the question at hand. Back testing can answer questions such as "Is this a robust system?" "Would I be ha...
by babelproofreader
Sun Mar 22, 2009 11:11 am
Forum: Testing and Simulation
Topic: how to "rate" a system?
Replies: 17
Views: 10617

I would suggest that some serious Monte Carlo permutation and bootstrap testing of your actual results might give you the answers you're looking for.
by babelproofreader
Wed Feb 18, 2009 5:28 pm
Forum: Testing and Simulation
Topic: Question about the free historical data
Replies: 2
Views: 2489

That clears it up. Thank you.
by babelproofreader
Wed Feb 18, 2009 3:32 pm
Forum: Testing and Simulation
Topic: Question about the free historical data
Replies: 2
Views: 2489

Question about the free historical data

I have a quick question about the free historical data provided by this site. For some of the futures contracts data there are two text files, for example, BO20_10B.TXT and BO_0_10B.TXT. Could anyone explain what the difference between the two text files is?
by babelproofreader
Tue Jan 13, 2009 7:22 am
Forum: Money Management
Topic: How to deal with correlated instruments
Replies: 15
Views: 11697

Alp, I would argue that, conceptually, trading forex cross rates is akin to spread trading in commodities and as such, why would you expect a LTTF approach with LTTF parameters based on the majors to work in such a spread trading scenario? This might explain why there was such a reduction in portfol...
by babelproofreader
Thu Jan 08, 2009 6:43 am
Forum: Testing and Simulation
Topic: Simulating volatility
Replies: 4
Views: 3383

Sluggo, an interesting suggestion and links, but I actually do want an algorithm that randomly generates volatility clustering rather than recreating the clustering that has historically occured, although I would like the random clustering to have similar statistical properties to real prices. My in...
by babelproofreader
Wed Jan 07, 2009 6:45 am
Forum: Testing and Simulation
Topic: Simulating volatility
Replies: 4
Views: 3383

Simulating volatility

For the purpose of creating synthetic price series, can anyone suggest algorithms that replicate the volatility clustering that real price series display?
by babelproofreader
Fri Dec 05, 2008 4:01 pm
Forum: Money Management
Topic: Constant risk as % of account
Replies: 4
Views: 5842

You could try scaling into/out of a position using a volatility position sizing algorithm that keeps open risk at some proportion of volatility.
by babelproofreader
Sat Nov 15, 2008 3:23 pm
Forum: Testing and Simulation
Topic: Trade Simulator for Practice
Replies: 1
Views: 2140

You can create this yourself in a spreadsheet - just create a stock chart with a scroll bar to scroll backwards and forwards over your data and record/write a macro to control the scroll bar.
by babelproofreader
Wed Nov 05, 2008 7:27 am
Forum: Testing Software
Topic: Software for visual inspection of charts
Replies: 8
Views: 8779

alp wrote:A bit off topic, but do you also know of any stand-alone software to handle and convert data files, such as convertion of format, edition of custom fields, delimiters, etc.
If you use Linux/Unix, try SED

http://www.grymoire.com/Unix/Sed.html#uh-0
by babelproofreader
Wed Nov 10, 2004 4:42 pm
Forum: Trend Indicators and Signals
Topic: MESA & related
Replies: 25
Views: 35840

I have coded the sinewave indicator into Excel and would be happy to share it if you give me your e-mail address so that I can send a copy of the workbook to you. All I would ask in return is that if you spot any mistakes or can suggest improvements, you let me know.