Saturday, February 18, 2012

Amibroker 5.5 Highlights


AmiBroker 5.50.4 official release

ATTENTION: This version is free only for users who registered after September 1st, 2009. See Upgrade Policy and Pricing section below for more details.
CHANGES FOR VERSION 5.50.4 (as compared to 5.50.3)
  1. New Analysis: “Show arrows for actual trades” sometimes used date range from old AA. Fixed
  2. New Analysis: Individual backtest – custom metrics columns would not appear if very first symbol under test does not generate ANY trades. Fixed.
  3. UI: when you float a maximized MDI window it becomes little smaller so it does not overlap MDI tabs.
  4. Print/Print Preview: circle/arc/rectangle objects outside current view are properly clipped on printouts
  5. New Analysis: When user cancelled optimization in the middle and ran backtest afterwards then this single follow up backtest could be incorrect and required another run to produce correct result again. Fixed.
  6. When timeshift != 0 then duplicate range markers could appear at day boundary. Fixed.
  7. Small rounding issue in ray drawing fixed
  8. When multiple chart panes were using SetForeign on rare occassions foreign call could fail (return other symbol data) Fixed.
CHANGES FOR VERSION 5.50.3 (as compared to 5.50.2)
  1. Blank chart can be closed using flyout minitoolbar now
  2. Fixed crash @7C8097FF when trying to drag drop indicator on chart when database is empty
  3. Formulas: Ichimoku cloud added
  4. Formulas: faster version of Portfolio Equity formula
  5. Formulas: styleNoLabel is now default for all “Band” formulas (Bollinger/Keltner/Percent)
  6. New Analysis: Individual backtest: setting different report mode took place only after second run / second symbol. Fixed.
  7. New Analysis: proper symbol list refresh is triggered when composites are created or user calls SetOption(”RefreshWhenCompleted, True );
  8. New Analysis: Walk forward tab table did not display custom metrics. Fixed.
  9. PlotVAPOverlay did not draw the very last level line. Fixed. Also done some cosmetic tweaks.
  10. TC2K/TC2KFunds plugins updated to check Wow6432Node registry key on 64-bit installations (should avoid TC2k detection issue on 64-bit Windows)
  11. Ticker bar prevents from adding empty ” symbol names
  12. When database is empty or chart does not have properly selected symbol the information note is displayed in the chart window (instead of blank chart)
  13. When settlement delay was set to zero, then interest rate setting was ignored (5.46-5.50.2). Fixed.
CHANGES FOR VERSION 5.50.2 (as compared to 5.50.1)
  1. New Analysis and Old AA: HoldMinBars > 0 can now be used together with AllowSameBarExit=True
  2. New Analysis: SeparateLongShortRank required proper MaxLongPos and MaxShortPos definitions in order to work. Now if they are missing defaults are applied as in old AA.
  3. New Analysis: If current formula is open in the formula editor it is auto-saved prior to running any Analysis (as old AA did)
  4. New Analysis: on attempt to load analysis project file that contains formula path that does not exist or is not writable AmiBroker will create the formula in the “FormulasImported” folder instead of not creating it at all
  5. New Analysis: on Backtest/Optimization current formula is saved in @LastBacktestFormula registry key so it can be referenced by Individual Equity formula
  6. New Analysis: when formula is picked from the folder that is inside current working directory, then relative path is used and stored in project instead of absolute path previously used
  7. New Analysis: WinXP-only – RMB click column descend/ascend menus were not working due to Windows XP bug. Fixed.
  8. Plugins: IQFeed plugin uses new faster IQFeed API, downloads less and uses way more efficient method to backfill 1/5/15-second base time intervals. Attention: you need to use new IQClient 4.8.1.7 or higher.
  9. Plugins: IQFeed: added “You can’t close plugin window” on attempt to close working IQFeed window.
    Settings: ‘Stops’ tab: N Bar stop has priority check box state was not saved. Fixed
  10. UI: Category list now features new icons and decreased indentation
  11. UI: Chart tree, Layout tree in “Explorer” theme
  12. UI: Floating non-chart windows (account/web browser/analysis) are not closed when switching layouts.
  13. UI: Owner-draw listviews now fully implement ellipsis item truncation mechanism, but using ExtTextOut only which is 6 times faster than DrawText that Windows uses
CHANGES FOR VERSION 5.50.1 (as compared to 5.50.0)
  1. New Analysis: Individual Backtest implemented. Note that it runs with approx same speed as old AA as Individual Backtest is single threaded for reasons explained in the User’s manual.
  2. New Analysis: toolbar icons for parameters and settings changed to avoid confusion with the icon for preferences
  3. UI: Symbol List uses Windows 7/Vista style
  4. New Analysis: Toolbar customization is now saved
  5. MRU (most recently used) file menu moved to submenu and MRU list increased to 10 items
  6. Charts: fixed small alignment problem on Y axis when using fixed (nonproportional) font
  7. New Analysis: backtester object now has EquityArray property that returns entire equity array (not just current value).
  8. New Analysis: AddToComposite with atcDeleteValues | atcEnableInPortfolio did not delete previous values. Fixed
  9. New Analysis: “Interval” menu item in the auto-repeat group renamed to “AR interval” because some users interpreted it wrong (as periodicity)
  10. New Analysis: OLE interface implemented. 
  11. Charts: more tweaks for Y axis algorithm for readability. Now in Tools->Preferences, “Charting” the user may select different grid stepping: Instead of default 1, 2, 5, 10 grid stepping, user may select to use 2.5 step instead of 2 (Use 2.5 step in Y axis)
  12. GetFnData() supports new field “Alias” – return Alias field without need to use OLE
  13. GetOption supports new fields: ApplyTo and Filter*, eliminates the need to use OLE for that purpose
  14. Fix for FPU inaccurracies in range bars implemented
CHANGES FOR VERSION 5.50.0 (as compared to 5.49.2)
  1. New Analysis: “Save” creates now a Analysis project (.apx) file that includes all settings and formula needed in single file. The file itself is in human readable XML format
  2. UI: File open dialog now has “All supported files” option in the “Files of type”
  3. UI: PopupWindow is now resizable (see size gripper in the lower-right corner)
  4. AFL: PopupWindow function has additional parameters to control width/height and flag that controls whenever popup window captures input focus
  5. New Analysis: ApplyStops applied in non-regular modes are passed to 2nd phase properly now.
  6. New Analysis: “Show current trade arrows” fixed.
  7. New Analysis: View->Filtering menu options were not available when New Analysis was active. Fixed.
  8. New Analysis: Standard Edition has a limit of max 2 threads per Analysis window instance.
  9. UI: Log window clicking on error displayed AFL Editor and marked Line+1, Col+1 char position instead of proper place. Fixed
  10. New Analysis: Errors are now displayed in a modern message bar instead of dialog box
  11. UI: holding down Ctrl and Q keys simultaneously while AmiBroker is starting resets all menus/command bars to defaults
  12. New Analysis: scroll bar properly works when “Walk forward” tab is active
  13. New Analysis: Walk forward tab content can be now copied using Edit->Copy / Ctrl+C
  14. New Analysis: when “wait for backfill” was turned on and external data source was very slow to repond (like IQFeed during backfill) subsequent calls to Status(’stocknum’) could give non-unique numbers. Fixed.
  15. New Analysis: Copy to clipboard includes headers now
  16. New Analysis: Column customization/state persistence implemented
  17. Charts: New Y axis grid algorithm for clearer display on condensed charts
  18. AFL: CategoryGetSymbols supports new categoryAll (all symbols in the database) and new Mode parameter
  19. AFL: Added Warning 503. Using OLE / CreateObject / CreateStaticObject is not multi-threading friendly. See Users’ Guide “”Efficient use of multithreading”" for more details.
  20. AFL: Added ThreadSleep( milliseconds ) function. It suspends current thread for specified number of milliseconds (maximum is 100 ms). Works only from NON-UI threads. When called from UI thread the function does NOTHING and returns immediatelly. Please do NOT abuse this function. Using it may negatively impact performance.
  21. AFL: Added StaticVarCompareExchange function. Provides atomic interlocked compare/exchange functionality
CHANGES FOR VERSION 5.49.2 (as compared to 5.49.1)
  1. New Analysis: added Optimize->3D Optimzation chart menu
  2. New Analysis: buttons for Portfolio Equity/Individual Equity charts added
  3. New Analysis: Info Bar added (that duplicates some of the info that normally appears on the Info Tab). It can be turned on using Settings->Info Bar
  4. New Analysis: Report generation is now OFF by default when running optimization/walk forward as in old AA. This gives about 0.9 sec gain per step.
  5. New Analysis: Single-symbol optimization made faster by caching already compressed quote array on subsequent steps
  6. New Analysis: the check for Status(”StockNum”) was sensitive to blanks between parenthesis, function name and string parameter. Now it is made insensitive to blanks.
  7. New Analysis: when “Range” was “n last bars” or “n last days”, Status(”rangefromdate”) gave date of preceding bar. Fixed.
  8. UI: “Performance” tooltip title was not always updated on time. Fixed.
  9. UI: “Wait for plugin” window displays progress bar with “marquee” style instead of circle of dots
CHANGES FOR VERSION 5.49.1 (as compared to 5.49.0)>
  1. New Analysis: “Backtest started”, “Exploration started” text in the info tab appeared twice per run (instead of once). Fixed
  2. New Analysis: Backtest report did not include formula code. Fixed.
  3. New Analysis: Fixed crash that could occur when running analysis with Range set to “N recent bars” and N was exceeding number of quotes.
  4. New Analysis: Float/Normal/Close popup menu RMB menu was active everywhere in floating window instead of only caption area. Fixed.
  5. New Analysis: Implement single-thread start when Status(”StockNum”) is detected in the code. Other threads are started when first symbol processing is completed.
  6. New Analysis: Send to Analysis did not update formula combo box properly in certain scenarios: when formula X was selected, then formula Y, then formula X again. Fixed.
  7. New Analysis: Testing on unaligned data sometimes took longer than expected because of the work necessary to bring signals in order. Now a smart method avoids most of the memory transfers and can give 10x speedup on backtesting very long unaligned intraday data.
  8. Old AA: status bar displays true timing for fair comparisons between old AA and new Analysis. Watching progress bar numbers was misleading as it closed before all processing was truly complete, so it looked like old AA completed sooner than it really did
  9. UI: menu item for Old Automatic Analysis restored as apparently some users got lost. Also attempt to run old Automatic analysis displays an information about new Analysis window
