SlideShare a Scribd company logo
Algorithmic Trading
and
FIX Protocol
Sergey Troshin, Ph.D.
Director
st@exante.eu
Moscow, March 2016
Anton Antonov
Head of OPS
aan@exante.eu
www.exante.eu
Содержание
• Алгоритмическая торговля. Классы алгоритмов (10 мин)
• Инфраструктура современного брокера (10 мин)
• FIX протокол. Основные концепции (40 мин)
– Тэги и сообщения
– Dictionary файл
– Разница между версиями
– Как читать FIX спецификацию брокера
• FIX протокол. Пример реализации на С# (20 мин)
• Вопросы и ответы (10 мин)
Algorithmic Trading
Algorithmic trading
Automatic trading
HFT – high frequency
trading
Algorithmic Trading
How does Execution Works?
Order driven market model
– Market Order
– Limit Order
Automatic trading
Buy-side Sell-side
Statistical arbitrage
VWAPMarket Making / HFT
Trend
following
Arbitrage
Smart order
routing
Well Known Strategies.
Automatic trading
Market Making and Scalping
Trend Following
Technical Analysis
• SMA / EMA
• Moving Average
Convergence/Divergence
• Bollinger bands
• Stochastic oscillator
• Parabolic SAR
• Rate of Change (ROC)
• Relative Strength Index (RSI)
• etc
• …
Volume Weighted Average Price
Volatility and Option Trading
Implied volatility prediction
1. Delta neutral portfolio
– Buy option / sell stock on volatility going up
– Sell Option / buy stock on volatility going down
2. Various options strategies
– Straddle
– Strangle
– Butterfly
– Etc.
Arbitrage Strategy Example
GAZPRU
(MICEX)
On new tick:
ogzd_rub = convert(ogzd, usd_rub)
spread = normalize(ogzd_rub/gazpru)
changedSpread()
OGZD
(LSE)
USD/RUB
(FOREX)
LIMIT (LSE)
London Server
Filled (size)
MARKET (MICEX)
Filled (price)
On change spread:
if (spread > threshold) place_limit(OGZD, price, size)
On limit fill:
If (limit_is_filled) place_market(GAZPRU, size)
Parameters: threshold
Another example: S&P stocks on NYSE and NASDAQ in NY against Futures on CME in Chicago
Pairs Trading and Statistical Arbitrage
Market neutral portfolio
– Short one set of stocks
– Long another set
– Rebalance very often
• Pair Trading
– Coca-Cola (KO) and Pepsi (PEP)
– Renault (RNO) and PSA Peugeot Citroen (UG)
• Statistical Arbitrage
– Up to 1000+ stocks in portfolio
– Huge quantitive calculations
How to Compare Strategies?
Sharp Ratio
Which is better?
Strategy Sharp Ratio Calculations HFT / Delay
Sensitive?
Trend Following
Mean revision
Bad Easy No
Volatility Trading Bad Hard No
Arbitrage / Pair
trading
Good Easy Yes
Statistical
Arbitrage
Good Hard Yes
Market Making Good Easy Yes
Technology
Market data
Delays
Market Depth
Best Bid Offer
Trades
Execution
Delays
Client side /
Server side
Pre-trade
risks, Software
Connection
Protocol
Virtual
Machines
Co-location
Control
Trades Export
Interface
Error handling
Technical Broker Infrastructure
EXANTE
Platform
inin
ATP
out
Customized
backoffice
reporting
API
(FIX)
Platform
300 +
Servers
->What is located on servers?
-> Where are other exchanges?
-> Where FIX server is located?
-> What is algorithm?
FIX Server Location
One exchange
– Low latency algorithm
• Exchange data center
– No special requirements
• Back up data center or any random data center
Several exchanges
– Arbitrage with low latency algorithm
• Exchange data center (exchange depends on algorithm)
• Dedicate link to other exchanges
– No special requirements
• Any data center (non exchange preferably)
• Common Internet link
Creating an Algorithm
• Any programming language
• 3rd party software
• Run algorithm on your server or in
broker’s VM
• Control through the trading terminal
Trading Terminal
• Market Analysis
• Manual trading
• FIX orders control
• Account control
-> What about other servers?
Trading Data and Client Accounts Processing
+ DEMO environment
+ Development servers
FIX Protocol. Main Concepts
Origins
Versions
• 4.2
• 4.4
• 5.0
• FIXML
• FIX FAST
The two parts of FIX
Communication partners
• Initiator
• Acceptor
Why FIX?
Structure: Tags
TAG=VALUE[SOH]
35=A
[SOH]35=A[SOH]34=1[SOH]
|35=A|34=1|
Structure: Message
8=FIX.4.4|9=125|35=A|34=1|49=EXAMPLE_TRADE_UAT|52=20160318-
14:28:55.885|56=EXANTE_TRADE_UAT|98=0|108=30|141=Y|553=User|554=PA55W0RD|
10=217|
Structure: Message 2
8=FIX.4.4|9=192|35=D|34=241|49=EXAMPLE_TRADE_UAT|
52=20160318-16:53:18.655|56=EXANTE_TRADE_UAT|1=TST1111.001|
11=20160315152146019575|22=111|38=37|40=1|48=AAPL.NASDAQ|
54=2|55=blank|59=3|60=20160318-16:53:18.653|10=225|
Structure: Component blocks
146=3
55=SHAREA
207=EXCHANGE
55=SHAREB
207=EXCHANGE
55=SHAREC
207=EXCHANGE
Message types
Admin:
35=0 Heartbeat
35=5 Logout
35=A Logon
Application:
35=D New Order -
Single
35=8 Execution
Report
35=3 Reject
Fix engines
• FIX Antenna C++:
• QuickFIX
• QuickFIX/J
• VersaFix
• UL FIX
Certification
Dictionary files
FIX Specification
Logging and debugging
FIX Protocol. C# Example
• EXANTE’s Demo program overview
• QuickFix lib and Project dependencies
• Configuration files
• Application class
• Methods to override
• Some implement samples:
– Market data subscribe and receive
– Getting symbols list
https://bitbucket.org/SergeyTroshin/exante-fix-sample
Project Dependencies
Classes to Implement
QuickFIX minimum
QuickFIX. Configuration Files
Feeder Application
Feeder Application Class. From Server.
Feeder Application. Receive Market Data.
Feeder Application Class. Subscribe for Market Data.
Broker Application
Broker Application. From Server.
Broker Application. Symbol List Request.
FIX Specification. Symbol List Response.
Broker Application. Symbol List Response.
Using EXANTE FIX Wrapper
Links
• www.exante.eu
• support@exante.eu
• http://elato.se/minifix/
• http://www.quickfixengine.org/
• http://btobits.com/fixopaedia/fixdic44/index.html
• https://bitbucket.org/SergeyTroshin/exante-fix-sample
NEXT GENERATION
PRIME BROKER
Questions?
Portomaso Business Tower, Level 7, ST. Julians, Malta
info@exante.eu | st@exante.eu | www.exante.eu

