This is the TradingSolutions Newsletter, which you are receiving because you requested to stay informed about TradingSolutions from NeuroDimension. If you would like to stop receiving these newsletters, please see the bottom of this newsletter for instructions.
In this issue...
|
|
Vote in the TASC Readers' Choice Awards
The voting is almost over for Technical Analysis or Stocks and Commodities (TASC) magazine annual Readers' Choice Awards. TradingSolutions is on the ballot in two categories, “Artificial Intelligence Software” and "Standalone Analytical Software, $500 and more." Voting ends December 31, 2003. If you subscribe to TASC and enjoy working with TradingSolutions, we would appreciate your vote!
|
|
TASC subscribers can vote online at http://technical.traders.com/Products/ballot.asp
|
TradingSolutions Now Supports IQFeed
TradingSolutions v2.1 Build 031112 is now available from the TradingSolutions website. This build adds several usability enhancements and improvements, as well as fixing several issues that were encountered in the previous builds of TradingSolutions v2.1.
|
|
Key improvements in this build include:
- Support for importing and streaming data from IQFeed.
- Updated sample models and introductory tutorials.
- Display ticker symbols in the Portfolio View.
A complete list of new improvements and fixes can be found in the Product Updates section of the TradingSolutions website.
The Evaluation version, End-of-Day level, and Real-Time level can all be updated for free by downloading an update patch from the following link:
http://www.tradingsolutions.com/downloads/updates.html
|
|
Trader Takes Second Place in Real Money Trading Contest
Pal Anand is an independent software consultant in British Columbia. When he is not writing code for clients, he is using TradingSolutions to fine-tune his models for the foreign exchange market. These models have shown an incredible profit potential. For example, he entered a trading contest with real money with his broker in which he took second place by earning a 247% return in just over a 10 day period.
|
Mr. Anand originally developed models within Excel/Access, but found it to be rather limiting, inaccurate and cumbersome. The transition from Excel/Access to TradingSolutions was a very easy one for him, since TradingSolutions has a similar spreadsheet interface. What he could now do is easily implement his ideas as Entry/Exit Systems and automatically backtest their performance. He also enjoys the speed and accuracy of TradingSolutions.
|
|
More details about this interview are available in our new Customer Interview section, including an outline of his most profitable system. Read it now at: http://www.tradingsolutions.com/news/anand.html
|
Solution Service Recap
The Solution Service is a free service that provides daily trading signals and commentary for a select group of stocks. These models can be used directly as part of your trading strategy or used as examples of how to generate your own winning signals. To access it, simply press the "Update Solution Service" button in the TradingSolutions toolbar.
|
|
Since the last newsletter in mid-October, the NASDAQ has broken even and the S&P 500 gained around 2.5%. During this time, the Microchip Technology (NASDAQ:MCHP) model gained over 30%. The Texas Instruments (NYSE:TXN) also continues to do well, gaining 150% since it was introduced in January. Overall, the Solution Service models combined to generate a profit of over 6%.
Two new models were introduced soon after the release of the last newsletter - Boise Cascade (NYSE:BCC) and Panamsat (NASDAQ:SPOT). Both of these models have made gains of around 6% since their introduction.
|
Indicator Development: Float Bars, Part 2
In the previous TradingSolutions newsletter, we began looking at how to develop an indicator to calculate the number of bars it has taken to trade a given volume. This is useful for determining how liquid a stock is in the current market. Specifically, it can be used to calculate the “Float Bars”, or the number of bars it takes for the entire tradable stock volume of a company to change hands.
|
|
Previously, we determined how to approach the problem and showed how to calculate a running total with an Accumulator function. Now, let's look at how to use this function to calculate the number of bars needed to trade a given volume.
Calculating Float Bars
Given a way to keep an accumulated total of traded volume, the current accumulated volume can be compared to previous accumulated volumes to identify the number of bars needed to cover a specified volume. This can be done using the current value special processing in TradingSolutions.
Here are brief step-by-step instructions for how to do this using the “Accumulator” function we wrote in the previous article. For more complete instructions on how to write functions in TradingSolutions, see the step-by-step tutorials.
- Select Define Functions... from the Processing menu.
- Select a function group to place this new custom function in.
- Press New... under the list of Function Definitions in the Selected Group.
- Enter a Display Name of Float Bars and a Short Name of FloatBars and press Next.
- Select the Bars Since Was True (BarsSince) function.
- For the Condition input, select the Is Greater Than Or Equal To (GE) function.
- For the Value 1 input, select the Subtract function.
- For the Value 1 input, select the new Accumulator function.
- For the Value input, press Create New Input… and assign the name Volume.
- For the Value 2 input, also select the new Accumulator function.
- For the Value input of the second Accumulator function, select the Volume input you just created.
- For the Value 2 input of the GE function, create a new input called Float Volume.
- For the Period input of the BarsSince function, create a new input called Maximum Period.
We now need to change one of the “Accumulator (Volume)” functions to look at the value for the current bar while the other looks at the value relative to the BarsSince function.
- Select the first Accumulator function in the formula.
- Select the Special Processing tab.
- Press the Add Level button to add the Identity function around this function.
- Select Use the current value of the selected function for all values in the surrounding array function.
- Press the Next button, then the Finish button to save your function.
How It Works
The resultant formula looks like this:
BarsSince (GE (Sub (Current: Ident (Accumulator (Volume)), Accumulator (Volume)), Float Volume), Maximum Period)
The Bars Since Was True function will determine the number of bars since a given condition was true, up to Maximum Period ago. The condition we are checking is whether the difference between the current accumulated volume and previous accumulated volumes is greater than the target Float Volume parameter. This gives us how many bars ago the cumulative volume changed by Float Volume.
|
|
Three New Indicators
Three new indicators have been added to the Traders' Tip section of the Solution Library based on articles in recent issues of Technical Analysis of Stocks and Commodities magazine (TASC).
|
|
Giorgios Siligargos article “Divergence Bias,” in the December 2003 issue, compares and contrasts the usages of several different momentum and MACD-type indicators. Most of these indicators are built into TradingSolutions, but use a different name. The one new function, called the “Fractional MACD” has been added to the Solution Library.
Barbara Star's article “Trade the Price Swings,” also in the December 2003 issue, discusses the usage of the Linear Regression Indicator instead of a standard moving average for trading. Her additional calculation called the “Linear Regression Reversal Indicator” has also been added.
Jongseon Kim's article “When And When Not To Trade,” in the January 2004 issue, presents a trading system based on the TRIX indicator. This system is very similar to the TRIX system included with TradingSolutions. It has also been added to the Solution Library.
These functions can be downloaded from the Solution Library. They can then be imported into TradingSolutions using "Import Functions..." from the "File..." menu. The Traders' Tip section of the Solution Library is located at: http://www.tradingsolutions.com/downloads/tasc.html
If you aren't familiar with Technical Analysis of Stocks and Commodities, we encourage you to visit their web site at http://www.traders.com
|
|
Neural 101 Website
Neural 101 is a free educational web site on trading stock and futures markets with neural networks. It includes message areas, links, trading indicators, systems and scans. The message areas include special forums on building trading systems, using neural networks, and even discussing tips, tricks, and ideas for using TradingSolutions.
NeuroDimension encourages the use of this free resource to foster discussions between people interested in TradingSolutions. You can visit Neural 101 at
http://www.neural101.com. The TradingSolutions message forum can be located using the “Message Forums” link from the left-hand menu.
Have an event or product you would like to announce?
Contact us at newsletters@nd.com.
|
|
We appreciate your feedback! Please send us your comments or suggestions concerning this newsletter, our web site, or part of the NeuroDimension product line. Write to us at: newsletters@nd.com.
Have questions about TradingSolutions? Send your questions to: info@tradingsolutions.com
This issue and previous issues of this newsletter are available on the TradingSolutions web site at: http://www.tradingsolutions.com/resources/newsletters.html
If you would prefer not to receive these newsletters or subsequent product updates from NeuroDimension, please reply to this letter with the subject heading changed to the word REMOVE.
Thank you again for your support of NeuroDimension products!
|
|
|