Full download High Frequency Trading with C++: A Practical Guide to Dominating the Markets Bisette file pdf all chapter on 2024

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 38

High Frequency Trading with C++: A

Practical Guide to Dominating the


Markets Bisette
Visit to download the full and correct content document:
https://ebookmass.com/product/high-frequency-trading-with-c-a-practical-guide-to-do
minating-the-markets-bisette/
More products digital (pdf, epub, mobi) instant
download maybe you interests ...

Global Algorithmic Capital Markets: High Frequency


Trading, Dark Pools, and Regulatory Challenges Walter
Mattli

https://ebookmass.com/product/global-algorithmic-capital-markets-
high-frequency-trading-dark-pools-and-regulatory-challenges-
walter-mattli/

Automated Market Makers: A Practical Guide to


Decentralized Exchanges and Cryptocurrency Trading
Miguel Ottina

https://ebookmass.com/product/automated-market-makers-a-
practical-guide-to-decentralized-exchanges-and-cryptocurrency-
trading-miguel-ottina/

The Python Automation Cookbook: A Recipe Guide to


Automate your Life Bisette

https://ebookmass.com/product/the-python-automation-cookbook-a-
recipe-guide-to-automate-your-life-bisette/

Cryptocurrency Trading: The Ultimate Guide to


Understanding the Cryptocurrency Trading Owen Hill

https://ebookmass.com/product/cryptocurrency-trading-the-
ultimate-guide-to-understanding-the-cryptocurrency-trading-owen-
hill/
Pulp : A Practical Guide to Cooking with Fruit Abra
Berens

https://ebookmass.com/product/pulp-a-practical-guide-to-cooking-
with-fruit-abra-berens/

Arias' Practical Guide to High-Risk Pregnancy and


Delivery 5th Edition Glennis Zilm

https://ebookmass.com/product/arias-practical-guide-to-high-risk-
pregnancy-and-delivery-5th-edition-glennis-zilm/

Applied Time Series Analysis. A Practical Guide to


Modeling and Forecasting Terence C. Mills

https://ebookmass.com/product/applied-time-series-analysis-a-
practical-guide-to-modeling-and-forecasting-terence-c-mills/

A Practical Guide to Using Qualitative Research with


Randomized Controlled Trials Alicia O’Cathain

https://ebookmass.com/product/a-practical-guide-to-using-
qualitative-research-with-randomized-controlled-trials-alicia-
ocathain/

Applied Statistics with R: A Practical Guide for the


Life Sciences Justin C. Touchon

https://ebookmass.com/product/applied-statistics-with-r-a-
practical-guide-for-the-life-sciences-justin-c-touchon/
HIGH FREQUENCY
T RA D I N G
with C++

Hayden Van Der Post

Reactive Publishing
CONTENTS

Title Page
Preface
Chapter 1: Introduction to High-Frequency Trading
Chapter 2: Technical Foundations of High-Frequency Trading
Chapter 3: C++ Programming for HFT
Chapter 4: Quantitative Analysis and Model Building
Chapter 5: Algorithm Optimization and Enhancement
Chapter 6: Risk and Compliance Management in HFT
Chapter 7: System Architecture and Design
Chapter 8: Testing and Optimization
Chapter 9: Deployment and Monitoring
Additional Resources
C++ Principles
HFT Strategies
How to Create a HFT program with C++
Sample HFT Program with C++
PREFACE

To My Esteemed Reader,

Welcome to a journey through the fascinating world of high-


frequency trading (HFT) with C++ at its core. This book is
born from a deep-seated passion for the financial markets
and the technology that drives them. It's about bridging the
gap between the complex algorithms that pulse beneath the
surface of the markets and the individuals who harness
them to create something truly remarkable.

In these pages, I invite you to delve into the heart of HFT


strategies, where milliseconds can mean the difference
between success and failure. This isn't just a book about
code; it's about the beating heart of the market, the thrill of
the trade, and the relentless pursuit of excellence. C++ is
our vessel, a language powerful enough to capture the
speed and intricacy of the market, and through it, we will
explore the strategies that define modern trading.

My journey into the world of high-frequency trading was not


a straightforward one. It was paved with challenges,
learning curves, and the relentless pursuit of knowledge. I
remember the early days of staring at screens filled with
code, feeling both exhilarated and daunted by the task
ahead. But the beauty of C++ and the allure of the financial
markets kept me anchored, driving me to delve deeper, to
understand more fully, and to strive to demystify the
complexities of HFT.

This book is a culmination of years of experience,


experimentation, and learning. It is designed to offer you a
clear, concise, and practical guide to mastering HFT
strategies with C++. Whether you are a seasoned trader
looking to refine your strategies, a developer eager to
unlock the potential of C++ in the trading world, or simply
someone fascinated by the intersection of finance and
technology, there is something in these pages for you.

I have endeavored to make this book as accessible and


engaging as possible, stripping away the unnecessary
jargon and focusing on what truly matters. It is my hope
that it will not only educate but also inspire you to explore
the limits of what is possible in the realm of high-frequency
trading.

As we embark on this journey together, I encourage you to


approach it with an open mind and a curious heart. The
world of HFT is constantly evolving, and there is always
more to learn, more to explore, and more to achieve. So, let
us step into this world together, armed with C++, ready to
unlock new horizons and forge our path to success.