CHANGES FOR VERSION 5.49.0 (as compared to 5.48.0)
  1. Web Research: turned on “silent” mode – should prevent error message boxes displayed by IE engine.
  2. UI: when focus is switched to floating document window, the application menu is switched to proper context
  3. UI: When File->Close was used on floating pane, document was closed but docking pane was not. Fixed.
  4. UI: The toolbar button and menu option to launch old Automatic Analysis window are now hidden (can be brought back by using Tools->Customize), old AA can also be launched from new Analysis via Analysis->Old Analysis menu
  5. UI: New menu options and toolbar button to launch new analysis window
  6. UI: Moved all menu items controlling visibility of docking windows to “Window” menu
  7. UI: floating state of windows can now be turned on/off using right-click menu over tab / floating window caption
  8. UI: File->Save (when currently selected window is a chart) command now saves Chart template. To save database use “Save database” instead.
  9. UI: Defaults for data window are changed, so extra OHL display is turned off by default as currently PlotOHLC displays all 4 prices in the tooltip and data window already
  10. UI: Data window scroll bars are hidden and do not flicker when updating
  11. UI: Adjusted item Y offset for owner drawn listviews for consitent look with old layout of system listviews in Windows XP and earlier OSes
  12. UI: Account, Analysis and Web research windows don’t use client edge/border anymore – gives slicker / less crowded look
  13. UI: “Save All” toolbar button removed, “Save database” button added to replace it
    QuoteEngine: Range bars algorithm improved significantly
  14. Quote array uses 20480 bytes (512 quotes) allocation chunk size (exactly 5×4KB page) now
  15. New Analysis: when floating pane is made normal from/to dates were reset to today. Fixed.
  16. New Analysis: when Apply To: Filter is defined so NO symbol matches the criteria, appropriate message is displayed when trying to run Analysis and action is terminated instead of displaying progress bar forever
  17. New Analysis: when analysis window is “floating” double click/show arrows/sync affects active MDI chart just like old AA did, as opposed to last one (when analysis is not floating)
  18. New Analysis: Optimization parameter setup stage uses now not more than 100 bars. This reduces setup time.
  19. New Analysis: implemented import / export, File menu now has Import HTML and Export HTML/CSV commands
  20. New Analysis: Implemented “Wait for backfill” option. This slows down analysis sequence so AmiBroker waits for external RT data source to deliver backfill data
  21. New Analysis: Custom backtester uses “last backtest settings” when calling GetStatus() instead of old AA settings
  22. New Analysis: auto-repeat interval edit field did not allow to enter values if moved to main toolbar via customization. Fixed.
  23. Formula Editor Analysis toolbar button now operates on New Analysis window
  24. Default for timestamping of intraday compression changed to “Show START time of interval”
  25. Charts: Tooltips automatically display also OHL prices (in addition to close) when Plot style is set to candlestick, bar or when PlotOHLC was used
  26. Charts: AFL error message color is now definable in Tools->Preferences, “Color” tab
CHANGES FOR VERSION 5.48.0 (as compared to 5.47.0)
  1. New Analysis: custom metrics columns were invisible in backtest/optimizations. Fixed. (#91031)
  2. New Analysis: backtest did not display proper column names when Report mode was different than trade list. Fixed. Also added support for changing report mode via SetOption().
  3. New Analysis: Auto-repeat Scan/Explore implemented (aka. “Run every” in old AA) (use drop down menu next to “Settings” button)
  4. New Analysis: Showing arrows by double click implemented
  5. New Analysis: Sync chart on select option implemented (use drop down menu next to “Settings” button)
  6. Fixed window activation issue after RMB click in chart window when non-chart floating windows are active
  7. New Analysis: Cancelling walk-forward did not restore date range and settings and didn’t reset internal step counter. Fixed.
  8. New Analysis: Formula path disappeared when window was made floating. Fixed.
  9. New Analysis: in 5.47 non-exhaustive optimizers sometimes stopped after first step in walk-forward. Fixed.
  10. Charting: scroll bar zoom function remains active even at extreme zoom in levels
  11. New Analysis: Fixed problem with opt steps warning dialog appearing sometimes in the out-of-sample tests in walk forward sequence
  12. New Analysis: Signal heaps are separated now, allowing to run concurrent backtest/optimizations in many analysis windows
  13. New Analysis: removed unnecessary refreshes of symbol list during optimizations that caused slowdowns when user had large database
  14. New Analysis: The size of control fields is properly adjusted with regards to DPI
  15. New Analysis: Status(”StockNum”) was always zero in 5.47 and earlier. Now it is set properly.
  16. Fixed Error 53 message that was giving an error when proper ” (quotation mark espace sequence) was used
CHANGES FOR VERSION 5.47.0 (as compared to 5.46.0)
  1. New Analysis: implemented Walk-Forward testing (use drop arrow next to Optimization button)
  2. New Analysis: last used ApplyTo/Range/From/to dates/filters and other settings are saved when Analysis window is closed
  3. Fibonacci retracement- modifying Z-order affected only control trendline, not all lines as it should. Fixed.
  4. Default title for new analysis window is “AnalysisX” (instead of “Unnamed”) where X is consecutive number 1, 2..
  5. attempt to use Say() on computer without sound card or without driver installed does not result in throwing exception/crash report, but it is rather silently ignored
  6. AFL engine: new error 53: incorrect espace sequence. Error is issued when user forgets that single slash must be written as \
  7. Fixed “slow response” problems some users reported when switching symbols)
CHANGES FOR VERSION 5.46.0 (as compared to 5.45.0)
  1. New Analysis: Exhaustive multi-threaded optimization implemented
  2. New Analysis: Smart (non-exhaustive) multi-threaded optimization implemented in a way compatible with existing optimizer plugins
  3. Slight modification to the way how compressed bar charts are drawn (so bars with H==L are better visible)
CHANGES FOR VERSION 5.45.0 (as compared to 5.44.1)
  1. 64-bit version compiled with new version of C runtime (Microsoft security update)
  2. Fixed date/time column sorting in virtual list views when regional date format was different than yyyy-MM-dd
  3. AFL: ClipboardSet() returns True (1) when clipboard has been successfully set. Sometimes clipboard is locked by another applications and then write can fail (ClipboardSet() will return zero/False then)
  4. New Analysis: Changed alignment of Date/Time column to left in backtest result list.
  5. Most AFL engine setup moved to worker threads. Result – smaller UI thread load in MT charts (better scalability) and much faster (upto 2x) explorations/scans in New Analysis window
  6. New Analysis: added “Info” tab that provides some summary information about analysis (number of rows, timings, backtest summary) – contents can be copied using Ctrl+C / Edit->Copy
  7. New Analysis: first-phase backtest signal processing and ranking moved to non-UI threads, enabling better parallelism, results in better backtest performance (upto 2x in with trivial codes)
CHANGES FOR VERSION 5.44.1 (as compared to 5.44.0)
  1. Removed dialog box with partial timings that appeared after backtest in the new analysis window. (It was introduced in 5.44.0 for performance fine-tuning purposes, but not really needed for end-user).
CHANGES FOR VERSION 5.44.0 (as compared to 5.43.1)
  1. New Analysis: fixed AddToComposite()
  2. New Analysis: Interval() function was working incorrectly in new analysis window. Fixed.
  3. New Analysis: Backtest ~~~EQUITY symbol did not have “use only local database” set in 5.43.1. Fixed.
  4. New Analysis: Backtest performance improved by removing some unnecessary list view refreshes (now it should never be slower than old AA even with simplest formulas)
CHANGES FOR VERSION 5.43.1 (as compared to 5.43.0)
  1. When range different than “All quotes” was selected, backtest in new Analysis window could produce incorrect results in 5.43.0. Fixed.
CHANGES FOR VERSION 5.43.0 (as compared to 5.42.0)
  1. New Analysis Window: multi-threaded Backtest feature implemented (experimental)
  2. Load/Unload buttons removed from Plugins dialog.
  3. ListViews: the last line (partially shown) in RT quote window was not easily selectable. Fixed
  4. New Analysis window: Implemented Parameters dialog
  5. AFL: GetCursorMouseButtons() sometimes missed clicks when multithreading was on and formula took ages to execute. Now it is now 100% reliable.
  6. Auto-selection of proper layer based on selected viewing interval
  7. IRA accounts support – implemented Settlement delay in backtester, via SetOption(”SettlementDelay”, x )
  8. Zoom in/out toolbar buttons zoom in finer steps (+/-10%)
  9. Analysis ListView, RMB menu new option: “Add Rank column” – adds a column with ordinal rankings based on current sort or just row number column when list is not sorted
  10. New feature: Adding new chart/research/account/analysis via (+) tab
  11. New Analysis window: Implemented SetSortColumns
  12. New Analysis window: Implemented AddSummaryRows
CHANGES FOR VERSION 5.42.0 (as compared to 5.41.0)
  1. Implemented right click menu in new Analysis windows (Add symbols to watchlist/Show arrows functionality)
  2. Zoom in/out toolbar buttons now have auto-repeat feature
  3. In 5.41.0 Ctrl+C from list view copied text without tabs (column separators). Fixed
  4. In 5.41.0 did not refresh progress dialog optimization status list. Fixed. (owner draw list view initial size is retrieved in PreSubclass now)
  5. In 5.41.0 did not display Time&Sales in reverse order (newest on top). Fixed.
CHANGES FOR VERSION 5.41.0 (as compared to 5.40.0)
  1. New Analysis window (File->New->Analysis) – featuring multithreaded Scan and Exploration
    Performance note: to fully benefit from multithreading it is best to use AmiBroker local NATIVE database (not external) as it is the only database that can deliver data quickly enough. Tests show that on AmiBroker native databases scans and explorations are 100% scalable to multiple cores
    – i.e. for example would run upto 8 times faster on 8 CPU/core machine. IMPORTANT: This window is work-in-progress. Multithreaded Backtest and Optimization features will be added later.
  2. Totally rewritten listview with very efficient owner draw code speeds up list view scrolling/resizing/repainting more than 10 times. Native system ListView control is terribly slow on Windows XP/Vista/7 (surprisingly it was many times faster in Win9x!)
  3. AFL: AddColumn – added mini bar charts to explorations
  4. Mini-chart in RT Quote window. Mini chart shows where LAST price is within LOW-HIGH range.
  5. AFL: Percentile() does a param check for range > 0 now
  6. Errors and warnings are now displayed in red color in the indicator pane
  7. During actual GDI chart rendering AmiBroker measures time and if it exceeds 500ms timeout it stops rendering with Warning 901.
  8. Warning 502: Calling Plot()/PlotOHLC over 500 times is displayed in indicator in runtime to prevent abuse
  9. All list views, pressing Ctrl and NumPad’+’ automatically adjusts column widths to content
  10. If data are missing in the in-memory cache, Foreign() calls from non-GUI threads use synchronous retrieval method for reliability.
  11. Old and new Analysis window: outputting millions of rows to listview is much faster now
  12. All list views – Ctrl+A (Select All) made much faster
