Search found 28 matches
- Mon Sep 05, 2011 11:01 pm
- Forum: Testing and Simulation
- Topic: CTA performance data
- Replies: 28
- Views: 29488
- Mon May 23, 2011 4:42 pm
- Forum: Testing and Simulation
- Topic: tracking intraday sequences (time stamps) on daily bars
- Replies: 14
- Views: 15305
- Mon Mar 31, 2008 5:58 am
- Forum: Testing and Simulation
- Topic: Rounds Turns Per Million -- How Low Can You Go?
- Replies: 8
- Views: 8528
You could put high-leverage and low-leverage trading plans on an equal footing by calculating (RTPM / Margin_to_Equity_Ratio) since the ME Ratio is usually published in professional manager's track records.
A word of caution, very low RTPM means your stops are very wide. This means your DollarRisk ...
A word of caution, very low RTPM means your stops are very wide. This means your DollarRisk ...
- Sun Apr 15, 2007 4:10 pm
- Forum: Testing and Simulation
- Topic: Log normal returns of financial instruments and lack of...
- Replies: 2
- Views: 4212
- Mon Apr 09, 2007 4:42 pm
- Forum: Futures Markets
- Topic: coffee
- Replies: 11
- Views: 14472
- Sat Apr 07, 2007 12:33 pm
- Forum: Futures Markets
- Topic: coffee
- Replies: 11
- Views: 14472
- Thu Apr 05, 2007 6:58 pm
- Forum: Futures Markets
- Topic: Coffee table discussion -what contracts is everyone holding?
- Replies: 44
- Views: 56027
- Wed Nov 15, 2006 2:24 pm
- Forum: Money Management
- Topic: Dynamic Portfolio Selection
- Replies: 28
- Views: 51081
Re: Dynamic Portfolio Selelction
... approach could swap out existing positions for the tighter (better) positions. ... actively managing existing open positions by changing them on the fly.
Leapfrog, that idea is presented in Mike Covel's Turtle course, what he calls Switches. However I don't think Dean is doing Switches in the ...
Leapfrog, that idea is presented in Mike Covel's Turtle course, what he calls Switches. However I don't think Dean is doing Switches in the ...
- Thu Oct 05, 2006 10:15 am
- Forum: Futures Markets
- Topic: Coffee table discussion -what contracts is everyone holding?
- Replies: 44
- Views: 56027
- Tue Sep 12, 2006 7:06 pm
- Forum: Data Providers and other non testing software
- Topic: Data Manager Software?
- Replies: 4
- Views: 7910
Way back in the misty past, when the preferred TA software vendor was Omega Research and their preferred data vendor was Dial/Data (get it? You tell your modem to Dial in order to download price Data), I wrote a rollover package. For some stupid reason I've still got it on my disk, with source code ...
- Thu May 11, 2006 9:59 am
- Forum: Trend Indicators and Signals
- Topic: people on this forum were rude and are fake traders
- Replies: 34
- Views: 47401
- Mon Apr 17, 2006 2:12 pm
- Forum: Money Management
- Topic: A method to monitor and adjust system's risk?
- Replies: 5
- Views: 9753
Trading Recipes lets you do this with one statement. Supposing you want to reduce each position by 10% if the total risk across all positions ever becomes more than 30%, you would add this line to your system:
IF (TOTALRISK > 0.30) THEN MULTIPLIER = 0.90
I'm sure it's equally simple to do in other ...
IF (TOTALRISK > 0.30) THEN MULTIPLIER = 0.90
I'm sure it's equally simple to do in other ...
- Fri May 06, 2005 9:05 am
- Forum: Testing and Simulation
- Topic: the relationship between slippage and volume & volatilit
- Replies: 2
- Views: 4508
- Sun Feb 06, 2005 10:51 am
- Forum: Money Management
- Topic: plz help me with my math: probability of N losses in a row
- Replies: 3
- Views: 6642
- Fri Feb 04, 2005 8:33 am
- Forum: Money Management
- Topic: plz help me with my math: probability of N losses in a row
- Replies: 3
- Views: 6642
Our old reliable friend the Omega List contains an interesting answer that comes in the form of a table and a formula. It's 2 years old, but I don't think the mathematics of probability has changed very much since then.
http://www.purebytes.com/archives/omega ... 04142.html
http://www.purebytes.com/archives/omega ... 04142.html
- Tue Dec 28, 2004 5:53 pm
- Forum: Testing and Simulation
- Topic: Console.Writeline("How Do YOU Simulate?:Part II");
- Replies: 8
- Views: 10849
It's PERL without the "a". Check www.perl.org for more info.
- Mon Nov 29, 2004 8:52 am
- Forum: Stocks
- Topic: stock historical database
- Replies: 3
- Views: 8448
- Wed Nov 10, 2004 8:24 pm
- Forum: Testing and Simulation
- Topic: How to pick the most suitable values among three parameters?
- Replies: 4
- Views: 8333
Several people expressed very strong beliefs in the previous thread ( http://www.tradingblox.com/forum/viewtopic.php?t=1699&postdays=0&postorder=asc&start=0 ) and I expect they will soon run this testing data through their Optimal selector algorithms.
TC, ksberg, Asterix, shakyamuni, TK, sluggo, c ...
TC, ksberg, Asterix, shakyamuni, TK, sluggo, c ...
- Tue Sep 28, 2004 12:37 pm
- Forum: Data Providers and other non testing software
- Topic: John Hill and backadjusting
- Replies: 7
- Views: 10158
- Tue Sep 28, 2004 12:28 pm
- Forum: Money Management
- Topic: Position Sizing in Options
- Replies: 19
- Views: 26972
I had avoided options because I'm a mechanical systems trader and I found it difficult-to-impossible to obtain and organize options pricing historical data for backtesting. Then a friend made a remark that I consider brilliant: Maybe you can't backtest options systems but you can backtest managers ...