SlideShare a Scribd company logo
1 of 32
16: 332: 568
SOFTWARE ENGINEERING OF WEB APPLICATIONS
“TIMING THE MARKET”
Project Presentation
Project group : 5
Amarinder Cheema
Ateet Vora
Chetan Jain
Puneet Kataria
Ronak Shah
Siddharth Wagh
Presentation date: 7 March, 2008
Softwares Attributes
Charting Scanner Built-in
indicators
Data feed Online/
Download
Alerts
Optimal Trader Yes Yes 15 EOD,
Delayed
D No
Ninja Trader Yes Yes 100 EOD,
RT,
Delayed
D Yes
Stocker No Yes 13 Delayed D No
TA- Lib No No 125 No D No
Meta Stock Yes Yes 200 EOD,
RT,
Delayed
D Yes
“Timing the Market” Yes Yes 20 EOD,
Delayed
OL Yes
OUR CLOSEST COMPETITORS
Project
Background
Use
cases
Web service
interface
Indicators
and
algorithms
Sources of
data
Summary
Presenters:
2:18 pm
2:22 pm
2:42pm
USE CASE DIAGRAM
USE CASE DESCRIPTION TABLE
WEB SERVICES STACK
USING A WEB SERVICE
CALLING SERVICE METHODS
1. Attaching WebService behavior:
•Use BODY tag and include
‘behavior’ in STYLE attribute
•Download the WebService HTC file
and copy it to the same directory as
the Web page that uses the behavior
2. Loading web service URL:
Useservice method() for URL reference
3. Sending A Message to the Web
Service
Call the callService() method
4. Handling the result Object
Use event handler
5. Defining the Calling Buttons
<BODY ID="webServiceCallerBody"
STYLE="behavior:url(webservice.htc)"></BODY>
sElementID.useService(sWebServiceURL,
sFriendlyName [, oUseOptions]);
iCallID =
id.FriendlyName.callService([CallbackHandler,]
"MethodName", Param1, Param2, ...);
USING METHODS IN
‘WEB SERVICE BEHAVIOR’
createUseOptions()
Syntax: objReuseConn =
sElementID.createUseOptions
([boolReuseConn])
Role: Authentication persistency
createCallOptions()
Syntax:
objCallOptions.createCallOptions(funct
ionName, portName, asyncMode,
timeOut, userName, passWord,
soapHeader, endPoint, params);
Role: creates an object of options
useService()
Syntax:
sElementID.useService(sWebServiceURL,
sFriendlyName [, oUseOptions]);
Role: establishes a friendly name for a
Web service
callService()
Syntax:
iCallID =
sElementID.sFriendlyName.callService
( [oCallHandler], funcOrObj, oParam);
Role: initiates the engagement of the
WebService behavior with the Web
service
DOW THEORY
Six tenets :
• Markets have 3 trends
• Trends have three phases
• Market Discounts all news
• Market averages must confirm each other
• Trends are confirmed by volume
• Trends exist until definitive signals prove that they
have ended
ELLIOT WAVE THEORY
• It is based on mass psychology and represents a 5-3 wave structure
• Numbered Phase : Waves 1, 3, 5 are called impulse waves
Waves 2 and 4 are called corrective waves
• Lettered Phase : After 5 wave numbered advance , a three way correction
begins. They are identified as a, b and c
• Practitioners study developing price moves
to distinguish the waves and wave
structures, and discern what prices may do
next; thus the application of the wave
principle is a form of pattern recognition.
PHI AND FIBONACCI SERIES
• Fibonacci sequence surface repeatedly in Elliott
wave structures, including motive waves
(1, 3, 5), a single full cycle (5 up, 3 down
= 8 waves), and the completed motive
(89 waves) and corrective (55 waves) patterns
• The end price is 61.8% of the high and 0.618 is equal to 1/Φ and 0.382 is
1/ Φ^ 2
PATTERN
RECOGNITION
CUP AND HANDLE
• Cup and handle patterns are found within
up-trends.
• Named for their appearance which
resembles a cup and handle.
• This pattern is the result of a resting
period in the stock, with the round cup
shape followed by narrow price action
which forms the appearance of the
handle.
• The technical buy point is as the stock
clears the handle area to the upside,
ideally on volume expansion.
The graph below shows a company developed a Cup for 10 Months and then
formed a 6 Week Handle (point D) before breaking out in October. The
company then rose from $17 to $50 a share for a gain of 190% over the next
6 Months.
By focusing on companies with good fundamentals that are breaking out
of a favorable chart pattern such as a "Cup and Handle" will allow you to
find winning stocks even in a Bear Market environment.
POINTS DEFINITION
Current Close The price at which the stock closed on the day.
This is updated each day that the stock
remains on the list
Average Volume The average daily volume.
Cup Trading days between Left Cup and Current
Close.
Handle Action on the right side of the Cup in which
the price has discontinued rising, falling back
slightly in a tight consolidation. (see Pivot)
Cup: Handle
Ratio
The length of the cup relative to the length of
The handle.
Handle Low Lowest intraday low within the Handle.
Pivot Highest intraday high that marks the
beginning of the Handle.
Handle Depth Difference between the Pivot and the Handle
Low, expressed as a percentage of the Pivot.
Pivot % off Left
Cup
Difference between the Left Cup and the Pivot,
expressed as a percentage of the Left Cup.
DOUBLE TOP
•The double top is a reversal pattern
of an upward trend in a stock's price.
It marks an uptrend in the process of
becoming a downtrend.
• Double top consists of two well-
defined, sharp peaks at approximately
the same price level.
• Prices rise to a resistance level, retreat
return to the resistance level again
before declining.
•Volume contracts on second peak as a
further indication of weakening demand.
Support must be broken in a convincing
manner, and usually with an expansion of
volume
• Trading this pattern:
•Calculate the height of the pattern by subtracting the lowest low from the highest high
in the formation. Then, subtract the height of the pattern from the lowest low.
In other words, an investor can expect the price to move downwards at least the distance
from the breakout point less the height of the pattern.
DOUBLE BOTTOM
•The double bottom is a reversal pattern
of an downward trend in a stock's
price.
• Double bottom consists of two well-
defined, sharp lows at approximately
the same price level.
• Prices fall to a support level, rally and
pull back up, then fall to the support
level again before increasing.
The pattern is complete when prices
rise above the highest high in the
formation
Trading this pattern:
•Calculate the height of the pattern by subtracting the lowest low from the
highest high in the formation. Then, add the height of the pattern to the highest
high.
In other words, we can expect the price to move upwards at least the distance
from the breakout point plus the height of the pattern.
HEAD AND SHOULDER (REVERSE)
HEAD AND SHOULDER (TOP)
TRIANGLES
• Ascending Descending
INDICATOR
• Moving Average Convergence
• (Short term moving average - Long term moving Average)
INDICATORS (CONTD.)
• Accumulation/Distribution Line
(((Close-low)-(High-Low))/(High-Low))*Volume
Raw Data Type
• End Of Day(EOD) and Delayed Data feeds
• EOD data provides closing price for the
given equity.
• Delayed data is basically 15-30 minutes
delayed
Analysis Data
• Currently using Google Finance for
–Opening prices
–Closing prices
–Lowest prices
–Highest prices
–Volume of shares
–Market Cap.
Methods for Processed Data
Implementation
• RSS Feeds to display latest news, market
trends, blogs etc.
• Google Analytics for dashboard type feature
for Site Administrators
Member
Task AMARINDER
ATEET
CHETAN PUNEET RONAK SIDDHARTH
Project Feasibility
     
