Feeds:
Posts
Comments

Archive for the ‘Traders Tools’ Category

Just been banging my head against the wall with the IB TWS desktop application on Windows 7. The application keeps saying that my version of Java is 0 and it needs 1.4. I realised I needed the 32bit and not the 64 bit for IBs TWS to work. I also needed to uninstall the 64bit [...]

Read Full Post »

What is FIX The Financial Information Exchange Protocol is defined on the homepage of the protocol standards web site as “The Financial Information eXchange (FIX) Protocol is a messaging standard developed specifically for the real-time electronic exchange of securities transactions.” However, I think this definition is very limited. The protocol does not just define a messaging standard [...]

Read Full Post »

In my recent post introducing the news aggregator I detailed what we are currently building. In this post, I will discuss some very high level architecture and some considerations around how to build the application. My first draft at architecture is to just get the different functional parts of the program identified. Then later we [...]

Read Full Post »

I am working on a project where I going to build a news aggregator which takes certain keywords and searches a predefined set of websites, company statements etc for stories or blog posts that have that keyword in it. The keywords are mostly a combination of company names or stock ticker codes and mood indicators, [...]

Read Full Post »

My first foray into coding with Meta Trader MQ4 has been to code a very simple reversal system using two moving averages. The system is a long term trend following strategy that buys when the smaller moving average moves above the longer and sells when the smaller MA moves below the longer one. Once the [...]

Read Full Post »

//+——————————————————————+ //|                                          DoubleMovingAverage.mq4 | //|                              Copyright © 2010, Coding Powers Ltd | //|                 [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.