System 1 (EMA Cross Strat):
Week 16:
Buy: AWC, RDC
Sell: None
Open positions: 12 (with 2 more to be opened on Monday)
The profit for this system still remains low (aprox. $800 from a $20,000 initial capital). EHE, RBL, IFN all remain my positions that are keeping me in the black! Only minor losses on my other positions but they add up. My Win% is 41% right now which is above the 30-35% expected. Expectancy is at 0.51. Having a look at the charts for my positions and I notice there are a lot of positions that appear to be consolidating. Looking at the charts as I trade this system and I notice that I get in on a position and then it begins to pull-back/consolidate, which I know is normal. It is a double edge sword to have a system that quickly jumps on a trend as it may do so a little early or have the position never breakout and continue the trend.
System 2 (MAP Strat):
Week 3:
Buy: LNG (more signals generated but only 1 open position available)
Sell: None.
System 2 had a starting capital of $50,000. It current has an unrealised PL of $1776. From the get go this system appears to be working well. I also worked on my code so when I do explorations within AB I can keep track of my metrics. I have noticed since I started paper trading system 1 that even basic things of 'what is my current trailing stop', and for system 2 is my index filter still indicating an 'up trend' (impacts my trailing stop). These metrics are in my code when I run a backtest but not displayed to me when I have to manually do everything. I also included my position score in a column to help me out, and working on HHV since buy, number of bars since buy, etc. These can be calculated but since my code for stale exit and trailing stop is an IFF statement and not a loop its not all working out just yet (or maybe I'm doing it wrong?). But a good skeleton has been formed and my coding skills have improved and my systems will become more consistent as a result. (It's all rather basic, but coding for a backtest is one thing, adding additional code to ensure it is carried on in this paper trading is a different thing).
-----------------------------------------------------------------
I continue to read books or posts within ASF to get new ideas or improve my current systems. I have learned from Davey's book that I definitely haven't done the best thing when developing my systems in regards to data. His book is good and gives a lot of insight into developing systems, the use of optimization, data, forward testing, and incubation (which I believe would include this paper trading). I think Davey is too stringent in some of his ideas, but he is also working on a whole different ball game and develops systems fulltime. Not everything of his can be implemented but it does give some good direction!
Worth a read.
I was reading Clenow's book 'Following the Trend'. The book focuses on futures but I am liking his approach to diversification and risk. It is definitely reinforcing the want to add other systems (that aren't directly correlated to your current system) in order to smooth out equity curves. Clenow shows how simple things are and has a certain way of demystifying the big boys systems. The downside, especially for most people, is that you need a decent amount of capital to start one system, and obviously need even more if you have another. I'm a long way off from being able to do things on his level. He doesn't really deal with shares, but using his ideas are definitely transferable.
I have also had a number of ideas lately on future systems. I have been following
@Skate 's CAM Hybrid and still toy with modifying it. I will continue to toy with possible modifications and employ some of the new system development ideas I got from Davey. Lately I have also been thinking about coding a system that looks for consolidation and potential breakout targets. Just using rising volume matched with higher low's over consecutive weeks. My idea is simple and shouldn't be hard to code/test (essentially will be looking at rising wedges/flags). I'm sure there is already code out there too, but I will be trading to code and test this myself to match exactly what I want.