More Related Content

What's hot

Ethereum-Cryptocurrency (All about Ethereum)
Ethereum-Cryptocurrency (All about Ethereum) Ethereum-Cryptocurrency (All about Ethereum)
Ethereum-Cryptocurrency (All about Ethereum)
عطاءالمنعم اثیل شیخ
 
Introduction to TCP/IP
Introduction to TCP/IPIntroduction to TCP/IP
Introduction to TCP/IP
Frank Fang Kuo Yu
 
SIPREC RTPEngine Media Forking
SIPREC RTPEngine Media ForkingSIPREC RTPEngine Media Forking
SIPREC RTPEngine Media Forking
Hossein Yavari
 
User datagram protocol
User datagram protocolUser datagram protocol
User datagram protocolMohd Arif
 
Internet Security
Internet SecurityInternet Security
Internet SecurityManoj Sahu
 
Kafka Summit NYC 2017 - The Real-time Event Driven Bank: A Kafka Story
Kafka Summit NYC 2017 - The Real-time Event Driven Bank: A Kafka Story Kafka Summit NYC 2017 - The Real-time Event Driven Bank: A Kafka Story
Kafka Summit NYC 2017 - The Real-time Event Driven Bank: A Kafka Story
confluent
 
Introduction to Ethereum Blockchain & Smart Contract
Introduction to Ethereum Blockchain & Smart ContractIntroduction to Ethereum Blockchain & Smart Contract
Introduction to Ethereum Blockchain & Smart Contract
Thanh Nguyen
 
Blockchain 51% attack
Blockchain  51% attackBlockchain  51% attack
Blockchain 51% attack
Tom Yang
 
Introduction to Corda Blockchain for Developers
Introduction to Corda Blockchain for DevelopersIntroduction to Corda Blockchain for Developers
Introduction to Corda Blockchain for Developers
R3
 
Understanding Blockchain
Understanding BlockchainUnderstanding Blockchain
Understanding Blockchain
Ogilvy Consulting
 
Blockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on AzureBlockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on Azure
Nuri Cankaya
 
SIP Tutorial/Workshop 1
SIP Tutorial/Workshop 1SIP Tutorial/Workshop 1
SIP Tutorial/Workshop 1
Mihály Mészáros
 
Blockchain types architecture
Blockchain types architectureBlockchain types architecture
Blockchain types architecture
SKMohamedKasim
 
