No BSD License  

Highlights from
Tradeguide

3.2

3.2 | 6 ratings Rate this file 22 Downloads (last 30 days) File Size: 1.61 KB File ID: #4693
image thumbnail

Tradeguide

by Nagi Hatoum

 

28 Mar 2004 (Updated 01 Apr 2004)

Gives best buy and sell signal to benchmark trading system.

| Watch this File

File Information
Description

Takes column-wise Close Open High and Low data
Gives Buy and Sell signals for maximum practical profit.

Ignores small trend changes or flat days and follow biggest local trends.Profitable spikes are included.

Tradeguie signal offers a practical trading benchmark training set for Neural Networks and other learning algorithms or TA.

There are no hold signals generated.

MATLAB release MATLAB 5.3 (R11)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (7)
25 Sep 2006 aa aa

good luck with "shift by 1 day"

04 Oct 2006 constantin milea

A complete nonsense.Uses future data to act on the past .

04 Nov 2006 Scott Miller

Constantin,

I'm afraid you don't understand the purpose of this script. It is not in order to provide a strategy to make a profit, because as you point out, it uses future information to determine the optima, but rather to give the best possible strategy with perfect information to compare the performance of other strategies with. It is impossible to perform better than this algorithm, so the closer to this performance that YOUR algorithm comes, the more "efficient" it is. I'm not rating this yet, since I haven't tried it out yet, but the purpose is clear and is quite useful.

Scott

31 Oct 2007 Dimitri Shvorob

The strategy boils down to 'daily return positive - buy at the day's start; daily return negative - sell at the day's start'.
The author then looks for switching signs, forgets about them, and (for some reason) sets trade = buy. A total of 3 meaningful lines..

07 Jun 2008 Chris Troutner

This is a great program for someone looking for a trend identification program. In order to plot the data this file generates, make sure to download plotradeguide.m and cndl.m, both published by Nagi on the file exchange as well.

07 Jun 2008 Chris Troutner

This is a great program for someone looking for a trend identification program. In order to plot the data this file generates, make sure to download plotradeguide.m and cndl.m, both published by Nagi on the file exchange as well.

27 Sep 2008 Jan Koolen

In reply to Dimitri Shvorob:

"The author then looks for switching signs, forgets about them, and (for some reason) sets trade = buy. A total of 3 meaningful lines.."

Not true in my opinion.
Switching signs are stored in a vector named changemarker (not forgotten about).
Similarly, values of 1 (buy), and 0 (sell) are stored in a vector named tradesignal. Nowhere does the author set 'trade = buy'. Use these vectors as you see fit.

The strategy may be simple, but the script is described as merely a benchmark for NN.

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
finance Nagi Hatoum 22 Oct 2008 07:17:10
modeling Nagi Hatoum 22 Oct 2008 07:17:10
trading benchmark stock option neural networks ga Nagi Hatoum 22 Oct 2008 07:17:10
analysis Nagi Hatoum 22 Oct 2008 07:17:10
trading benchmark stock option neural networks ga Mike Greene 28 Oct 2010 12:35:42

Contact us at files@mathworks.com