Automated Trading Machine (ATM) makes it simple to remove fear and greed from your trading. Automated trading is no longer just for the rich or nerdy. Our revolutionary software runs on your computer, using your trading rules, but none of your emotions. There's just one requirement - you know how to use a mouse. Learn more...
Column Titles
ATM wants to do as little calculations as possible. If it has already calculated the RSI(14), it doesn't want to do it again. To work out if a calculation has been done already or not, ATM goes by the Column Title.
You have to provide enough information for your Column Title to be unique amongst all other Columns (yours and everyone else's).
Here's an example with the Simple Moving Average. We could have just used a Column Title of "SMA". Someone uses the SMA(CLOSE, 20) in the trading system. So ATM creates a column and gives it a title of "SMA". But then that person adds another SMA to their trading system - this time SMA(CLOSE, 50). ATM checks to see if the "SMA" column already exists, and it does, so ATM doesn't calculate again. But here, there are actually 2 different SMAs. Let's try again.
This time we change the Column Title to "SMA_Setting01". Now ATM would correctly create 2 Columns - 1 titled "SMA_20", and the other titled "SMA_50". Fixed? No. The person decides they want another SMA in there - this time SMA(HIGH, 20). That would create the Column Title of "SMA_20", which already exists. But SMA(CLOSE, 20) is different to SMA(HIGH, 20). So the correct Column Title to use in this case is "SMA_OHLC_Setting01".
OHLC will get substituted with "CLOSE" or "HIGH", and Setting01 will be substituted with "20" or "50". That gives us 3 different Column Titles: SMA_CLOSE_20, SMA_CLOSE_50, SMA_HIGH_20.
But if the person used SMA(CLOSE, 20) three different times, then the SMA_CLOSE_20 column will only be calculated once.
The message is - your Column Title needs to work out to be unique based on the options available.
Lastly, don't use any of Column01-Column20 in the title.
See also:
- Login to post comments
Recent blog posts
- New Release: v3.0.3 - Everything Except Autotrading
- Mid July 2010 Update
- Start of June 2010 Update
- New Release: v3.0.2 - Copy, better error message, more options
- New Release: v3.0.1 - The Stabilise-ening
- Ah, The First Bug [Fixed in v3.0.1]
- New Release: v3.0.0 - The Rewrite
- Start of February 2010 Update
- End Of 2009 Update
- New Release: v2.0.10

Recent comments
35 weeks 2 days ago
50 weeks 3 days ago
1 year 4 weeks ago
1 year 4 weeks ago
1 year 10 weeks ago
1 year 11 weeks ago
1 year 18 weeks ago
1 year 18 weeks ago
1 year 21 weeks ago
1 year 26 weeks ago