UPGRADE POLICY AND PRICING
  1. The upgrade is FREE for all users who purchased AmiBroker after September 1st, 2009
  2. The users who purchased AmiBroker before September 1st, 2009 would need to buy upgrade if they want to use this newest version ($99 – Standard Edition, $139 – Professional). If you don’t want to pay – you may continue using previous version(s) infinitely.
  3. To find out when you have purchased AmiBroker and how long your free upgrade period is, use “Account Information” page in the members area at
  4. To purchase new license or upgrade please use our ordering page at: 

Thursday, February 16, 2012

BSE Name Change


Sr.
No
Scrip Code
Existing Name
New Name
Scrip ID for BOLT System
Abbreviated name on BOLT System
1.
514114
Unipon (India) Limited
Oasis Textiles Limited
OASISTEX
OASISTEX
2.
521036
Tirumala Seung Han Textiles Limited
Source Industries (India) Limited
SOURCEIND
SOURCEIND

Books



Books:

 Beginner's Guide to Computer Assisted Trading
by Peter Alexander 
 
 Beyond Candlesticks
by Steve Nison 
 
 Chart Reading for Professional Traders
by Michael S. Jenkins 
 
 Charting Made Easy
by John Murphy 
 
 CNBC 24/7 Trading
by Barbara Rockefeller 
 
 Curtis Arnold's PPS Trading System
by Curtis M. Arnold 
 
 Electronic Trading Masters
by Allan Jan Baird 
 
 Encyclopedia of Chart Patterns
by Thomas Bulkowski 
 
 How I Trade Options
by Jon Najarian 
 
 Intermarket Technical Analysis
by John Murphy 
 
 IPOs for Everyone
by Killian and Smith 
 
 It's When You Sell That Counts
by Donald L. Cassidy 
 
 Market Trading Tactics
by Daryl Guppy 
 
 McMillan on Options
by Lawrence McMillan 
 
 
 New Thinking in Technical Analysis
by Rick Bensignor 
 
 Option Volatility & Pricing
by Sheldon Natenberg 
 
 Options for Beginners
by Don Fishback 
 
 Point & Figure Charting
by Thomas J. Dorsey 
 
 Riding the Bear
by Sy Harding 
 
 Rules of the Trade
by David Nassar 
 
 Schwager on Futures: Technical Analysis
by Jack Schwager 
 
 Stock Market Wizards
by Jack Schwager 
 
 Stock Patterns for Day Trading
by Barry Rudd 
 
 Stock Patterns for Day Trading 2
by Barry Rudd 
 
 Technical Analysis from A to Z, Second Edition
by Steve Achelis 
 
 Technical Analysis of the Financial Markets
by John Murphy 
 
 Technical Trading Online
by Robert Roth 
 
 The All-Season Investor
by Martin Pring 
 
 The Day Trader's Guide to Technical Analysis
by Chris Lewis 
 
 The Precision Profit Float Indicator
by Steve Woods 
 
 The Technical Analysis Course
by Thomas Meyers 
 
 The Ultimate Trading Guide
by Hill, Pruitt, and Hill 
 
 Tools and Tactics for the Master Day Trader
by Capra and Velez 
 
 Trading in the Zone
by Ari Kiev  
 
 Trading the Plan
by Robert Deel 
 
 Trading Without Fear
by Richard W. Arms, Jr. 
 
 Tricks of the Floor Trader
by Neal T. Weintraub 
 
 Virtual Trading
by Lederman and Klein 
 

Books


Ebooks in ENGLISH/INGLES:

7 levels of investor - John Burley
Baker - Tem Electronic Trading Course
Balance Magic - Michael J. Parsons
Channel Surfing - Michael J. Parsons
Day Trader into The Milenium - Michael P.Turner
Ebooks - 59 Gilder Technical Reports (pdfs)
Edgar E. Peters-Chaos and order in the Capital Markets
Edgar E. Peters-Fractal Market Analy
Elliot Waves - A comprensive course on the wave principles
Elwave 5 Manual 6.9MB
Encyclopedia of Trading Strategies
Excel2002 Formulas (financial trading formulas too)
Fibonacci Trader Journals V
Hagarty - Five-week day trade course
John Murphy - Book
Measuring Risk in Complex Stochastic Systems
Metastock Formula Book
New Trading dimension
Reminiscences of a stock operator - Edwin Lefevre
Schaums Mathematical Handbook of Formulas and Tables.pdf
Steve Nison - Japanese Candlestick Charting Techniques
Stochastic Calculus and Finance
Technical Analysis from A to Z
The Day Traders bible
The Ebook of Technical Market Indicators 
The Eliott Book
The Eliott Wave Principle - Dersleri
The Mathematics of Gambling - Edward O. Thorp
The Fibonacci Number Series - Michael Husted
Tushar Chande - Beyond Technical Analysis
Tutorials in Applied Techincal Analysis
Volume Spread Analisys - Tom Williams


Books