FIX Protocol Overview.
FIX Protocol Overview.FIX Protocol Overview.
FIX Protocol Overview.aiQUANT
 
Simple Network Management Protocole
Simple Network Management ProtocoleSimple Network Management Protocole
Simple Network Management Protocole
Amin Komeili
 
Blockchain Cryptography for Developers (Nakov @ BGWebSummit 2018)
Blockchain Cryptography for Developers (Nakov @ BGWebSummit 2018)Blockchain Cryptography for Developers (Nakov @ BGWebSummit 2018)
Blockchain Cryptography for Developers (Nakov @ BGWebSummit 2018)
Svetlin Nakov
 
OpenID Connect 4 SSI (at EIC 2021)
OpenID Connect 4 SSI (at EIC 2021)OpenID Connect 4 SSI (at EIC 2021)
OpenID Connect 4 SSI (at EIC 2021)
Torsten Lodderstedt
 
ePerolehan Overview Presentation
ePerolehan Overview Presentation ePerolehan Overview Presentation
ePerolehan Overview Presentation hafidz_a
 

What's hot (20)

Ethereum-Cryptocurrency (All about Ethereum)
Ethereum-Cryptocurrency (All about Ethereum) Ethereum-Cryptocurrency (All about Ethereum)
Ethereum-Cryptocurrency (All about Ethereum)
 
Introduction to TCP/IP
Introduction to TCP/IPIntroduction to TCP/IP
Introduction to TCP/IP
 
SIPREC RTPEngine Media Forking
SIPREC RTPEngine Media ForkingSIPREC RTPEngine Media Forking
SIPREC RTPEngine Media Forking
 
User datagram protocol
User datagram protocolUser datagram protocol
User datagram protocol
 
Internet Security
Internet SecurityInternet Security
Internet Security
 
Kafka Summit NYC 2017 - The Real-time Event Driven Bank: A Kafka Story
Kafka Summit NYC 2017 - The Real-time Event Driven Bank: A Kafka Story Kafka Summit NYC 2017 - The Real-time Event Driven Bank: A Kafka Story
Kafka Summit NYC 2017 - The Real-time Event Driven Bank: A Kafka Story
 
Introduction to Ethereum Blockchain & Smart Contract
Introduction to Ethereum Blockchain & Smart ContractIntroduction to Ethereum Blockchain & Smart Contract
Introduction to Ethereum Blockchain & Smart Contract
 
Chapter3
Chapter3Chapter3
Chapter3
 
Blockchain 51% attack
Blockchain  51% attackBlockchain  51% attack
Blockchain 51% attack
 
Introduction to Corda Blockchain for Developers
Introduction to Corda Blockchain for DevelopersIntroduction to Corda Blockchain for Developers
Introduction to Corda Blockchain for Developers
 
Understanding Blockchain
Understanding BlockchainUnderstanding Blockchain
Understanding Blockchain
 
Blockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on AzureBlockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on Azure
 
SIP Tutorial/Workshop 1
SIP Tutorial/Workshop 1SIP Tutorial/Workshop 1
SIP Tutorial/Workshop 1
 
Blockchain types architecture
Blockchain types architectureBlockchain types architecture
Blockchain types architecture
 
FIX Protocol Overview.
FIX Protocol Overview.FIX Protocol Overview.
FIX Protocol Overview.
 
Simple Network Management Protocole
Simple Network Management ProtocoleSimple Network Management Protocole
Simple Network Management Protocole
 
SIP for geeks
SIP for geeksSIP for geeks
SIP for geeks
 
Blockchain Cryptography for Developers (Nakov @ BGWebSummit 2018)
Blockchain Cryptography for Developers (Nakov @ BGWebSummit 2018)Blockchain Cryptography for Developers (Nakov @ BGWebSummit 2018)
Blockchain Cryptography for Developers (Nakov @ BGWebSummit 2018)
 
OpenID Connect 4 SSI (at EIC 2021)
OpenID Connect 4 SSI (at EIC 2021)OpenID Connect 4 SSI (at EIC 2021)
OpenID Connect 4 SSI (at EIC 2021)
 
ePerolehan Overview Presentation
ePerolehan Overview Presentation ePerolehan Overview Presentation
ePerolehan Overview Presentation
 

Viewers also liked

Algorithmic Trading: an Overview
Algorithmic Trading: an Overview Algorithmic Trading: an Overview
Algorithmic Trading: an Overview
EXANTE
 
Real-time данные на фронтенде
Real-time данные на фронтендеReal-time данные на фронтенде
Real-time данные на фронтенде
EXANTE
 
How to Fail and Win in Wealth Management
How to Fail and Win in Wealth ManagementHow to Fail and Win in Wealth Management
How to Fail and Win in Wealth Management
EXANTE
 