Study Of Fundamental and Technical Analysis
     
Scripting languages
  
Backend Database handling
   
Web Services Interface design
  
Interim Presentation
     
Pattern Recognition
   
Machine Learning
  
Website design
     
Testing and Debugging
  
Documentation and Final Report
     
Final Presentation
     
Activities Jan 21-30 Feb1 -15 Feb 15-29 Mar 1-15 Mar 15-31 Apr 1-15 Apr 15-30 May 1-15
Project Feasibility
Study Of Fundamental and
Technical Analysis
Scripting languages
Backend Database handling
Web Services Interface design
Interim Presentation
Pattern Recognition
Machine Learning
Website design
Risk Analysis
Testing
Debugging
Performance analysis
Documentation and Final
Report
Final Presentation

More Related Content

Similar to Interim presentation.ppt

Chapter 4 notes 2012 08 02
Chapter 4 notes 2012 08 02Chapter 4 notes 2012 08 02
Chapter 4 notes 2012 08 02finlogiq
 
The Impact of Algorithmic Trading
The Impact of Algorithmic TradingThe Impact of Algorithmic Trading
The Impact of Algorithmic TradingLov Loothra
 
Fundamental analysis
Fundamental analysis Fundamental analysis
Fundamental analysis Neeturai4
 
MARKET STRUCTURE.pptx
MARKET STRUCTURE.pptxMARKET STRUCTURE.pptx
MARKET STRUCTURE.pptxsugirajamsr
 
