Trading Evolved: Anyone Can Build Killer Trading Strategies in Python - Original PDF

دانلود کتاب Trading Evolved: Anyone Can Build Killer Trading Strategies in Python - Original PDF

Author: Andreas F. Clenow

0 (0)

توضیحات کتاب :

Systematic trading allows you to test and evaluate your trading ideas before risking your money. By formulating trading ideas as concrete rules, you can evaluate past performance and draw conclusions about the viability of your trading plan. Following systematic rules provides a consistent approach where you will have some degree of predictability of returns, and perhaps more importantly, it takes emotions and second guessing out of the equation. From the onset, getting started with professional grade development and backtesting of systematic strategies can seem daunting. Many resort to simplified software which will limit your potential. Trading Evolved will guide you all the way, from getting started with the industry standard Python language, to setting up a professional backtesting environment of your own. The book will explain multiple trading strategies in detail, with full source code, to get you well on the path to becoming a professional systematic trader. This is a highly practical book, where every aspect is explained, all source code shown and no holds barred. Written by Andreas F. Clenow, author of the international best sellers Following the Trend and Stocks on the Move, Trading Evolved goes into greater depth and covers strategies for trading both futures and equities. "Trading Evolved is an incredible resource for aspiring quants. Clenow does an excellent job making complex subjects easy to access and understand. Bravo." -- Wes Gray, PhD, CEO Alpha Architect

سرچ در وردکت | سرچ در گودریدز | سرچ در اب بوکز | سرچ در آمازون | سرچ در گوگل بوک

656 بازدید 0 خرید

ضمانت بازگشت

ضمانت بازگشت

فایل های تست شده

فایل های تست شده

پرداخت آنلاین

پرداخت آنلاین

تضمین کیفیت

تضمین کیفیت

دانلود فوری

دانلود فوری

This is not a book full of super-secret trading strategies which will turn a thousand dollars into a million next week. While I like to think that there are some clever trading strategies in this book, it’s not meant to be cutting edge, revolutionary stuff. I would think that most readers will learn some interesting things about trading models, but that’s not the main point of this book. In order to teach you about using Python to test trading ideas, I need to show some trading ideas to test. I will show you a few models which I hope will be helpful. You will see complete trading models for ETFs, stocks and futures of varying degree of complexity. I will use these trading strategies as tools to explain what capabilities you will need and how to go about making these strategies real. I often stress in my books that any trading strategy shown is a teaching tool and not meant for you to go out and trade. I will repeat this statement a few times throughout the book. I would strongly discourage anyone from copying anyone else’s trading strategies and blindly trading them. But this is after all where this book comes in. What I do recommend is that you read about other people’s trading strategies. Learn from them. Construct a suitable backtesting environment and model the strategies. Then figure out what you like and what you don’t like. Modify the parts you like, find ways to incorporate them into your own approach and come up with ways to improve the way you trade.

چکیده فارسی

 

این کتابی پر از استراتژی های تجاری فوق سری نیست که هفته آینده هزار دلار را به یک میلیون دلار تبدیل کند. در حالی که من دوست دارم فکر کنم که در این کتاب استراتژی‌های معاملاتی هوشمندانه‌ای وجود دارد، اما قرار نیست چیزهای جدید و انقلابی باشد. من فکر می کنم که اکثر خوانندگان چیزهای جالبی در مورد مدل های معاملاتی یاد خواهند گرفت، اما این نکته اصلی این کتاب نیست. برای اینکه در مورد استفاده از پایتون برای آزمایش ایده های معاملاتی به شما آموزش بدهم، باید چند ایده تجاری را برای آزمایش نشان دهم. من چند مدل را به شما نشان خواهم داد که امیدوارم مفید باشد. مدل های معاملاتی کاملی را برای ETF ها، سهام و آتی با درجه های مختلف پیچیدگی مشاهده خواهید کرد. من از این استراتژی های معاملاتی به عنوان ابزاری استفاده خواهم کرد تا توضیح دهم به چه قابلیت هایی نیاز دارید و چگونه می توانید این استراتژی ها را واقعی کنید. من اغلب در کتاب‌هایم تاکید می‌کنم که هر استراتژی معاملاتی نشان داده شده یک ابزار آموزشی است و برای این نیست که شما بیرون بروید و تجارت کنید. این جمله را چند بار در طول کتاب تکرار می کنم. من به شدت هر کسی را از کپی کردن استراتژی های معاملاتی دیگران و معامله کورکورانه آنها منصرف می کنم. اما در پایان این کتاب به اینجا وارد می شود. آنچه من توصیه می کنم این است که در مورد استراتژی های معاملاتی افراد دیگر مطالعه کنید. از آنها یاد بگیرید. یک محیط بک تست مناسب بسازید و استراتژی ها را مدل کنید. سپس بفهمید که چه چیزی را دوست دارید و چه چیزی را دوست ندارید. قطعاتی را که دوست دارید تغییر دهید، راه‌هایی برای گنجاندن آن‌ها در رویکرد خود بیابید و راه‌هایی برای بهبود روش تجارت خود بیابید.

 