How to Adapt and Prosper in Compliance Age
How to Adapt and Prosper in Compliance AgeHow to Adapt and Prosper in Compliance Age
How to Adapt and Prosper in Compliance Age
EXANTE
 
Exante algotrading
Exante algotradingExante algotrading
Exante algotrading
EXANTE
 
EXANTE Algorithmic Trading: Practical Aspects
EXANTE Algorithmic Trading: Practical AspectsEXANTE Algorithmic Trading: Practical Aspects
EXANTE Algorithmic Trading: Practical Aspects
EXANTE
 
Exante. Народная опционная конференция 2014 (НОК-8). Строим торговую инфрастр...
Exante. Народная опционная конференция 2014 (НОК-8). Строим торговую инфрастр...Exante. Народная опционная конференция 2014 (НОК-8). Строим торговую инфрастр...
Exante. Народная опционная конференция 2014 (НОК-8). Строим торговую инфрастр...
EXANTE
 
Pairs Trading from NYC Algorithmic Trading Meetup November '13
Pairs Trading from NYC Algorithmic Trading Meetup November '13Pairs Trading from NYC Algorithmic Trading Meetup November '13
Pairs Trading from NYC Algorithmic Trading Meetup November '13
Quantopian
 
Tech Talks_25.04.15_Session 1_Balazs Kollar FIX_QFJ
Tech Talks_25.04.15_Session 1_Balazs Kollar FIX_QFJTech Talks_25.04.15_Session 1_Balazs Kollar FIX_QFJ
Tech Talks_25.04.15_Session 1_Balazs Kollar FIX_QFJ
EPAM_Systems_Bulgaria
 
Hedge Fund Review EXANTE 2013 Report
Hedge Fund Review EXANTE 2013 ReportHedge Fund Review EXANTE 2013 Report
Hedge Fund Review EXANTE 2013 Report
EXANTE
 
Sdkff core
Sdkff coreSdkff core
Sdkff corejwony
 
2014 holiday online shopping mobile trends silverpop
2014 holiday online shopping mobile trends silverpop2014 holiday online shopping mobile trends silverpop
2014 holiday online shopping mobile trends silverpop
Silverpop
 
Too fast for Scrum? | AgilePT 2015
Too fast for Scrum? | AgilePT 2015Too fast for Scrum? | AgilePT 2015
Too fast for Scrum? | AgilePT 2015
Antonio Arrais de Castro, PhD,PMP,CSPO,CSM,P2P
 
Email Social Media 4 Tactics 2010 Nor Cal Dma 11.18.09
Email Social Media 4 Tactics 2010 Nor Cal Dma 11.18.09Email Social Media 4 Tactics 2010 Nor Cal Dma 11.18.09
Email Social Media 4 Tactics 2010 Nor Cal Dma 11.18.09
Silverpop
 
Fix Bindings for Java
Fix Bindings for JavaFix Bindings for Java
Fix Bindings for Java
Vladyslav Yatsenko
 
How to place orders through FIX Message
How to place orders through FIX MessageHow to place orders through FIX Message
How to place orders through FIX Message
Neeraj Kaushik
 
EXANTE: Practical aspects of algorithmic trading. Bitcoin hedge fund. SSE Rig...
EXANTE: Practical aspects of algorithmic trading. Bitcoin hedge fund. SSE Rig...EXANTE: Practical aspects of algorithmic trading. Bitcoin hedge fund. SSE Rig...
EXANTE: Practical aspects of algorithmic trading. Bitcoin hedge fund. SSE Rig...
EXANTE
 
王凤仪人生画传
王凤仪人生画传王凤仪人生画传
王凤仪人生画传
Neo Mui Kian
 
trading_automatyczny-waszczyk-probka
trading_automatyczny-waszczyk-probkatrading_automatyczny-waszczyk-probka
trading_automatyczny-waszczyk-probkaTomasz Waszczyk
 
Programowanie automatycznych strategii transakcyjnych czesc podstawowa
Programowanie automatycznych strategii transakcyjnych   czesc podstawowaProgramowanie automatycznych strategii transakcyjnych   czesc podstawowa
Programowanie automatycznych strategii transakcyjnych czesc podstawowa
Tomasz Waszczyk
 

Viewers also liked (20)

Algorithmic Trading: an Overview
Algorithmic Trading: an Overview Algorithmic Trading: an Overview
Algorithmic Trading: an Overview
 
Real-time данные на фронтенде
Real-time данные на фронтендеReal-time данные на фронтенде
Real-time данные на фронтенде
 
How to Fail and Win in Wealth Management
How to Fail and Win in Wealth ManagementHow to Fail and Win in Wealth Management
How to Fail and Win in Wealth Management
 
