Sunday, February 15, 2009

Live account finally

Last week I made a live account with the aussie broker gomarkets using metatrader4. Gonna put $100 in the account next week and start trading micro lots (1k sized lots). This size trade makes 1pip = 10c profit/loss. So I can start doing some real trading without costing myself a fortune while I'm still learning.

The system I've been trading on the demo account recently is a Jurik Moving Average on the AUDUSD pair. The JMA period set to 40 on the 1Hour chart looks pretty promising for manual trading.

I wrote a simple JMA Cross EA aswell but testing it on the AUDUSD pair with 40period and 5 period JMA settings doesnt look too promising really. Maybe it will do better with some kind of noise filter to stay out of the market when the price is ranging.

Tuesday, December 16, 2008

First working forex system

I installed MetaTrader4 the other day and already i've found a system that makes money on the past data backtesting.
It's a simple breakout system where the buy/sell orders are reversed (this gives better returns for some reason).
Rules: 
  • If yesterday's price closed lower than the 30 day low, we have a short signal and we go long (cos of the order reversal).
  • And vice versa.
  • StopLoss is set to 80 pips, TakeProfit is set to 100 pips.
This works on the AUDUSD hourly chart and with the breakout period set to 30 it gives a profit factor of 1.18.
And on the 5Min chart with profit factor of 1.07.

I'm still using the position sizing rules that were part of the sample moving average system I started from.  Next step is to figure out what that is doing and look into writing (or finding) some optimal f code for MT4.

So far MetaTrader4 looks like a great platform for system development and because it's free I don't have to write my own platform anymore.

Friday, December 12, 2008

Clarity

What do I want 6 months from now?

Turn $1000 into $5000 on oanda trading the audusd pair.

Cut working days down to 3 days a week while maintaining lifestyle.

Do at least half the jumps needed to get my skydiving A license.

Tuesday, December 09, 2008

Decision

$1000 a month income.

This is the amount I want from any kind of passive income stream. This post is a message to my subconscious to figure this out. There are countless opportunities to generate this income easily and I will take them. There are even ways to do this while helping others generate income aswell.

Friday, December 05, 2008

Thought outlet

I've changed the name of this blog and intend to use it to clarify my thoughts a bit.

My goal over the next few years is to reach financial freedom. That awesome point when I can stop working full time to do whatever the hell I want.
So this is an outlet for my thoughts and a way to keep track of where I'm up to on the path.

Monday, April 03, 2006

OYFG!

I just found (and killed) a big fuckoff spider in my room. From googling it is apparently a bird eating spider which is venemous (though not deadly).

I walked past this bastard and then noticed it on the way back.

Here's the original shot:

Monday, March 06, 2006

excuses for laziness

I still havent got a useful c++ dev environment in windows yet. I probably won't either. I've realized that the greatest problem my code faces is that i don't have enough time to write it. This pretty much rules c++ out as a dev language for me because i'm slow and crap at writing it.

So in the interest of productivity i'm learning scheme.