SlideShare a Scribd company logo
1 of 60
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

Fixed Income Trading and Platform Architecture
Fixed Income Trading and Platform ArchitectureFixed Income Trading and Platform Architecture
Fixed Income Trading and Platform ArchitectureKhader Shaik
 
Algorithmic Trading
Algorithmic TradingAlgorithmic Trading
Algorithmic TradingAlice Chan
 
Algorithmic Trading: an Overview
Algorithmic Trading: an Overview Algorithmic Trading: an Overview
Algorithmic Trading: an Overview EXANTE
 
Oliver velez swing trading tactics
Oliver velez   swing trading tacticsOliver velez   swing trading tactics
Oliver velez swing trading tacticsAislan Pereira
 
SIP (Session Initiation Protocol) - Study Notes
SIP (Session Initiation Protocol) - Study NotesSIP (Session Initiation Protocol) - Study Notes
SIP (Session Initiation Protocol) - Study NotesMarius FAILLOT DEVARRE
 
The Impact of Algorithmic Trading
The Impact of Algorithmic TradingThe Impact of Algorithmic Trading
The Impact of Algorithmic TradingLov Loothra
 
DOA TOKENOMICS FOR DUMMIES.pptx
DOA TOKENOMICS FOR DUMMIES.pptxDOA TOKENOMICS FOR DUMMIES.pptx
DOA TOKENOMICS FOR DUMMIES.pptxAndy Martin
 
LCTR Framework - Part 1 of 3 - Market Logic
LCTR Framework - Part 1 of 3 - Market LogicLCTR Framework - Part 1 of 3 - Market Logic
LCTR Framework - Part 1 of 3 - Market LogicAniruddha Deshpande
 
Forex Trading For Beginners
Forex Trading For BeginnersForex Trading For Beginners
Forex Trading For BeginnersSyrous Pejman
 
LC's Forex Trading System
LC's Forex Trading SystemLC's Forex Trading System
LC's Forex Trading Systemlcchong76
 
Ripple – Payment Protocol
Ripple – Payment ProtocolRipple – Payment Protocol
Ripple – Payment ProtocolNikhil Bhide
 
BUILDING AUTOMATED TRADING STRATEGIES
BUILDING AUTOMATED TRADING STRATEGIESBUILDING AUTOMATED TRADING STRATEGIES
BUILDING AUTOMATED TRADING STRATEGIESQexpert.com Financial
 
Beginners Guide to Forex Trading
Beginners Guide to Forex TradingBeginners Guide to Forex Trading
Beginners Guide to Forex TradingFXConnection
 
Singapore iFest 2013
Singapore iFest 2013Singapore iFest 2013
Singapore iFest 2013smbcapital
 
How to Become a Professional Trader
How to Become a Professional TraderHow to Become a Professional Trader
How to Become a Professional Trader My Trading Skills
 

What's hot (20)

Algorithmic Trading
Algorithmic TradingAlgorithmic Trading
Algorithmic Trading
 
Fixed Income Trading and Platform Architecture
Fixed Income Trading and Platform ArchitectureFixed Income Trading and Platform Architecture
Fixed Income Trading and Platform Architecture
 
Algorithmic Trading
Algorithmic TradingAlgorithmic Trading
Algorithmic Trading
 
Algorithmic Trading: an Overview
Algorithmic Trading: an Overview Algorithmic Trading: an Overview
Algorithmic Trading: an Overview
 
Oliver velez swing trading tactics
Oliver velez   swing trading tacticsOliver velez   swing trading tactics
Oliver velez swing trading tactics
 
SIP (Session Initiation Protocol) - Study Notes
SIP (Session Initiation Protocol) - Study NotesSIP (Session Initiation Protocol) - Study Notes
SIP (Session Initiation Protocol) - Study Notes
 
Core Master Trading Strategies
Core Master Trading StrategiesCore Master Trading Strategies
Core Master Trading Strategies
 
The Impact of Algorithmic Trading
The Impact of Algorithmic TradingThe Impact of Algorithmic Trading
The Impact of Algorithmic Trading
 