How to Adapt and Prosper in Compliance Age
How to Adapt and Prosper in Compliance AgeHow to Adapt and Prosper in Compliance Age
How to Adapt and Prosper in Compliance Age
 
Exante algotrading
Exante algotradingExante algotrading
Exante algotrading
 
EXANTE Algorithmic Trading: Practical Aspects
EXANTE Algorithmic Trading: Practical AspectsEXANTE Algorithmic Trading: Practical Aspects
EXANTE Algorithmic Trading: Practical Aspects
 
Exante. Народная опционная конференция 2014 (НОК-8). Строим торговую инфрастр...
Exante. Народная опционная конференция 2014 (НОК-8). Строим торговую инфрастр...Exante. Народная опционная конференция 2014 (НОК-8). Строим торговую инфрастр...
Exante. Народная опционная конференция 2014 (НОК-8). Строим торговую инфрастр...
 
Pairs Trading from NYC Algorithmic Trading Meetup November '13
Pairs Trading from NYC Algorithmic Trading Meetup November '13Pairs Trading from NYC Algorithmic Trading Meetup November '13
Pairs Trading from NYC Algorithmic Trading Meetup November '13
 
Tech Talks_25.04.15_Session 1_Balazs Kollar FIX_QFJ
Tech Talks_25.04.15_Session 1_Balazs Kollar FIX_QFJTech Talks_25.04.15_Session 1_Balazs Kollar FIX_QFJ
Tech Talks_25.04.15_Session 1_Balazs Kollar FIX_QFJ
 
Hedge Fund Review EXANTE 2013 Report
Hedge Fund Review EXANTE 2013 ReportHedge Fund Review EXANTE 2013 Report
Hedge Fund Review EXANTE 2013 Report
 
Sdkff core
Sdkff coreSdkff core
Sdkff core
 
2014 holiday online shopping mobile trends silverpop
2014 holiday online shopping mobile trends silverpop2014 holiday online shopping mobile trends silverpop
2014 holiday online shopping mobile trends silverpop
 
Too fast for Scrum? | AgilePT 2015
Too fast for Scrum? | AgilePT 2015Too fast for Scrum? | AgilePT 2015
Too fast for Scrum? | AgilePT 2015
 
Email Social Media 4 Tactics 2010 Nor Cal Dma 11.18.09
Email Social Media 4 Tactics 2010 Nor Cal Dma 11.18.09Email Social Media 4 Tactics 2010 Nor Cal Dma 11.18.09
Email Social Media 4 Tactics 2010 Nor Cal Dma 11.18.09
 
Fix Bindings for Java
Fix Bindings for JavaFix Bindings for Java
Fix Bindings for Java
 
How to place orders through FIX Message
How to place orders through FIX MessageHow to place orders through FIX Message
How to place orders through FIX Message
 
EXANTE: Practical aspects of algorithmic trading. Bitcoin hedge fund. SSE Rig...
EXANTE: Practical aspects of algorithmic trading. Bitcoin hedge fund. SSE Rig...EXANTE: Practical aspects of algorithmic trading. Bitcoin hedge fund. SSE Rig...
EXANTE: Practical aspects of algorithmic trading. Bitcoin hedge fund. SSE Rig...
 
王凤仪人生画传
王凤仪人生画传王凤仪人生画传
王凤仪人生画传
 
trading_automatyczny-waszczyk-probka
trading_automatyczny-waszczyk-probkatrading_automatyczny-waszczyk-probka
trading_automatyczny-waszczyk-probka
 
Programowanie automatycznych strategii transakcyjnych czesc podstawowa
Programowanie automatycznych strategii transakcyjnych   czesc podstawowaProgramowanie automatycznych strategii transakcyjnych   czesc podstawowa
Programowanie automatycznych strategii transakcyjnych czesc podstawowa
 

Similar to Algorithmic Trading and FIX Protocol

About Nextware
About NextwareAbout Nextware
About NextwareSmith Kim
 
Theory of High Frequency Trading Systems Testing
Theory of High Frequency Trading Systems TestingTheory of High Frequency Trading Systems Testing
Theory of High Frequency Trading Systems Testing
Iosif Itkin
 
Algorithmic trading
Algorithmic tradingAlgorithmic trading
Algorithmic trading
Jayadeep Govindu
 
Exactpro: Non-functional testing approach
Exactpro: Non-functional testing approachExactpro: Non-functional testing approach
Exactpro: Non-functional testing approach
Iosif Itkin
 
Liquidity Fragmentation & SOR
Liquidity Fragmentation & SORLiquidity Fragmentation & SOR
Liquidity Fragmentation & SOR
Iosif Itkin
 