Maximize your return rate by autochartist signal
Maximize your return rate by autochartist signalMaximize your return rate by autochartist signal
Maximize your return rate by autochartist signalShih-Hsin Chen
 
Technical analysis - By Sohan Khatri
Technical analysis - By Sohan KhatriTechnical analysis - By Sohan Khatri
Technical analysis - By Sohan KhatriSohan Khatri
 
Perfectly Competitive Market: Basic Concepts and Assumptions
Perfectly Competitive Market: Basic Concepts and AssumptionsPerfectly Competitive Market: Basic Concepts and Assumptions
Perfectly Competitive Market: Basic Concepts and AssumptionsArambamSophia
 
MetaStock Webcast May 2018
MetaStock Webcast May 2018MetaStock Webcast May 2018
MetaStock Webcast May 2018Bryan Johnson
 
MMT-04The-Algorithmic-Trading-Process.pdf
MMT-04The-Algorithmic-Trading-Process.pdfMMT-04The-Algorithmic-Trading-Process.pdf
MMT-04The-Algorithmic-Trading-Process.pdfSiddharthKumar701604
 
SAPM lecture 6 Technical Analysis
SAPM lecture 6 Technical AnalysisSAPM lecture 6 Technical Analysis
SAPM lecture 6 Technical Analysisyogesh ingle
 
Wm 4 stock market technical analysis 2
Wm 4 stock market technical analysis 2Wm 4 stock market technical analysis 2
Wm 4 stock market technical analysis 2yogesh ingle
 
Section 3 - Chapter 18 Part I - Market Breadth Indicators
Section 3 - Chapter 18 Part I -  Market Breadth IndicatorsSection 3 - Chapter 18 Part I -  Market Breadth Indicators
Section 3 - Chapter 18 Part I - Market Breadth IndicatorsProfessional Training Academy
 
VB Algorithmic Trading for people who wants to know.pptx
VB Algorithmic Trading for people who wants to know.pptxVB Algorithmic Trading for people who wants to know.pptx
VB Algorithmic Trading for people who wants to know.pptxanythingyouthisyou
 
Chapter 17 technical analysis
Chapter 17 technical analysisChapter 17 technical analysis
Chapter 17 technical analysisMridu Sharma
 
Frank k. reilly &amp; keith132
Frank k. reilly &amp; keith132Frank k. reilly &amp; keith132
Frank k. reilly &amp; keith132saminamanzoor1
 

Similar to Interim presentation.ppt (20)

Chapter 4 notes 2012 08 02
Chapter 4 notes 2012 08 02Chapter 4 notes 2012 08 02
Chapter 4 notes 2012 08 02
 
Section 2 - Chapter 11,12 - Volume Analysis
Section 2 - Chapter 11,12 - Volume AnalysisSection 2 - Chapter 11,12 - Volume Analysis
Section 2 - Chapter 11,12 - Volume Analysis
 
The Impact of Algorithmic Trading
The Impact of Algorithmic TradingThe Impact of Algorithmic Trading
The Impact of Algorithmic Trading
 
Fundamental analysis
Fundamental analysis Fundamental analysis
Fundamental analysis
 
MARKET STRUCTURE.pptx
MARKET STRUCTURE.pptxMARKET STRUCTURE.pptx
MARKET STRUCTURE.pptx
 
Maximize your return rate by autochartist signal
Maximize your return rate by autochartist signalMaximize your return rate by autochartist signal
Maximize your return rate by autochartist signal
 