DOA TOKENOMICS FOR DUMMIES.pptx
DOA TOKENOMICS FOR DUMMIES.pptxDOA TOKENOMICS FOR DUMMIES.pptx
DOA TOKENOMICS FOR DUMMIES.pptx
 
Algo trading
Algo tradingAlgo trading
Algo trading
 
SWIFT & IntelliMATCH
SWIFT & IntelliMATCHSWIFT & IntelliMATCH
SWIFT & IntelliMATCH
 
LCTR Framework - Part 1 of 3 - Market Logic
LCTR Framework - Part 1 of 3 - Market LogicLCTR Framework - Part 1 of 3 - Market Logic
LCTR Framework - Part 1 of 3 - Market Logic
 
Forex Trading For Beginners
Forex Trading For BeginnersForex Trading For Beginners
Forex Trading For Beginners
 
LC's Forex Trading System
LC's Forex Trading SystemLC's Forex Trading System
LC's Forex Trading System
 
Forex trade presentation
Forex trade presentationForex trade presentation
Forex trade presentation
 
Ripple – Payment Protocol
Ripple – Payment ProtocolRipple – Payment Protocol
Ripple – Payment Protocol
 
BUILDING AUTOMATED TRADING STRATEGIES
BUILDING AUTOMATED TRADING STRATEGIESBUILDING AUTOMATED TRADING STRATEGIES
BUILDING AUTOMATED TRADING STRATEGIES
 
Beginners Guide to Forex Trading
Beginners Guide to Forex TradingBeginners Guide to Forex Trading
Beginners Guide to Forex Trading
 
Singapore iFest 2013
Singapore iFest 2013Singapore iFest 2013
Singapore iFest 2013
 
How to Become a Professional Trader
How to Become a Professional TraderHow to Become a Professional Trader
How to Become a Professional Trader
 

Viewers also liked

Fix protocol an introduction (r motie)
Fix protocol   an introduction (r motie)Fix protocol   an introduction (r motie)
Fix protocol an introduction (r motie)Dr Richard Motie
 
Real-time данные на фронтенде
Real-time данные на фронтендеReal-time данные на фронтенде
Real-time данные на фронтендеEXANTE
 
FIX Protocol Overview.
FIX Protocol Overview.FIX Protocol Overview.
FIX Protocol Overview.aiQUANT
 
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 ManagementEXANTE
 
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 AgeEXANTE
 
Exante algotrading
Exante algotradingExante algotrading
Exante algotradingEXANTE
 
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 '13Quantopian
 
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_QFJEPAM_Systems_Bulgaria
 
Hedge Fund Review EXANTE 2013 Report
Hedge Fund Review EXANTE 2013 ReportHedge Fund Review EXANTE 2013 Report
Hedge Fund Review EXANTE 2013 ReportEXANTE
 
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 silverpopSilverpop
 
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.09Silverpop
 
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 MessageNeeraj 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
 

Viewers also liked (20)

Fix protocol an introduction (r motie)
Fix protocol   an introduction (r motie)Fix protocol   an introduction (r motie)
Fix protocol an introduction (r motie)
 
Real-time данные на фронтенде
Real-time данные на фронтендеReal-time данные на фронтенде
Real-time данные на фронтенде
 
FIX Protocol Overview.
FIX Protocol Overview.FIX Protocol Overview.
FIX Protocol Overview.
 
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. Народная опционная конференция 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
 
Fix
FixFix
Fix
 
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
 

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 TestingIosif Itkin
 
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 & SORIosif 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 WorkflowIosif 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_reviewBall 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 SystemIosif 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 AutomationSensiple Inc.,
 
iRage - Campus Roles and Work Culture
iRage - Campus Roles and Work CultureiRage - Campus Roles and Work Culture
iRage - Campus Roles and Work CultureZeba 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 SolutionsIosif Itkin
 
Competitive Edges in Algorithmic Trading
Competitive Edges in Algorithmic TradingCompetitive Edges in Algorithmic Trading
Competitive Edges in Algorithmic TradingQuantInsti
 