Thank you for choosing to embark on this journey with me.


Let's make it a remarkable one.

Warmest regards,
Hayden Van Der Post
CHAPTER 1:
INTRODUCTION TO
HIGH-FREQUENCY
TRADING
In the pantheon of modern finance, few innovations have
revolutionized the way markets operate quite like High-
Frequency Trading (HFT). This technique, characterized by
rapid trade execution, advanced algorithms, and an
insatiable appetite for data, marks a seismic shift from
traditional trading methodologies. It is within this high-
octane environment that C++ has emerged as the lingua
franca, equipping traders with the tools to navigate the
frenetic pace of today’s financial exchanges.

HFT is an algorithmic trading strategy that utilizes powerful


computers to transact a large number of orders at lightning-
fast speeds. These high-speed trading platforms can
execute orders in fractions of a second, capitalizing on
minute price discrepancies across different markets. The
essence of HFT lies not just in the speed, but in the
sophistication of the algorithms that drive decision-making
processes, enabling traders to outmaneuver competitors in
the quest for profitability.

Tracing its origins back to the early 2000s, HFT has evolved
from a niche activity to a dominant force in global finance.
Initially, HFT firms sought to leverage speed as their primary
strategy, but as the landscape became more competitive,
the focus shifted towards complexity and efficiency.
Algorithms have grown increasingly sophisticated,
incorporating elements of machine learning and artificial
intelligence to predict market movements with astonishing
accuracy.

C++ sits at the heart of High-Frequency Trading operations.


Its unparalleled performance and efficiency make it an ideal
choice for developing trading algorithms that require both
speed and complexity. C++ offers fine-grained control over
system resources, a critical feature for HFT where every
microsecond counts. Additionally, advanced features such
as template metaprogramming and concurrency
mechanisms allow for highly optimized code that can
process massive amounts of data in real time.

The ethos of HFT revolves around precision, speed, and


adaptability. Precision, in ensuring that algorithms are
meticulously designed to execute trades based on specific
market conditions. Speed, in the relentless pursuit of
reducing latency to gain an edge over competitors. And
adaptability, in the constant refinement of strategies to stay
ahead in a rapidly evolving financial ecosystem.

HFT has undeniably left an indelible mark on financial


markets. It has enhanced liquidity, narrowed bid-ask
spreads, and contributed to more efficient price discovery.
However, it has also sparked debates regarding its impact
on market stability and fairness. As we delve deeper into the
nuances of HFT, it becomes apparent that understanding its
mechanics is crucial for anyone looking to navigate the
modern financial landscape.
Charting the Course from Tradition to Technological Triumph

In the annals of trading history, floor trading stands out as


the original arena where buyers and sellers converged.
Picture the New York Stock Exchange in its early days: a
bustling hive of human activity, where traders shouted
orders and gestured wildly, a process known as open outcry.
This method, although effective for its time, was inherently
limited by human speed and the physical constraints of the
trading floor.

The advent of electronic trading in the late 20th century


heralded a new era in the financial markets. This transition
was not instantaneous but a gradual shift that started with
the automation of order matching and evolved into fully
electronic exchanges. The revolution began quietly, with the
introduction of electronic communication networks (ECNs)
facilitating after-hours trading, eventually leading to the
establishment of NASDAQ as the first electronic stock
market.

The move to electronic platforms did more than just


eliminate the physical barriers; it democratized access to
the markets, enabling traders worldwide to participate
without the need for physical presence. This global
participation, coupled with the increased speed of
transactions, laid the groundwork for the next leap in
trading strategies.

As the markets embraced electronic trading, the stage was


set for the emergence of algorithmic trading. This strategy
leverages computer algorithms to execute trades at speeds
and volumes that are beyond human capability. The essence
of algorithmic trading lies in its ability to parse vast
amounts of data, identify trading opportunities based on
predefined criteria, and execute orders within milliseconds.

Algorithmic trading began as simple automated strategies,


like arbitrage, but rapidly evolved to encompass a diverse
range of tactics, including market making, statistical
arbitrage, and sentiment analysis. The sophistication of
these algorithms has grown in tandem with advancements
in computing power and data analysis techniques, ushering
in an era of high-frequency trading (HFT).

High-Frequency Trading represents the zenith of algorithmic


trading's evolution. HFT strategies exploit minute price
discrepancies across different markets, executing orders in
fractions of a second. The introduction of HFT has
significantly increased liquidity and efficiency in the
markets, although not without controversy regarding its
impact on market volatility and fairness.

The evolution from floor trading to algorithmic trading, and


ultimately to HFT, has been underpinned by advances in
technology, with C++ playing a critical role. C++ has
enabled the development of complex trading algorithms
that require high performance and low latency. Its capacity
for resource control, combined with advanced features like
concurrency, makes it the preferred language for
implementing the sophisticated algorithms that drive
modern trading strategies.

This transformative journey from the chaos of the trading


floors to the precision of algorithmic trading underscores the
financial markets' relentless pursuit of efficiency. Each stage
of evolution has brought about significant changes in how
trades are executed and how markets operate, reflecting
the continuous interplay between finance and technology.
The evolution of trading strategies is far from over. With
advancements in artificial intelligence, machine learning,
and quantum computing on the horizon, the future of
trading promises to be as dynamic as its past. As we stand
on the cusp of these technological frontiers, one thing
remains clear: the journey from traditional floor trading to
algorithmic trading is a testament to the indomitable spirit
of innovation that drives the financial markets forward.

