Last week I caught a big move and rode it for a nice profit. It was the breakdown of EURUSD below 1.3450 area (support area on the daily chart and also going back to May 2009). Now its getting back to that area (revisiting, support becomes resistance) and I'm considering shorting again. The only thing that looks odd is the speed at which it has re-visited the area. It doesn't look so odd on smaller time frames. With proper risk management and appropriate stop placement this is worth a go since the reward (profit area) is quite far away when looking at the daily chart, 1.2900 area. Here's the chart... as I see it.
Here's the hourly picture. Watch out for early Sunday fake outs, including gap plays.
Sunday, March 28, 2010
EUR USD TRADE
Market Scan NASDAQ and other US markets
Saturday, March 27, 2010
Market Scan - TSX
Here is an example of a scan I'll do when I'm looking for a swing trade on the TSX. The output window is shown below, along with a few stocks that i would consider entering on STOP orders, all are long entries.
The coloumns I generally look at in the output window are;
- AlphaLong when the market is in an uptrend
- NR7 - scans for narrow range bars in the last 7 bars
- Stochastics - below 40 - this just ensure I filter out stocks that have moved already
Behind the scenes in the scan I'm looking at the 5, 20, and 50 SMA, with a price cut off and volume cut off (55 day average volume more than 200K)
On the chart, the arrows are coloured, the legend is at the top of the chart. Notice the NR7 arrows....
I use Tipster Trendlines AFL code for Amibroker to place my trades. It's a great tool to place the trade right from the Amibroker chart. Interactive Brokers is who I use.