Technical analysis - By Sohan Khatri
Technical analysis - By Sohan KhatriTechnical analysis - By Sohan Khatri
Technical analysis - By Sohan Khatri
 
Technical analysis
Technical analysisTechnical analysis
Technical analysis
 
Perfectly Competitive Market: Basic Concepts and Assumptions
Perfectly Competitive Market: Basic Concepts and AssumptionsPerfectly Competitive Market: Basic Concepts and Assumptions
Perfectly Competitive Market: Basic Concepts and Assumptions
 
Technical analysis
Technical analysisTechnical analysis
Technical analysis
 
MetaStock Webcast May 2018
MetaStock Webcast May 2018MetaStock Webcast May 2018
MetaStock Webcast May 2018
 
technical analysis
technical analysistechnical analysis
technical analysis
 
MMT-04The-Algorithmic-Trading-Process.pdf
MMT-04The-Algorithmic-Trading-Process.pdfMMT-04The-Algorithmic-Trading-Process.pdf
MMT-04The-Algorithmic-Trading-Process.pdf
 
SAPM lecture 6 Technical Analysis
SAPM lecture 6 Technical AnalysisSAPM lecture 6 Technical Analysis
SAPM lecture 6 Technical Analysis
 
Wm 4 stock market technical analysis 2
Wm 4 stock market technical analysis 2Wm 4 stock market technical analysis 2
Wm 4 stock market technical analysis 2
 
Section 3 - Chapter 18 Part I - Market Breadth Indicators
Section 3 - Chapter 18 Part I -  Market Breadth IndicatorsSection 3 - Chapter 18 Part I -  Market Breadth Indicators
Section 3 - Chapter 18 Part I - Market Breadth Indicators
 
VB Algorithmic Trading for people who wants to know.pptx
VB Algorithmic Trading for people who wants to know.pptxVB Algorithmic Trading for people who wants to know.pptx
VB Algorithmic Trading for people who wants to know.pptx
 
PORTFOLIO MANAGEMENT
PORTFOLIO MANAGEMENTPORTFOLIO MANAGEMENT
PORTFOLIO MANAGEMENT
 
Chapter 17 technical analysis
Chapter 17 technical analysisChapter 17 technical analysis
Chapter 17 technical analysis
 
Frank k. reilly &amp; keith132
Frank k. reilly &amp; keith132Frank k. reilly &amp; keith132
Frank k. reilly &amp; keith132
 

More from ssuserff1f40

Testing a Server in a Vmware.pptx
Testing a Server in a Vmware.pptxTesting a Server in a Vmware.pptx
Testing a Server in a Vmware.pptxssuserff1f40
 
Business intelligence with SAP.pptx
Business intelligence with SAP.pptxBusiness intelligence with SAP.pptx
Business intelligence with SAP.pptxssuserff1f40
 
Service Procurement step by step – Special Procurement.pptx
Service Procurement step by step – Special Procurement.pptxService Procurement step by step – Special Procurement.pptx
Service Procurement step by step – Special Procurement.pptxssuserff1f40
 
ccnp-enterprise-core-networking-encor-product-overview.pptx
ccnp-enterprise-core-networking-encor-product-overview.pptxccnp-enterprise-core-networking-encor-product-overview.pptx
ccnp-enterprise-core-networking-encor-product-overview.pptxssuserff1f40
 
iLabBook_MCSE413_V2.pdf
iLabBook_MCSE413_V2.pdfiLabBook_MCSE413_V2.pdf
iLabBook_MCSE413_V2.pdfssuserff1f40
 
Enterprise Structure-Config.ppt
Enterprise Structure-Config.pptEnterprise Structure-Config.ppt
Enterprise Structure-Config.pptssuserff1f40
 

More from ssuserff1f40 (8)

Testing a Server in a Vmware.pptx
Testing a Server in a Vmware.pptxTesting a Server in a Vmware.pptx
Testing a Server in a Vmware.pptx
 
Business intelligence with SAP.pptx
Business intelligence with SAP.pptxBusiness intelligence with SAP.pptx
Business intelligence with SAP.pptx
 