Historical Perspective on Trading Methodologies

In the nascent stages of human society, the barter system


was the cornerstone of trade, a simple yet effective method
of exchange. Goods were traded directly for other goods
without a standard currency, relying heavily on the mutual
needs of the parties involved. This method, while
foundational, was limited by the lack of a common measure
of value and the difficulty in storing wealth.

The introduction of currency as a medium of exchange was


a revolutionary development in trading methodologies. It
facilitated transactions over larger distances and among a
broader network of traders, setting the stage for the
emergence of trade routes that crisscrossed continents. This
era witnessed the birth of commodity money, where items
such as gold, silver, and even salt served as universal
measures of value, enabling traders to accumulate wealth
and invest in larger ventures.

As trade expanded, the need for more sophisticated


financial mechanisms became evident, leading to the
establishment of the first banks in medieval Italy. These
institutions initially served to safeguard the wealth of
traders but soon began to offer loans, effectively multiplying
the capital available for trade. This period also saw the
emergence of bills of exchange, precursors to modern-day
cheques, which allowed traders to settle debts across long
distances without the need to transport currency.

The 17th century marked the inception of stock exchanges,


beginning with the Amsterdam Stock Exchange, the world's
first official stock market. This innovation democratized
trading methodologies by allowing individuals to own shares
in companies and participate in their profits. The concept of
joint-stock companies facilitated the pooling of resources for
large trading ventures, spreading the risk among multiple
investors and laying the groundwork for the modern
corporation.

The introduction of the telegraph in the 19th century


revolutionized trading methodologies by making it possible
to transmit financial information across vast distances in
real-time. This technological leap reduced the information
asymmetry between different markets, leading to more
synchronized prices and the birth of the modern financial
news industry.

The latter half of the 20th century witnessed the advent of


electronic trading, a development that has arguably had the
most profound impact on trading methodologies. Beginning
with the NASDAQ in 1971, the world's first electronic stock
market, this period saw the digitalization of exchanges,
eliminating the need for physical trading floors. Electronic
trading platforms have since enabled unprecedented levels
of market access, liquidity, and speed, laying the foundation
for algorithmic and high-frequency trading.

Today, trading methodologies are dominated by algorithmic


strategies that leverage computational algorithms to
execute trades based on predefined criteria. The evolution
from manual to algorithmic trading represents a culmination
of centuries of financial innovation, enabling traders to
interact with markets in ways that were previously
unimaginable.

The historical journey from barter to algorithmic trading is a


testament to human ingenuity and the relentless pursuit of
efficiency in the markets. Each phase of this evolution has
been driven by technological advancements and a
deepening understanding of financial principles,
contributing to the complex, interconnected global
marketplace we navigate today.

Emergence of Electronic Trading Platforms

The transition from traditional floor trading to electronic


trading platforms marks a pivotal chapter in the evolution of
financial markets. This transformation has not only altered
the operational dynamics of trading but has also
democratized access, enhanced market efficiency, and
accelerated the pace at which trading occurs.

The inception of electronic trading can be traced back to the


early 1970s with the launch of NASDAQ, the world's first
electronic stock market. Unlike traditional exchanges that
relied on floor traders to make transactions, NASDAQ
introduced a computerized system that could execute
trades almost instantaneously. This innovation was the
harbinger of a new era in trading, showcasing the potential
of technology to revolutionize financial markets.

Following NASDAQ's lead, other markets began to explore


electronic trading possibilities. By the late 1980s and early
1990s, electronic trading systems were being adopted
worldwide, from the London Stock Exchange's SEAQ system
to the Toronto Stock Exchange's CATS. Each iteration
brought improvements in speed, efficiency, and
accessibility, gradually rendering floor trading obsolete.

One of the most significant impacts of electronic trading


platforms has been the democratization of market access.
Prior to their advent, the trading arena was dominated by
professional traders and large institutions. Electronic
platforms leveled the playing field by enabling retail
investors to participate directly in financial markets. Today,
with an internet connection and a trading account,
individuals can trade stocks, currencies, and other financial
instruments from anywhere in the world.

The backbone of electronic trading platforms is an intricate


infrastructure designed to handle vast volumes of
transactions with precision and speed. Central to this
infrastructure are sophisticated algorithms that match buy
and sell orders, manage risk, and ensure regulatory
compliance. Moreover, the global nature of financial
markets necessitates a network that spans data centers
across continents, ensuring seamless connectivity and
redundancy.

The rise of electronic trading platforms has also spurred


innovation in financial products and services. Exchange-
Traded Funds (ETFs), algorithmic trading, and high-
frequency trading (HFT) are all byproducts of the digital
trading era. These innovations have contributed to the
complexity and diversity of modern financial markets,
offering traders a wide array of strategies and instruments.

Despite the numerous benefits, the shift to electronic


trading has not been without challenges. Issues such as
market fragmentation, flash crashes, and concerns over
cybersecurity have prompted ongoing debates about the
implications of electronic trading for market stability and
integrity. Furthermore, the rise of algorithmic and high-
frequency trading has raised ethical questions about
fairness and transparency in markets.