Saturday, March 13, 2010
Tipster Trendlines - Version 3 beta
The new code is in beta testing.
The goal of the new code is to never have to see TWS again!
New features include;
- Ability to easily see if your in a position or not
- One order button instead of a seperate Long and Short button
- Shows if an order is placed and not filled
- Ability to modify the order after it's placed, from the chart
- If you place an order and re-boot, the chart can still be used to modify the bracket if the order is still open (great for swing trading)
- Turn bracket on or off so you can use any combination of the order with a stop or target
- Colours have been modified to make it easier on the eyes
- Price plot is set to your default so you are free to change it from the preferences menu
Anyone that has previously purchased earlier versions will be sent the code via email once it is ready.
Saturday, February 13, 2010
Bracket Trader Stats
Here is a handy tool if you use Bracket Trader (BT). This excel file will extract information from your BT log files to give you trading stats. Take a look at thew different stats it tracks.
Bracket Trader Spreadsheet
The instructions are good, so no need for me to explain how to use it.
Sunday, January 17, 2010
A free e-book
... after reading the title of this post you're probably thinking that I made an e-boook and I'm giving it away for free. Not. Maybe one day. I want to give you another hint on finding books.
Earlier I wrote about finding free e-books using Google "Free ebook for everyone - how to find free books online". Go to that post and read the instructions, and become familiar with Googles advanced search.
A while back I read this post by RiskAddict "Example Trading System" and went to the link he provided to download the e-book. It wouldn't let me get the book, something about maximum limit reached. So I went up to the Google tool bar and typed in "book" and selected "search site" from the Google drop down menu. From there I browsed through the hits and selected the PDF.
Here is the link that Google spit out, download the PDF while it's still there - How to develop a futures trading system ebook
10 tips from the website with the book;
fear and greed influence your trading decisions.
Wednesday, January 13, 2010
Playback to Bracket Trader
There are two ways to backtest that I know of using Amibroker;
Use the backtester
use the playback feature
Backtester - This requires some coding, coding that isn't required when trading live with Amibroker, Bracket Trader, and TWS. You have to watch out for a whole basket of different issues that can creep into the test. It remains a valuable tool.
Playback simulation - This is a great tool for practicing discretionary trading. It's also a great tool for testing your Bracket trader (BT) interface / system. If it would just work! I searched high and low and the net for some information on how to do this, or code that I could simply drop into Ami that would "make it happen". The good news is that I've finally got it to work, and surprisingly it wasn't to difficult to code, but getting the bug out was an issue.
Ive used it to test several days of 1 minute HSI system with BT to get the stats from it. The last thing I just completed tonight was exiting positions near the close. Still a few issues to work out with that. Still, the most difficult part is finding a system that generates a profit, I'm looking for a winning ratio of 40% or better.
Is anyone else using Amibroker playback in this fashion?
I was contemplating doing a video on this and posting the code. Not sure I want to spend the time to do it though.
Tuesday, December 1, 2009
HSI System
- allowable trading times
- shorting and buying switches to allow me to turn ON/OFF shorting or buying
The System
A brief description of each;
Friday, October 30, 2009
HSI / MHI Hang Seng
I've been searching the web for blog posts and forums to gain insight into the HSI. It seems some of the comments are dated. If you trade this I'd appreciate any feedback or information you can offer (what doesn't work, what works) from your experience. Here is what I have learned thus far;
It's technical intraday chart looks very technical and normal, the daily looks like its on crack, gapping all over the place. The opening gap break out seems to work well, gap and run. I've been using the first 5 to 8 minutes to gauge the direction and strength. Then I bottom fish and take the breakout for my position and let it ride. Last night worked perfect, huge gains, sold when the upwards trend line broke.
I also only trade the "morning session" up to about midnight EST, then its bedtime. The "afternoon session" seems to have a mind of its own, like a different day.
The first half of the morning session moves and trends, the second half can be choppy, the range (ATR) increases too. Just before each session closes the price goes nuts.
I've read that the market is heavily manipulated by technical traders? I'm not sure what that means, it looks like it has some structure on the 1 minute time frame.
Questions for you if you trade this;
- What is your daily target (in points or dollars)
- What is your daily loss limit?
- Do you trade specific time of the market?
- Do fibs work? I have noticed they work somewhat, good gauge of a pullback but I generally don't count on them.
- Do pivot points work? My guess is not since the gaps are huge, perhaps weekly pivots?
Any input would be helpful for me as I am building my strategy and plan for trading this puppy.
I also open up the chat room just before the market opens, its been quiet. Anyone know of any chat rooms for the Asian market?
Tuesday, October 27, 2009
VWAP
Definition
"Volume Weighted Average Price. A measure of the price at which the majority of a given day's trading in a given security took place. Calculated by taking the weighted average of the prices of each trade. The method is used by institutional traders, who often break a given trade into multiple transactions."
Another definition
The VWAP for a stock is calculated by adding the dollars traded for every transaction in that stock ("price" x "number of shares traded") and dividing the total shares traded. A VWAP is computed from the Open of the market to the market Close, AND is calculated by Volume weighting all transactions during this time period.
VWAP, or Volume Weighted Average Price is a tool used by some traders, I first learned of it from Brian Shannon who trades stocks. This won't work for forex since there is no volume.
There are a few different ways of displaying this in Amibroker. It can be a simple line like a moving average, this is the most common way pro's use it. Amibroker has a function to display it behind price, look in the help for these two functions with examples;
- PlotVAPOverlayA
- PlotVAPOverlay
eTokes Blog post on VWAP
I suggest reading his post, as well as Brian's post on VWAP, links below. eToke used a vertical "study" line drawn on the chart. This might give you an error on your chart if there is no line drawn. Here is his code with a little fix for this problem (adding "Nz");
Plot VWAP starting at a horizontal study line (Study ID set to ST)
//VWAP since last change in sentiment
TurningPoint = IIf(Nz(Study(“ST”,GetChartID())==0,1,0));
BarsSinceLastTurn = 1 + BarsSince(TurningPoint==1);
StartBar = ValueWhen(TurningPoint==1, BarIndex());
RunVolume = Sum(V,BarsSinceLastTurn);
IIf (BarIndex() >= StartBar, MTVWAP = Sum (C * V, BarsSinceLastTurn ) / RunVolume,0);
Plot (MTVWAP,”MTVWAP”,colorPink, styleLine);
Other ways to plot VWAP
Plot VWAP starting at selector line
This is another way, it will display the VWAP starting from where your selector line is placed. I use it for short term trading to see where all the volume is, makes finding support / resistance a bit easier when working with breakout.
segments = IIf(SelectedValue(BarIndex()) == BarIndex(), 1, 0);
PlotVAPOverlayA( segments , 300, 50, ParamColor("Color", colorDarkGrey ), 6 );
_SECTION_END();
_SECTION_BEGIN("VWAP");
Bars_so_far_today = 1 + BarsSince( Day() != Ref(Day(), -1));
StartBar = ValueWhen(TimeNum() == 093000, BarIndex());
TodayVolume = Sum(V,Bars_so_far_today);
IIf (BarIndex() >= StartBar, VWAP = Sum (C * V, Bars_so_far_today ) / TodayVolume,0);
Plot (VWAP,"VWAP",colorOrange, styleThick);
_SECTION_END();
Other links on VWAP
VWAP link 1
VWAP link 2
Tuesday, October 20, 2009
Chat Room
Most nights I'm trading EURUSD or HSI (mini Hang Seng). Tonight I'm in the chat room mentioned in an earlier post. Join me if you like. Tonight I'm looking at HSI. IB symbol for Amibroker is MHIV9-HKFE-FUT-HKD
CHATROOM
I was contemplating using twitter as a chat medium but I haven't explored it much or used it. Stocktwits is also a possibility but again I don't know much about it. Any comments on it's use compared to a chat room would be beneficial. Also, are any readers interested in chatting in the evening?
Sunday, October 18, 2009
EURUSD
The last post on EURUSD talked about some basics and a short update as price was playing with the trend line. I am currently long and I plan on holding for the ride.
WEEKLY CHART From the weekly chart we can clearly see that price has entered an "air" zone, there is no meaningful resistance on the way up to the top of the yellow box.

Daily Chart - Long History The last time price had to overcome resistance it popped through the orange trend line on the third attempt (yellow circle). Price followed the upward red trend line and is still following it. More on this line later on.... We just broke the blue trend line, and as it happens, on the third attempt just like the prior break. No we are into the yellow free air space.

Daily Chart - Closeup Price just broke through the blue horizontal trend line, on the third attempt, same as the last horizontal trend line break. The pullback after the breakout above the orange horizontal trend line came to the upwards trend line and the 50% retracement. Note that it did not come back to the orange trend line, indicating a strong upward trend following the red line. Keep this in mind when looking to enter on the recent break.

Intraday The yellow area is the S/R "zone" from the weekly chart. It looks like we are clear for now. A good area to place a but LMT order would be at 1.4790 to 1.4844 for a low risk opportunity.

What's next?
Breaking the upward red trend line - This would only mean that the rate of increase or rise in price has slowed. Once it breaks through, look for it to come back to it and test it, then fall. No telling when this line will break.
Pullback - look for a pull back to the upward red trend line or the blue horizontal trend line. The best choice might be whichever one of those area also lines up with a fib level and a round number. I might even load up more on a pull back.
Be patient and wait for the pullback. If you need some help with pull backs watch this Pullback Video.
Do you have a position right now? Are you planning on geting in on this move?
Monday, October 12, 2009
HSI - Mini Hang Seng, and the big brother MHI
I live near Toronto, eastern time zone, I work during the day (not in the finance or trading field). I have free time after dinner and do some short term trading. Forex doesn't do much from 7pm to midnight unless you want to play ranges and scalp. Scalping doesn't work for me. I was looking to trade something that moves a little less choppy, has some liquidity, shows the volume, and can be traded technically. From my research which includes reading forums and blogs I have found the Asian markets are a good place for that. I'm taking trades at night on the mini Hang Seng futures (HSI).
Other contracts I have looked at include the following;
SPI - S&P/ASX 200 Index (Australia) APZ9-SNFE-FUT-AUD
mini Hang Seng Stock Index (MHI) MHIV9-HKFE-FUT-HKD
MSCI Taiwan Index @ SGX TWV09-SGX-FUT-USD
Be sure to adjust the symbol for the correct contract expiry before trading.
Of the above, I have chosen to concentrate on MHI. Here is the chart so far tonight, 1 minute time frame over several days. As you can see it trends nicely and has the odd gap fill. Trading shuts down for lunch time in Asia and when the come back there can be huge swings in the opening price, so trade small. I typically trade 1 or 2 contracts, depending on the set up. Right now the P/L is up and down, I'm learning the instrument and as long as I stay afloat and break even over the week I'm generally happy for now.
Intraday - HSI
Daily Chart - HSI
UPDATE:
Mr. Addict contributed a very valuable comment for those that trade MHI or HSI and use IB as their broker. Here is his comment, I've inserted the approximate USD equivalent values beside the HKD value so you can easily relate.
Addict said...
Why don't you try the full size contract, i.e., HSI instead of MHI? The bundled commish on MHI is 34 HKD (4.38 USD) per round trip and it's worth 10 HKD (1.29 USD) per tick. So price has to move four ticks in your favor to break even.
With HSI, the commish is 60 HKD (7.74 USD) per round trip, but each tick is worth 50 HKD (6.45 USD). So price only has to move two ticks in your favor to at least break even.
Better yet, go unbundled and you pay only 20.30 HKD (2.61 USD) per round trip for trading HSI, and 13.16 HKD (1.69 USD) for MHI. With unbundled, you need only one tick movement in your favor to break even with HSI, and three ticks with MHI.
EURUSD
UPDATE
Looks like a false breakout to me. It could also be a shakeout but I dont think a shakeout is that easy in forex and given this is a well watched trandl ine, there are too many participants at this level to do that.
Original Post
I was looking at the EURUSD chart today, deciding how to play pair as it nears long term S/R. My son came into the room and asked me what I was doing. I explained the bar chart and told him that we could make lots of money if our prediction was right. I asked what he thought the chart would do, first taking no more than one minute to show him how prices bounces off previous S/R levels, showing him the trend lines and S/R lines I drew. His 30 second view into the future is attached below and I have to tell you, its as valid as any other.
I'm playing this as a breakout for one reason only, this level has acted as resistance four times already and there is upward pressure from a very long trend line. There are three outcomes I see in the next week or so;
1: Breakout and huge move to the upside because of the long term nature of the two trend lines.
2: Breakout and a failure within a few days, price will move back below the 1.4821 area in a classic 2B move and then tank over multiple weeks if not longer.
3: Price will bounce off this area and head lower, below the uptrend line, then we are moving sideways. until a low is broken.
BTW - I have used Tipster Trendlines to place my trades. Check out this AFL for Amibroker for placing error free trades. "Error free" refers to the task of placing the trade, it does NOT refer to a trading system. the AFL also offers a risk management tool.
In short - this is a great place to watch price and place a trade. In other words, don't waste your time trading in between S/R lines on your chosen time frame.
Not sure about the long term, I'm focusing on the weeks ahead. Just for kicks, I'm posting what a 9 year old boy thinks of this market.
Sunday, September 6, 2009
Forex Volume
If you have traded forex for more than a day you will now that there is no volume data since there is no central exchange. There are ways to guess at volume, which by the way will help you even though its an approximation. Since trading isn't an exact science, any data for volume is better than no data. When volume is read on a chart, say for stocks, we look for increasing or decreasing levels, or a spike on a breakout, and not a particular number.... only comparisons.
Forex data can be derived from tick data. I use this right now, the number of price changes from the IB data stream is counted and added until the bar closes, the afl uses the ibc.getrealtimedata function.
You could also use forex futures volume data, Amibroker will let you do this easily, but the market hours aren't the same from what I understand. I've never looked into this, so don't consider this as fact.
I ran across a site where forex futures data is taken from the CME website reports that are posted and available via ftp. The website is call evolution. I read some post at forex factory and it seems the site has been up for a couple of years. There doesn't seem to be a huge following, (which is good if you ask me).
I'll be taking a closer look at the max volume levels for the past week and keep an eye on them. Use this with your support and resistance and we will probably find more clues to where the next bounce will happen.
Take a look and leave a comment here on the site, as well as your thoughts on forex volume.
Saturday, September 5, 2009
Code Snippet - EOD Data
On the weekends many traders are looking over charts, some only do it on the weekends. They might place orders based on the charts they view. No matter what type of order you use, if you are using daily data, you may have noticed that sometimes you don't get all the current data for every symbol. Murphy's law says that the stock you interested in will be the one that is missing one days worth of quotes. A couple of times I have almost placed an order based on old data, but noticed something wasn't right when I logged into the trading software and noticed the last price was different. I wrote this piece of code to show up in the title when the last daily bar isn't the same as today's day. The code also considers Saturday and Sunday.
DownloadDate = LastValue(DateNum());
TodayDate = Now(3);
if(Now(9)== 7) DownloadDate = DownloadDate + 1;
if(Now(9)== 0) DownloadDate = DownloadDate + 2;
if(LastValue(DownloadDate) != TodayDate)
BarDateError = " *WARNING: Data NOT Current*";
else
BarDateError ="";
My title bar uses this code, which is where the value BarDateError is displayed.
Title = EncodeColor(colorLightBlue) + Name() + " " + FullName() +
EncodeColor(colorLightBlue) + " - " + Date() +
EncodeColor(colorBlue) + " O=" + O +
EncodeColor(colorLime) + " H=" + H +
EncodeColor(colorRed) +" L=" + L +
EncodeColor(colorBlue) + " C=" + C +
EncodeColor(colorYellow) + " ATR: " + Prec(ATR(6),4) + EncodeColor(colorWhite) +
" " + BarDateError;
Hope this helps you reduce errors, trading is hard enough without having to deal with oversights.
Thursday, August 6, 2009
Chat Room
I get email from time to time and have found it frustrating and difficult to solve a problem or have a healthy discussion via email. I've added a link to a chat room where we can have a discussion. If you want to chat about whatever, put a comment up on one of the posts and suggest a time. I'd like to chat about using Bracket Trader, or the advantages of using MetaTrader over Amibroker with IB (I know there are issues with that set up)
Look at the side bar on the right there is a title "Forex Hit List". I've added a link to a chat room.
Wednesday, August 5, 2009
Tipster Trendlines 2.12
Tipster Trendlines UPDATE HERE
Go to the Tipster Trendlines 2.1 post for additional information on how to obtain this AFL code. Don't make any more manual entry mistakes!
In addition, you may want to check the "Tipster Trendlines" TAGS on the the right of the blog to see all post about this code (or click this link).
Another update to the AFL, Tipster Trendlines, for trading right from the Amibroker chart. Here are the two additions;
Description (code follows below)
1. This addition will add "seconds remaining in bar" to the title of the chart. Good for intraday trading.
2. This addition will tell you if the last daily bar has the same date as today. Have you ever downloaded your EOD data and placed orders based on old data, assuming that you have the latest quotes? This won't prevent that but it will show a warning in the title of the chart so you have a chance!AFL CODE
Put this code at the top of the AFL, right after SetChartOptions(0,chartShowArrowschartShowDateschartWrapTitle); function secondsLeftOnBar_func()
{
Time = Now( 4 );
Seconds = int( Time % 100 );
Minutes = int( Time / 100 % 100 );
Hours = int( Time / 10000 % 100 );
SecondNum = int( Hours * 60 * 60 + Minutes * 60 + Seconds );
TimeFrame = Interval();
Newperiod = SecondNum % TimeFrame == 0;
SecsLeft = SecondNum - int( SecondNum / TimeFrame ) * TimeFrame;
SecsToGo = TimeFrame - SecsLeft;
return SecsToGo;
}
Replace the Ttle section at the bottom with this code
//Check if daily data is from today
DownloadDate = LastValue(DateNum());
TodayDate = Now(3);
if(LastValue(DownloadDate) != TodayDate)
BarDateError = " *WARNING: Data NOT Current*";
else
BarDateError ="";
Title = EncodeColor(colorLightBlue) + Name() + " " + FullName() +
EncodeColor(colorLightBlue) + " - " + Date() +
EncodeColor(colorBlue) + " O=" + O +
EncodeColor(colorLime) + " H=" + H +
EncodeColor(colorRed) +" L=" + L +
EncodeColor(colorBlue) + " C=" + C +
EncodeColor(colorYellow) + " ATR: " + Prec(ATR(6),4) +
EncodeColor(colorDarkYellow) + " Seconds Remaining: " + secondsLeftOnBar_func() +
EncodeColor(colorWhite) + BarDateError;
_SECTION_END();
Enjoy!
Sunday, August 2, 2009
Tipster Trendlines 2.11
This page is out of date, click "Tipster Trendlines" at the top of the page.
Go to the Tipster Trendlines 2.1 post for additional information on how to obtain this AFL code. Don't make any more manual entry mistakes!
Several readers have donated and received the Tipster Trendlines 2.1 (TT) AFL. A few things have come up, and I want to share the questions and code fixes.
CODE FIX
This fixes an issue where TWS rejects the submitted prices when TT is set for "Futures" trading.
Search for the red text below using the find box and replace with the code below. The NEW code is in blue. If you can't figure this out, let me know by comment or email.
if(Length == "0")
{
BS = int( BS ); // this truncates whatever is after the decimal
TA = int( TA );
ST = int( ST );
IBTarget = NumToStr( TA, 1.0, 0);
IBOrder = NumToStr( BS, 1.0, 0);
IBStop = NumToStr( ST, 1.0, 0);
}
VISTA
Microsoft VISTA continues to be a problem for Amibroker. The Interpretation window should be closed according to Ami support. The issue has not been resolved at this time, stay tuned in the Yahoo Amibroker groups. The reports I am receiving indicate the the TT screen "flashes" when Auto Trading is turned on.
Here is some code added by Rick. This code flashes the screen at the start and end of the trading day. Adjust the time as required:
Plot(TimeNum() == 092959, "",colorPaleGreen,styleHistogramstyleDashedstyleOwnScalestyleNoLabel);
Plot(TimeNum() == 155959, "",colorRed,styleHistogramstyleDashedstyleOwnScalestyleNoLabel);
(In Preferences - Intraday, "Time stamp of compressed intraday bars shows - "END time of interval")
Questions and answers
Q1. can make change to stop loss and target profit or not so that I can move my stop loss/target after the trade is entered.
A1. No. Once the order is placed and not filled, cancel and re-do in Amibroker. Once the order is placed and filled, move stops and targets in TWS.
Q2. Also if I used stop + limited price to enter trade, the trade may or may not be able to be filled. Can we see the trade has been filled in the status of Amibroker panel or not without going to IB pages?
A2. No. This is possible but I have not coded it. I had that feature in an earlier version.
Other Issues
Lastly, I would appreciate any feedback on this code posted as comments so other potential users can see the value. If current users have any suggestions, of issues with the AFL please let me know and we will remedy.
Wednesday, July 29, 2009
Auto Trading UPDATE
I have been using Bracket Trader lately. Great little program. I also just changed computers and noticed it doesn't run very well. I had to turn off my real time virus scanner. I'll have to figure out what files are running and add them to exceptions for the scanner.
The AFL I'm working on actually combines several systems that can be turn on and off with the params window. The time of day to allow trades can also be adjusted.
I send an email alert to me handheld so I'll be able to log on and check that the stops and targets have been placed, then just let it go. It's running on the TWS simulated account right now, making play $$.
Questrade
I just opened an account at Questrade. The experience was painless and prompt. I noticed one thing very quickly about their platform, that I usually research before hand.... not this time!! Where are the stops? I can't set a bracket order!!
Apparently the TSX doesn't allow stops unless they are stop limit orders. Questrade has something called VTSO, not exactly sure how it works yet. I do know that without stops, trading is riskier. IB offers stops on the TSX, probably simulated in their system. I'll have to do more research. Feel free to offer what you know if you're reading this.
Wednesday, June 17, 2009
Bracket Trader
Bracket Trader (BT) communicate directly with TWS. You can trade right from BT, or have an external app send signals to BT.
I've installed Bracket Trader and tried it with my IB simulated account. So far, so good. I like this set-up because I only have to generate signals and sent them to a text file. BT looks at the text file for orders and executes. BT has some nice features, trailing stops, multiple targets, etc. It's worth looking at. The main reason I like it is I don't have to code the scale out or order management part of the trade.
I'm setting Amibroker up to send LMT orders. If they don't trigger within a few bars then I cancel the order.
Has anyone else played with this application? I would like to hear about your experience. Once I get this working I'll post some AFL code to interface to BT, and I hope you will participate.
Tuesday, June 2, 2009
USDCAD - Trade update
Thursday, May 21, 2009
USDCAD - Look out below!
I've entered a short position in USDCAD. Why? Why not. The pair is at a major support level, a daily support level. I entered a few days ago, so I'm in profit and waiting to see what happens, and the best part is that I'm giving the market lots of room to move around, waiting for the decline.
Credit Crisis and PUT option
If you do some creative searching on Google, you will find that there were those that shorted the market using PUT options before the credit crisis was public. Click on the link above to get started. So here is what I'm saying, you might have noticed this happening, and allot of traders did. How many acted? Notice the forum article, the writer is trying to figure out why? Who gives a rats ass why. Keep that in the back of your mind, like a dart in your back pocket, take it out when you need it. If you saw the market take a shit kicking like it did on November 8, 2008, you might have thought to wait a few days for a bounce, and pick up some PUTs. Or, you might have not because you wanted to know WHY? and didn't make a killing like the traders who sunk billions into PUTs. So, why ask why?
Here are the charts. Notice the daily support level at 1.1463 TO 1.1350.
Sunday, April 19, 2009
Tipster Trendlines v2.1
This page is out of date, click "Tipster Trendlines" at the top of the page.
Trade directly from your Amibroker charts. This AFL code allows you to draw three lines on the Amibroker chart and place an error free trade. You must have Amibroker 5 or better, IBController (from Amibroker website), Trader WorkStation (TWS) and an Interactive Brokers (IB) account. I have not posted the code at this time, but for a small $20 donation I will send it to you.
Tipster Trendlines v2.1 from Another Brian on Vimeo.
Tuesday, April 14, 2009
Trading Rules
I got these "rules" off another site, same old stuff.... throw up a few rules, make them general, hopefully the reader will buy the course they are selling.
Here it is:
Buy low sell high [ya, OK.]
Do not assume support and resistance even if there is precedence; let candlesticks indicate market sentiment at anticipated levels and act accordingly. When in doubt, let the market test and retest price levels. [and then what do I do?... I watch smaller time frames, sometimes a tick chart....but that if I'm trading off the H1 or H4.]
Apply a moving average as a simple visual way of indicating trend then buy support or sell resistance in favour of the trend [and what time frame are we talking about here? And what moving average period? How about just using higher highs and lower lows? Works for me.]
Retail speculators often get the big picture right but get killed by volatility at the lower time frames; increases chances of success by following the big picture more and this is really about 15 minutes or higher. [I agree with this, just ask Ryan O'Keefe!]
To sum it up, play with the trend, follow the big picture and apply wider stops that are more tolerant. That will really save you from a lot of nasty whipsaws but you will get it right when price reverts to the mean. In terms of strategy, nothing beats a simple one so you can get it right even if you wake up on the wrong side of bed. [I agree with this to, but it's general and doesn't really help a new trader]
Anyone have any comments on these so called "rules" that are more guidelines than anything....
Saturday, April 11, 2009
Tipster Trendlines - version 2.1
This page is out of date, click "Tipster Trendlines" at the top of the page.
The "free" version is no longer available. Go to the Tipster Trendlines 2.1 post for additional information.I've modified the code for my Amibroker interface to Interactive Brokers (IB) Trader Workstation (TWS). All the functionality is now on one pane.
The user puts three horizontal lines on the chart called "BS", "TA", and "ST". Bracket orders can be placed and the code will check to ensure the bracket is correctly setup. You can also disable this bracket order feature and place only a "BS" (Buy Short) with or without a stop or target.
The Risk display is only an approximation for forex, and I have not tested it for futures.
The menu's are all drop down now. Here are some sample screen shots. I'll make a video when IB is online, their server are shut down until Sunday evening.
Friday, April 10, 2009
Better Video
I just signed up with Vimeo and uploaded version 1 of the Tipster Trendlines video. I think this site is better for this video since you can watch full screen and the quality is better.
Tipster Trendlines v1 - Amibroker and IB from Another Brian on Vimeo.
Tuesday, March 31, 2009
Finviz
If you trade stocks there is a website worth looking at. The only thing wrong with it is that it doesn't include Candian stocks. Take a look at this video tutorial of the site. I'll be using it to find sectors and groups that are leading the charge for the next bull. Conglomerates have had a great run over the past few weeks on this strong surge of buying. Lets see if the pull back is lighter compared to the other sectors and groups. Once I find the sector or group I'll look in the same place on the Canadian market. This is for the RRSP (retirement fund in Canada), a long term approach. I'm in one bank stock and one enrgey stock right now with a bunch of cash, sitting and waiting.
On to the video, if it asks for a password -> finviz
Another short tutorial about BigCharts.
Sunday, March 29, 2009
Other blogs worthy of mention
MACD High Probability Trades - I noticed that MACD High Probability Trades has taken to forex. He has switched his trading from stocks to forex, stating that forex is the new thing. I look forward to reading his blog posts related to forex.
DailyFX - FXCM's news, analysis and signals web site. Pretty good but I prefer the forexfactory calendar for news releases. It's on the sidebar of the blog.
ForexProject - Not sure what happened to Rich. Last word he got a new job. I think he should spend less time making websites and more time trading. His web sites are great though!
Saturday, March 28, 2009
USDCAD Poll

Breakthrough
I haven't been working a whole lot on the updated version of Tipster Trendlines but it is close. I sent the code to a reader (David) who is testing it. David had some good ideas to improve the flexibility of the code. For example, the ability to submit a bracket order, or just a buy/sell order, or a buy/sell with a stop. Also, the menu's have changed with everything on a single pane.
Since the beginning of the year I thought I'd concentrate more on actually trading than coding trading systems reading/writing blog posts, and actually gain more experience trading every day.
Also over the past few months my frustration with IB's data feed has grown so I decided to try another broker for forex trading while still not closing the IB account. My issue here is that you cant get tick data. If I use another feed to Amibroker and IB to trade forex the two may not jive enough to scalp and/or place my stops. So I think we are kind of stuck with IB's crappy data feed.
I've opened a new account with MFGlobalFX to trade forex. I think they are an affiliate of FXCM since I can log onto the dailyFX website for news and signals (more on that later).
Their simple little platform is really all I need, I found to my surprise. I plot a few MA's and display a daily, H4, H1, M1, and tick chart to trade. Once I figured out what I wanted to see and what indy's I wanted to on my screen, trading was more simplistic. I only use price, MA's, slow Stochastic, and a table of ATR values. The platform is FXTradingStation by CandleWorks, does anyone else use this? The indicators are written in a language called LUA. I'm not about to dive into another language to port some indicators. So back it is to Amibroker. How do I get this new brokers data into Amibroker? ... more on that later....
Using this little platform made me think a little after I has some successful trades. Amibroker allows us to over complicate things. This simplistic approach helped me get my head around the trading plan that I needed to simplify. My plan was more than 10 pages and I really wanted a 2 pager, something I would memorise without even knowing it, something short. Also during that time I listened to a TraderInterview. This particular trader made up a simple "table", I call it a matrix, of his set-ups. He would detail the set-up for the applicable time frame and how to initiate a trade and possible profit targets. It is well known that a trader needs a few set-ups to draw from in order to flatten the equity curve, and this is a good visual tool to do that. This trader also scored the set-ups for each trade, promoting good set-ups and "firing" the under performers. Promoting just refers to increasing position size for the set-up. So this was my road map to simply my trade plan and my charts.
Monday, February 2, 2009
Who is TMK?
Quite a bit of testosterone stirred up over at The Market Kid (TMK) blog. If your not familiar with this blog, it's written by someone, nobody really knows who, that claims to be a kid. Some speculate that he or she is a high school student. "Kid" probably refers to a kid of the market, a child, a constant learner, anybody follow me here with this?
What's he do?
TMK posts penny stock picks, basically following the Timothy Sykes program. Look for shitty stocks that move up quickly on no news or bullcrap from the forums and look to short when they fizzle out. Sure, pennies can be a bit risky, and that's why you should have your money management system in place and following it. Pennies can be fun to play and profitable but you need to set up your rules and play the game to the rules or your going to get hammered like a hockey player with his head down crossing the blue line. ... game over, lights out.
Educational?
Is there anything to learn from this "TMK" blog? Sure there is. Look up some of TMK's past picks and judge for yourself. Even better, use the past picks and make some rules up, then simulate the trades. ya ya, no shares available, whatever... the point here is you can use the blog to grease your wheels.... do your own work... but it sure is easier having someone narrow down the thousands of stocks to sift through.
Is he a fraud?
You might care, I don't. We all trade differently, we all judge people differently. If someone were to take the posts, which are apparently the result of scans and preliminary manual chart scans by eye, and put their own trading strategy to work on them, and found some they could actually trade, and make a profit from the posts, who gives a rats ass who the hell TMK is? Not sure about you, but I'm in this for the money, and to learn about myself and how i react to in different market conditions (think trade journal)
What the point?
I want to make money trading, not friends, not enemies, not contacts, just cash. Who is MKT? Who gives a crap, but whoever writes the post isn't a teenage high school nerd. This person has some market insight and has either taken a course or two, spent hours reading through all the bull on the Internet, or is old enough to have been in the game for a while. TMK has probably watched the Sykes videos a few times, and read his books. There are legitimate blogs on the net by people that makes money day in and day out, and I ask you, do you trade their picks ? and make money from them? do you lose money also?
You are the master of your account. You are the master of your mouse. You are the master of your mouth. Do whatever you want. Blow up your account. Read blogs repeadadliy that you dont like. Blast your mouth off like anyone else values your opinion, to make sure everyone knows that YOU are RIGHT!! We all crave to be right, and isn't that why most people do terrible in the market?
I'm too busy trying to take some coin out of the market to give a rats ass about MKT's personal life or the comments some of his reader leave. When I sift through the comments, I simply look for MKT and read that part.... but sometimes the filth gets interesting, and we all like to read that crap sometimes, don't we?
Remember this
When the bell rings, your not my friend, I'm trying to take your money.
Saturday, January 24, 2009
Currency Interest Rates
Many brokers will credit or debit your account on overnight forex positions.
Interest is calculated using the difference between the two currency interest rates. For example if you trade Euro Dollar, the ECB (European Central Bank) and FED (Federal Reserve) are the banks you would need to look too for the current rates.. If the ECB's rate is 2.25% and FED's rate is 4.25% the difference is -2%. A long (buy) position on Euro Dollar will generate a 2% debit interest on your account, a short position will generate a credit interest of 2%.
To show you the impact of this, here are a few examples and a link to use this currency interest rate tool. This is also know as the carry trade.
You need to know what will have an impact on your trade, and what the impact will be in order to make an informed decision. Using the chart below yo can see that the interest is minimal for most small trades, but of coarse this depends on the pairs, the rates, and the length of time you are holding the trade open.