EXTENT-2017: MiFID II and Impacts on Trading Workflow
EXTENT-2017: MiFID II and Impacts on Trading WorkflowEXTENT-2017: MiFID II and Impacts on Trading Workflow
EXTENT-2017: MiFID II and Impacts on Trading Workflow
Iosif Itkin
 
Technology Edge in Algo Trading: Traditional Vs Automated Trading System Arch...
Technology Edge in Algo Trading: Traditional Vs Automated Trading System Arch...Technology Edge in Algo Trading: Traditional Vs Automated Trading System Arch...
Technology Edge in Algo Trading: Traditional Vs Automated Trading System Arch...
QuantInsti
 
Tsl version 1.1_review
Tsl version 1.1_reviewTsl version 1.1_review
Tsl version 1.1_review
Ball Sutta
 
EXTENT-2016: MiFID 2 Compliant Fixed Income SOR System
EXTENT-2016: MiFID 2 Compliant Fixed Income SOR SystemEXTENT-2016: MiFID 2 Compliant Fixed Income SOR System
EXTENT-2016: MiFID 2 Compliant Fixed Income SOR System
Iosif Itkin
 
Hacking The Trading Floor
Hacking The Trading FloorHacking The Trading Floor
Hacking The Trading Flooriffybird_099
 
Webinar: FIX Protocol: Enabling Post-Trade Transparency through Automation
Webinar: FIX Protocol: Enabling Post-Trade Transparency through AutomationWebinar: FIX Protocol: Enabling Post-Trade Transparency through Automation
Webinar: FIX Protocol: Enabling Post-Trade Transparency through Automation
Sensiple Inc.,
 
iRage - Campus Roles and Work Culture
iRage - Campus Roles and Work CultureiRage - Campus Roles and Work Culture
iRage - Campus Roles and Work Culture
Zeba Malik
 
Rapid Model Deployment
Rapid Model DeploymentRapid Model Deployment
Rapid Model Deploymentguest46b8dc
 
EXTENT-2015: The Four Essential Elements of LSEG QA Solutions
EXTENT-2015: The Four Essential Elements of  LSEG QA SolutionsEXTENT-2015: The Four Essential Elements of  LSEG QA Solutions
EXTENT-2015: The Four Essential Elements of LSEG QA Solutions
Iosif Itkin
 
Competitive Edges in Algorithmic Trading
Competitive Edges in Algorithmic TradingCompetitive Edges in Algorithmic Trading
Competitive Edges in Algorithmic Trading
QuantInsti
 
Иосиф Иткин, Exactpro - TBA
Иосиф Иткин, Exactpro - TBAИосиф Иткин, Exactpro - TBA
Иосиф Иткин, Exactpro - TBA
AIST
 
Impact of Automation System in DSE & CSE
Impact of Automation System in DSE & CSE Impact of Automation System in DSE & CSE
Impact of Automation System in DSE & CSE
Syed Ahmed Harun
 
Predictive automated marginal trading technology pamtt part 1
Predictive automated marginal trading technology   pamtt part 1 Predictive automated marginal trading technology   pamtt part 1
Predictive automated marginal trading technology pamtt part 1 Yuri Martemianov
 

Similar to Algorithmic Trading and FIX Protocol (20)

About Nextware
About NextwareAbout Nextware
About Nextware
 
Theory of High Frequency Trading Systems Testing
Theory of High Frequency Trading Systems TestingTheory of High Frequency Trading Systems Testing
Theory of High Frequency Trading Systems Testing
 
Algorithmic trading
Algorithmic tradingAlgorithmic trading
Algorithmic trading
 
Exactpro: Non-functional testing approach
Exactpro: Non-functional testing approachExactpro: Non-functional testing approach
Exactpro: Non-functional testing approach
 
Algorithmic Trading
Algorithmic TradingAlgorithmic Trading
Algorithmic Trading
 
Liquidity Fragmentation & SOR
Liquidity Fragmentation & SORLiquidity Fragmentation & SOR
Liquidity Fragmentation & SOR
 
EXTENT-2017: MiFID II and Impacts on Trading Workflow
EXTENT-2017: MiFID II and Impacts on Trading WorkflowEXTENT-2017: MiFID II and Impacts on Trading Workflow
EXTENT-2017: MiFID II and Impacts on Trading Workflow
 
Technology Edge in Algo Trading: Traditional Vs Automated Trading System Arch...
Technology Edge in Algo Trading: Traditional Vs Automated Trading System Arch...Technology Edge in Algo Trading: Traditional Vs Automated Trading System Arch...
Technology Edge in Algo Trading: Traditional Vs Automated Trading System Arch...
 