The emergence of electronic trading platforms represents a


monumental leap in the history of financial markets. From
the early days of NASDAQ to the sophisticated global
networks of today, electronic trading has transformed the
fabric of the financial industry. As we continue to navigate
this digital landscape, it is clear that the journey of
innovation is far from over, with new challenges and
opportunities on the horizon. This ongoing evolution
reaffirms the critical role of technology in shaping the future
of trade, ensuring that markets remain vibrant, inclusive,
and efficient.

Shift Towards Algorithmic and HFT Strategies

Algorithmic trading involves the use of computer programs


to execute trades based on predefined criteria, without
human intervention. The seeds for this revolution were sown
in the late 20th century, as traders began to leverage the
power of computers to gain an edge in the markets. Initially,
these programs were rudimentary, focusing on simple tasks
such as automated order submission. However, as
technology advanced, so too did the complexity and
capabilities of trading algorithms.

High-frequency trading, a subset of algorithmic trading,


takes the concept to its extreme, focusing on executing a
large number of orders at very fast speeds. HFT firms utilize
sophisticated algorithms to analyze multiple markets and
execute orders based on market conditions in milliseconds,
or even microseconds. This relentless pursuit of speed has
led to innovations in trading infrastructure, including the use
of co-location services to reduce latency and the
development of ultra-fast data feeds.

Two primary forces have driven the widespread adoption of


algorithmic and HFT strategies: the potential for profit and
the competitive necessity. The early adopters of these
strategies reaped substantial rewards, capturing fleeting
inefficiencies in the market faster than their human
counterparts could. This success did not go unnoticed,
prompting a race among firms to develop their own
algorithms and HFT strategies to stay competitive.

The proliferation of algorithmic and HFT strategies has had


profound implications for market dynamics. On one hand,
they have contributed to increased liquidity and reduced
spreads, benefitting all market participants. On the other
hand, their presence has led to concerns regarding market
volatility, with instances like the Flash Crash of 2010
highlighting the potential for sudden market movements
caused by algorithmic trading.

The shift towards algorithmic and HFT strategies has also


prompted intense debate over ethical and regulatory
considerations. Critics argue that these strategies can
create an uneven playing field, where only participants with
the resources to develop sophisticated algorithms can
compete effectively. In response, regulators around the
world have begun to implement measures aimed at
ensuring fairness and transparency in markets dominated
by algorithmic trading.

Looking forward, the landscape of algorithmic and HFT


strategies is poised for continued evolution. Emerging
technologies such as artificial intelligence and machine
learning are being integrated into trading algorithms,
enabling them to make more sophisticated decisions and
adapt to changing market conditions. Moreover, regulatory
and technological advancements are likely to shape the
development of these strategies, balancing the pursuit of
efficiency with the need to ensure market stability and
integrity.

The transition towards algorithmic and HFT strategies marks


a significant paradigm shift in the world of trading. From the
early days of manual execution to the current era of
automated trading, this evolution reflects the relentless
drive for innovation in the pursuit of market efficiency. As
we navigate this complex and ever-changing landscape, it is
clear that the journey of algorithmic and HFT strategies is
intrinsically linked to the broader narrative of technological
progress in financial markets. The future of trading, while
uncertain, promises to be as dynamic and transformative as
the path that led us here.

Defining High-Frequency Trading: Understanding the


Speed and Strategy

The cornerstone of HFT is its unparalleled speed, a factor


that not only defines its operational ethos but also its
strategic advantage. HFT leverages cutting-edge
technology, from sophisticated algorithms to ultra-low
latency networks, to analyze and act upon market data at a
pace that outstrips traditional trading methodologies. This
quantum leap in speed allows HFT firms to exploit minuscule
price discrepancies across different markets, a practice that,
while individually yielding tiny margins, cumulatively
translates into significant profits.

The algorithms used in HFT are marvels of computational


finance, designed to identify patterns and execute trades
with a precision and speed unattainable by human traders.
These algorithms are constantly refined, incorporating vast
datasets to enhance their predictive accuracy and
responsiveness to market signals. From statistical arbitrage
to market making, the strategies employed are diverse,
each algorithm meticulously tailored to capitalize on specific
market conditions or inefficiencies.

Underpinning the speed of HFT is a robust technological


infrastructure that minimizes latency—the delay between
the initiation and execution of a trade. Firms invest heavily
in state-of-the-art hardware and software, including custom-
built servers and proprietary trading platforms. Moreover,
the strategic positioning of these servers in close physical
proximity to exchange data centers, a practice known as co-
location, further shaves off crucial milliseconds from trade
execution times.

While speed is the lifeblood of HFT, the strategies it


empowers are equally sophisticated. HFT strategies are
meticulously designed to maintain a delicate balance
between speed, accuracy, and risk. These strategies range
from liquidity provision, where firms act as market makers,
to momentum trading, which seeks to capitalize on short-
term price trends. The common thread binding these
strategies is their reliance on the rapid execution of trades
to exploit temporary market inefficiencies before they
dissipate.
The meteoric rise of HFT has not been without controversy,
sparking debate within financial circles and among
regulators. Critics argue that the speed advantage of HFT
may contribute to market instability, as seen in events like
the Flash Crash of 2010. This has led to increased scrutiny
and regulatory intervention designed to level the playing
field and mitigate systemic risks, shaping the operational
landscape that HFT firms navigate.