1fta Forex Trading Course.pdf
10 Minute Guide To Investing In Stocks.pdf
17 Money Making Candle Formations.pdf
17 Money Making Candlestick Formations.pdf
18 Trading Champions Share Their Keys To Top Trading Profits.pdf
25 Rules Of Trading.pdf
101 Option Trading Secrets - Kenneth.R.Trester.pdf
A Comparison Of Dividend Cash Flow And Earnings Approaches To Equity Valuation.pdf
Admati And Pfleiderer-A Theory Of Intraday Patterns - Volume And Price Variability.pdf
Advanced International Trade.pdf
Aggarwal And Conroy-Price Discovery In Initial Public Offerings And The Role Of The Lead Underwriter.pdf
Ahn And Cheung-The Intraday Patterns Of The Spread And Depth In A Market Without Market Makers - The Stock Exchange Of Hong Kong.pdf
Achelis, Steven - Technical Analysis From A To Z.pdf
Alan Farley - 3 Swing Trading Examples, With Charts, Instructions, And Definitions To Get You Sta.pdf
Alan Farley - Pattern Cycles - Mastering Short-Term Trading With Technical Analysis (Traders' Library).pdf
Alan Farley - The Master Swing Trader.pdf
Algora, Myths Of The Free Market [2003 Isbn0875862233].pdf
All About Forex Market In Usa.pdf
Al-Suhaibani And Kryzanowski-An Exploratory Analysis Of The Order Book, And Order Flow And Execution On The Saudi Stock Market.pdf
Amazing Forex System.pdf
An Analysis Of Order Submissions On The Xetra Trading System.pdf
An Empirical Analysis Of Stock And Bond Market Liquidity.pdf
Andrew Willis - The Insiders Guide To Trading The World Stock Markets.pdf
Anshumana And Kalay-Can Splits Create Market Liquidity - Theory And Evidence.pdf
Application Of Multi-Agent Games To The Prediction Of Financial Time-Series.pdf
Ari Kiev - 1998 - Trading To Win - The Psychology Of Mastering The Markets - Isbn 0471248428 - 26.pdf
Aust Vs Int'l Equity Portfolio Journal.pdf
Bangia, Diebold, Schuermann And Stroughair-Modeling Liquidity Risk, With Implications For Traditional Market Risk Measurement And Management.pdf
Barbara Star - Hidden Divergence.pdf
Barclay And Hendershott-Price Discovery And Trading After Hours.pdf
Barry Rudd - Stock Patterns For Day Trading And Swing Trading.pdf
Basic Financial Strategies.pdf
Ben Branch - The Predictive Power Of Stock Market Indicator.pdf
Ben Gilad - Early Warning Using Competitive Intelligence 2004.chm
Benjamin Van Vliet - 2004 - Modeling Financial Markets  Using Visual Basic Net And Databases To C.pdf
Bessembinder And Venkataraman-Does An Electronic Stock Exchange Need An Upstairs Market.pdf
Big Profit Patterns Using Candlestick Signals And Gaps - Stephen W  Bigalow.pdf
Bill Williams - Trading Chaos.pdf
Borsellino Lewis 2001 - Trading Es And Nq Futures Course.pdf
Bortucene & Macy - The Day Trade Forex System.pdf
Bradley, Donald - Stock Market Prediction.pdf
Braintrading.exe
Breman And Subrahmanyam-Investment Analysis And Price Formation In Securities Markets.pdf
Brett Steenbarger - Psychology Of Trading.pdf
Brooks And Kim-The Individual Investor And The Weekend Effect - A Reexamination With Intraday Data.pdf
Building Winning Trading Systems With Tradestation - Wiley.pdf
Building Your E-Mini Trading Strategy - Giuciao Atspace Org.pdf
C C Gaither, A E Cavazos-Gaither - Statistically Speaking - A Dictionary Of Quotations.pdf
C R Geisst - Undue Influence - How The Wall Street Elite Puts The Financial System At Risk.pdf
Cbot - A Six-Part Study Guide To Market Profile.pdf
Client Expectations.pdf
Combining Bollinger Bands & Rsi.pdf
Commodity Trading Advisors - Risk, Performance Analysis, And Selection.pdf
Common Sense Commodities A Common Sense Approach To Trading Commodities.pdf
Competition Between Exchanges Euronext Versus Xetra.pdf
Crash Profits Make Money When Stocks Sink And Soar Martin Weiss.pdf
Cynthia Kase - Multi-Dimensional Trading.pdf
Dan%edelsson And Payne-Measuring And Explaining Liquidity On An Electronic Limit Order Book - Evidence From Reuters D2000-21.pdf
Daniel A Strachman - Essential Stock Picking Strategies.pdf
Danielsson Saltoglu-Anatomy Of A Market Crash - A Market Microstructure Analysis Of The Turkish Overnight Liquidity Crisis.pdf
David C  Stendahl - Money Management Strategies For Serious Traders.pdf
David Dreman - Contrarian Investment Strategies - The Next Generation.pdf
Day Trading Basket Stocks - Underground Trader.pdf
Day Trading the Currency Market - Kathy Lien.pdf
Day Trading University.pdf
Daytrading University - Advanced Daytrading Two-Day Seminar.pdf
Daytrading University Trading Course.pdf
De Jong, Nijman And Roell-A Comparison Of The Cost Of Trading French Shares On The Paris Bourse And On Seaq International.pdf
De Matos And Fernandes-Testing The Markov Property With Ultra-High Frequency Financial Data.pdf
Dean Lebaron's Treasury Of Investment Wisdom 30 Great Investing Minds - Wiley.pdf
Death.doc
Demarchi And Foucault-Equity Trading Systems In Europe - A Survey Of Recent Changes.pdf
DeMark,Tom - DeMark on day-trading options.pdf
Dennis D Peterson - Developing A Trading System Combining Rsi & Bollinger Bands.pdf
Deutsche Bank - Asset Valuation Allocation Models 2001.pdf
Deutsche Bank - Asset Valuation Allocation Models 2002.pdf
Deutsche Borse Group - From Trading Floor To Virtual Marketplace.pdf
Divorcing the Dow - Using Revolutionary Market Indicators to Profit From the Stealth Boom Ahead.pdf
Donald Coxe - The New Reality Of Wall Street.pdf
Doug Henwood - Wall Street - How It Works.pdf
Doug Henwood - Wall Street - How It Works & For Whom.pdf

Books


For Download links scroll down.
PASSWORD : static

================================================================

+ Stock books 001

10 Minute Guide To Investing In Stocks.pdf
17 Money Making Candle Formations.pdf
17 Money Making Candlestick Formations.pdf
18 Trading Champions Share Their Keys To Top Trading Profits.pdf
25 Rules Of Trading.pdf
A Comparison Of Dividend Cash Flow And Earnings Approaches To Equity Valuation.pdf
Achelis, Steven - Technical Analysis From A To Z.pdf
Admati And Pfleiderer-A Theory Of Intraday Patterns - Volume And Price Variability.pdf
Advanced International Trade.pdf
Aggarwal And Conroy-Price Discovery In Initial Public Offerings And The Role Of The Lead Underwriter.pdf
Ahn And Cheung-The Intraday Patterns Of The Spread And Depth In A Market Without Market Makers - The Stock Exchange Of Hong Kong.pdf
Alan Farley - 3 Swing Trading Examples, With Charts, Instructions, And Definitions To Get You Sta.pdf
Alan Farley - Pattern Cycles - Mastering Short-Term Trading With Technical Analysis (Traders' Library).pdf
Alan Farley - The Master Swing Trader.pdf

================================================================

'+ Stock books 002

Al-Suhaibani And Kryzanowski-An Exploratory Analysis Of The Order Book, And Order Flow And Execution On The Saudi Stock Market.pdf
Algora, Myths Of The Free Market [2003 Isbn0875862233].pdf
An Analysis Of Order Submissions On The Xetra Trading System.pdf
An Empirical Analysis Of Stock And Bond Market Liquidity.pdf
Andrew Willis - The Insiders Guide To Trading The World Stock Markets.pdf
Anshumana And Kalay-Can Splits Create Market Liquidity - Theory And Evidence.pdf
Application Of Multi-Agent Games To The Prediction Of Financial Time-Series.pdf
Ari Kiev - 1998 - Trading To Win - The Psychology Of Mastering The Markets - Isbn 0471248428 - 26.pdf
Aust Vs Int'l Equity Portfolio Journal.pdf
Bangia, Diebold, Schuermann And Stroughair-Modeling Liquidity Risk, With Implications For Traditional Market Risk Measurement And Management.pdf
Barbara Star - Hidden Divergence.pdf
Barclay And Hendershott-Price Discovery And Trading After Hours.pdf
Basic Financial Strategies.pdf
Ben Branch - The Predictive Power Of Stock Market Indicator.pdf
Ben Gilad - Early Warning Using Competitive Intelligence 2004.chm
Benjamin Van Vliet - 2004 - Modeling Financial Markets Using Visual Basic Net And Databases To C.pdf

================================================================

'+ Stock books 003

Barry Rudd - Stock Patterns For Day Trading And Swing Trading.pdf

================================================================

'+ Stock books 004

Bessembinder And Venkataraman-Does An Electronic Stock Exchange Need An Upstairs Market.pdf
Big Profit Patterns Using Candlestick Signals And Gaps - Stephen W Bigalow.pdf
Bill Williams - Trading Chaos.pdf
Borsellino Lewis 2001 - Trading Es And Nq Futures Course.pdf
Bradley, Donald - Stock Market Prediction.pdf
Breman And Subrahmanyam-Investment Analysis And Price Formation In Securities Markets.pdf
Brett Steenbarger - Psychology Of Trading.pdf
Brooks And Kim-The Individual Investor And The Weekend Effect - A Reexamination With Intraday Data.pdf
Building Winning Trading Systems With Tradestation - Wiley.pdf
Building Your E-Mini Trading Strategy - Giuciao Atspace Org.pdf

================================================================

'+ Stock books 005

C C Gaither, A E Cavazos-Gaither - Statistically Speaking - A Dictionary Of Quotations.pdf
C R Geisst - Undue Influence - How The Wall Street Elite Puts The Financial System At Risk.pdf
Chande, Tushar - Technical Analysis - How To Develop And Imp.pdf

================================================================

'+ Stock books 006

Cbot - A Six-Part Study Guide To Market Profile.pdf
Chan, Chockalingam And Lai-Overnight Information And Intraday Trading Behavior - Evidence From Nyse Cross.pdf
Chan, Jegadeesh & Lakonishok - Momentum Strategies.pdf
Choosing A Trading System That Actually Works.pdf
Chordia, Roll And Subrahmanyam -Commonality In Liquidity.pdf
Chordia, Roll And Subrahmanyam -Market Liquidity And Trading Activity.pdf
Chordia, Sarkar And Subrahmanyam -An Empirical Analysis Of Stock And Bond Market Liquidity.pdf
Client Expectations.pdf
Combining Bollinger Bands & Rsi.pdf
Common Sense Commodities A Common Sense Approach To Trading Commodities.pdf
Competition Between Exchanges Euronext Versus Xetra.pdf

================================================================

'+ Stock books 007

Commodity Trading Advisors - Risk, Performance Analysis, And Selection.pdf
Crash Profits Make Money When Stocks Sink And Soar Martin Weiss.pdf
Cynthia Kase - Multi-Dimensional Trading.pdf
Dan%edelsson And Payne-Measuring And Explaining Liquidity On An Electronic Limit Order Book - Evidence From Reuters D2000-21.pdf
Daniel A Strachman - Essential Stock Picking Strategies.pdf
Danielsson Saltoglu-Anatomy Of A Market Crash - A Market Microstructure Analysis Of The Turkish Overnight Liquidity Crisis.pdf
David C Stendahl - Money Management Strategies For Serious Traders.pdf
Day Trading Basket Stocks - Underground Trader.pdf
Daytrading University - Advanced Daytrading Two-Day Seminar.pdf

================================================================

'+ Stock books 008

David Dreman - Contrarian Investment Strategies - The Next Generation.pdf

================================================================

'+ Stock books 009

Daytrading University Trading Course.pdf

================================================================

'+ Stock books 010

Day Trading University.pdf

================================================================

'+ Stock books 011

De Jong, Nijman And Roell-A Comparison Of The Cost Of Trading French Shares On The Paris Bourse And On Seaq International.pdf
De Matos And Fernandes-Testing The Markov Property With Ultra-High Frequency Financial Data.pdf
Dean Lebaron's Treasury Of Investment Wisdom 30 Great Investing Minds - Wiley.pdf
Death.doc
Demarchi And Foucault-Equity Trading Systems In Europe - A Survey Of Recent Changes.pdf
Dennis D Peterson - Developing A Trading System Combining Rsi & Bollinger Bands.pdf
Deutsche Bank - Asset Valuation Allocation Models 2001.pdf
Deutsche Bank - Asset Valuation Allocation Models 2002.pdf
Deutsche Borse Group - From Trading Floor To Virtual Marketplace.pdf
Divorcing the Dow - Using Revolutionary Market Indicators to Profit From the Stealth Boom Ahead.pdf
Donald Coxe - The New Reality Of Wall Street.pdf
Doug Henwood - Wall Street - How It Works & For Whom.pdf
Doug Henwood - Wall Street - How It Works.pdf

================================================================

'+ Stock books 012

Dow.pdf
Economics - How The Stock Market Works.pdf
Eday - Trading In Mind.pdf
Elder Alexander - Come Into My Trading Room - A Complete Guide To Trading.pdf
Elder Alexander - Trading For A Living.pdf
Electronic Trading Systems In Europe And Development Potentialities For Russia.pdf
Eleswarapu And Venkataraman-The Impact Of Legal And Political Institutions On Equity Trading Costs A Cross-Country Analysis.pdf
Eleswarapu, Thompson And Venkataraman-The Impact Of Regulation Fair Disclosure Trading Costs And Information Asymmetry.pdf
Emotion Free Trading Book.pdf
Encyclopedia Of Chart Patterns, 2nd Edition [2005 Isbn0471668265].pdf

================================================================

'+ Stock books 013

Encyclopedia Of Trading Strategies.pdf
Engle And Lange-Predicting Vnet - A Model Of The Dynamics Of Market Depth.pdf
Engle-The Econometric Of High-Frequency Data.pdf
Exchange Rules For The Frankfurt Stock Exchange.pdf
Expected And Unexpected Cost Of Trading In The Xetra.pdf
F E James Jr - Monthly Moving Averages An Effective Investment Tool .pdf
Fernando-Commonality In Liquidity-Transmission Of Liquidity Shocks Across Investors And Securities.pdf
Fishea And Robeb-The Impact Of Illegal Insider Trading In Dealer And Specialist Markets - Evidence From A Natural Experiment.pdf
For Dummies Investing Online For Dummies 5th Edition.pdf
Foucault And Kadan-Limit Order Book As A Market For Liquidity.pdf
Foucault And Lescourret-Information Sharing, Liquidity And Transaction Costs In Floor-Based Trading Systems.pdf
Foucault, Kadan And Kandel-Limit Order Book As A Market For Liquidity.pdf
Frino, Mcinish And Toner-The Liquidity Of Automated Exchanges - New Evidence From German Bund Futures.pdf
Futures Magazine - The Art Of Day-Trading.pdf
Gann - How To Trade.pdf

================================================================

'+ Stock books 014

Gann, W D - New Stock Trend Detector.pdf
Getting An Investing Game Plan - Creating It Working It Winning It (Wiley - 2003).pdf
Gg38 World Bank, Reshaping The Future (2005) Yyepg Lotb.pdf
Gillet And Lavoie-Krach, Bonnes Nouvelles Et R%c9actions %c0 Bruxelles, Toronto Et New York.pdf
Giot And Grammig-How Large Is Liquidity Risk In An Automated Auction Market.pdf

================================================================

'+ Stock books 015

Gann, W D - Unpublished Stock Market Forecasting Courses.pdf

================================================================

'+ Stock books 016

George Angell - Sniper Trading Workbook.pdf
George Fontanills - The Options Course - High Profit Low Stress Trading Methods.pdf
Goodhart And O'hara-High Frequency Data In Financial Markets Issues And Applications.pdf
Griffiths, Turnbullb And White-Re-Examining The Small-Cap Myth Problems In Portfolio Formation And Liquidation.pdf
Guide To Effective Daytrading-Wizetrade.pdf
Hamao And Hasbrouck-Securities Trading In The Absence Of Dealers - Trades, And Quotes On The Tokyo Stock Exchange.pdf
Handbook For Investment Committee Members How To Make Prudent Investments For Your Organization Wiley Finance Series Ebook-Yyepg.pdf
Harris, Sofianos And Shapiro-Program Trading And Intraday Volatility.pdf
Harry D Schultz - Bear Market Investing Strategies.pdf
Hartmann, Manna And Manzanares-The Microstructure Of The Euro Money Market.pdf
Hedges On Hedge Funds How To Successfully Analyze (2005).pdf
Hollifield, Miller, Sandas And Slive-Liquidity Supply And Demand In Limit Order Markets.pdf

================================================================

'+ Stock books 017

Gerald Appel - Technical Analysis.pdf

================================================================

'+ Stock books 018

Greg Morris - Candlestick Charting Explained.pdf

================================================================

'+ Stock books 019

Houweling, Mentink And Vorst-How To Measure Corporate Bond Liquidity.pdf
How I Made 2 Million In The Stock Market.pdf
How i trade living.pdf
How Large Is Liquidity Risk In An Automated.pdf
How The Stock Market Works.pdf
How To Make Money Shorting Stocks In Up And Down Markets.pdf
How to read charts.pdf
Hrishikesh D Vinod - Preparing For The Worst.pdf
Huang And Stoll-The Components Of The Bid-Ask Spread - A General Approach.pdf
Hw Brands - Masters Of Enterprise.pdf

================================================================

'+ Stock books 020

Individual Investor´s Guide To Investment.pdf
Inside The Guru Mind Warren Buffet [R Heller].pdf
Insurances Strategies.pdf
Inter'l Vs Aust Shares.pdf
Investment Performance And Investor Behavior.pdf
Investment Psychology Explained Classic Strategies To Beat The Markets - Wiley.pdf
Investment science.pdf
Investment Strategies.pdf

================================================================

'+ Stock books 021

Ito And Hashimoto-High-Frequency Contagion Of Currency Crises In Asia.pdf
J K Lasser - Pick Stocks Like Warren Buffett.pdf
J R Hedges Iv - Hedges On Hedge Funds - How To Successfully Analyze And Select An Investment.pdf
Jack Schwager - Guide To Winning With Automated Trading Systems (Course Manual).pdf
Jack Schwager - Stock Market Wizards.pdf
Jack Schwager - The New Market Wizards.pdf
Jake Bernstein - Dearborn Trade Publishing - No Bull Investing.pdf
Jake Bernstein - How To Trade The New Single Stock Futures.pdf

================================================================

'+ Stock books 022

Investment Valuation - Damodaran.pdf
Investment Vehicles.pdf
J R Hill G Pruitt And L Hill - The Ultimate Trading Guide.pdf

================================================================

'+ Stock books 023

Jake Bernstein - Market Masters.pdf
Jake Bernstein - Stock Market Strategies That Work.pdf

================================================================

'+ Stock books 024

Jake Bernstein - The Compleat Day Trader Vol I.pdf
Jake Bernstein - The Compleat Day Trader Vol Ii.pdf
Jake Bernstein - Trade Your Way To Riches.pdf

================================================================

'+ Stock books 025

Jan L Arps - Surfing The Market Waves - The Swing Trader's.pdf
Jay Kaeppel - The Four Biggest Mistakes In Futures Trading.pdf
Jeff Cooper - Intra-Day Trading Strategies, Proven Steps.pdf
Jeff Cooper - The 5 Day Momentum Method.pdf
Jens Clever - Master Trader.pdf
Jesse Livermore - Reminiscences Of A Stock Operator.pdf
Joe Ross - How To Spot A Trend.pdf
Joe Ross - Trading Spreads And Seasonals.pdf
John Allen Paulos - Mathematician Plays The Stock Market.pdf

================================================================

'+ Stock books 026

Joe Ross - Trading Futures By The Book.pdf

================================================================

'+ Stock books 027

John Bollinger - Bollinger On Bollinger Band.pdf
John Grisham - The Broker.pdf
John Hayden - How To Use The Rsi.pdf
John J Murphy - Charting Made Easy.pdf
John J Murphy - Intermarket Technical Analysis - Trading Strategies For The Global Stock, Bond, Commodity, And Currency Markets.pdf

================================================================

'+ Stock books 028

Joe Ross - Trading The Ross Hook.pdf

================================================================

'+ Stock books 029

John J Murphy - Intermarket Technical Analysis - Trading Strategies.pdf
John J Murphy - Technical Analysis Of The Financial Markets.pdf

================================================================

'+ Stock books 030

John L Person - Swing Trading Using Candlestick Charting With Pivot Point.pdf
John Piper - The Way To Trade.pdf
John Wiley & Sons, Getting Started In Bonds, 2nd Edition [2003 Isbn0471271233].pdf
John Wiley & Sons, The Vital Few Vs The Trivial Many - Invest With The Insiders, Not The Masses, Revised Edition [2005 Isbn0471681954].pdf
John Wiley Sons - Valuation - Maximizing Corporate Value.pdf
John Wiley Sons Stock Trader Almanac 2005 38th Ed.pdf
Jorda And Marcellino-Modeling High-Frequency Fx Data Dynamics.pdf
Just One Thing Twelve Of The World's Best Investors Reveal The One Strategy You Can't Overlook.pdf
K R Murphy, B Myors - Statistical Power Analysis.pdf

================================================================

'+ Stock books 031

Ken Wolff - 2002 - Trading On Momentum Advanced Techniques For High Percentage Day Trading - Isbn.pdf
Kevin Hagerty - Day Trading Course.pdf
L Williams - The Right Stock At The Right Time - Prospering In The Coming Good Years.pdf
Larry Lewin - The Secrets Of Emotion Free Trading.pdf
Larry Swing - Practical Guide To Swingtrading.pdf
Larry Williams - How To Trade Better.pdf
Larry Williams - Long-Term Secrets To Short-Term Trading.pdf
Larry Williams - The Secret Of Selecting Stocks For Immediate And Substantial Gains.pdf

================================================================

'+ Stock books 032

Latest Developments At The Fwb - Xetra Best Slide 13.pdf
Le Beau, Charles & Lucas, David W - Day Trading Systems & Methods.pdf
Lee, Fok And Liu - Explaining Intraday Pattern Of Trading Volume From The Order Flow Data.pdf
Lee, Mucklow And Ready-Spreads, Depths, And The Impact Of Earnings Information - An Intraday Analysis.pdf
Leigh Stevens - Essential Technical Analysis.pdf
Leslie N Masonson - All About Market Timing.pdf
Letting Your Profits Run.pdf
Louis B Mendelsohn - Trend Forecasting With Technical Analysis.pdf
M Wolfinger - Create Your Own Hedge Fund - Increase Profits And Reduce Risk With Etfs And Options.pdf
Madhavan-Market Microstructure-A Survey.pdf
Mann, Venkataraman And Waisburd-Stock Liquidity And The Value Of A Designated Liquidity Provider Evidence From Paris Euronext.pdf

================================================================

'+ Stock books 033

Marc Boucher - Short-Term Trading Course.pdf
Marcel Petro - Market Timing.pdf
Mark Crisp - 123 Trading Signal.pdf
Mark Crisp - 7 Habits Of A Higly Sucsessfull Trader.pdf
Mark Douglas - The Disciplined Trader.djvu

================================================================

'+ Stock books 034

Mark Douglas - The Disciplined Trader.pdf
Mark Douglas - Trading In The Zone.pdf

================================================================

'+ Stock books 035

Mark R Conway & Behle, Aaron N - Professional Stock Trading.pdf
Market Making And Reversal On The Stock Exchange.pdf
Market neutral strategies.pdf
Markus Heitkoetter - How To Make Money With Trading Systems.pdf
Marshall J Jones - Learn Day Trading.pdf
Martin J Pring - Investment Psychology - Part 1.pdf

================================================================

'+ Stock books 036

Mcgraw Hill Understanding Stocks.pdf
Mcgraw-Hill - Brealey & Myers - Finance - Investment Valuation, 2nd Edition.pdf
Mcgraw-Hill, Buy The Rumor, Sell The Fact - 85 Maxims Of Wall Street And What They Really Mean [2004 Isbn0071427953].pdf
Mcgraw-Hill, Investments, 5th Edition - Vol I [2001 Isbn0072503661].pdf
Mcgraw-Hill, Investments, 5th Edition - Vol Ii [2001 Isbn0072503661].pdf
Mcgraw-Hill, The Triumph Of Contrarian Investing - Crowds, Manias, And Beating The Market By Going Against The Grain [2004 Isbn007143240x].pdf
Mcmillan And Speight-Nonlinear Dynamics In High Frequency Intra-Day Financial Data.pdf
Mechanical Trading Systems.pdf
Micheal Mcdonald - Predict Market Swings With Technical Analysis.pdf
Mike Sincere - Understanding Stocksreduced.pdf
Money Management Risk Control For Traders.pdf
Moriarty Sfsg.pdf
Morris And Song Shin-Liquidity Black Holes.pdf

================================================================

'+ Stock books 037

Michael Covel - Trend Following.pdf

================================================================

'+ Stock books 038

Murphy - Tech Analysis Of The Financial Markets.pdf
N Tengler - New Era Value Investing - A Disciplined Approach To Buying Value And Growth Stocks.pdf
Neural Prediction Of Weekly Stock Market Index(1).pdf
New Trading Dimensions - How To Profit From Chaos In Stocks, Bonds, And Commodities - Bill Williams.pdf

================================================================

'+ Stock books 039

O'reilly - Online Investing Hacks.chm
Oliver Velez - Swing Trading Tactics.pdf
Online Trading Academy - Electronic Trading Guide For Nasdaq L2(9908).pdf
Other Trading Books.htm
Pagano And Schwartz-A Closing Call̢۪s Impact On Market Quality At Euronext Paris.pdf
Parlour And Seppi-Liquidity-Based Competition For Order Flow.pdf
Patterns In Three Centuries Of Stock Market Prices.pdf
Paul Levine - The Midas Method Of Technical Analysis.pdf
Pedro V Marcal - Market Timing And Technical Analysis.chm
Performance Asx Resources.pdf
Persaud-Liquidity Black Holes.pdf
Pis Fsg.pdf
Place Of Insurance.pdf
Plan Process.pdf
Portfolio Risk Reduction.pdf
Pring, Martin J - Technical Analysis For Short-Term Traders.pdf

================================================================

'+ Stock books 040

Perry Kaufman - Smarter Trading.pdf
Perry Kaufman - Trading Systems & Methods.pdf
Pristine's Cardinal Rules Of Trading.pdf

================================================================

'+ Stock books 041

P Dorsey, J Mansueto - The Five Rules For Successful Stock Investing.pdf

================================================================

'+ Stock books 042

Probability And Statistics Textbook.pdf

================================================================

'+ Stock books 043

Protecting Your Wealth In Good Times And Bad.pdf
R G Hagstrom - The Warren Buffett Way 2nd Edition.pdf
R Imperiale - The Micro Cap Investor - Strategies For Making Big Returns In Small Companies.pdf
R Nowakowski - Games Of No Chance.djvu
Real Options In Practice.pdf
Resource Stocks In Portfolio.pdf
Richard D Wyckoff - The Day Trader's Bible - Or My Secret In Day Trading Of Stocks.pdf
Richard Smitten - Trade Like Jesse Livermore (2005).pdf
Rob Booker - Fairygod Trader.pdf
Robert Fisher - Fibonacci Applications And Strategies For Traders.pdf
Robert J , Elliott P And Ekkehard Kopp, «mathematics Of Financial Markets» (Springer Finance).pdf
Robert M Nideffer - Calming The Mind.pdf

================================================================

'+ Stock books 044

Robert Slater - Soros Unauthorized Biography.pdf
Rudolf Wittmer - Can Technical Analysis Still Beat Random Systems.pdf
Ryan Jones - Money Management.pdf
S A Mccrary - Hedge Fund Course.pdf
S and C.pdf
Sarin And Saudagaran-Testing For Micro-Structure Effects Of International Dual Listings Using Intraday Data.pdf
Secrets Of The Millionaire Traders Vol I.pdf
Secrets Of The Millionaire Traders Vol Ii.pdf
Sfo Raschke 0803.pdf
Sheldon Natenberg, «option Volatility & Pricing - Advanced Trading Strategies And Techniques».djvu

================================================================

'+ Stock books 045

Simple Technical Trading Rules And The Stochastic Properties.pdf
Speculative Investor Behavior In A Stock Market.pdf
Stephen W Bigalow - Big Profit Patterns Using Candlestick.pdf
Steve Mitchell - Shortcuts & Secrets To Winning The Stockmarket Game.pdf
Steve Mitchell - Stock market game.pdf
Stevie Nison - Japanese Candlestick Charting Techniques.pdf
Stochastic Modeling In Economics And Finance.djvu
Strategic Analysis And Trading Tactics.pdf
Street Smarts (Laurence Connors).pdf
Streetsmart Guide To Valuing A Stock.pdf
Technical Stock Analysis - Bollinger Bands And Rsi.pdf

================================================================

'+ Stock books 046

Stan Weinstein - Secrets For Profiting In Bull And Bear Markets.pdf

================================================================

'+ Stock books 047

The Best Trendline Methods Of Alan Andrews & 5 New Trendline Techniques.pdf
The Candlestick Course - Steve Nison.pdf
The Day Trader's Course [Rus](By Kin Www Netz Ru) Pdf.pdf
The Equity Options Strategy Guide.pdf
The Five Minute Investor.pdf
The Intelligent Investor - The Definitive Book On Value Investing.pdf

================================================================

'+ Stock books 048

The Financial Analyst Handbook -Ch 11- Market Timing And Technical Analysis.pdf
The Little Book That Beats The Market.pdf
The Little Book.pdf
The Mathematics Of Financial Modeling And Investment Management.pdf
The Penny Stock Trading Sysyem.pdf
The Pocketbook Of Economic Indicators.pdf
The Stock Market For Dummies.pdf
The Superstock Investor - Profiting From Wall Streets Best Undervalued Companies.pdf

================================================================

'+ Stock books 049

Thomas And Patnaik-Serial Correlation In High-Frequency Data And The Link With Liquidity.pdf
Tony Oz - How I Make A Living Trading Stocks.pdf
Traders Press - 1996 - The Geometry Of Stock Market Profits - Isbn 0934380279 - 160s - Ocr.pdf
Trading And Investment - Applied Quantitative Methods For.pdf

================================================================

'+ Stock books 050

Traders - Risks, Decisions And Management In Financial Markets.pdf
Trading As A Business.pdf
Trading By The Book Ross Joe.djvu
Trading Psychology.pdf
Trading Strategies - John Murphy S Ten Laws Of Technical Trading.pdf
Tradingmarkets Com - Trading Strategies - How To Use S&P 500 Futures To Get A Heads Up On Stock Price Action.pdf
Training Intelligent Agents Using Human Internet Data, Sklar, Iat99.pdf
Trend Forecasting With Technical Analysis.pdf
Turtletrader.pdf

================================================================

'+ Stock books 051

Tyler Bollhorn - Market Perspectives.pdf
Understanding Stocks.pdf
Understanding Technical Stock Analysis.pdf
Understanding Technical Stock Market Indicators.pdf
Using Neural Networks And Genetic Algorithms To Predict Stock Market Returns.pdf
Using Up Gaps To Anticipate Upward Price Moves.pdf
Valuation Of Cash Flows Investment Decisions Capital Bud.pdf
Valuation Of Stocks.pdf
Vejay Gupta - Financial Analysis Using Excel Brealey Myers.pdf
Venkataraman-Automated Versus Floor Trading An Analysis Of Execution Costs On The Paris And New York Exchanges.pdf
Vince Ralph - Mathematics Of Money Management.pdf
Vladimir Daragan - How To Win The Stock Market Game.pdf
Walter Bressert - Intraday Timing For Low Risk Swing Trading.pdf
WD Gann Course.pdf
When Buy Means Sell - Mcgraw Hill.pdf
Wiley Finance, Fabozzi Series, Short Selling - Strategies, Risks, And Rewards [2004 Isbn0471660205].pdf
Wiley Trading, Study Guide For Come Into My Trading Room - A Complete Guide To Trading [2002 Isbn0471225401].pdf
William J O'neil - How To Make Money In Stocks.pdf

================================================================

'+ Stock books 052

Williams - Undeclared Stockmarket Secrets.pdf

================================================================

'+ Stock books 053

Elder Alexander - Entries & Exits Study Guide.pdf
Wyckoff, Richard D - The Day Trader's Bible - Or My Secret In Day Trading Of Stocks.pdf
Xetra - Europe̢۪s Premier Trading Platform.pdf
Xetra Xxl The New Dimension.pdf
Xetra%ae Release 7 1 Market Model.pdf
Xetraxxl Marketmodel.pdf
Yale Hirsch - Stock Traders Almanac 2005.pdf
Yen Yee Chong - 2004 - Investment Risk Management - Isbn 0470849517 - 223s.pdf
Zacks - The Power Of Earnings Reports.pdf

================================================================

'+ Stock books 054

Elder Alexander - Entries And Exits.pdf

================================================================

'+ Stock books 055

Day Trading University.zip

================================================================

'+ Stock books 056

1fta Forex Trading Course.pdf
All About Forex Market In Usa.pdf
Amazing Forex System.pdf
Bortucene & Macy - The Day Trade Forex System.pdf
E123system.pdf
Edaytradingmind.pdf
Epocketbook.pdf
Eswingtradingbook.pdf
Etheebookoftechnicalmarketindicators.pdf
Fc Power Trading Course -Forex Capital Markets- (2003).pdf
Forex Manual - 10 Keys To Successful Trading.pdf
Forex Manual In English.pdf
Forex Report - Predicting Price Movement.pdf
Forex Strategy.pdf
Forex Study Book For Successful Foreign Exchange Dealing.pdf
Forex Study Book.pdf
Forex Studybook[Rus](By.Kin Www.Netz.Ru).pdf
Forex Trading - Avoiding Mistakes.pdf
Forex Trading With Candlestick And Pattern(1).pdf
Forex, Foreign Exchange, Currency, Technical Analysis, Elliot Wave Theory, Trading Guide.pdf
Forexintro.pdf
Forexmanual.pdf
Forex_Arbitrage_Calculator.zip
Forex_BrainTrading_system.zip
Forex_BrainTrading_system_No_Up.zip
forex_trading_system.zip
He Global Money Markets.pdf
Introduction To Foreign Exchange.htm
Introduction To Forex Trading.pdf
Mark Mcrae - Sure Fire Forex Trading.pdf
Mcrae, Mark - Sure-Fire Forex Trading.pdf
Myfairygodtrader - Booker - Forex Trading Auctions.pdf
One More Zero. How To Trade The Forex Like A Pro In One Hour.doc
RoyalForex.pdf
Staying Out Of Trouble Trading Currencies With Channels.pdf
Sure Fire Forex Trading (Mark Mcrae).pdf
Sure-Fire Forex Faq.doc
Technical Analysis-Forex Trading With Candlestick And Pattern.pdf
The Forex Market Phenomena.pdf
The Interaction Between The Frequency Of Market Quotes Spread And Volatility In Forex.pdf
The Pocketbook of Economic Indicators.pdf
Trading Ebook - Trading Forex.pdf
Wiley - Currency Strategy A Practitioner's Guide To Currency Trading, Hedging And Forecasting Eb.pdf
Wiley - Currency Strategy A Practitioner's Guide To Currency Trading, Hedging And Forecasting.pdf

================================================================

'+ Stock books 057

101 Option Trading Secrets - Kenneth.R.Trester.pdf
DeMark,Tom - DeMark on day-trading options.pdf
Fontanills - The Options Course - High Profit And Low Stress Trading Methods, 2nd Ed.pdf
John Wiley & Sons - 2002 - The Option Trader's Guide To Probability, Volatility And Timing (A Mar.pdf
John Wiley & Sons - 2005 - The Options Course High Profit & Low Stress Trading Methods, 2nd Editi.pdf
Mcgraw-Hill,.Stock options and the new rules.pdf
Options And Options Trading A Simplified Course.pdf
Options Essential Concepts and Trading Strategies, 2nd Edition.pdf
Options Trading Primer By Marketwise Trading School.pdf
Profit With Options Essential Methods For Investing Success - Wiley.pdf
Profit With Options.pdf
The Option Course With Exercise.pdf
The Option Trader Handbook - Strategies And Trade Adjustments.[2004.Isbn0471567078].pdf
The Options Edge Winning The Volatility Game With Options On Futures - Mcgraw Hill.pdf
Using Options To Buy Stocks - Build Wealth With Little Risk And No Capital.pdf

================================================================

'+ Stock books 058

Wayne A. Thorp - Analyzing Supply & Demand Using Point & Figure Charts.pdf
Wayne A. Thorp - Measuring Internal Strength - Wilders RSI Indicator.pdf
Wayne A. Thorp - Point & Figure Charts Revisited.pdf
Wayne A. Thorp - Screening For Momentum Stocks.pdf
Wayne A. Thorp - Technical Analysis.pdf
Wayne A. Thorp - Testing Trading Success.pdf
Wayne A. Thorp - The MACD A Combo of Indicators for the Best of Both Worlds.pdf
Wayne A. Thorp - When to Buy & Sell Using the Stochastic Oscillator.pdf

================================================================

'+ Stock books 059

Betting.pdf
Beyond Technical Analysis.doc
CAI discretionary risk matrix.pdf
CitiGroup on TrendFollowing.pdf
Does Trend Following Work.doc
Does Trend Following Work.pdf
Does trendfollowing work on stocks.pdf
Exchange-Traded-Funds.pdf
Fibonacci Analysis.zip
Maximizing Gains With Trade Management.pdf
moral-reasoning.pdf
Optimal MA Crossovers.pdf
Prospect Theory.pdf
Psychology of Trading.zip
risk-reward-margin.pdf
Secrets of Todays Top Traders.pdf
Tom Peters - 100Ways.pdf
Trend Following-15-150EMACrossover.csv
turtles-matter.pdf
Van Tharp - Money Management Report.pdf
Van Tharp - Stop Worrying Yourself out of Profits.pdf
Van-Tharp - The Flow of the Markets.pdf
Van-Tharp - Trading Systems.pdf
Whats In Your Head.pdf

================================================================

PASSWORD : static

http://rapidshare.com/files/6936842/Stock_books_001.rar
http://rapidshare.com/files/6966046/Stock_books_002.rar
http://rapidshare.com/files/6955654/Stock_books_003.rar
http://rapidshare.com/files/6963971/Stock_books_004.rar
http://rapidshare.com/files/6964484/Stock_books_005.rar
http://rapidshare.com/files/6964773/Stock_books_006.rar
http://rapidshare.com/files/6966457/Stock_books_007.rar
http://rapidshare.com/files/6967264/Stock_books_008.rar
http://rapidshare.com/files/6968205/Stock_books_009.rar
http://rapidshare.com/files/6968606/Stock_books_010.rar
http://rapidshare.com/files/6969311/Stock_books_011.rar
http://rapidshare.com/files/6970843/Stock_books_012.rar
http://rapidshare.com/files/6971496/Stock_books_013.rar
http://rapidshare.com/files/6971865/Stock_books_014.rar
http://rapidshare.com/files/6972859/Stock_books_015.rar
http://rapidshare.com/files/6973162/Stock_books_016.rar
http://rapidshare.com/files/6974010/Stock_books_016.rar
http://rapidshare.com/files/6974485/Stock_books_017.rar
http://rapidshare.com/files/6974961/Stock_books_018.rar
http://rapidshare.com/files/6975305/Stock_books_019.rar
http://rapidshare.com/files/6976083/Stock_books_020.rar
http://rapidshare.com/files/6976522/Stock_books_021.rar
http://rapidshare.com/files/6976896/Stock_books_022.rar
http://rapidshare.com/files/6977411/Stock_books_023.rar
http://rapidshare.com/files/6977828/Stock_books_024.rar
http://rapidshare.com/files/6978298/Stock_books_025.rar
http://rapidshare.com/files/6978951/Stock_books_026.rar
http://rapidshare.com/files/6979693/Stock_books_027.rar
http://rapidshare.com/files/6980705/Stock_books_028.rar
http://rapidshare.com/files/6981165/Stock_books_029.rar
http://rapidshare.com/files/6981503/Stock_books_030.rar
http://rapidshare.com/files/6981810/Stock_books_031.rar
http://rapidshare.com/files/6982414/Stock_books_032.rar
http://rapidshare.com/files/6982765/Stock_books_033.rar
http://rapidshare.com/files/6984044/Stock_books_034.rar
http://rapidshare.com/files/6984587/Stock_books_035.rar
http://rapidshare.com/files/6985328/Stock_books_036.rar
http://rapidshare.com/files/7021344/Stock_books_037.rar
http://rapidshare.com/files/7112278/Stock_books_038.rar
http://rapidshare.com/files/7112570/Stock_books_039.rar
http://rapidshare.com/files/7113070/Stock_books_040.rar
http://rapidshare.com/files/7114084/Stock_books_041.rar
http://rapidshare.com/files/7114530/Stock_books_042.rar
http://rapidshare.com/files/7114888/Stock_books_043.rar
http://rapidshare.com/files/7115492/Stock_books_044.rar
http://rapidshare.com/files/7115856/Stock_books_045.rar
http://rapidshare.com/files/7116669/Stock_books_046.rar
http://rapidshare.com/files/7116973/Stock_books_047.rar
http://rapidshare.com/files/7117364/Stock_books_048.rar
http://rapidshare.com/files/7117635/Stock_books_049.rar
http://rapidshare.com/files/7117861/Stock_books_050.rar
http://rapidshare.com/files/7118244/Stock_books_051.rar
http://rapidshare.com/files/7118469/Stock_books_052.rar
http://rapidshare.com/files/7118765/Stock_books_053.rar
http://rapidshare.com/files/7119199/Stock_books_054.rar
http://rapidshare.com/files/7119553/Stock_books_055.rar
http://rapidshare.com/files/7120253/Stock_books_056.rar
http://rapidshare.com/files/7121299/Stock_books_057.rar
http://rapidshare.com/files/7121452/Stock_books_058.rar
http://rapidshare.com/files/7121839/Stock_books_059.rar

posted by Shirish @ 1:34 PM     

================================================================

Books


Huge Collection of Stock and Trading E-Books [222 E-Books] All PDF 
50 MB to 70 MB for each Part = Around 1 Gb

===========================================================================

Part01 Includes 

1.3 Swing Trading Examples, With Charts, Instructions, &Definitions To Get You Started
2.7 Habits Of A Higly Sucsessfull Trader
3.18 Trading Champions Share Their Keys To Top Trading Profits
4.25 rules of trading
5.123 Trading Signal (Mark Crisp)
6.A Comparison Of Dividend Cash Flow And Earnings Approaches To Equity Valuation
7.A Course In Miracles
8.Alan Farley - The Master Swing Trader
9.Andrew Willis - The Insiders Guide to Trading the World Stock Markets
10.Asset Valuation Allocation Models
11.Barbara Star - Hidden Divergence
12.Barry Rudd - Stock Patterns For Day Trading And Swing Trading
13.Ben Branch - The Predictive Power of Stock Market Indicator


===========================================================================
Part02 Includes 

14.Bernstein Stock Market Trading Course
15.Bill Williams - Trading Chaos
16.Bollinger On Bollinger Band
17.Borsellino Lewis 2001 - Trading Es And Nq Futures Course
18.Building Winning Trading Systems With Tradestation - Wiley
19.Building Your E-Mini Trading Strategy - Giuciao.Atspace.Org
20.C.C.Gaither, A.E.Cavazos-Gaither - Statistically Speaking - A Dictionary of Quotations
21.Calming The Mind
22.CBOT - A Six-Part Study Guide to Market Profile
23.Chan, Jegadeesh & Lakonishok - Momentum Strategies
24.Chande, Tushar - Technical Analysis - How to Develop and Imp


============================================================================

Part03 Includes 

25.Choosing A Trading System That Actually Works
26.Cynthia Kase - Multi-Dimensional Trading
27.Daniel A Strachman - Essential Stock Picking Strategies
28.David C. Stendahl - Money Management Strategies for Serious Traders
29.David Dreman - Contrarian Investment Strategies - The Next Generation
30.Day Trading University
31.Daytrading University - Advanced Daytrading two-day seminar 


===========================================================================

Part04 Includes 

32.Daytrading University Trading Course
33.Deutsche Bank - Asset Valuation Allocation Models 2001
34.Deutsche Bank - Asset Valuation Allocation Models 2002
35.Donald Coxe - The New Reality Of Wall Street
36.DOUG HENWOOD - Wall Street - How it works
37.Dow - Learn how to trade and win
38.Eday Trading Mind
39.Elder Alexander - Come into my trading room
40.Elder Alexander - Come Into My Trading Room - A Complete Guide To Trading
41.Elder Alexander - Trading For A Living
42.Elder Alexander - Trading For A Living 2
43.Emotion Free Trading Book
44.Emotionfreetradingbook


==========================================================================

Part05 Includes 

45.Encyclopedia of Trading Strategies
46.Erich A. Helfert - Financial Analysis Tools And Techniques A Guide for managers
47.Essential Stock Picking Strategies
48.F. E. James JR - Monthly moving Averages. an effective investment tool.
49.Fairygod Trader
50.Finance - Mcgraw Hill - Financial Analysis Tools And Techniques A Guide
51.Finance, Investment, Stock, Trading - Soros Unauthorized Biography
52.Financial Analysis Using Excel Brealey Myers - Mcgraw-Hill
53.For.Dummies.Investing.Online.For.Dummies.5th.Ed ition
54.GEORGE A. FONTANILLS - The Options Course Workbook (2005)
55.George Angell - Sniper Trading Workbook
56.George Fontanills - The Options Course - High Profit Low Stress Trading Methods
57.Gerald A Benjamin - Angel Capital
58.Getting An Investing Game Plan - Creating It Working It Winning It (Wiley - 2003)
59.Gg38 World.Bank,.Reshaping.The.Future.(2005).Yyepg.Lotb
60.Greg Morris - Candlestick Charting Explained


=========================================================================

Part06 Includes 

61.Market Making And Reversal On The Stock Exchange(Pdf)
62.Marketneutralstrategies
63.Master Trader By Jens Clever
64.Mcdonald, Micheal - Predict Market Swings With Technical Analysis
65.Mcgraw Hill - Understanding Stocksreduced
66.Mcgraw.Hill.All.About.Market.Timing
67.Mcgraw.Hill.Encyclopedia Of Trading Strategies
68.Mcgraw.Hill.The.New.Reality.Of.Wall.Street.Eboo k-Lib
69.Mechanical Trading Systems
70.Modeling Financial Markets Using Visual Basic.Net &Databases
71.Money Management Report - Van Tharp
72.Money Management Risk Control For Traders
73.Oliver Velez - Swing Trading Tactics
74.Options And Options Trading A Simplified Course
75.Options Trading Primer By Marketwise Trading School
76.Pattern Cycles - Mastering Short Term Trading With Technical Analysis
77.Paul Levine - The Midas Method Of Technical Analysis
78.Perry Kaufman - Smarter Trading
79.Perry Kaufman - Trading Systems & Methods
80.Pick Stocks Like Warren Buffett By J.K. Lasser
81.Preparing For The Worst


========================================================================

Part07 Includes 

82.Guide To Effective Daytrading-Wizetrade
83.Harry D Schultz - Bear Market Investing Strategies
84.Hedges On Hedge Funds How To Successfully Analyze (2005)
85.High Profit Low Stress
86.How The Stock Market Works
87.How To Make Money Shorting Stocks In Up And Down Markets
88.How To Make Money With Trading Systems
89.How To Trade The New Single Stock Futures
90.How To Use The Rsi
91.How To Win The Stock Market Game
92.Hrishikesh D Vinod - Preparing For The Worst
93.HW Brands - Masters of Enterprise
94.Intermarket Technical Analysis - Trading Strategies
95.InvestmentScience_muya
96.J.K. Lasser - Pick Stocks Like Warren Buffett


========================================================================
 
Part08 Includes

97.J.R.Hill__G.Pruitt_and_L.Hill_-_The_Ultimate_Trading_Guide
98.Jack Schwager - Market Wizards
99.Jack Schwager - Stock Market Wizards
100.Jack Schwager - The New Market Wizards
101.Jake Bernstein - Dearborn Trade Publishing - No Bull Investing
102.Jake Bernstein - How To Trade The New Single Stock Futures
103.Jake Bernstein - Market Masters
104.Jake Bernstein - The Compleat Day Trader Vol I
105.Jake Bernstein - The Compleat Day Trader Vol II


======================================================================

Part09 Includes

106.Jake Bernstein - Trade your way to riches
107.Jan L Arps - Surfing The Market Waves - The Swing Trader's 
108.Japanese Candlestick Charting Techniques
109.Jay Kaeppel - The Four Biggest Mistakes In Futures Trading
110.Jeff Cooper - Intra-Day Trading Strategies, Proven Steps
111.Jeff Cooper - The 5 Day Momentum Method
112.Jens Clever - Master Trader
113.Joe Ross - Trading Spreads And Seasonals
114.John Allen Paulos - Mathematician Plays The Stock Market
115.John Grisham - The Broker
116.John Hayden - How To Use The Rsi
117.John J. Murphy - Technical Analysis of the Financial Markets
118.John Wiley Sons - Valuation - Maximizing Corporate Value
119.John.Wiley.And.Sons.Angel


====================================================================

Part10 Includes 

120.John.Wiley.Sons.Stock.Trader.Almanac .2005.38th.Ed
121.K.R.Murphy, B.Myors - Statistical Power Analysis
122.Kevin Hagerty - Day trading course
123.Larry Lewin - The Secrets of Emotion free trading
124.Larry Swing - Practical guide to Swingtrading
125.Larry Williams - How to Trade Better
126.Larry Williams - Long-Term Secrets To Short-Term Trading
127.Larry Williams - The Secret Of Selecting Stocks For Immediate And Substantial Gains
128.Learn Day Trading
129.Leigh Stevens - Essential Technical Analysis
130.Leslie N Masonson - All About Market Timing
131.Letting Your Profits Run
132.Louis B Mendelsohn- Trend Forecasting With Technical Analysis
133.Marc Boucher - Short-Term Trading Course
134.Marcel Petro - Market Timing
135.Mark Crisp - 7 Habits Of A Higly Sucsessfull Trader
136.Mark Crisp - 123 Trading Signal
137.Mark R Conway & Behle, Aaron N - Professional Stock Trading


=================================================================

Part11 Includes

138.Walter Bressert - Intraday Timing for Low Risk Swing Trading
139.Wayne A Thorp - When to Buy & Sell Using the Stochastic Oscillator
140.Wayne A Thorp- Technical Analysis
141.Wayne A. Thorp - Analyzing Supply & Demand Using Point & Figure Charts
142.Wayne A. Thorp - Measuring Internal Strength - Wilders RSI Indicator
143.Wayne A. Thorp - Point & Figure Charts Revisited
144.Wayne A. Thorp - Screening For Momentum Stocks
145.Wayne A. Thorp - Testing Trading Success
146.Wayne A. Thorp - The MACD A Combo of Indicators for the Best of Both Worlds
147.Wiley - 1998 - Trading To Win The Psychology Of Mastering The Markets - 0471248428
148.Wiley - Stock Traders Almanac 2005
149.Wiley - The Options Course Workbook (2005)
150.Wiley .How.To.Make.Money.With.Real.Estate.Opti ons. 2005
151.Wiley.Trade.Like.Jesse.Livermore.Wil ey.Trading
152.William J O'neil - How To Make Money In Stocks
153.Williams - Undeclared Stockmarket Secrets
154.Williams, Larry - The Secret Of Selecting Stocks For Immediate And Substantial Gains
155.Wyckoff, Richard D. - The Day Trader's Bible - Or My Secret In Day Trading Of Stocks
156.Yale Hirsch - Stock Traders Almanac 2005
157.Yen Yee Chong - 2004 - Investment Risk Management - Isbn 0470849517 - 223s


=================================================================

Part12 Includes 

158.Pristine's Cardinal Rules of Trading
159.Probability And Statistics book
160.R.J. Shook - The Winner S Circle Wall Street S Best Mutual Fund Managers 2005
161.R.Nowakowski - Games Of No Chance.djvu
162.Reminiscences Of A Stock Operator
163.Richard D. Wyckoff - The Day Trader's Bible - Or My Secret In Day Trading Of Stocks
164.Richard Smitthen - Trade Like Jesse Livermore
165.Rob Booker - Fairygod Trader
166.Robert Fisher - Fibonacci Applications and Strategies for Traders
167.Robert M Nideffer - Calming The Mind
168.Robert Slater - Soros Unauthorized Biography
169.Ryan Jones - Money Management
170.Secrets of the millionaire traders vol I
171.Secrets of the millionaire traders vol II


===============================================================

Part13 Includes

172.Sfo Raschke 0803
173.Simple Technical Trading Rules and the Stochastic Properties
174.Stephen W Bigalow - Big Profit Patterns Using Candlestick
175.Steve Mitchell - Shortcuts & Secrets To Winning The Stockmarket Game
176.Stochastic Modeling In Economics And Finance.djvu
177.Stockmarket
178.Strategic Analysis and Trading Tactics
179.Street Smarts (Laurence Connors)
180.Streetsmart Guide To Valuing A Stock
181.Sure Fire Forex Trading (Mark Mcrae)
182.Swing Trading Using Candlestick Charting With Pivot Point . 1
183.Swingtradingbook
184.The Best Trendline Methods Of Alan Andrews & 5 New Trendline Techniques
185.The Candlestick Course - Steve Nison
186.The Day Trader S Bible Or My Secret In Day Trading Of Stocks
187.The Day Trader's Course [Rus].Pdf
188.The Encyclopedia Of Trading Strategies (Mcgraw Hill) (pdf)
189.The Equity Options Strategy Guide
190.The Five Minute Investor
191.The Little Book That Beats The Market
192.The Midas Method Of Technical Analysis By Paul Levine
193.The Pocketbook Of Economic Indicators
194.The Stock Market For Dummies
195.The Superstock Investor - Profiting From Wall Streets Best Undervalued Companies
196.The Way To Trade (John Piper)
197.The Wiley Finance Series - Investment Risk Management - Isbn 0470849517
198.The_Penny_Stock_Trading_Sysyem
199.The_Winner_s_Circle_Wall_Street_s_Be st_Mutual_Fund_Managers__2005__Wiley
200.Thomas J Lucier - How To Make Money With Real Estate Options 2005
201.THOMAS M. RYAN - Using Ivestor Relations
202.Trade Like Jesse Livermore (2005)


===============================================================

Part14 Includes

203.Traders Press - 1996 - The Geometry Of Stock Market Profits - Isbn 0934380279
204.Trading and Investment - Applied Quantitative Methods for 
205.Trading As A Business
206.Trading Chaos - Bill Williams - Wiley Finance
207.Trading Ebook Money Management Report Van Tharp
208.Trading Ebook The Midas Method Of Technical Analysis By Paul Levine
209.Trading Marcel Petro - Market Timing With Ta
210.Trading On Momentum Advanced Techniques For High Percentage Day Trading-0071370684
211.Trading Stocks Commodities - Developing A Trader System
212.Trading Strategies - John Murphy S Ten Laws Of Technical Trading
213.Trading To Win - The Psychology Of Mastering The Markets - 0471248428 - 26
214.TurtleTrader
215.Using Ivestor Relations
216.Valuation Of Cash Flows Investment Decisions Capital Bud
217.Valuation Of Stocks
218.Van Tharp - Money Management Report
219.Vejay Gupta - Financial Analysis Using Excel Brealey Myers
220.Vince Ralph - Mathematics of money management
221.Vladimir Daragan - How To Win The Stock Market Game
222.Wallstreet


===============================================================