Service Procurement step by step – Special Procurement.pptx
Service Procurement step by step – Special Procurement.pptxService Procurement step by step – Special Procurement.pptx
Service Procurement step by step – Special Procurement.pptx
 
ccnp-enterprise-core-networking-encor-product-overview.pptx
ccnp-enterprise-core-networking-encor-product-overview.pptxccnp-enterprise-core-networking-encor-product-overview.pptx
ccnp-enterprise-core-networking-encor-product-overview.pptx
 
iLabBook_MCSE413_V2.pdf
iLabBook_MCSE413_V2.pdfiLabBook_MCSE413_V2.pdf
iLabBook_MCSE413_V2.pdf
 
Enterprise Structure-Config.ppt
Enterprise Structure-Config.pptEnterprise Structure-Config.ppt
Enterprise Structure-Config.ppt
 
SAP NetWeaver.ppt
SAP NetWeaver.pptSAP NetWeaver.ppt
SAP NetWeaver.ppt
 
SE_Final.ppt
SE_Final.pptSE_Final.ppt
SE_Final.ppt
 

Recently uploaded

VIP Call Girls Service Dilsukhnagar Hyderabad Call +91-8250192130
VIP Call Girls Service Dilsukhnagar Hyderabad Call +91-8250192130VIP Call Girls Service Dilsukhnagar Hyderabad Call +91-8250192130
VIP Call Girls Service Dilsukhnagar Hyderabad Call +91-8250192130Suhani Kapoor
 
Russian Call Girls In Gtb Nagar (Delhi) 9711199012 💋✔💕😘 Naughty Call Girls Se...
Russian Call Girls In Gtb Nagar (Delhi) 9711199012 💋✔💕😘 Naughty Call Girls Se...Russian Call Girls In Gtb Nagar (Delhi) 9711199012 💋✔💕😘 Naughty Call Girls Se...
Russian Call Girls In Gtb Nagar (Delhi) 9711199012 💋✔💕😘 Naughty Call Girls Se...shivangimorya083
 
Chapter 2.ppt of macroeconomics by mankiw 9th edition
Chapter 2.ppt of macroeconomics by mankiw 9th editionChapter 2.ppt of macroeconomics by mankiw 9th edition
Chapter 2.ppt of macroeconomics by mankiw 9th editionMuhammadHusnain82237
 
Instant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School DesignsInstant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School Designsegoetzinger
 
Financial institutions facilitate financing, economic transactions, issue fun...
Financial institutions facilitate financing, economic transactions, issue fun...Financial institutions facilitate financing, economic transactions, issue fun...
Financial institutions facilitate financing, economic transactions, issue fun...Avanish Goel
 
House of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHouse of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHenry Tapper
 
Andheri Call Girls In 9825968104 Mumbai Hot Models
Andheri Call Girls In 9825968104 Mumbai Hot ModelsAndheri Call Girls In 9825968104 Mumbai Hot Models
Andheri Call Girls In 9825968104 Mumbai Hot Modelshematsharma006
 
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
 
Q3 2024 Earnings Conference Call and Webcast Slides
Q3 2024 Earnings Conference Call and Webcast SlidesQ3 2024 Earnings Conference Call and Webcast Slides
Q3 2024 Earnings Conference Call and Webcast SlidesMarketing847413
 
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
 
AfRESFullPaper22018EmpiricalPerformanceofRealEstateInvestmentTrustsandShareho...
AfRESFullPaper22018EmpiricalPerformanceofRealEstateInvestmentTrustsandShareho...AfRESFullPaper22018EmpiricalPerformanceofRealEstateInvestmentTrustsandShareho...
AfRESFullPaper22018EmpiricalPerformanceofRealEstateInvestmentTrustsandShareho...yordanosyohannes2
 
Unveiling the Top Chartered Accountants in India and Their Staggering Net Worth
Unveiling the Top Chartered Accountants in India and Their Staggering Net WorthUnveiling the Top Chartered Accountants in India and Their Staggering Net Worth
Unveiling the Top Chartered Accountants in India and Their Staggering Net WorthShaheen Kumar
 