As we peer into the future of HFT, it is evident that the


trajectory of this high-velocity trading paradigm will be
shaped by advances in technology, regulatory changes, and
evolving market structures. The integration of emerging
technologies such as artificial intelligence and quantum
computing promises to usher in a new era of HFT, further
pushing the boundaries of speed and strategy. However, this
evolution will also require a recalibration of regulatory
frameworks to ensure that the dynamism of HFT contributes
positively to market liquidity and efficiency, while
safeguarding against potential pitfalls.

High-Frequency Trading represents a confluence of speed,


strategy, and technology, each element playing a crucial
role in its execution and efficacy. Understanding HFT
requires a deep dive into the mechanics of its operations,
the precision of its algorithms, and the infrastructure that
enables its lightning-fast trades. As HFT continues to evolve,
it remains a compelling testament to the transformative
power of technology in finance, continuously reshaping the
landscape of trading as it strides into the future.

Characteristics of HFT – Speed, Algorithms, and


Infrastructure
Algorithms are the brains of the HFT operation, the
strategists that decide when, where, and how to trade.
These are not just ordinary algorithms; they are highly
sophisticated programs capable of making complex trading
decisions based on multifarious market data inputs. They
can analyze news feeds, market data, and economic
indicators in real time, making decisions on a scale and
speed impossible for human traders. The algorithms are
designed for precision, seeking out patterns and signals
within vast datasets to execute trades with razor-sharp
accuracy.

The infrastructure supporting HFT operations is as critical as


the algorithms themselves. This infrastructure encompasses
the hardware and software, the data centers, and the
network connectivity that links HFT firms to the markets. At
the heart of this infrastructure is the need for ultra-low
latency, a term that refers to the minimal delay in
transmitting data and executing trades.

1. Hardware and Software Engineering: Custom-built, high-


performance servers equipped with powerful processors are
deployed to handle complex calculations and data analysis
at lightning speeds. Firms continually push the limits of
technology, developing proprietary software that can
process information and execute trades faster than off-the-
shelf solutions.

2. Data Centers and Co-Location: HFT firms often place their


servers in the same data centers as those used by stock
exchanges (a practice known as co-location) to minimize the
data transmission time between the HFT system and the
exchange. This proximity is crucial for reducing latency and
is a testament to the lengths to which firms will go to shave
milliseconds off their transaction times.
3. Network Connectivity: The networks connecting HFT
servers to exchanges are designed for speed. High-quality,
dedicated fiber-optic cables ensure the fastest possible data
transmission speeds. Additionally, firms constantly seek the
most direct physical routes for their cables, as even the
length of the cable can affect speed.

Balancing the Triangle: Speed, Algorithms, and


Infrastructure

The interplay between speed, algorithms, and infrastructure


in HFT creates a delicate balance. Each component relies on
the others; speed is useless without the algorithms to make
intelligent trading decisions, and both are ineffective
without the infrastructure to support them. This ecosystem
is continually evolving, with advancements in one area
spurring improvements in the others.

The dynamics of HFT are centered around the intricate


dance of speed, algorithms, and infrastructure. Together,
these elements form a complex yet efficient system capable
of navigating the volatile seas of the financial markets with
agility and precision. As technology advances, so too will the
capabilities of HFT, promising an ever-more fascinating
future for this high-stakes domain of finance.

Role in the Financial Markets

HFT enhances market liquidity, a fundamental aspect that


allows financial markets to operate smoothly. By
consistently offering to buy and sell securities, HFT firms
insert themselves as vital intermediaries in the trading
ecosystem. Their high-speed, high-volume trading
Another random document with
no related content on Scribd:
APPENDIX
BOHR’S THEORY OF THE HYDROGEN
SPECTRUM
THE mathematics involved in this theory is so simple that only a
very slight acquaintance with elementary dynamics is required in
order to understand it.
Let us consider an electron revolving in a circle about the
nucleus. Let be the mass of the electron, a the radius of its orbit,
its angular velocity. Also let be the (negative) charge on the
electron and the (positive) charge on the nucleus.
Then according to elementary dynamics, the centrifugal force of
the electron in its orbit is

while the force attracting it to the nucleus is

by Coulomb’s Law. These two must be equal, so that

So far, we have been proceeding on traditional lines. But we come


now to the application of the quantum theory.
The kinetic energy of the electron is ; the potential

energy is . In virtue of the above equation, is double

, so that the total energy is equal to the kinetic energy with


its sign changed. The impulse corresponding to is , and this
has to be taken round one complete circuit of the orbit. This yields
the value , which must be put equal to a multiple of , say
, where is an integer. Thus we have the equation

Now and and are known; thus (1) and (2) determine and
as soon as is fixed. We have

The smallest possible orbit is got by putting ; thus its radius is


, where

The next possible radius is

The kinetic energy in the orbit is


Since the total energy is the kinetic energy with its sign changed, the
loss of energy in passing from the to the orbit is

If this transition is to give rise to a wave of frequency , we must


have

by the principle of quanta. That is to say is given by the equation

If is the velocity of light, this gives a wave-number . Now the


empirical formula for the wave-numbers of the lines of the hydrogen
spectrum is