BlitzTrader_PPT
BlitzTrader_PPTBlitzTrader_PPT
BlitzTrader_PPT
 
Tsl version 1.1_review
Tsl version 1.1_reviewTsl version 1.1_review
Tsl version 1.1_review
 
EXTENT-2016: MiFID 2 Compliant Fixed Income SOR System
EXTENT-2016: MiFID 2 Compliant Fixed Income SOR SystemEXTENT-2016: MiFID 2 Compliant Fixed Income SOR System
EXTENT-2016: MiFID 2 Compliant Fixed Income SOR System
 
Hacking The Trading Floor
Hacking The Trading FloorHacking The Trading Floor
Hacking The Trading Floor
 
Webinar: FIX Protocol: Enabling Post-Trade Transparency through Automation
Webinar: FIX Protocol: Enabling Post-Trade Transparency through AutomationWebinar: FIX Protocol: Enabling Post-Trade Transparency through Automation
Webinar: FIX Protocol: Enabling Post-Trade Transparency through Automation
 
iRage - Campus Roles and Work Culture
iRage - Campus Roles and Work CultureiRage - Campus Roles and Work Culture
iRage - Campus Roles and Work Culture
 
Rapid Model Deployment
Rapid Model DeploymentRapid Model Deployment
Rapid Model Deployment
 
EXTENT-2015: The Four Essential Elements of LSEG QA Solutions
EXTENT-2015: The Four Essential Elements of  LSEG QA SolutionsEXTENT-2015: The Four Essential Elements of  LSEG QA Solutions
EXTENT-2015: The Four Essential Elements of LSEG QA Solutions
 
Competitive Edges in Algorithmic Trading
Competitive Edges in Algorithmic TradingCompetitive Edges in Algorithmic Trading
Competitive Edges in Algorithmic Trading
 
Иосиф Иткин, Exactpro - TBA
Иосиф Иткин, Exactpro - TBAИосиф Иткин, Exactpro - TBA
Иосиф Иткин, Exactpro - TBA
 
Impact of Automation System in DSE & CSE
Impact of Automation System in DSE & CSE Impact of Automation System in DSE & CSE
Impact of Automation System in DSE & CSE
 
Predictive automated marginal trading technology pamtt part 1
Predictive automated marginal trading technology   pamtt part 1 Predictive automated marginal trading technology   pamtt part 1
Predictive automated marginal trading technology pamtt part 1
 

Recently uploaded

US Economic Outlook - Being Decided - M Capital Group August 2021.pdf
US Economic Outlook - Being Decided - M Capital Group August 2021.pdfUS Economic Outlook - Being Decided - M Capital Group August 2021.pdf
US Economic Outlook - Being Decided - M Capital Group August 2021.pdf
pchutichetpong
 
Financial Assets: Debit vs Equity Securities.pptx
Financial Assets: Debit vs Equity Securities.pptxFinancial Assets: Debit vs Equity Securities.pptx
Financial Assets: Debit vs Equity Securities.pptx
Writo-Finance
 
The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...
The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...
The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...
muslimdavidovich670
 
how to sell pi coins in South Korea profitably.
how to sell pi coins in South Korea profitably.how to sell pi coins in South Korea profitably.
how to sell pi coins in South Korea profitably.
DOT TECH
 
Scope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theoriesScope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theories
nomankalyar153
 
Intro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptxIntro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptx
shetivia
 
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
Quotidiano Piemontese
 
how to swap pi coins to foreign currency withdrawable.
how to swap pi coins to foreign currency withdrawable.how to swap pi coins to foreign currency withdrawable.
how to swap pi coins to foreign currency withdrawable.
DOT TECH
 
This assessment plan proposal is to outline a structured approach to evaluati...
This assessment plan proposal is to outline a structured approach to evaluati...This assessment plan proposal is to outline a structured approach to evaluati...
This assessment plan proposal is to outline a structured approach to evaluati...
lamluanvan.net Viết thuê luận văn
 
what is the future of Pi Network currency.
what is the future of Pi Network currency.what is the future of Pi Network currency.
what is the future of Pi Network currency.
DOT TECH
 
What website can I sell pi coins securely.
What website can I sell pi coins securely.What website can I sell pi coins securely.
What website can I sell pi coins securely.
DOT TECH
 
Chương 6. Ancol - phenol - ether (1).pdf
Chương 6. Ancol - phenol - ether (1).pdfChương 6. Ancol - phenol - ether (1).pdf
Chương 6. Ancol - phenol - ether (1).pdf
va2132004
 
how to sell pi coins effectively (from 50 - 100k pi)
how to sell pi coins effectively (from 50 - 100k  pi)how to sell pi coins effectively (from 50 - 100k  pi)
how to sell pi coins effectively (from 50 - 100k pi)
DOT TECH
 