Stock Market Brief Deck for 4/24/24 .pdf
Stock Market Brief Deck for 4/24/24 .pdfStock Market Brief Deck for 4/24/24 .pdf
Stock Market Brief Deck for 4/24/24 .pdfMichael Silva
 
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
 
Monthly Market Risk Update: April 2024 [SlideShare]
Monthly Market Risk Update: April 2024 [SlideShare]Monthly Market Risk Update: April 2024 [SlideShare]
Monthly Market Risk Update: April 2024 [SlideShare]Commonwealth
 
Instant Issue Debit Cards - High School Spirit
Instant Issue Debit Cards - High School SpiritInstant Issue Debit Cards - High School Spirit
Instant Issue Debit Cards - High School Spiritegoetzinger
 
call girls in Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in  Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in  Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

VIP Call Girls Service Dilsukhnagar Hyderabad Call +91-8250192130
VIP Call Girls Service Dilsukhnagar Hyderabad Call +91-8250192130VIP Call Girls Service Dilsukhnagar Hyderabad Call +91-8250192130
VIP Call Girls Service Dilsukhnagar Hyderabad Call +91-8250192130
 
Russian Call Girls In Gtb Nagar (Delhi) 9711199012 💋✔💕😘 Naughty Call Girls Se...
Russian Call Girls In Gtb Nagar (Delhi) 9711199012 💋✔💕😘 Naughty Call Girls Se...Russian Call Girls In Gtb Nagar (Delhi) 9711199012 💋✔💕😘 Naughty Call Girls Se...
Russian Call Girls In Gtb Nagar (Delhi) 9711199012 💋✔💕😘 Naughty Call Girls Se...
 
🔝9953056974 🔝Call Girls In Dwarka Escort Service Delhi NCR
🔝9953056974 🔝Call Girls In Dwarka Escort Service Delhi NCR🔝9953056974 🔝Call Girls In Dwarka Escort Service Delhi NCR
🔝9953056974 🔝Call Girls In Dwarka Escort Service Delhi NCR
 
Chapter 2.ppt of macroeconomics by mankiw 9th edition
Chapter 2.ppt of macroeconomics by mankiw 9th editionChapter 2.ppt of macroeconomics by mankiw 9th edition
Chapter 2.ppt of macroeconomics by mankiw 9th edition
 
Instant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School DesignsInstant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School Designs
 
Financial institutions facilitate financing, economic transactions, issue fun...
Financial institutions facilitate financing, economic transactions, issue fun...Financial institutions facilitate financing, economic transactions, issue fun...
Financial institutions facilitate financing, economic transactions, issue fun...
 
House of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHouse of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview document
 
Andheri Call Girls In 9825968104 Mumbai Hot Models
Andheri Call Girls In 9825968104 Mumbai Hot ModelsAndheri Call Girls In 9825968104 Mumbai Hot Models
Andheri Call Girls In 9825968104 Mumbai Hot Models
 
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...
 
Q3 2024 Earnings Conference Call and Webcast Slides
Q3 2024 Earnings Conference Call and Webcast SlidesQ3 2024 Earnings Conference Call and Webcast Slides
Q3 2024 Earnings Conference Call and Webcast Slides
 
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
 
AfRESFullPaper22018EmpiricalPerformanceofRealEstateInvestmentTrustsandShareho...
AfRESFullPaper22018EmpiricalPerformanceofRealEstateInvestmentTrustsandShareho...AfRESFullPaper22018EmpiricalPerformanceofRealEstateInvestmentTrustsandShareho...
AfRESFullPaper22018EmpiricalPerformanceofRealEstateInvestmentTrustsandShareho...
 
Commercial Bank Economic Capsule - April 2024
Commercial Bank Economic Capsule - April 2024Commercial Bank Economic Capsule - April 2024
Commercial Bank Economic Capsule - April 2024
 
🔝+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
 
Unveiling the Top Chartered Accountants in India and Their Staggering Net Worth
Unveiling the Top Chartered Accountants in India and Their Staggering Net WorthUnveiling the Top Chartered Accountants in India and Their Staggering Net Worth
Unveiling the Top Chartered Accountants in India and Their Staggering Net Worth
 
