Daily Stock Trend Forecasting using Fuzzy Rule-based Reinforcement Learning Agent and Portfolio Management

Size: px
Start display at page:

Download "Daily Stock Trend Forecasting using Fuzzy Rule-based Reinforcement Learning Agent and Portfolio Management"

Transcription

1 Daily Stock Trend Forecasting using Fuzzy Rule-based Reinforcement Learning Agent and Portfolio Management Rubell Marion Lincy G. Jessy John C. Department of Mathematics School of Natural Sciences National Institute of Technology Calicut Calicut, Kerala India. ubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 1 / 20

2 Outline 1 Motivation 2 Proposed System Portfolio Selection and Data Pre-processing Fuzzy Rule-based System Daily Stock Trend Forecasting Portfolio Construction 3 Experimental Results 4 Conclusion & Future Work 5 References Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 2 / 20

3 Outline 1 Motivation 2 Proposed System Portfolio Selection and Data Pre-processing Fuzzy Rule-based System Daily Stock Trend Forecasting Portfolio Construction 3 Experimental Results 4 Conclusion & Future Work 5 References Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 3 / 20

4 Motivation Many of the research works in the area of financial trading aims at developing an automated agent for stock trading in different scenarios [1, 2, 3] The concept of fuzzy mathematics is used in many ways for developing a portfolio [4, 5, 6] Inspired by these works, we have developed daily stock trend forecasting agent which determines whether to Buy/Sell/Hold a particular stock on daily basis which in the latter part of the system used in selecting the appropriate stocks for developing a portfolio Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 4 / 20

5 Outline 1 Motivation 2 Proposed System Portfolio Selection and Data Pre-processing Fuzzy Rule-based System Daily Stock Trend Forecasting Portfolio Construction 3 Experimental Results 4 Conclusion & Future Work 5 References Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 5 / 20

6 System Architecture Figure: Structure of the Proposed System Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 6 / 20

7 Portfolio Selection The first step in constructing a portfolio is the selection of initial set of stocks In this work we consider six sectors from the Bombay Stock Exchange (BSE) which are as follows: Banks - Private Sector Banks - Public Sector Diversified Domestic Appliances Power - Generation and Distribution Refineries Initially a total of 80 stocks are chosen The stocks with a negative Price-to-earnings ratio or Shareholder s Equity Value are eliminated Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 7 / 20

8 Pre-processing Both Fundamental and Technical Data of each stock is considered in the process of rating the stock as to be eligible for a portfolio Fundamental Data 1 Operating Profit 2 Profit before taxes 3 Return on Net Worth 4 Leverage 5 Price to Earnings 6 Dividend Yield 7 Price to Book Value 8 Market Capitalization Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 7 / 20

9 Pre-processing Technical Data 1 Average True Range 2 Bollinger Bands 3 Chaikin Oscillator 4 Moving Average Convergence Divergence 5 On Balance Volume The Relative ratio for all the above mentioned data are calculated w.r.t. each sector as follows: Relative Ratio = Particular Data Industry Average of that data Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 7 / 20

10 Fuzzy Rule-based System The data is processed to assign rating for each stock The rating is assigned by using a Mamdani type Fuzzy Rule-based System This method was introduced by Mamdani (1975) Mamdani s method is the most commonly used in applications, due to its simple structure of min-max operations The defuzzification process used is the largest (absolute) value of maximum The stocks are rated from 0 to 100 Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 8 / 20

11 Daily Stock Trend Forecasting The suggestions of whether to buy/hold/sell is determined by the daily stock trend forecasting agent Using the technical data of the stock, a trend value is determined as follows: Trend Value = (close high) + (Close Low) 2 A Sugeno type fuzzy rule-based system with reinforcement learning techniques is used to obtain an automated financial trading system which can decide on whether to buy or sell a stock or to stay out of the market (hold) in the daily stock trading environment Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 9 / 20

12 Daily Stock Trend Forecasting In general, a fuzzy rule-based system consists of the following steps: Step 1: Evaluate the antecedent for each rule Step 2: Obtain each rule s conclusion Step 3: Aggregate conclusions Step 4: Defuzzification In the proposed system, a Mamdani type fuzzy inference system is used to rate the stocks and the Sugeno type fuzzy inference system is used for providing suggestion on each stock on daily basis Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 9 / 20

13 Mamdani FIS vs. Sugeno FIS The main difference between the two methods lies in the consequent part of the fuzzy rules The most fundamental difference between Mamdani-type and Sugeno-type FIS is the way the crisp output is generated from the fuzzy inputs While Mamdani-type FIS uses the technique of defuzzification of a fuzzy output, Sugeno-type FIS uses weighted average to compute the crisp output Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 10 / 20

14 Mamdani FIS vs. Sugeno FIS Sugeno FIS has better processing time since the weighted average replace the time consuming defuzzification process Mamdani FIS has output membership functions whereas Sugeno FIS has no output membership functions Mamdani FIS is less flexible in system design in comparison to Sugeno FIS as latter can be integrated with ANFIS tool to optimize the outputs Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 10 / 20

15 Portfolio Construction The stocks that have a Buy/Hold suggestion is selected and their corresponding rating is taken into account Getting a capital amount(c) from the user, the following Integer Programming problem is modelled to determine the number of shares(x i ) of highly rated stocks to be bought with LB, UB denoting the lower and upper bound for x i, i = 1, 2,..., N(Number of Stocks) Maximize r i x i Subject to the Constraints N P i x i c i=1 x i UB x i LB and all x i s are positive integers Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 11 / 20

16 Outline 1 Motivation 2 Proposed System Portfolio Selection and Data Pre-processing Fuzzy Rule-based System Daily Stock Trend Forecasting Portfolio Construction 3 Experimental Results 4 Conclusion & Future Work 5 References Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 12 / 20

