Search found 411 matches

by LeviF
Tue Mar 15, 2011 10:42 am
Forum: Testing and Simulation
Topic: Black swan
Replies: 43
Views: 21614

I got crushed overnight with my exposure to AUD. Nothing atypical though.
by LeviF
Fri Mar 11, 2011 11:57 am
Forum: Testing and Simulation
Topic: Another new Goodness Measure; also, walking it forward
Replies: 18
Views: 10660

Interesting. This is related to my recent post here.

viewtopic.php?t=8225&highlight=leverage
by LeviF
Thu Mar 10, 2011 11:33 am
Forum: Testing and Simulation
Topic: Choosing between system signals
Replies: 2
Views: 2415

Something along the lines of this in the Can Add Unit script should do the trick.

Code: Select all

FOR index = 1 to test.systemCount STEP 1
tempinst.loadSymbol(instrument.symbol , index)
if tempinst.position <> out then order.reject
NEXT
by LeviF
Sat Feb 26, 2011 11:23 pm
Forum: Testing and Simulation
Topic: EasyLanguage
Replies: 1
Views: 2039

EasyLanguage

Does this:

Code: Select all

Buy at next bar Open of next bar + BuyTrig Stop
Translate to this:

Code: Select all

broker.enterlongonstop(instrument.tradedayopen + buytrig)
by LeviF
Sat Feb 26, 2011 11:09 am
Forum: Testing and Simulation
Topic: Profit Target exits improve this system's performance
Replies: 63
Views: 48340

Yes. "Trust but verify" someone said. I'm becoming less and less of a trust-er the more I verify...
by LeviF
Fri Feb 25, 2011 12:58 am
Forum: Testing and Simulation
Topic: Blending noncorrelated (or anti-correlated) equity curves
Replies: 50
Views: 47343

I just came across this blog post that made me think back to this discussion.

http://www.michaelcovel.com/2011/01/09/ ... thout-you/
by LeviF
Mon Feb 21, 2011 11:03 am
Forum: Testing and Simulation
Topic: Blending noncorrelated (or anti-correlated) equity curves
Replies: 50
Views: 47343

LeviF wrote:The concept is simple. Finding un/anti correlated equity curves is not.
I probably should have been clearer. The concept is simple. Finding un/anti correlated equity curves that improve portfolio gain/pain metrics is not.
by LeviF
Mon Feb 21, 2011 10:41 am
Forum: Testing and Simulation
Topic: Blending noncorrelated (or anti-correlated) equity curves
Replies: 50
Views: 47343

There must be some other factors at play here aside from just equity curve correlation. I can come up an uncorrelated system with negative expectancy that hurts overall portfolio performance. Or what about two systems with -1 correlation (system 2 takes the opposite trade of system 1).
by LeviF
Mon Feb 21, 2011 9:37 am
Forum: Testing and Simulation
Topic: Signals from perpetual contracts translated to real trading
Replies: 14
Views: 8652

Yes I understand this. I guess my question should have been why do you want to use the perpetual contract vs back adjusted?
by LeviF
Mon Feb 21, 2011 8:21 am
Forum: Testing and Simulation
Topic: Signals from perpetual contracts translated to real trading
Replies: 14
Views: 8652

Why do you want to do this?
by LeviF
Sat Feb 19, 2011 8:25 pm
Forum: Testing and Simulation
Topic: Blending noncorrelated (or anti-correlated) equity curves
Replies: 50
Views: 47343

The concept is simple. Finding un/anti correlated equity curves is not.
by LeviF
Thu Feb 17, 2011 3:05 pm
Forum: Futures Markets
Topic: Cotton Lock Limit Day
Replies: 9
Views: 6451

RedRock wrote:Ive been a spectator in CT for a while now, oh well.
Not in your portfolio?
by LeviF
Wed Feb 16, 2011 10:29 am
Forum: Testing and Simulation
Topic: Blending noncorrelated (or anti-correlated) equity curves
Replies: 50
Views: 47343

Are these real, tradeable systems, or just an academic exercise (curve fit, long/short only, no commish & slip, etc)
by LeviF
Mon Feb 14, 2011 12:26 am
Forum: Money Management
Topic: Estimating Future Risk…
Replies: 29
Views: 24098

What is the definition of "average drawdown"?
by LeviF
Sun Feb 13, 2011 10:46 pm
Forum: Money Management
Topic: Estimating Future Risk…
Replies: 29
Views: 24098

Where'd the charts go?
by LeviF
Sun Feb 13, 2011 8:44 pm
Forum: Testing and Simulation
Topic: Blending noncorrelated (or anti-correlated) equity curves
Replies: 50
Views: 47343

Thanks for taking the time to post this.
by LeviF
Wed Feb 09, 2011 1:44 am
Forum: Money Management
Topic: Estimating Future Risk…
Replies: 29
Views: 24098

LeapFrog wrote:...I have run as high as 80 percent margin to equity intraday and often average around 40 to 50 percent.
What sort of drawdowns are you realizing with this level of heat?
by LeviF
Sun Feb 06, 2011 4:10 pm
Forum: Data Providers and other non testing software
Topic: Anyone having CSI problems
Replies: 2
Views: 3042

Change this date to the date you are missing and try to redownload.[/img]
by LeviF
Thu Jan 27, 2011 10:32 pm
Forum: Data Providers and other non testing software
Topic: CSI
Replies: 0
Views: 2581

CSI

Is there a way to get CSI to only append files and not overwrite? I have some non-CSI data with longer history than CSI provides. My version 2.9 used to only append and version 2.10 seems to overwrite some files.
by LeviF
Wed Jan 12, 2011 12:32 am
Forum: Testing and Simulation
Topic: Tests using only closing data
Replies: 2
Views: 2413

I guess you could populate your data files with OHLC data where O=H=L=C.