Stock Market Brief Deck for 4/24/24 .pdf
Stock Market Brief Deck for 4/24/24 .pdfStock Market Brief Deck for 4/24/24 .pdf
Stock Market Brief Deck for 4/24/24 .pdf
 
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
 
Monthly Market Risk Update: April 2024 [SlideShare]
Monthly Market Risk Update: April 2024 [SlideShare]Monthly Market Risk Update: April 2024 [SlideShare]
Monthly Market Risk Update: April 2024 [SlideShare]
 
Instant Issue Debit Cards - High School Spirit
Instant Issue Debit Cards - High School SpiritInstant Issue Debit Cards - High School Spirit
Instant Issue Debit Cards - High School Spirit
 
call girls in Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in  Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in  Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 

Interim presentation.ppt

  • 1. 16: 332: 568 SOFTWARE ENGINEERING OF WEB APPLICATIONS “TIMING THE MARKET” Project Presentation Project group : 5 Amarinder Cheema Ateet Vora Chetan Jain Puneet Kataria Ronak Shah Siddharth Wagh Presentation date: 7 March, 2008
  • 2. Softwares Attributes Charting Scanner Built-in indicators Data feed Online/ Download Alerts Optimal Trader Yes Yes 15 EOD, Delayed D No Ninja Trader Yes Yes 100 EOD, RT, Delayed D Yes Stocker No Yes 13 Delayed D No TA- Lib No No 125 No D No Meta Stock Yes Yes 200 EOD, RT, Delayed D Yes “Timing the Market” Yes Yes 20 EOD, Delayed OL Yes OUR CLOSEST COMPETITORS
  • 6.
  • 7.
  • 9. USING A WEB SERVICE
  • 10. CALLING SERVICE METHODS 1. Attaching WebService behavior: •Use BODY tag and include ‘behavior’ in STYLE attribute •Download the WebService HTC file and copy it to the same directory as the Web page that uses the behavior 2. Loading web service URL: Useservice method() for URL reference 3. Sending A Message to the Web Service Call the callService() method 4. Handling the result Object Use event handler 5. Defining the Calling Buttons <BODY ID="webServiceCallerBody" STYLE="behavior:url(webservice.htc)"></BODY> sElementID.useService(sWebServiceURL, sFriendlyName [, oUseOptions]); iCallID = id.FriendlyName.callService([CallbackHandler,] "MethodName", Param1, Param2, ...);
  • 11. USING METHODS IN ‘WEB SERVICE BEHAVIOR’ createUseOptions() Syntax: objReuseConn = sElementID.createUseOptions ([boolReuseConn]) Role: Authentication persistency createCallOptions() Syntax: objCallOptions.createCallOptions(funct ionName, portName, asyncMode, timeOut, userName, passWord, soapHeader, endPoint, params); Role: creates an object of options useService() Syntax: sElementID.useService(sWebServiceURL, sFriendlyName [, oUseOptions]); Role: establishes a friendly name for a Web service callService() Syntax: iCallID = sElementID.sFriendlyName.callService ( [oCallHandler], funcOrObj, oParam); Role: initiates the engagement of the WebService behavior with the Web service
  • 12. DOW THEORY Six tenets : • Markets have 3 trends • Trends have three phases • Market Discounts all news • Market averages must confirm each other • Trends are confirmed by volume • Trends exist until definitive signals prove that they have ended
  • 13. ELLIOT WAVE THEORY • It is based on mass psychology and represents a 5-3 wave structure • Numbered Phase : Waves 1, 3, 5 are called impulse waves Waves 2 and 4 are called corrective waves • Lettered Phase : After 5 wave numbered advance , a three way correction begins. They are identified as a, b and c • Practitioners study developing price moves to distinguish the waves and wave structures, and discern what prices may do next; thus the application of the wave principle is a form of pattern recognition.
  • 14. PHI AND FIBONACCI SERIES • Fibonacci sequence surface repeatedly in Elliott wave structures, including motive waves (1, 3, 5), a single full cycle (5 up, 3 down = 8 waves), and the completed motive (89 waves) and corrective (55 waves) patterns • The end price is 61.8% of the high and 0.618 is equal to 1/Φ and 0.382 is 1/ Φ^ 2
  • 16. CUP AND HANDLE • Cup and handle patterns are found within up-trends. • Named for their appearance which resembles a cup and handle. • This pattern is the result of a resting period in the stock, with the round cup shape followed by narrow price action which forms the appearance of the handle. • The technical buy point is as the stock clears the handle area to the upside, ideally on volume expansion.
  • 17. The graph below shows a company developed a Cup for 10 Months and then formed a 6 Week Handle (point D) before breaking out in October. The company then rose from $17 to $50 a share for a gain of 190% over the next 6 Months. By focusing on companies with good fundamentals that are breaking out of a favorable chart pattern such as a "Cup and Handle" will allow you to find winning stocks even in a Bear Market environment.
  • 18. POINTS DEFINITION Current Close The price at which the stock closed on the day. This is updated each day that the stock remains on the list Average Volume The average daily volume. Cup Trading days between Left Cup and Current Close. Handle Action on the right side of the Cup in which the price has discontinued rising, falling back slightly in a tight consolidation. (see Pivot) Cup: Handle Ratio The length of the cup relative to the length of The handle. Handle Low Lowest intraday low within the Handle. Pivot Highest intraday high that marks the beginning of the Handle. Handle Depth Difference between the Pivot and the Handle Low, expressed as a percentage of the Pivot. Pivot % off Left Cup Difference between the Left Cup and the Pivot, expressed as a percentage of the Left Cup.
  • 19. DOUBLE TOP •The double top is a reversal pattern of an upward trend in a stock's price. It marks an uptrend in the process of becoming a downtrend. • Double top consists of two well- defined, sharp peaks at approximately the same price level. • Prices rise to a resistance level, retreat return to the resistance level again before declining. •Volume contracts on second peak as a further indication of weakening demand. Support must be broken in a convincing manner, and usually with an expansion of volume
  • 20. • Trading this pattern: •Calculate the height of the pattern by subtracting the lowest low from the highest high in the formation. Then, subtract the height of the pattern from the lowest low. In other words, an investor can expect the price to move downwards at least the distance from the breakout point less the height of the pattern.
  • 21. DOUBLE BOTTOM •The double bottom is a reversal pattern of an downward trend in a stock's price. • Double bottom consists of two well- defined, sharp lows at approximately the same price level. • Prices fall to a support level, rally and pull back up, then fall to the support level again before increasing. The pattern is complete when prices rise above the highest high in the formation
  • 22. Trading this pattern: •Calculate the height of the pattern by subtracting the lowest low from the highest high in the formation. Then, add the height of the pattern to the highest high. In other words, we can expect the price to move upwards at least the distance from the breakout point plus the height of the pattern.
  • 23. HEAD AND SHOULDER (REVERSE)
  • 26. INDICATOR • Moving Average Convergence • (Short term moving average - Long term moving Average)
  • 27. INDICATORS (CONTD.) • Accumulation/Distribution Line (((Close-low)-(High-Low))/(High-Low))*Volume
  • 28. Raw Data Type • End Of Day(EOD) and Delayed Data feeds • EOD data provides closing price for the given equity. • Delayed data is basically 15-30 minutes delayed
  • 29. Analysis Data • Currently using Google Finance for –Opening prices –Closing prices –Lowest prices –Highest prices –Volume of shares –Market Cap.
  • 30. Methods for Processed Data Implementation • RSS Feeds to display latest news, market trends, blogs etc. • Google Analytics for dashboard type feature for Site Administrators
  • 31. Member Task AMARINDER ATEET CHETAN PUNEET RONAK SIDDHARTH Project Feasibility       Study Of Fundamental and Technical Analysis       Scripting languages    Backend Database handling     Web Services Interface design    Interim Presentation       Pattern Recognition     Machine Learning    Website design       Testing and Debugging    Documentation and Final Report       Final Presentation      
  • 32. Activities Jan 21-30 Feb1 -15 Feb 15-29 Mar 1-15 Mar 15-31 Apr 1-15 Apr 15-30 May 1-15 Project Feasibility Study Of Fundamental and Technical Analysis Scripting languages Backend Database handling Web Services Interface design Interim Presentation Pattern Recognition Machine Learning Website design Risk Analysis Testing Debugging Performance analysis Documentation and Final Report Final Presentation