Empowering the Unbanked: The Vital Role of NBFCs in Promoting Financial Inclu...
Empowering the Unbanked: The Vital Role of NBFCs in Promoting Financial Inclu...Empowering the Unbanked: The Vital Role of NBFCs in Promoting Financial Inclu...
Empowering the Unbanked: The Vital Role of NBFCs in Promoting Financial Inclu...
Vighnesh Shashtri
 
how can I sell pi coins after successfully completing KYC
how can I sell pi coins after successfully completing KYChow can I sell pi coins after successfully completing KYC
how can I sell pi coins after successfully completing KYC
DOT TECH
 
what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024
DOT TECH
 
Commercial Bank Economic Capsule - May 2024
Commercial Bank Economic Capsule - May 2024Commercial Bank Economic Capsule - May 2024
Commercial Bank Economic Capsule - May 2024
Commercial Bank of Ceylon PLC
 
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
Falcon Invoice Discounting
 
Introduction to Indian Financial System ()
Introduction to Indian Financial System ()Introduction to Indian Financial System ()
Introduction to Indian Financial System ()
Avanish Goel
 
how can I sell/buy bulk pi coins securely
how can I sell/buy bulk pi coins securelyhow can I sell/buy bulk pi coins securely
how can I sell/buy bulk pi coins securely
DOT TECH
 

Recently uploaded (20)

US Economic Outlook - Being Decided - M Capital Group August 2021.pdf
US Economic Outlook - Being Decided - M Capital Group August 2021.pdfUS Economic Outlook - Being Decided - M Capital Group August 2021.pdf
US Economic Outlook - Being Decided - M Capital Group August 2021.pdf
 
Financial Assets: Debit vs Equity Securities.pptx
Financial Assets: Debit vs Equity Securities.pptxFinancial Assets: Debit vs Equity Securities.pptx
Financial Assets: Debit vs Equity Securities.pptx
 
The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...
The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...
The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...
 
how to sell pi coins in South Korea profitably.
how to sell pi coins in South Korea profitably.how to sell pi coins in South Korea profitably.
how to sell pi coins in South Korea profitably.
 
Scope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theoriesScope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theories
 
Intro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptxIntro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptx
 
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
 
how to swap pi coins to foreign currency withdrawable.
how to swap pi coins to foreign currency withdrawable.how to swap pi coins to foreign currency withdrawable.
how to swap pi coins to foreign currency withdrawable.
 
This assessment plan proposal is to outline a structured approach to evaluati...
This assessment plan proposal is to outline a structured approach to evaluati...This assessment plan proposal is to outline a structured approach to evaluati...
This assessment plan proposal is to outline a structured approach to evaluati...
 
what is the future of Pi Network currency.
what is the future of Pi Network currency.what is the future of Pi Network currency.
what is the future of Pi Network currency.
 
What website can I sell pi coins securely.
What website can I sell pi coins securely.What website can I sell pi coins securely.
What website can I sell pi coins securely.
 
Chương 6. Ancol - phenol - ether (1).pdf
Chương 6. Ancol - phenol - ether (1).pdfChương 6. Ancol - phenol - ether (1).pdf
Chương 6. Ancol - phenol - ether (1).pdf
 
how to sell pi coins effectively (from 50 - 100k pi)
how to sell pi coins effectively (from 50 - 100k  pi)how to sell pi coins effectively (from 50 - 100k  pi)
how to sell pi coins effectively (from 50 - 100k pi)
 
Empowering the Unbanked: The Vital Role of NBFCs in Promoting Financial Inclu...
Empowering the Unbanked: The Vital Role of NBFCs in Promoting Financial Inclu...Empowering the Unbanked: The Vital Role of NBFCs in Promoting Financial Inclu...
Empowering the Unbanked: The Vital Role of NBFCs in Promoting Financial Inclu...
 
how can I sell pi coins after successfully completing KYC
how can I sell pi coins after successfully completing KYChow can I sell pi coins after successfully completing KYC
how can I sell pi coins after successfully completing KYC
 
what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024
 
Commercial Bank Economic Capsule - May 2024
Commercial Bank Economic Capsule - May 2024Commercial Bank Economic Capsule - May 2024
Commercial Bank Economic Capsule - May 2024
 
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
 
Introduction to Indian Financial System ()
Introduction to Indian Financial System ()Introduction to Indian Financial System ()
Introduction to Indian Financial System ()
 
how can I sell/buy bulk pi coins securely
how can I sell/buy bulk pi coins securelyhow can I sell/buy bulk pi coins securely
how can I sell/buy bulk pi coins securely
 

Algorithmic Trading and FIX Protocol