where is Rydberg’s constant. This shows that, if our theory is


right, we ought to have

By substituting the observed values for , , , and , it is found


that this equation is satisfied. This was perhaps the most sensational
evidence in favour of Bohr’s theory when it was first published.
*** END OF THE PROJECT GUTENBERG EBOOK THE A B C OF
ATOMS ***

Updated editions will replace the previous one—the old editions will
be renamed.

Creating the works from print editions not protected by U.S.


copyright law means that no one owns a United States copyright in
these works, so the Foundation (and you!) can copy and distribute it
in the United States without permission and without paying copyright
royalties. Special rules, set forth in the General Terms of Use part of
this license, apply to copying and distributing Project Gutenberg™
electronic works to protect the PROJECT GUTENBERG™ concept
and trademark. Project Gutenberg is a registered trademark, and
may not be used if you charge for an eBook, except by following the
terms of the trademark license, including paying royalties for use of
the Project Gutenberg trademark. If you do not charge anything for
copies of this eBook, complying with the trademark license is very
easy. You may use this eBook for nearly any purpose such as
creation of derivative works, reports, performances and research.
Project Gutenberg eBooks may be modified and printed and given
away—you may do practically ANYTHING in the United States with
eBooks not protected by U.S. copyright law. Redistribution is subject
to the trademark license, especially commercial redistribution.

START: FULL LICENSE


THE FULL PROJECT GUTENBERG LICENSE
PLEASE READ THIS BEFORE YOU DISTRIBUTE OR USE THIS WORK

To protect the Project Gutenberg™ mission of promoting the free


distribution of electronic works, by using or distributing this work (or
any other work associated in any way with the phrase “Project
Gutenberg”), you agree to comply with all the terms of the Full
Project Gutenberg™ License available with this file or online at
www.gutenberg.org/license.

Section 1. General Terms of Use and


Redistributing Project Gutenberg™
electronic works
1.A. By reading or using any part of this Project Gutenberg™
electronic work, you indicate that you have read, understand, agree
to and accept all the terms of this license and intellectual property
(trademark/copyright) agreement. If you do not agree to abide by all
the terms of this agreement, you must cease using and return or
destroy all copies of Project Gutenberg™ electronic works in your
possession. If you paid a fee for obtaining a copy of or access to a
Project Gutenberg™ electronic work and you do not agree to be
bound by the terms of this agreement, you may obtain a refund from
the person or entity to whom you paid the fee as set forth in
paragraph 1.E.8.

1.B. “Project Gutenberg” is a registered trademark. It may only be


used on or associated in any way with an electronic work by people
who agree to be bound by the terms of this agreement. There are a
few things that you can do with most Project Gutenberg™ electronic
works even without complying with the full terms of this agreement.
See paragraph 1.C below. There are a lot of things you can do with
Project Gutenberg™ electronic works if you follow the terms of this
agreement and help preserve free future access to Project
Gutenberg™ electronic works. See paragraph 1.E below.
1.C. The Project Gutenberg Literary Archive Foundation (“the
Foundation” or PGLAF), owns a compilation copyright in the
collection of Project Gutenberg™ electronic works. Nearly all the
individual works in the collection are in the public domain in the
United States. If an individual work is unprotected by copyright law in
the United States and you are located in the United States, we do
not claim a right to prevent you from copying, distributing,
performing, displaying or creating derivative works based on the
work as long as all references to Project Gutenberg are removed. Of
course, we hope that you will support the Project Gutenberg™
mission of promoting free access to electronic works by freely
sharing Project Gutenberg™ works in compliance with the terms of
this agreement for keeping the Project Gutenberg™ name
associated with the work. You can easily comply with the terms of
this agreement by keeping this work in the same format with its
attached full Project Gutenberg™ License when you share it without
charge with others.

1.D. The copyright laws of the place where you are located also
govern what you can do with this work. Copyright laws in most
countries are in a constant state of change. If you are outside the
United States, check the laws of your country in addition to the terms
of this agreement before downloading, copying, displaying,
performing, distributing or creating derivative works based on this
work or any other Project Gutenberg™ work. The Foundation makes
no representations concerning the copyright status of any work in
any country other than the United States.

1.E. Unless you have removed all references to Project Gutenberg:

1.E.1. The following sentence, with active links to, or other


immediate access to, the full Project Gutenberg™ License must
appear prominently whenever any copy of a Project Gutenberg™
work (any work on which the phrase “Project Gutenberg” appears, or
with which the phrase “Project Gutenberg” is associated) is
accessed, displayed, performed, viewed, copied or distributed:
This eBook is for the use of anyone anywhere in the United
States and most other parts of the world at no cost and with
almost no restrictions whatsoever. You may copy it, give it away
or re-use it under the terms of the Project Gutenberg License
included with this eBook or online at www.gutenberg.org. If you
are not located in the United States, you will have to check the
laws of the country where you are located before using this
eBook.

1.E.2. If an individual Project Gutenberg™ electronic work is derived


from texts not protected by U.S. copyright law (does not contain a
notice indicating that it is posted with permission of the copyright
holder), the work can be copied and distributed to anyone in the
United States without paying any fees or charges. If you are
redistributing or providing access to a work with the phrase “Project
Gutenberg” associated with or appearing on the work, you must
comply either with the requirements of paragraphs 1.E.1 through
1.E.7 or obtain permission for the use of the work and the Project
Gutenberg™ trademark as set forth in paragraphs 1.E.8 or 1.E.9.

