Recently, I got interested in the Short Interest (SI) and how to interpret and exploit it. On EliteTrader, I found an interesting article on how to profit from short squeezes: http://www.elitetrader.com/tr/index.cfm?s=15&t=69
The author lists some impressive examples of rising stock prices despite ...
Search found 8 matches
- Sat Jul 24, 2004 5:43 am
- Forum: Trend Indicators and Signals
- Topic: Trend Strength and Short Interest Ratio
- Replies: 0
- Views: 5090
- Tue May 18, 2004 1:43 pm
- Forum: Stocks
- Topic: Bright Trading
- Replies: 2
- Views: 7280
- Thu Apr 22, 2004 4:26 am
- Forum: Testing and Simulation
- Topic: "Backtesting the Original Turtles" : Thread on ET
- Replies: 4
- Views: 7571
- Tue Apr 20, 2004 2:54 pm
- Forum: Testing and Simulation
- Topic: "Backtesting the Original Turtles" : Thread on ET
- Replies: 4
- Views: 7571
"Backtesting the Original Turtles" : Thread on ET
http://elitetrader.com/vb/showthread.php?threadid=31501
Thought some might be interested in reading the thread on ET. ET is, imho, one of the few places where good traders meet on the net. The forums' archive is a well of ideas and discussions of all sort of subjects. Much is very short-term ...
Thought some might be interested in reading the thread on ET. ET is, imho, one of the few places where good traders meet on the net. The forums' archive is a well of ideas and discussions of all sort of subjects. Much is very short-term ...
- Mon Apr 19, 2004 1:52 pm
- Forum: Testing Software
- Topic: Keeping Track of Changed System Code
- Replies: 5
- Views: 9092
- Wed Apr 14, 2004 3:29 pm
- Forum: Testing Software
- Topic: Keeping Track of Changed System Code
- Replies: 5
- Views: 9092
Re: Source Mgmt for Trading Code
Ted Try using a version control system (like RCS, CVS or subversion). It actually helps on tracking what, who, how and when.
What a great idea! I keep other C++/Java source under version management, but never considered trading code (duh!).
Thanks!
Kevin
You're more than welcome. I recently ...
What a great idea! I keep other C++/Java source under version management, but never considered trading code (duh!).
Thanks!
Kevin
You're more than welcome. I recently ...
- Wed Apr 14, 2004 12:04 pm
- Forum: Testing Software
- Topic: Imagining the Dream Testing Software?
- Replies: 18
- Views: 41712
Zeke's past test library would be awesome. How about autolibrary of functions/strategies as they are changed? When I do research on a system, sometimes it is difficult to remember all the little changes I've made.
Try using a version control system (like RCS, CVS or subversion). It actually helps ...
Try using a version control system (like RCS, CVS or subversion). It actually helps ...
- Fri Mar 19, 2004 3:10 pm
- Forum: Custom C++ or Java Platforms
- Topic: Metastock parsing ... in Java
- Replies: 8
- Views: 34847
Well done, Verec! Thanks for sharing this piece of code.
I'd like to invite all Java developers to join this thread. Personally, I am developing using Java on a GNU/Linux box, and would love to get in loose contact with others regarding Java for trading purposes. While everyone might have different ...
I'd like to invite all Java developers to join this thread. Personally, I am developing using Java on a GNU/Linux box, and would love to get in loose contact with others regarding Java for trading purposes. While everyone might have different ...