17 Experimental Results To start the process of rating the stocks, the fundamental data is considered and the portfolio starts on the stock day immediately after the Financial year end (April 2011) The portfolio is updated each year using the technical data that is available for the selection of stocks The experiment is carried out for 3 consecutive years with the portfolio renewed at the start of the financial year The Portfolio gives the following returns at the end of each year Year Capital Amount (Rs.) % of Return Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 13 / 20

18 Outline 1 Motivation 2 Proposed System Portfolio Selection and Data Pre-processing Fuzzy Rule-based System Daily Stock Trend Forecasting Portfolio Construction 3 Experimental Results 4 Conclusion & Future Work 5 References Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 14 / 20

19 Conclusion The Portfolio management for a selection of 80 stocks from six different industrial sectors is done The Returns show a profitable selection of stocks for the portfolio The portfolio renewal is done in a yearly basis In the consecutive years, this system considers only the technical data Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 15 / 20

20 Future Work A comparison can be made to study the returns of the portfolio by updating the portfolio every 3-months or 6-months or 9-months The system can be made to take both fundamental and technical data into account except for the initial year Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 16 / 20

21 Outline 1 Motivation 2 Proposed System Portfolio Selection and Data Pre-processing Fuzzy Rule-based System Daily Stock Trend Forecasting Portfolio Construction 3 Experimental Results 4 Conclusion & Future Work 5 References Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 17 / 20

22 References I [1] Stuart Duerson, FS Khan, Victor Kovalev, and Ali Hisham Malik. Reinforcement learning in online stock trading systems, [2] Jae Won Lee, Jonghun Park, O Jangmin, Jongwoo Lee, and Euyseok Hong. A multiagent approach to q-learning for daily stock trading. Systems, Man and Cybernetics, Part A: Systems and Humans, IEEE Transactions on, 37(6): , [3] Francesco Bertoluzzo and Marco Corazza. Reinforcement learning for automatic financial trading: Introduction and some applications. University Ca Foscari of Venice, Dept. of Economics Research Paper Series No, 33, Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 18 / 20

23 References II [4] Chinho Lin and Ping-Jung Hsieh. A fuzzy decision support system for strategic portfolio management. Decision Support Systems, 38(3): , [5] M Arenas Parra, Amelia Bilbao Terol, and MV Rodrıguez Urıa. A fuzzy goal programming approach to portfolio selection. European Journal of Operational Research, 133(2): , [6] Ralf Östermark. A fuzzy control model (fcm) for dynamic portfolio management. Fuzzy sets and Systems, 78(3): , Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 19 / 20

24 Thank You Rubell Marion Lincy G., Jessy John C. (NIT) International Symposium on Forecasting 20 / 20

Stock Trading with Reinforcement Learning

Stock Trading with Reinforcement Learning Stock Trading with Reinforcement Learning Jonah Varon and Anthony Soroka December 12, 2016 1 Introduction Considering the interest, there is surprisingly limited available research on reinforcement learning

More information

TECHNICAL ANALYSIS OF FUZZY METAGRAPH BASED DECISION SUPPORT SYSTEM FOR CAPITAL MARKET