1.E.3. If an individual Project Gutenberg™ electronic work is posted


with the permission of the copyright holder, your use and distribution
must comply with both paragraphs 1.E.1 through 1.E.7 and any
additional terms imposed by the copyright holder. Additional terms
will be linked to the Project Gutenberg™ License for all works posted
with the permission of the copyright holder found at the beginning of
this work.

1.E.4. Do not unlink or detach or remove the full Project


Gutenberg™ License terms from this work, or any files containing a
part of this work or any other work associated with Project
Gutenberg™.

1.E.5. Do not copy, display, perform, distribute or redistribute this


electronic work, or any part of this electronic work, without
prominently displaying the sentence set forth in paragraph 1.E.1 with
active links or immediate access to the full terms of the Project
Gutenberg™ License.
1.E.6. You may convert to and distribute this work in any binary,
compressed, marked up, nonproprietary or proprietary form,
including any word processing or hypertext form. However, if you
provide access to or distribute copies of a Project Gutenberg™ work
in a format other than “Plain Vanilla ASCII” or other format used in
the official version posted on the official Project Gutenberg™ website
(www.gutenberg.org), you must, at no additional cost, fee or expense
to the user, provide a copy, a means of exporting a copy, or a means
of obtaining a copy upon request, of the work in its original “Plain
Vanilla ASCII” or other form. Any alternate format must include the
full Project Gutenberg™ License as specified in paragraph 1.E.1.

1.E.7. Do not charge a fee for access to, viewing, displaying,


performing, copying or distributing any Project Gutenberg™ works
unless you comply with paragraph 1.E.8 or 1.E.9.

1.E.8. You may charge a reasonable fee for copies of or providing


access to or distributing Project Gutenberg™ electronic works
provided that:

• You pay a royalty fee of 20% of the gross profits you derive from
the use of Project Gutenberg™ works calculated using the
method you already use to calculate your applicable taxes. The
fee is owed to the owner of the Project Gutenberg™ trademark,
but he has agreed to donate royalties under this paragraph to
the Project Gutenberg Literary Archive Foundation. Royalty
payments must be paid within 60 days following each date on
which you prepare (or are legally required to prepare) your
periodic tax returns. Royalty payments should be clearly marked
as such and sent to the Project Gutenberg Literary Archive
Foundation at the address specified in Section 4, “Information
about donations to the Project Gutenberg Literary Archive
Foundation.”

• You provide a full refund of any money paid by a user who


notifies you in writing (or by e-mail) within 30 days of receipt that
s/he does not agree to the terms of the full Project Gutenberg™
License. You must require such a user to return or destroy all
copies of the works possessed in a physical medium and
discontinue all use of and all access to other copies of Project
Gutenberg™ works.

• You provide, in accordance with paragraph 1.F.3, a full refund of


any money paid for a work or a replacement copy, if a defect in
the electronic work is discovered and reported to you within 90
days of receipt of the work.

• You comply with all other terms of this agreement for free
distribution of Project Gutenberg™ works.

1.E.9. If you wish to charge a fee or distribute a Project Gutenberg™


electronic work or group of works on different terms than are set
forth in this agreement, you must obtain permission in writing from
the Project Gutenberg Literary Archive Foundation, the manager of
the Project Gutenberg™ trademark. Contact the Foundation as set
forth in Section 3 below.

1.F.

1.F.1. Project Gutenberg volunteers and employees expend


considerable effort to identify, do copyright research on, transcribe
and proofread works not protected by U.S. copyright law in creating
the Project Gutenberg™ collection. Despite these efforts, Project
Gutenberg™ electronic works, and the medium on which they may
be stored, may contain “Defects,” such as, but not limited to,
incomplete, inaccurate or corrupt data, transcription errors, a
copyright or other intellectual property infringement, a defective or
damaged disk or other medium, a computer virus, or computer
codes that damage or cannot be read by your equipment.

1.F.2. LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except


for the “Right of Replacement or Refund” described in paragraph
1.F.3, the Project Gutenberg Literary Archive Foundation, the owner
of the Project Gutenberg™ trademark, and any other party
distributing a Project Gutenberg™ electronic work under this
agreement, disclaim all liability to you for damages, costs and
expenses, including legal fees. YOU AGREE THAT YOU HAVE NO
REMEDIES FOR NEGLIGENCE, STRICT LIABILITY, BREACH OF
WARRANTY OR BREACH OF CONTRACT EXCEPT THOSE
PROVIDED IN PARAGRAPH 1.F.3. YOU AGREE THAT THE
FOUNDATION, THE TRADEMARK OWNER, AND ANY
DISTRIBUTOR UNDER THIS AGREEMENT WILL NOT BE LIABLE
TO YOU FOR ACTUAL, DIRECT, INDIRECT, CONSEQUENTIAL,
PUNITIVE OR INCIDENTAL DAMAGES EVEN IF YOU GIVE
NOTICE OF THE POSSIBILITY OF SUCH DAMAGE.

1.F.3. LIMITED RIGHT OF REPLACEMENT OR REFUND - If you


