Cargando…

Building winning trading systems with TradeStation /

The updated edition of the guide to building trading systems that can keep pace with the market The stock market is constantly evolving, and coupled with the new global economic landscape, traders need to radically rethink the way they do business at home and abroad. Enter Building Winning Trading S...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Pruitt, George, 1967-
Otros Autores: Hill, John R., 1926-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Hoboken, N.J. : John Wiley & Sons, Inc., ©2012.
Edición:2nd ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Machine generated contents note: ch. 1 Fundamentals
  • What Is EasyLanguage?
  • Variables and Data Types
  • Operators and Expressions
  • TradeStation 2000i vs TradeStation 9.0
  • Conclusions
  • ch. 2 EasyLanguage Program Structure
  • Structured Programming
  • Program Header
  • Calculation Module: MyRSIsystem
  • Conclusions
  • ch. 3 Program Control Structures
  • Conditional Branching with If-Then
  • Conditional Branching with If-Then-Else
  • Repetitive Control Structures
  • Conclusions
  • ch. 4 TradeStation Analysis Techniques
  • Indicators
  • PaintBar and ShowMe Studies
  • Functions
  • Strategies
  • Conclusions
  • ch. 5 Measuring Trading System Performance and System Optimization
  • TradeStation's Summary Report
  • Trade Analysis
  • Optimization Old School Style
  • Conclusions
  • ch. 6 Trading Strategies That Work (or the Big Damn Chapter on Trading Strategies)
  • King Keltner Trading Strategy
  • Bollinger Bandit Trading Strategy
  • Thermostat Trading Strategy
  • Dynamic Break Out II Strategy
  • Super Combo Day Trading Strategy
  • Ghost Trader Trading Strategy
  • Money Manager Trading Strategy
  • Bonus Trading Strategies
  • Conclusions
  • ch. 7 Debugging and Output
  • Logical versus Syntax Errors
  • Debugging with the Print Statement and the Print Log
  • Debugging with the Built-In Debugger
  • Table Creator
  • Conclusions
  • ch. 8 TradeStation as a Research Tool
  • Commitment of Traders Report
  • Conclusions
  • ch. 9 Using TradeStation's Percent Change Charts to Track Relative Performance
  • Working with Percent Change Charts
  • Conclusions
  • ch. 10 Options: Introduction and Strategies
  • pt. A Getting Started with Options Trading
  • pt. B Real-Life Options Strategies and Trades
  • Conclusions
  • ch. 11 Interviews with Developers
  • APPENDIX A TradeStation 2000i Source Code of Select Programs
  • Bollinger Bandit
  • Dynamic Break Out II / George Pruitt
  • DBS II Fade / George Pruitt
  • King Keltner Program / George Pruitt
  • MyAdxSys
  • MyMomRsi
  • MyMovAvgSys
  • MyTrailPrcntStop
  • Seasonal Soybean
  • Super Combo / George Pruitt
  • Thermostat / George Pruitt
  • Ghost Trader / George Pruitt
  • Money Manager / George Pruitt
  • APPENDIX B Reserved Words Quick Reference.