ادامه ...

Author(s): Andreas F. Clenow

Year: 2019

ISBN: 109198378X,9781091983786

ادامه ...

1 ABOUT THIS BOOK The Trading Strategies in this Book How to Read this Book How this book is written How the code is written Errata Support 2 SYSTEMATIC TRADING Trading Approach Validation Scientific Approach Consistent Methodology Time Management 3 DEVELOPING TRADING MODELS Model Purpose Rules and Variations Handling Data Asset Class Investment Universe Allocation and Risk Level Entry and Exit Rules Rebalancing 4 FINANCIAL RISK Quantifying Risk Mark to Market Common Risk Fallacies Risk as Currency to Buy Performance 5 INTRODUCTION TO PYTHON Some Assembly Required Python Emerges as the Logical Choice Programming Teaching Approach Installing Python on your Computer Let’s Run Some Code Working with Jupyter Notebook Dictionary Lookup Conditional Logic Common Mistakes Installing Libraries 6 BRING OUT THE PANDAS Documentation and Help Simple Python Simulation Making a Correlation Graph Prettier Graphs 7 BACKTESTING TRADING STRATEGIES Python Backtesting Engines Zipline and Quantopian Pros and Cons Installing Zipline Problems with Installing Zipline Patching the Framework Zipline and Data Ingesting the Quandl Bundle Installing Useful Libraries Where to Write Backtest Algos Your First Zipline Backtest Portfolio Backtest Data Used for this Book 8 ANALYZING BACKTEST RESULTS Installing PyFolio Portfolio Algorithm to Analyze Analyzing Performance with PyFolio Custom Analysis Day Snapshot Custom Time Series Analytics 9 EXCHANGE TRADED FUNDS The Good The Bad The Worst Shorting Exchange Traded Funds 10 CONSTRUCTING ETF MODELS Asset Allocation Model 11 EQUITIES The Most Difficult Asset Class A word on Methodology Equity Investment Universe Dividends 12 SYSTEMATIC MOMENTUM Replicating this Model Momentum Model Rules Summary Investment Universe Momentum Ranking Position Allocation Momentum Model Logic Downside Protection Momentum Model Source Code Performance Equity Momentum Model Results 13 FUTURES MODELS Futures Basics Futures Mechanics and Terminology Futures and Currency Exposure Futures and Leverage 14 FUTURES MODELING AND BACKTESTING Continuations Zipline Continuation Behavior Contracts, Continuations and Rolling 15 FUTURES TREND FOLLOWING Principles of Trend Following Revisiting the Core Trend Model Model Purpose Investment Universe Trading Frequency Position Allocation Entry Rules Exit Rules Costs and Slippage Interest on Liquidity Trend Model Source Code Core Trend Model Results 16 TIME RETURN TREND MODEL Investment Universe Trading Frequency Position Allocation Trading Rules Dynamic Performance Chart Time Return Source Code Time Return Model Performance Rebalancing 17 COUNTER TREND TRADING Counter Model Logic Quantifying Pullbacks Rules Summary Counter Trend Source Code Counter Trend Results 18 TRADING THE CURVE Term Structure Basics Quantifying Term Structure Effect Curve Model Logic Curve Trading Source Code Curve Trading Results Model Considerations 19 COMPARING AND COMBINING MODELS Combining the Models Implementing a Portfolio of Models 20 PERFORMANCE VISUALIZATION AND COMBINATIONS Storing Model Results How the Model Performance Analysis was done How the Combined Portfolio Analysis was done 21 YOU CAN’T BEAT ALL OF THE MONKEYS ALL OF THE TIME Mr. Bubbles goes to Wall Street The Problem is with the Index Finding Mr. Bubbles 22 GUEST CHAPTER: MEASURING RELATIVE PERFORMANCE 23 IMPORTING YOUR DATA Making a Bundle Zipline and Futures Data Futures Data Bundle Patching the Framework 24 DATA AND DATABASES Your Very Own Securities Database Installing MySQL Server Making an Equities Time-Series Table Populating the Database Querying the Database Making a Database Bundle 25 FINAL WORDS – PATH FORWARD Build Your Own Models Other Backtesting Engines How to Make Money in the Markets REFERENCES INDEX

ادامه ...
برای ارسال نظر لطفا وارد شوید یا ثبت نام کنید
ادامه ...
پشتیبانی محصول

۱- در صورت داشتن هرگونه مشکلی در پرداخت، لطفا با پشتیبانی تلگرام در ارتباط باشید.

۲- برای خرید محصولات لطفا به شماره محصول و عنوان دقت کنید.

۳- شما می توانید فایلها را روی نرم افزارهای مختلف اجرا کنید(هیچگونه کد یا قفلی روی فایلها وجود ندارد).

۴- بعد از خرید، محصول مورد نظر از صفحه محصول قابل دانلود خواهد بود همچنین به ایمیل شما ارسال می شود.

۵- در صورت وجود هر مشکلی در فرایند خرید با تماس بگیرید.