Иосиф Иткин, Exactpro - TBA
Иосиф Иткин, Exactpro - TBAИосиф Иткин, Exactpro - TBA
Иосиф Иткин, Exactpro - TBAAIST
 
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
 
Automated forex-trading
Automated forex-tradingAutomated forex-trading
Automated forex-tradingBoris Fesenko
 

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
 
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
 
Automated forex-trading
Automated forex-tradingAutomated forex-trading
Automated forex-trading
 

Recently uploaded

Bladex Earnings Call Presentation 1Q2024
Bladex Earnings Call Presentation 1Q2024Bladex Earnings Call Presentation 1Q2024
Bladex Earnings Call Presentation 1Q2024Bladex
 
Stock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfStock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfMichael Silva
 
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证rjrjkk
 
212MTAMount Durham University Bachelor's Diploma in Technology
212MTAMount Durham University Bachelor's Diploma in Technology212MTAMount Durham University Bachelor's Diploma in Technology
212MTAMount Durham University Bachelor's Diploma in Technologyz xss
 
Lundin Gold April 2024 Corporate Presentation v4.pdf
Lundin Gold April 2024 Corporate Presentation v4.pdfLundin Gold April 2024 Corporate Presentation v4.pdf
Lundin Gold April 2024 Corporate Presentation v4.pdfAdnet Communications
 
The Core Functions of the Bangko Sentral ng Pilipinas
The Core Functions of the Bangko Sentral ng PilipinasThe Core Functions of the Bangko Sentral ng Pilipinas
The Core Functions of the Bangko Sentral ng PilipinasCherylouCamus
 
Interimreport1 January–31 March2024 Elo Mutual Pension Insurance Company
Interimreport1 January–31 March2024 Elo Mutual Pension Insurance CompanyInterimreport1 January–31 March2024 Elo Mutual Pension Insurance Company
Interimreport1 January–31 March2024 Elo Mutual Pension Insurance CompanyTyöeläkeyhtiö Elo
 
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170Sonam Pathan
 
Classical Theory of Macroeconomics by Adam Smith
Classical Theory of Macroeconomics by Adam SmithClassical Theory of Macroeconomics by Adam Smith
Classical Theory of Macroeconomics by Adam SmithAdamYassin2
 
Vp Girls near me Delhi Call Now or WhatsApp
Vp Girls near me Delhi Call Now or WhatsAppVp Girls near me Delhi Call Now or WhatsApp
Vp Girls near me Delhi Call Now or WhatsAppmiss dipika
 
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdfmagnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdfHenry Tapper
 
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170Sonam Pathan
 
fca-bsps-decision-letter-redacted (1).pdf
fca-bsps-decision-letter-redacted (1).pdffca-bsps-decision-letter-redacted (1).pdf
fca-bsps-decision-letter-redacted (1).pdfHenry Tapper
 
Call Girls Near Me WhatsApp:+91-9833363713
Call Girls Near Me WhatsApp:+91-9833363713Call Girls Near Me WhatsApp:+91-9833363713
Call Girls Near Me WhatsApp:+91-9833363713Sonam Pathan
 
letter-from-the-chair-to-the-fca-relating-to-british-steel-pensions-scheme-15...
letter-from-the-chair-to-the-fca-relating-to-british-steel-pensions-scheme-15...letter-from-the-chair-to-the-fca-relating-to-british-steel-pensions-scheme-15...
letter-from-the-chair-to-the-fca-relating-to-british-steel-pensions-scheme-15...Henry Tapper
 
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdfBPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdfHenry Tapper
 
Economic Risk Factor Update: April 2024 [SlideShare]
Economic Risk Factor Update: April 2024 [SlideShare]Economic Risk Factor Update: April 2024 [SlideShare]
Economic Risk Factor Update: April 2024 [SlideShare]Commonwealth
 
Stock Market Brief Deck for "this does not happen often".pdf
Stock Market Brief Deck for "this does not happen often".pdfStock Market Brief Deck for "this does not happen often".pdf
Stock Market Brief Deck for "this does not happen often".pdfMichael Silva
 