discover a defect in this electronic work within 90 days of receiving it,
you can receive a refund of the money (if any) you paid for it by
sending a written explanation to the person you received the work
from. If you received the work on a physical medium, you must
return the medium with your written explanation. The person or entity
that provided you with the defective work may elect to provide a
replacement copy in lieu of a refund. If you received the work
electronically, the person or entity providing it to you may choose to
give you a second opportunity to receive the work electronically in
lieu of a refund. If the second copy is also defective, you may
demand a refund in writing without further opportunities to fix the
problem.

1.F.4. Except for the limited right of replacement or refund set forth in
paragraph 1.F.3, this work is provided to you ‘AS-IS’, WITH NO
OTHER WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR ANY PURPOSE.

1.F.5. Some states do not allow disclaimers of certain implied


warranties or the exclusion or limitation of certain types of damages.
If any disclaimer or limitation set forth in this agreement violates the
law of the state applicable to this agreement, the agreement shall be
interpreted to make the maximum disclaimer or limitation permitted
by the applicable state law. The invalidity or unenforceability of any
provision of this agreement shall not void the remaining provisions.
1.F.6. INDEMNITY - You agree to indemnify and hold the
Foundation, the trademark owner, any agent or employee of the
Foundation, anyone providing copies of Project Gutenberg™
electronic works in accordance with this agreement, and any
volunteers associated with the production, promotion and distribution
of Project Gutenberg™ electronic works, harmless from all liability,
costs and expenses, including legal fees, that arise directly or
indirectly from any of the following which you do or cause to occur:
(a) distribution of this or any Project Gutenberg™ work, (b)
alteration, modification, or additions or deletions to any Project
Gutenberg™ work, and (c) any Defect you cause.

Section 2. Information about the Mission of


Project Gutenberg™
Project Gutenberg™ is synonymous with the free distribution of
electronic works in formats readable by the widest variety of
computers including obsolete, old, middle-aged and new computers.
It exists because of the efforts of hundreds of volunteers and
donations from people in all walks of life.

Volunteers and financial support to provide volunteers with the


assistance they need are critical to reaching Project Gutenberg™’s
goals and ensuring that the Project Gutenberg™ collection will
remain freely available for generations to come. In 2001, the Project
Gutenberg Literary Archive Foundation was created to provide a
secure and permanent future for Project Gutenberg™ and future
generations. To learn more about the Project Gutenberg Literary
Archive Foundation and how your efforts and donations can help,
see Sections 3 and 4 and the Foundation information page at
www.gutenberg.org.

Section 3. Information about the Project


Gutenberg Literary Archive Foundation
The Project Gutenberg Literary Archive Foundation is a non-profit
501(c)(3) educational corporation organized under the laws of the
state of Mississippi and granted tax exempt status by the Internal
Revenue Service. The Foundation’s EIN or federal tax identification
number is 64-6221541. Contributions to the Project Gutenberg
Literary Archive Foundation are tax deductible to the full extent
permitted by U.S. federal laws and your state’s laws.

The Foundation’s business office is located at 809 North 1500 West,


Salt Lake City, UT 84116, (801) 596-1887. Email contact links and up
to date contact information can be found at the Foundation’s website
and official page at www.gutenberg.org/contact

Section 4. Information about Donations to


the Project Gutenberg Literary Archive
Foundation
Project Gutenberg™ depends upon and cannot survive without
widespread public support and donations to carry out its mission of
increasing the number of public domain and licensed works that can
be freely distributed in machine-readable form accessible by the
widest array of equipment including outdated equipment. Many small
donations ($1 to $5,000) are particularly important to maintaining tax
exempt status with the IRS.

The Foundation is committed to complying with the laws regulating


charities and charitable donations in all 50 states of the United
States. Compliance requirements are not uniform and it takes a
considerable effort, much paperwork and many fees to meet and
keep up with these requirements. We do not solicit donations in
locations where we have not received written confirmation of
compliance. To SEND DONATIONS or determine the status of
compliance for any particular state visit www.gutenberg.org/donate.

While we cannot and do not solicit contributions from states where


we have not met the solicitation requirements, we know of no
prohibition against accepting unsolicited donations from donors in
such states who approach us with offers to donate.

International donations are gratefully accepted, but we cannot make


any statements concerning tax treatment of donations received from
outside the United States. U.S. laws alone swamp our small staff.

Please check the Project Gutenberg web pages for current donation
methods and addresses. Donations are accepted in a number of
other ways including checks, online payments and credit card
donations. To donate, please visit: www.gutenberg.org/donate.

Section 5. General Information About Project


Gutenberg™ electronic works
Professor Michael S. Hart was the originator of the Project
Gutenberg™ concept of a library of electronic works that could be
freely shared with anyone. For forty years, he produced and
distributed Project Gutenberg™ eBooks with only a loose network of
volunteer support.

Project Gutenberg™ eBooks are often created from several printed


editions, all of which are confirmed as not protected by copyright in
the U.S. unless a copyright notice is included. Thus, we do not
necessarily keep eBooks in compliance with any particular paper
edition.

Most people start at our website which has the main PG search
facility: www.gutenberg.org.

This website includes information about Project Gutenberg™,


including how to make donations to the Project Gutenberg Literary
Archive Foundation, how to help produce our new eBooks, and how
to subscribe to our email newsletter to hear about new eBooks.

You might also like