TECHNICAL ANALYSIS OF FUZZY METAGRAPH BASED DECISION SUPPORT SYSTEM FOR CAPITAL MARKET Journal of Computer Science 9 (9): 1146-1155, 2013 ISSN: 1549-3636 2013 doi:10.3844/jcssp.2013.1146.1155 Published Online 9 (9) 2013 (http://www.thescipub.com/jcs.toc) TECHNICAL ANALYSIS OF FUZZY METAGRAPH

More information

Select Efficient Portfolio through Goal Programming Model

Select Efficient Portfolio through Goal Programming Model Australian Journal of Basic and Applied Sciences, 6(7): 189-194, 2012 ISSN 1991-8178 Select Efficient Portfolio through Goal Programming Model 1 Abdollah pakdel, 2 Reza Noroozzadeh, 3 Peiman Sadeghi 1

More information

EXAMINATION OF FUZZY METAGRAPH BASED DATA MINING FOR INVESTIGATION ON STOCK MARKETS A.Yashwanth Reddy 1, P.Hasitha Reddy 2, Dr.D.

EXAMINATION OF FUZZY METAGRAPH BASED DATA MINING FOR INVESTIGATION ON STOCK MARKETS A.Yashwanth Reddy 1, P.Hasitha Reddy 2, Dr.D. EXAMINATION OF FUZZY METAGRAPH BASED DATA MINING FOR INVESTIGATION ON STOCK MARKETS A.Yashwanth Reddy 1, P.Hasitha Reddy 2, Dr.D.Vasumathi 3 1 Research Scholar, Sri Satya Sai University of Technology &

More information

U.P.B. Sci. Bull., Series D, Vol. 77, Iss. 2, 2015 ISSN

U.P.B. Sci. Bull., Series D, Vol. 77, Iss. 2, 2015 ISSN U.P.B. Sci. Bull., Series D, Vol. 77, Iss. 2, 2015 ISSN 1454-2358 A DETERMINISTIC INVENTORY MODEL WITH WEIBULL DETERIORATION RATE UNDER TRADE CREDIT PERIOD IN DEMAND DECLINING MARKET AND ALLOWABLE SHORTAGE

More information

Adaptive Neuro-Fuzzy Inference System for Mortgage Loan Risk Assessment

Adaptive Neuro-Fuzzy Inference System for Mortgage Loan Risk Assessment International Journal of Intelligent Information Systems 2016; 5(1): 17-24 Published online February 19, 2016 (http://www.sciencepublishinggroup.com/j/ijiis) doi: 10.11648/j.ijiis.20160501.13 ISSN: 2328-7675

More information

Prediction of Stock Closing Price by Hybrid Deep Neural Network

Prediction of Stock Closing Price by Hybrid Deep Neural Network Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2018, 5(4): 282-287 Research Article ISSN: 2394-658X Prediction of Stock Closing Price by Hybrid Deep Neural Network

More information

Performance analysis of Neural Network Algorithms on Stock Market Forecasting

Performance analysis of Neural Network Algorithms on Stock Market Forecasting www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 3 Issue 9 September, 2014 Page No. 8347-8351 Performance analysis of Neural Network Algorithms on Stock Market

More information

Stock Market Prediction with Various Technical Indicators Using Neural Network Techniques

Stock Market Prediction with Various Technical Indicators Using Neural Network Techniques Stock Market Prediction with Various Technical Indicators Using Neural Network Techniques Richa Handa 1, H.S. Hota 2, S.R. Tandan 3 1 M.Tech Scholar, Dr. C.V. Raman University, Bilaspur(C.G.), India 2

More information

A Dynamic Hedging Strategy for Option Transaction Using Artificial Neural Networks

A Dynamic Hedging Strategy for Option Transaction Using Artificial Neural Networks A Dynamic Hedging Strategy for Option Transaction Using Artificial Neural Networks Hyun Joon Shin and Jaepil Ryu Dept. of Management Eng. Sangmyung University {hjshin, jpru}@smu.ac.kr Abstract In order

More information

The Fuzzy-Bayes Decision Rule

The Fuzzy-Bayes Decision Rule Academic Web Journal of Business Management Volume 1 issue 1 pp 001-006 December, 2016 2016 Accepted 18 th November, 2016 Research paper The Fuzzy-Bayes Decision Rule Houju Hori Jr. and Yukio Matsumoto

More information

Prediction of Fine in Accidents using Fuzzy Rule Based Model

Prediction of Fine in Accidents using Fuzzy Rule Based Model Prediction of Fine in Accidents using Fuzzy Rule Based Model Jaya Pal 1, Vandana Bhattacherjee 2 1,2 Department of Computer Science & Engg., Birla Institute of Technology, Ranchi, India 1 jayapal@bitmesra.ac.in

More information

Path Loss Prediction in Wireless Communication System using Fuzzy Logic

Path Loss Prediction in Wireless Communication System using Fuzzy Logic Indian Journal of Science and Technology, Vol 7(5), 64 647, May 014 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Path Loss Prediction in Wireless Communication System using Fuzzy Logic Sanu Mathew

More information

Fuzzy and Neuro-Symbolic Approaches to Assessment of Bank Loan Applicants

Fuzzy and Neuro-Symbolic Approaches to Assessment of Bank Loan Applicants Fuzzy and Neuro-Symbolic Approaches to Assessment of Bank Loan Applicants Ioannis Hatzilygeroudis a, Jim Prentzas b a University of Patras, School of Engineering Department of Computer Engineering & Informatics

More information

TRADINNOVA-FUZ: FUZZY PORTFOLIO INVESTMENT Dynamic Stock Portfolio Decision-making Assistance Model based on a Fuzzy Inference System

TRADINNOVA-FUZ: FUZZY PORTFOLIO INVESTMENT Dynamic Stock Portfolio Decision-making Assistance Model based on a Fuzzy Inference System TRADINNOVA-FUZ: FUZZY PORTFOLIO INVESTMENT Dynamic Stock Portfolio Decision-making Assistance Model based on a Fuzzy Inference System Isidoro J. Casanova Department of Informatics and Systems, University

More information

Fuzzy Inference Modeling Methodology for the Simulation of Population Growth

Fuzzy Inference Modeling Methodology for the Simulation of Population Growth The International Arab Journal of Information Technology, Vol. 2, No. 1, January 2005 75 Fuzzy Inference Modeling Methodology for the Simulation of Population Growth Hassan Diab and Jean Saade Department

More information

Decision Analysis. Carlos A. Santos Silva June 5 th, 2009

Decision Analysis. Carlos A. Santos Silva June 5 th, 2009 Decision Analysis Carlos A. Santos Silva June 5 th, 2009 What is decision analysis? Often, there is more than one possible solution: Decision depends on the criteria Decision often must be made in uncertain

More information

Ranking and selection (R&S) with multiple performance measures using incomplete preference information

Ranking and selection (R&S) with multiple performance measures using incomplete preference information Ranking and selection (R&S) with multiple performance measures using incomplete Ville Mattila and Kai Virtanen (ville.a.mattila@aalto.fi) Systems Analysis Laboratory Aalto University School of Science

More information

Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing

Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing Prof. Chuan-Ju Wang Department of Computer Science University of Taipei Joint work with Prof. Ming-Yang Kao March 28, 2014

More information

Research Article Portfolio Optimization of Equity Mutual Funds Malaysian Case Study

Research Article Portfolio Optimization of Equity Mutual Funds Malaysian Case Study Fuzzy Systems Volume 2010, Article ID 879453, 7 pages doi:10.1155/2010/879453 Research Article Portfolio Optimization of Equity Mutual Funds Malaysian Case Study Adem Kılıçman 1 and Jaisree Sivalingam

More information

OPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODEL

OPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODEL OPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODEL Mrs.S.Mahalakshmi 1 and Mr.Vignesh P 2 1 Assistant Professor, Department of ISE, BMSIT&M, Bengaluru, India 2 Student,Department of ISE, BMSIT&M, Bengaluru,

More information

ENSE623 Verification and Validation

ENSE623 Verification and Validation DMS-COP Decision Making for Constructing Optimum Portfolio ENSE623 and Validation November 28, 2006 By: Ali Pilehvar Suman Sampath Agenda Problem Statement Ideal Solution Boundary Use case Analysis Class

More information

Cost Overrun Assessment Model in Fuzzy Environment

Cost Overrun Assessment Model in Fuzzy Environment American Journal of Engineering Research (AJER) e-issn : 2320-0847 p-issn : 2320-0936 Volume-03, Issue-07, pp-44-53 www.ajer.org Research Paper Open Access Cost Overrun Assessment Model in Fuzzy Environment

More information

Math Models of OR: More on Equipment Replacement

Math Models of OR: More on Equipment Replacement Math Models of OR: More on Equipment Replacement John E. Mitchell Department of Mathematical Sciences RPI, Troy, NY 12180 USA December 2018 Mitchell More on Equipment Replacement 1 / 9 Equipment replacement

More information

UNIVERSITY OF MARYLAND COLLEGE PARK

UNIVERSITY OF MARYLAND COLLEGE PARK UNIVERSITY OF MARYLAND COLLEGE PARK ENSE 623 VALIDATION AND VERIFICATION PROFESSOR MARK A. AUSTIN STUDENTS ALI PILEHVAR SUMAN SAMPATH Tuesday, December 12, 2006-1- Contents 1-Introduction 1-1 Problem statement.1

More information

Black-Scholes and Game Theory. Tushar Vaidya ESD

Black-Scholes and Game Theory. Tushar Vaidya ESD Black-Scholes and Game Theory Tushar Vaidya ESD Sequential game Two players: Nature and Investor Nature acts as an adversary, reveals state of the world S t Investor acts by action a t Investor incurs

More information

Forecasting stock market return using ANFIS: the case of Tehran Stock Exchange

Forecasting stock market return using ANFIS: the case of Tehran Stock Exchange Available online at http://www.ijashss.com International Journal of Advanced Studies in Humanities and Social Science Volume 1, Issue 5, 2013: 452-459 Forecasting stock market return using ANFIS: the case

More information

Price Pattern Detection using Finite State Machines with Fuzzy Transitions

Price Pattern Detection using Finite State Machines with Fuzzy Transitions Price Pattern Detection using Finite State Machines with Fuzzy Transitions Kraimon Maneesilp Science and Technology Faculty Rajamangala University of Technology Thanyaburi Pathumthani, Thailand e-mail:

More information

Fuzzy Rule based Expert System for Evaluating Defaulter Risk in Banking Sector

Fuzzy Rule based Expert System for Evaluating Defaulter Risk in Banking Sector Indian Journal of Science and Technology, Vol 9(28), DOI: 10.17485/ijst/2016/v9i28/98395, July 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Fuzzy Rule based Expert System for Evaluating Defaulter

More information

A MATHEMATICAL PROGRAMMING APPROACH TO ANALYZE THE ACTIVITY-BASED COSTING PRODUCT-MIX DECISION WITH CAPACITY EXPANSIONS

A MATHEMATICAL PROGRAMMING APPROACH TO ANALYZE THE ACTIVITY-BASED COSTING PRODUCT-MIX DECISION WITH CAPACITY EXPANSIONS A MATHEMATICAL PROGRAMMING APPROACH TO ANALYZE THE ACTIVITY-BASED COSTING PRODUCT-MIX DECISION WITH CAPACITY EXPANSIONS Wen-Hsien Tsai and Thomas W. Lin ABSTRACT In recent years, Activity-Based Costing

More information

DM559/DM545 Linear and integer programming

DM559/DM545 Linear and integer programming Department of Mathematics and Computer Science University of Southern Denmark, Odense May 22, 2018 Marco Chiarandini DM559/DM55 Linear and integer programming Sheet, Spring 2018 [pdf format] Contains Solutions!

More information

A New Approach to Solve an Extended Portfolio Selection Problem

A New Approach to Solve an Extended Portfolio Selection Problem Proceedings of the 2012 International Conference on Industrial Engineering and Operations Management Istanbul, Turkey, July 3 6, 2012 A New Approach to Solve an Extended Portfolio Selection Problem Mohammad

More information

Risk Management for Chemical Supply Chain Planning under Uncertainty

Risk Management for Chemical Supply Chain Planning under Uncertainty for Chemical Supply Chain Planning under Uncertainty Fengqi You and Ignacio E. Grossmann Dept. of Chemical Engineering, Carnegie Mellon University John M. Wassick The Dow Chemical Company Introduction

More information

Optimal Dam Management

Optimal Dam Management Optimal Dam Management Michel De Lara et Vincent Leclère July 3, 2012 Contents 1 Problem statement 1 1.1 Dam dynamics.................................. 2 1.2 Intertemporal payoff criterion..........................

More information

Essays on Some Combinatorial Optimization Problems with Interval Data

Essays on Some Combinatorial Optimization Problems with Interval Data Essays on Some Combinatorial Optimization Problems with Interval Data a thesis submitted to the department of industrial engineering and the institute of engineering and sciences of bilkent university

More information

Robust Dual Dynamic Programming

Robust Dual Dynamic Programming 1 / 18 Robust Dual Dynamic Programming Angelos Georghiou, Angelos Tsoukalas, Wolfram Wiesemann American University of Beirut Olayan School of Business 31 May 217 2 / 18 Inspired by SDDP Stochastic optimization

More information

Making Financial Trading by Recurrent Reinforcement Learning

Making Financial Trading by Recurrent Reinforcement Learning Making Financial Trading by Recurrent Reinforcement Learning Francesco Bertoluzzo 1 and Marco Corazza 2, 3 1 University of Padua, Department of Statistics, Via Cesare Battisti 241/243, 35121 Padua, Italy

More information

Design of a Financial Application Driven Multivariate Gaussian Random Number Generator for an FPGA

Design of a Financial Application Driven Multivariate Gaussian Random Number Generator for an FPGA Design of a Financial Application Driven Multivariate Gaussian Random Number Generator for an FPGA Chalermpol Saiprasert, Christos-Savvas Bouganis and George A. Constantinides Department of Electrical

More information

Futures Trading Signal using an Adaptive Algorithm Technical Analysis Indicator, Adjustable Moving Average'

Futures Trading Signal using an Adaptive Algorithm Technical Analysis Indicator, Adjustable Moving Average' Futures Trading Signal using an Adaptive Algorithm Technical Analysis Indicator, Adjustable Moving Average' An Empirical Study on Malaysian Futures Markets Jacinta Chan Phooi M'ng and Rozaimah Zainudin

More information

Optimization of Fuzzy Production and Financial Investment Planning Problems

Optimization of Fuzzy Production and Financial Investment Planning Problems Journal of Uncertain Systems Vol.8, No.2, pp.101-108, 2014 Online at: www.jus.org.uk Optimization of Fuzzy Production and Financial Investment Planning Problems Man Xu College of Mathematics & Computer

More information

Step 2: Determine the objective and write an expression for it that is linear in the decision variables.

Step 2: Determine the objective and write an expression for it that is linear in the decision variables. Portfolio Modeling Using LPs LP Modeling Technique Step 1: Determine the decision variables and label them. The decision variables are those variables whose values must be determined in order to execute

More information

Key Knowledge Generation Publication details, including instructions for author and Subscription information:

Key Knowledge Generation Publication details, including instructions for author and Subscription information: This article was downloaded by: Publisher: KKG Publications Registered office: 18, Jalan Kenanga SD 9/7 Bandar Sri Damansara, 52200 Malaysia Key Knowledge Generation Publication details, including instructions

More information

Scibay Journal ofmathematics Vol. 2 (2) A study on benefits of globalization of business using fuzzy cognitive maps

Scibay Journal ofmathematics Vol. 2 (2) A study on benefits of globalization of business using fuzzy cognitive maps Scibay Journal ofmathematics Vol. 2 (2) 27- -5 A study on benefits of globalization of business using fuzzy cognitive maps N.Vijayaraghavan, S.Narasimhan and M.Baskar Mathematics Division, Department of

More information

Risk-Return Optimization of the Bank Portfolio

Risk-Return Optimization of the Bank Portfolio Risk-Return Optimization of the Bank Portfolio Ursula Theiler Risk Training, Carl-Zeiss-Str. 11, D-83052 Bruckmuehl, Germany, mailto:theiler@risk-training.org. Abstract In an intensifying competition banks

More information

Optimum Allocation of Resources in University Management through Goal Programming

Optimum Allocation of Resources in University Management through Goal Programming Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 12, Number 4 (2016), pp. 2777 2784 Research India Publications http://www.ripublication.com/gjpam.htm Optimum Allocation of Resources

More information

Chapter 2.3. Technical Indicators

Chapter 2.3. Technical Indicators 1 Chapter 2.3 Technical Indicators 0 TECHNICAL ANALYSIS: TECHNICAL INDICATORS Charts always have a story to tell. However, sometimes those charts may be speaking a language you do not understand and you

More information

TESTING EMA INDICATOR FOR THE CURRENCY PAIR EUR / USD

TESTING EMA INDICATOR FOR THE CURRENCY PAIR EUR / USD DOI: 10.1515/ijek-2017-0003 TESTING EMA INDICATOR FOR THE CURRENCY PAIR EUR / USD Andrea KOLKOVÁ 1 College of Entrepreneurship and Law, Prague, Czech Republic ABSTRAKT The aim of this paper is to verify

More information

Chapter 2.3. Technical Analysis: Technical Indicators

Chapter 2.3. Technical Analysis: Technical Indicators Chapter 2.3 Technical Analysis: Technical Indicators 0 TECHNICAL ANALYSIS: TECHNICAL INDICATORS Charts always have a story to tell. However, from time to time those charts may be speaking a language you

More information

Multi-armed bandit problems

Multi-armed bandit problems Multi-armed bandit problems Stochastic Decision Theory (2WB12) Arnoud den Boer 13 March 2013 Set-up 13 and 14 March: Lectures. 20 and 21 March: Paper presentations (Four groups, 45 min per group). Before

More information

Solution of Black-Scholes Equation on Barrier Option

Solution of Black-Scholes Equation on Barrier Option Journal of Informatics and Mathematical Sciences Vol. 9, No. 3, pp. 775 780, 2017 ISSN 0975-5748 (online); 0974-875X (print) Published by RGN Publications http://www.rgnpublications.com Proceedings of

More information

FUZZY FAILURE RISK ANALYSIS IN DRINKING WATER TECHNICAL SYSTEM ABSTRACT

FUZZY FAILURE RISK ANALYSIS IN DRINKING WATER TECHNICAL SYSTEM ABSTRACT FUZZY FAILURE RISK ANALYSIS IN DRINKING WATER TECHNICAL SYSTEM B. Tchórzewska-Cieślak Rzeszow University of Technology, Rzeszow, Poland e-mail: cbarbara@prz.rzeszow.pl ABSTRACT Drinking water technical

More information

A Comparative Study of Various Forecasting Techniques in Predicting. BSE S&P Sensex

A Comparative Study of Various Forecasting Techniques in Predicting. BSE S&P Sensex NavaJyoti, International Journal of Multi-Disciplinary Research Volume 1, Issue 1, August 2016 A Comparative Study of Various Forecasting Techniques in Predicting BSE S&P Sensex Dr. Jahnavi M 1 Assistant

More information

Game-Theoretic Risk Analysis in Decision-Theoretic Rough Sets

Game-Theoretic Risk Analysis in Decision-Theoretic Rough Sets Game-Theoretic Risk Analysis in Decision-Theoretic Rough Sets Joseph P. Herbert JingTao Yao Department of Computer Science, University of Regina Regina, Saskatchewan, Canada S4S 0A2 E-mail: [herbertj,jtyao]@cs.uregina.ca

More information

Importance Sampling for Fair Policy Selection

Importance Sampling for Fair Policy Selection Importance Sampling for Fair Policy Selection Shayan Doroudi Carnegie Mellon University Pittsburgh, PA 15213 shayand@cs.cmu.edu Philip S. Thomas Carnegie Mellon University Pittsburgh, PA 15213 philipt@cs.cmu.edu

More information

A FORECASTING OF INDICES AND CORRESPONDING INVESTMENT DECISION MAKING APPLICATION. Pretesh Bhoola Patel.

A FORECASTING OF INDICES AND CORRESPONDING INVESTMENT DECISION MAKING APPLICATION. Pretesh Bhoola Patel. A FORECASTING OF INDICES AND CORRESPONDING INVESTMENT DECISION MAKING APPLICATION. Pretesh Bhoola Patel. A Dissertation submitted to the Faculty of Engineering and the Built Environment, University of

More information

Reinforcement Learning (1): Discrete MDP, Value Iteration, Policy Iteration

Reinforcement Learning (1): Discrete MDP, Value Iteration, Policy Iteration Reinforcement Learning (1): Discrete MDP, Value Iteration, Policy Iteration Piyush Rai CS5350/6350: Machine Learning November 29, 2011 Reinforcement Learning Supervised Learning: Uses explicit supervision

More information

Reinforcement Learning (1): Discrete MDP, Value Iteration, Policy Iteration

Reinforcement Learning (1): Discrete MDP, Value Iteration, Policy Iteration Reinforcement Learning (1): Discrete MDP, Value Iteration, Policy Iteration Piyush Rai CS5350/6350: Machine Learning November 29, 2011 Reinforcement Learning Supervised Learning: Uses explicit supervision

More information

Economic optimization in Model Predictive Control

Economic optimization in Model Predictive Control Economic optimization in Model Predictive Control Rishi Amrit Department of Chemical and Biological Engineering University of Wisconsin-Madison 29 th February, 2008 Rishi Amrit (UW-Madison) Economic Optimization

More information

arxiv: v1 [q-fin.ec] 18 Oct 2016

arxiv: v1 [q-fin.ec] 18 Oct 2016 arxiv:1610.05703v1 [q-fin.ec] 18 Oct 016 Two Approaches to Modeling the Interaction of Small and Medium Price-Taking Traders with a Stock Exchange by Mathematical Programming Techniques Alexander S. Belenky,

More information

A Hybrid Expert System for IT Security Risk Assessment

A Hybrid Expert System for IT Security Risk Assessment A Hybrid Expert System for IT Security Risk Assessment Andrew L.S. Gordon, Ivan Belik, Shahram Rahimi 1, Department of Computer Science, Mailcode 4511 Southern Illinois University, Carbondale, IL, USA

More information

Confidence Intervals for the Median and Other Percentiles

Confidence Intervals for the Median and Other Percentiles Confidence Intervals for the Median and Other Percentiles Authored by: Sarah Burke, Ph.D. 12 December 2016 Revised 22 October 2018 The goal of the STAT COE is to assist in developing rigorous, defensible

More information

Modelling catastrophic risk in international equity markets: An extreme value approach. JOHN COTTER University College Dublin

Modelling catastrophic risk in international equity markets: An extreme value approach. JOHN COTTER University College Dublin Modelling catastrophic risk in international equity markets: An extreme value approach JOHN COTTER University College Dublin Abstract: This letter uses the Block Maxima Extreme Value approach to quantify

More information

1. Introduction 2. Model Formulation 3. Solution Approach 4. Case Study and Findings 5. On-going Research

1. Introduction 2. Model Formulation 3. Solution Approach 4. Case Study and Findings 5. On-going Research 1. Introduction 2. Model Formulation 3. Solution Approach 4. Case Study and Findings 5. On-going Research Natural disasters have caused: Huge amount of economical loss Fatal injuries Through effective

More information

Academic Research Review. Algorithmic Trading using Neural Networks

Academic Research Review. Algorithmic Trading using Neural Networks Academic Research Review Algorithmic Trading using Neural Networks EXECUTIVE SUMMARY In this paper, we attempt to use a neural network to predict opening prices of a set of equities which is then fed into

More information

A MONETARY POLICY RULE BASED ON FUZZY CONTROL IN AN INFLATION TARGETING FRAMEWORK

A MONETARY POLICY RULE BASED ON FUZZY CONTROL IN AN INFLATION TARGETING FRAMEWORK A MONETARY POLICY RULE BASED ON FUZZY CONTROL IN AN INFLATION TARGETING FRAMEWORK Jaromír Kukal, Tran Van Quang* Abstract Today infl ation targeting regime is often used to conduct monetary policy in most

More information

An enhanced artificial neural network for stock price predications

An enhanced artificial neural network for stock price predications An enhanced artificial neural network for stock price predications Jiaxin MA Silin HUANG School of Engineering, The Hong Kong University of Science and Technology, Hong Kong SAR S. H. KWOK HKUST Business

More information

Game Theory. Lecture Notes By Y. Narahari. Department of Computer Science and Automation Indian Institute of Science Bangalore, India October 2012

Game Theory. Lecture Notes By Y. Narahari. Department of Computer Science and Automation Indian Institute of Science Bangalore, India October 2012 Game Theory Lecture Notes By Y. Narahari Department of Computer Science and Automation Indian Institute of Science Bangalore, India October 22 COOPERATIVE GAME THEORY Correlated Strategies and Correlated

More information

A Hybrid Method for Credit Risk Assessment of Bank Customers

A Hybrid Method for Credit Risk Assessment of Bank Customers A Hybrid Method for Credit Risk Assessment of Bank Customers Sanaz Pourdarab, Ahmad Nadali and Hamid Eslami Nosratabadi Abstract Credit risk assessment is one of the crucial issues which financial institutions

More information

An Improved Approach for Business & Market Intelligence using Artificial Neural Network

An Improved Approach for Business & Market Intelligence using Artificial Neural Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

A NEURAL FUZZY SYSTEM APPROACH TO ASSESSING THE RISK OF EARNINGS RESTATEMENTS

A NEURAL FUZZY SYSTEM APPROACH TO ASSESSING THE RISK OF EARNINGS RESTATEMENTS A NEURAL FUZZY SYSTEM APPROACH TO ASSESSING THE RISK OF EARNINGS RESTATEMENTS Jerry W. Lin, Accounting Department, University of Minnesota Duluth, jlin@d.umn.edu Mark I. Hwang, BIS Department, Central

More information

Traditional Optimization is Not Optimal for Leverage-Averse Investors

Traditional Optimization is Not Optimal for Leverage-Averse Investors Posted SSRN 10/1/2013 Traditional Optimization is Not Optimal for Leverage-Averse Investors Bruce I. Jacobs and Kenneth N. Levy forthcoming The Journal of Portfolio Management, Winter 2014 Bruce I. Jacobs

More information

User-tailored fuzzy relations between intervals

User-tailored fuzzy relations between intervals User-tailored fuzzy relations between intervals Dorota Kuchta Institute of Industrial Engineering and Management Wroclaw University of Technology ul. Smoluchowskiego 5 e-mail: Dorota.Kuchta@pwr.wroc.pl

More information

17 MAKING COMPLEX DECISIONS

17 MAKING COMPLEX DECISIONS 267 17 MAKING COMPLEX DECISIONS The agent s utility now depends on a sequence of decisions In the following 4 3grid environment the agent makes a decision to move (U, R, D, L) at each time step When the

More information

Algorithmic Trading using Sentiment Analysis and Reinforcement Learning Simerjot Kaur (SUNetID: sk3391 and TeamID: 035)

Algorithmic Trading using Sentiment Analysis and Reinforcement Learning Simerjot Kaur (SUNetID: sk3391 and TeamID: 035) Algorithmic Trading using Sentiment Analysis and Reinforcement Learning Simerjot Kaur (SUNetID: sk3391 and TeamID: 035) Abstract This work presents a novel algorithmic trading system based on reinforcement

More information

CHAPTER V TIME SERIES IN DATA MINING

CHAPTER V TIME SERIES IN DATA MINING CHAPTER V TIME SERIES IN DATA MINING 5.1 INTRODUCTION The Time series data mining (TSDM) framework is fundamental contribution to the fields of time series analysis and data mining in the recent past.

More information

Value of Dynamic Financial Analysis for Insurance Companies.

Value of Dynamic Financial Analysis for Insurance Companies. Value of Dynamic Financial Analysis for Insurance Companies www.ultirisk.com Main Applications of DFA 1. Ceded Reinsurance Evaluation and Optimisation 2. Risk-Adjusted Capital Allocation and Pricing 3.

More information

Tests for Two ROC Curves

Tests for Two ROC Curves Chapter 65 Tests for Two ROC Curves Introduction Receiver operating characteristic (ROC) curves are used to summarize the accuracy of diagnostic tests. The technique is used when a criterion variable is

More information

Supporting Islamic Insurance New Hire Training Using Fuzzy Rules

Supporting Islamic Insurance New Hire Training Using Fuzzy Rules IBIMA Publishing Journal of Software & Systems Development http://www.ibimapublishing.com/journals/jssd/jssd.html Vol. 2013 (2013), Article ID 420480, 11 pages DOI: 10.5171/2013.420480 Research Article

More information

Stock Trading Following Stock Price Index Movement Classification Using Machine Learning Techniques

Stock Trading Following Stock Price Index Movement Classification Using Machine Learning Techniques Stock Trading Following Stock Price Index Movement Classification Using Machine Learning Techniques 6.1 Introduction Trading in stock market is one of the most popular channels of financial investments.

More information

Research Article Fuzzy Portfolio Selection Problem with Different Borrowing and Lending Rates

Research Article Fuzzy Portfolio Selection Problem with Different Borrowing and Lending Rates Mathematical Problems in Engineering Volume 011, Article ID 6340, 15 pages doi:10.1155/011/6340 Research Article Fuzzy Portfolio Selection Problem with Different Borrowing and Lending Rates Wei Chen, Yiping

More information

The Yield Envelope: Price Ranges for Fixed Income Products

The Yield Envelope: Price Ranges for Fixed Income Products The Yield Envelope: Price Ranges for Fixed Income Products by David Epstein (LINK:www.maths.ox.ac.uk/users/epstein) Mathematical Institute (LINK:www.maths.ox.ac.uk) Oxford Paul Wilmott (LINK:www.oxfordfinancial.co.uk/pw)

More information

Algorithmic Trading using Reinforcement Learning augmented with Hidden Markov Model

Algorithmic Trading using Reinforcement Learning augmented with Hidden Markov Model Algorithmic Trading using Reinforcement Learning augmented with Hidden Markov Model Simerjot Kaur (sk3391) Stanford University Abstract This work presents a novel algorithmic trading system based on reinforcement

More information

Overnight Index Rate: Model, calibration and simulation

Overnight Index Rate: Model, calibration and simulation Research Article Overnight Index Rate: Model, calibration and simulation Olga Yashkir and Yuri Yashkir Cogent Economics & Finance (2014), 2: 936955 Page 1 of 11 Research Article Overnight Index Rate: Model,

More information

Enhancing Insurer Value Via Reinsurance Optimization

Enhancing Insurer Value Via Reinsurance Optimization Enhancing Insurer Value Via Reinsurance Optimization Actuarial Research Symposium 2004 @UNSW Yuriy Krvavych and Michael Sherris University of New South Wales Sydney, AUSTRALIA Actuarial Research Symposium

More information

Process Network Solution of Extended CPM Problems with Alternatives

Process Network Solution of Extended CPM Problems with Alternatives Process Network Solution of Extended CPM Problems with Alternatives Nándor Vincze 1, Zsolt Ercsey 2, Tamás Kovács 3, József Tick 4, Zoltán Kovács 5 1 Department of Applied Informatics, Faculty of Education,

More information

Value-at-Risk Based Portfolio Management in Electric Power Sector

Value-at-Risk Based Portfolio Management in Electric Power Sector Value-at-Risk Based Portfolio Management in Electric Power Sector Ran SHI, Jin ZHONG Department of Electrical and Electronic Engineering University of Hong Kong, HKSAR, China ABSTRACT In the deregulated

More information

A_A0008: FUZZY MODELLING APPROACH FOR PREDICTING GOLD PRICE BASED ON RATE OF RETURN

A_A0008: FUZZY MODELLING APPROACH FOR PREDICTING GOLD PRICE BASED ON RATE OF RETURN Section A - Mathematics / Statistics / Computer Science 13 A_A0008: FUZZY MODELLING APPROACH FOR PREDICTING GOLD PRICE BASED ON RATE OF RETURN Piyathida Towwun,* Watcharin Klongdee Risk and Insurance Research

More information

Prediction of Future Stock Close Price using Proposed Hybrid ANN Model of Functional Link Fuzzy Logic Neural Model

Prediction of Future Stock Close Price using Proposed Hybrid ANN Model of Functional Link Fuzzy Logic Neural Model Institute of Advanced Engineering and Science IAES International Journal of Artificial Intelligence (IJ-AI) Vol. 1, No. 1, March 2012, pp. 25~30 ISSN: 2252-8938 25 Prediction of Future Stock Close Price

More information

The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index

The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index Soleh Ardiansyah 1, Mazlina Abdul Majid 2, JasniMohamad Zain 2 Faculty of Computer System and Software

More information

Investigations on Factors Influencing the Operational Benefit of Stochastic Optimization in Generation and Trading Planning

Investigations on Factors Influencing the Operational Benefit of Stochastic Optimization in Generation and Trading Planning Investigations on Factors Influencing the Operational Benefit of Stochastic Optimization in Generation and Trading Planning Introduction Stochastic Optimization Model Exemplary Investigations Summary Dipl.-Ing.

More information

Zero Intelligence Plus and Gjerstad-Dickhaut Agents for Sealed Bid Auctions

Zero Intelligence Plus and Gjerstad-Dickhaut Agents for Sealed Bid Auctions Zero Intelligence Plus and Gjerstad-Dickhaut Agents for Sealed Bid Auctions A. J. Bagnall and I. E. Toft School of Computing Sciences University of East Anglia Norwich England NR4 7TJ {ajb,it}@cmp.uea.ac.uk

More information

Stock Repurchase with an Adaptive Reservation Price: A Study of the Greedy Policy

Stock Repurchase with an Adaptive Reservation Price: A Study of the Greedy Policy Stock Repurchase with an Adaptive Reservation Price: A Study of the Greedy Policy Ye Lu Asuman Ozdaglar David Simchi-Levi November 8, 200 Abstract. We consider the problem of stock repurchase over a finite

More information

Project Selection using Decision Support Optimization Tools. December 14, 2008

Project Selection using Decision Support Optimization Tools. December 14, 2008 Project Selection using Decision Support Optimization Tools Eric D. Brown Aligning Technology, Strategy, People & Projects http://ericbrown.com December 14, 2008 Page 1 Copyright 2008 Eric D. Brown Project

More information

Elif Özge Özdamar T Reinforcement Learning - Theory and Applications February 14, 2006

Elif Özge Özdamar T Reinforcement Learning - Theory and Applications February 14, 2006 On the convergence of Q-learning Elif Özge Özdamar elif.ozdamar@helsinki.fi T-61.6020 Reinforcement Learning - Theory and Applications February 14, 2006 the covergence of stochastic iterative algorithms

More information

Jessie Jumpshot. Creating Value with Contingent Contracts

Jessie Jumpshot. Creating Value with Contingent Contracts Jessie Jumpshot Creating Value with Contingent Contracts 1 BATNAS and Reservation Prices Jessie must get a TOTAL DEAL in expected monetary value at or in excess of alternative deal worth $2.1 M Salary

More information

Predicting the Success of a Retirement Plan Based on Early Performance of Investments

Predicting the Success of a Retirement Plan Based on Early Performance of Investments Predicting the Success of a Retirement Plan Based on Early Performance of Investments CS229 Autumn 2010 Final Project Darrell Cain, AJ Minich Abstract Using historical data on the stock market, it is possible

More information

Credit risk early warning system using fuzzy expert systems

Credit risk early warning system using fuzzy expert systems Central European Conference on Information and Intelligent Systems, 2014 Credit risk early warning system using fuzzy expert systems Igor Kaluđer" Goran Klepac, PhD Context Recent financial crisis revealed

More information

Testing Weak Form Efficiency on the TSX. Stock Exchange

Testing Weak Form Efficiency on the TSX. Stock Exchange Testing Weak Form Efficiency on the Toronto Stock Exchange V. Alexeev F. Tapon Department of Economics University of Guelph, Canada 15th International Conference Computing in Economics and Finance, Sydney

More information

OPTIMAL PORTFOLIO CONTROL WITH TRADING STRATEGIES OF FINITE

OPTIMAL PORTFOLIO CONTROL WITH TRADING STRATEGIES OF FINITE Proceedings of the 44th IEEE Conference on Decision and Control, and the European Control Conference 005 Seville, Spain, December 1-15, 005 WeA11.6 OPTIMAL PORTFOLIO CONTROL WITH TRADING STRATEGIES OF

More information

Markov Decision Processes

Markov Decision Processes Markov Decision Processes Robert Platt Northeastern University Some images and slides are used from: 1. CS188 UC Berkeley 2. AIMA 3. Chris Amato Stochastic domains So far, we have studied search Can use

More information