Recently uploaded (20)

Bladex Earnings Call Presentation 1Q2024
Bladex Earnings Call Presentation 1Q2024Bladex Earnings Call Presentation 1Q2024
Bladex Earnings Call Presentation 1Q2024
 
Stock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfStock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdf
 
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
 
212MTAMount Durham University Bachelor's Diploma in Technology
212MTAMount Durham University Bachelor's Diploma in Technology212MTAMount Durham University Bachelor's Diploma in Technology
212MTAMount Durham University Bachelor's Diploma in Technology
 
Lundin Gold April 2024 Corporate Presentation v4.pdf
Lundin Gold April 2024 Corporate Presentation v4.pdfLundin Gold April 2024 Corporate Presentation v4.pdf
Lundin Gold April 2024 Corporate Presentation v4.pdf
 
Monthly Economic Monitoring of Ukraine No 231, April 2024
Monthly Economic Monitoring of Ukraine No 231, April 2024Monthly Economic Monitoring of Ukraine No 231, April 2024
Monthly Economic Monitoring of Ukraine No 231, April 2024
 
The Core Functions of the Bangko Sentral ng Pilipinas
The Core Functions of the Bangko Sentral ng PilipinasThe Core Functions of the Bangko Sentral ng Pilipinas
The Core Functions of the Bangko Sentral ng Pilipinas
 
Interimreport1 January–31 March2024 Elo Mutual Pension Insurance Company
Interimreport1 January–31 March2024 Elo Mutual Pension Insurance CompanyInterimreport1 January–31 March2024 Elo Mutual Pension Insurance Company
Interimreport1 January–31 March2024 Elo Mutual Pension Insurance Company
 
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
 
Classical Theory of Macroeconomics by Adam Smith
Classical Theory of Macroeconomics by Adam SmithClassical Theory of Macroeconomics by Adam Smith
Classical Theory of Macroeconomics by Adam Smith
 
Vp Girls near me Delhi Call Now or WhatsApp
Vp Girls near me Delhi Call Now or WhatsAppVp Girls near me Delhi Call Now or WhatsApp
Vp Girls near me Delhi Call Now or WhatsApp
 
🔝+919953056974 🔝young Delhi Escort service Pusa Road
🔝+919953056974 🔝young Delhi Escort service Pusa Road🔝+919953056974 🔝young Delhi Escort service Pusa Road
🔝+919953056974 🔝young Delhi Escort service Pusa Road
 
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdfmagnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
 
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
 
fca-bsps-decision-letter-redacted (1).pdf
fca-bsps-decision-letter-redacted (1).pdffca-bsps-decision-letter-redacted (1).pdf
fca-bsps-decision-letter-redacted (1).pdf
 
Call Girls Near Me WhatsApp:+91-9833363713
Call Girls Near Me WhatsApp:+91-9833363713Call Girls Near Me WhatsApp:+91-9833363713
Call Girls Near Me WhatsApp:+91-9833363713
 
letter-from-the-chair-to-the-fca-relating-to-british-steel-pensions-scheme-15...
letter-from-the-chair-to-the-fca-relating-to-british-steel-pensions-scheme-15...letter-from-the-chair-to-the-fca-relating-to-british-steel-pensions-scheme-15...
letter-from-the-chair-to-the-fca-relating-to-british-steel-pensions-scheme-15...
 
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdfBPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
 
Economic Risk Factor Update: April 2024 [SlideShare]
Economic Risk Factor Update: April 2024 [SlideShare]Economic Risk Factor Update: April 2024 [SlideShare]
Economic Risk Factor Update: April 2024 [SlideShare]
 
Stock Market Brief Deck for "this does not happen often".pdf
Stock Market Brief Deck for "this does not happen often".pdfStock Market Brief Deck for "this does not happen often".pdf
Stock Market Brief Deck for "this does not happen often".pdf
 

Algorithmic Trading and FIX Protocol