Tuesday, December 31, 2019

Stock trading using computational intelligence - Free Essay Example

Sample details Pages: 30 Words: 8973 Downloads: 3 Date added: 2017/06/26 Category Statistics Essay Did you like this example? Stock Trading using Computational Intelligence t Computational Intelligence has been widely used in recent years in many areas, such as speech recognition, image analysis, adaptive control and time series prediction. This research attempts to explore the usefulness of neural network and support vector machine in financial market. Two popular stock market indexes have been studied: Hong Kong Hang Seng Stock Index and Dow Jones Transportation Index. The performance of neural network and support vector machine are evaluated in two dimensions: error in forecasting and trading profits. Popular technical indicator, percentage price oscillator (PPO), has been selected as training input and output. Predictive models use previous 8 days PPO to forecast future 5 days PPO. Empirical results on Hong Kong Hang Seng Index show that multilayer perceptron optimized with GA (MLP-GA) trading system obtain 6.71 times of original capital from 1997-1-29 to 2007-3-8, totally 2500 trading days. While support vector regression optimized by genetic algorithms (SVR-GA) trading system generates 5.705 times of original capital during the same time horizon. In contrast, conventional non-predictive trading system only produces 2.064 times of starting equity. Buy and Hold strategy gives 1.605 times return to investors. A recent published fuzzy trading system provides 5.781 dollars as final equity for 1 dollar initial investment. Don’t waste time! Our writers will create an original "Stock trading using computational intelligence" essay for you Create order Further evaluations of two intelligent trading systems have been made. A back test using the same parameters and same assumptions on Dow Jones Transportation Index have further proved the robustness of the proposed trading systems. MLP-GA trading system provides 4.87 times of initial capital and SVR-GA trading system obtains 5.168 as final equity. These two intelligent trading systems again outperform conventional trading system, which generate 2.805 dollars for 1 dollar investment. Acknowledgements I am very grateful to my final year project supervisor, Associate professor Wang Lipo, and would like to take this opportunity to thank him for his patient and insightful guidance throughout the project. Professor Wang always offers me detailed and valuable explanations and suggestions in our discussion, and provides me useful knowledge about doing research. Not only professor Wang enlightens me in academic area, he also arranges meeting with industrial professionals for me to discuss this project. Again, I would like to express my sincere appreciation to professor Wang. Zhu Ming April, 2010. Stock Trading using Computational Intelligence List of Figures Fig 21 A multi layer neural network with L layers 13 Fig 22 Maximum-margin hyperplane and margins for a SVM trained with samples from two classes. 16 Fig 23 Genetic Algorithm flowchart, with maximum 100 generation 18 Fig 24 One point crossover 19 Fig 25 roulette-wheel selection 20 Fig 31 Dow Jones Industrial Average price, with EMA plotted. 23 Fig 32 Using single EMA 23 Fig 33 Using two EMA to make decision 24 Fig 34 A predictive trading system. 26 Fig 35 Structure of GA optimized MLP 28 Fig 41 Training performance of MLP 33 Fig 42 MSE for out of sample data 34 Fig 43 Linear regression for trained neural network 35 Fig 44 Linear regression for out of sample data 36 Fig 45 Equity curve for intelligent and conventional trading systems 37 Fig 46 Trading signal of NN+GA trading system 38 Fig 47 Trading signal of conventional trading system 39 Fig 48 MSE for GA+SVR model 41 Fig 49 Equity curve for GA+SVR trading system and conventional trading system 42 Fig 410 Comparison of 4 trading systems 43 Fig 411 Equity curves of different trading system on DJT 44 List of Tables Table 31 Settings for GA and NN 26 Table 32 Settings for GA and SVR 29 Table 41 Data distributions for training and testing neural network 32 Table 42 Total return for different prediction time horizon 34 Table 43 Trading performance comparison 42 Stock Trading using Computational Intelligence Chapter 1 Introduction 1.1 Background Analyzing stock market is one of the most important and fascinating issue as it is highly related with the profitability of investment. There are two main types of analysis in financial market: technical analysis and fundamental analysis. Fundamental analysis is based on the premise that a stock, bond, fund, commodity, or a market as a whole has an underlying intrinsic value. By analyzing the fundamental characteristics, such as assets, liabilities, income, supply or demand, values can be determined [11]. Normally fundamental analysts use a trading strategy called Buy and Hold, since they tend to buy the stocks of undervalued companies or the companies with great growth potentials. They believe that the share price would rise eventually since the company they buy is growing. Hence, they would like to keep the stocks for a relative long time. On the other hand, technical analysis believes that the markets price reflects all the relevant information, such as news and events. Thus, pric e is the only information they need to analyze. In their perspective, history will repeat itself such that we could trade for profits. Therefore, technical analysis only employs historical data to build the model for future investment. Over the past decade, Computational Intelligence has been widely used in stock trading, such as using neural networks (NN) [10]). Using computational intelligence could provide opportunities for investors to combine the information gathered from fundamental analysis and technical analysis to make trading decision. Mainly, two types of input data have been used in computational intelligence. One type, price or technical indicators, is considered as technical analysis. The other type includes macroeconomic indices and information related to a specific company, such as the interest rate and P/E ratio. Many pioneer scholars have focused on minimizing the mean square error (MSE) in price direction prediction as well as providing paper profits in trading financial market. Patel et al [10] uses hierarchical coevolutionary fuzzy system (HiCEFS) to predict a technical indicator and hence build a prudent trading strategy. Furthermore, by testing this model with real world data of Hong Kong Hang Seng Index and NOL stock in Singapore Exchange, they achieved a final return of 14.251 times of original capital on NOL stock in 2329 trading days and 5.781 times of original capital on Hang Seng Index in 2461 trading days. 1.2 Objectives and Scope The objective of this project is to explore and examine the usefulness of computational intelligence in stock trading on Hong Kong Hang Seng Index and Dow Jones Transportation Index. The intelligent trading system built on matlab could analyze the historical data and generate buy or sell signals for any given time series. The main objectives are as follows: 1. Apply intelligent trading system on Hong Kong Hang Seng index to generate buy and sell signals. The intelligent trading system could be constructed with neural networks optimized by genetic algorithm or support vector machine optimized by genetic algorithm. 2. Examine entry and exit signals generated by intelligent trading system and non-intelligent trading system. Compare the empirical trading profits between them. 3. Compare the trading performance of intelligent trading system with other researchers work, using the same data and trading rules. 4. Further validate the trading systems performance by applying the proposed system on Dow Jones Transportation Average Index, and compare the trading profits with non-intelligent trading system. 1.3 Organisations This report is organized into 5 chapters: Chapter 1 provides some background knowledge of financial market and other researchers accomplishment on using computational intelligence in financial market. It also gives a detailed project objectives and scope. Chapter 2 introduces the background knowledge for this project, such as neural network, support vector machine and genetic algorithm. Chapter 3 describes the proposed methodology of this project. It introduces the technical indicators and inputs to the intelligent trading system, the architectures of the trading system. In addition, it also provides the settings for each intelligent prediction model, as well as the data preparation for these prediction models. Chapter 4 presents the empirical results of trading Hong Kong Hang Seng Index and Dow Jones Transportation Average Index. Furthermore, it compares the results with non-intelligent trading system as well as buy and hold strategy. Chapter 5 summarizes the project and provides the future work for the project. Chapter 2 Literature Review 2.1 Artificial Neural Networks An artificial neural network (ANN) is inspired by the structure and functions of biological neural networks, and expressed using mathematical models. It consists of an interconnected group of artificial neurons and processes information using a connectionist approach to computation. In most cases an ANN is an adaptive system that changes its structure based on external or internal information that flows through the network during the learning phase. Modern neural networks are non-linear statistical data modeling tools. They are usually used to model complex relationships between inputs and outputs or to find patterns in data. Neural networks are considered as highly parallel system which could learn from the past data and would be able to apply the knowledge learned to new data. 2.1.1 Multilayer Perceptron Neural Networks There are varies of ANN structures, multilayer perceptron neural networks (MLP) is one of them. It is a feed-forward network has a layered structure. Each layer consists of units which receive their input from units from a layer directly below and send their output to units in a layer directly above the unit. There are no connections within a layer Fig 21. The inputs are fed into the first layer and each input is associated with a weight. The first layer outputs are considered as second layers input and eventually calculated the final output. The activation function for each layer is described as: in which Information in MLP networks only move in the forward direction, from the input nodes through the hidden layers and to the output layer. There are also no loops in a MLP network. Fig 21 A multi layer neural network with L layers 2.1.2 Back Propagation Back propagation is a common method of teaching artificial neural networks how to perform a given task. It was first described by Arthur E. Bryson and Yu-Chi Ho in 1969,[14]. Back propagation is a supervised learning method, and is an implementation of the Delta rule. It requires a teacher that knows, or can calculate, the desired output for any given input. In another word, it has to be provided with desired output in order to calculate the errors. The errors propagate backwards from the output nodes to the inner nodes and from the inner nodes to input nodes. Hence back propagation is a method to calculate the gradient of the error for the network with respect to the networks modifiable weights, either in input layer or in hidden layer. In short, back propagation algorithm could be describe as below. Summary of the backpropagation technique: 1. Present a training sample to the neural network. 2. Compare the networks output to the desired output from that sample. Calculate the error in each output neuron. 3. For each neuron, calculate what the output should have been, and a scaling factor, how much lower or higher the output must be adjusted to match the desired output. This is the local error. 4. Adjust the weights of each neuron to lower the local error. 5. Assign blame for the local error to neurons at the previous level, giving greater responsibility to neurons connected by stronger weights. 6. Repeat from step 3 on the neurons at the previous level, using each ones blame as its error. 2.1.3 Levenberg-Marquardt Algorithm Levenberg-Marquardt Algorithm is used for training the neural network. It could be used to modify the ANNs weights of each layer. The Levenberg-Marquardt Algorithm interpolates between the Gauss-Newton algorithm and the method of gradient descent. It is more robust than the Gauss-Newton algorithm, which means that in many cases it finds a solution even if it starts very far off the final minimum. On the other hand, for well-behaved functions and reasonable starting parameters, the Levenberg-Marquardt Algorithm tends to be a bit slower than the Gauss-Newton algorithm. Levenberg-Marquardt Algorithm could be expressed as [15] 2.2 Support Vector Machine Support Vector Machine (SVM) is a relatively new learning method developed from statistical learning theory. Compared with traditional statistics, statistical learning theory does not assume infinite samples, but rather focused on estimations utilizing small samples. The basic idea of support vector machine is to find a hyperplane which separates the d-dimensional data perfectly into its two classes. Support Vector Machine is a supervised learning method which could map the input space to output space Fig 22. Given that a training set (), i = 1, the support vector machine requires the minimum value of following formula [17]. Fig 22 Maximum-margin hyperplane and margins for a SVM trained with samples from two classes. 2.2.1 Support Vector Regression Support Vector Machine used in regression was proposed in 1996 by Vladimir Vapnik, Harris Drucker, Chris Burges, Linda Kaufman and Alex Smola [18], which is called support vector regression (SVR). The model produced by support vector machine used in solving classification problems depends only on a subset of the training data or called support vectors, because the cost function for building the model does not care about training points that lie beyond the margin. Similarly, the model produced by SVR depends only on a subset of the training data, because the cost function for building the model ignores any training data close to the model prediction. Given a training set (), i = 1, the target of SVR is to find a linear function that could minimize the discrepancy between the desired output and predicted output. The optimal regression function is the same with SVM. There are several kernel functions commonly used in SVR, which includes liner, polynomial, radial basis function and sigmoid kernel function. Their respective formula is as below [23]: n Linear: n Polynomial: n Radial Basis Function (RBF): n Sigmoid: Here, are kernel parameters Support Vector Machine or SVR has some advantages when comparing to Neural Networks. For instance, it does not over fit the training data since it uses only several training data as support vectors. However, parameters in SVR would affect the final results in spite that SVR has much fewer parameters compared to NN. The main parameters in SVR are error insensitive tube around the regression function [19] and the balance of training errors with model complexity. 2.3 Genetic Algorithm Genetic algorithm (GA) is a searching technique to look for exact or approximate solutions for optimization and searching problems. It is considered as global search heuristics.GA uses techniques inspired by evolutionary biology such as inheritance, mutation, selection, and crossover. A typical genetic algorithm requires: 1. a genetic representation of the solution domain 2. fitness function to evaluate the solution domain In GA, an abstract representation of candidate solutions is called chromosomes, and it could be used in an optimization problem evolves toward better solutions. Solutions are represented in some encoding method, such as binary encoding. A fitness function is a particular type of objective function that prescribes the optimality of a solution so that a particular chromosome may be ranked against all the other chromosomes. The evolution usually starts from a population of randomly generated individuals. In each generation, the fitness of every individual in the population is evaluated. Based on their fitness, the fittest group of individuals are selected and through reproduction, crossover or mutation to form a new population. The new population is then used in the next iteration of the algorithm. Commonly, the algorithm terminates when either a maximum number of generations has been produced, or a satisfactory fitness level has been reached for the population. A common genetic algorit hm is shown Fig 23. Fig 23 Genetic Algorithm flowchart, with maximum 100 generation 2.3.1 Operators of Genetic Algorithm When generating the next generation population of solutions, GA would use genetic operators: crossover, and/or mutation. For each new solution to be produced, a pair of parent solutions is selected for breeding from the pool selected previously. By producing a child solution using the above methods of crossover and mutation, a new solution is created which typically shares many of the characteristics of its parents. Crossover selects genes from parent chromosomes and creates a new offspring. One common way is using single crossover point on both parents organism strings. All data beyond that point in either organism string is swapped between the two parent organisms. An illustration on one point crossover is shown in Fig 24 Fig 24 One point crossover There are other ways for crossover, for example two crossover points could be chosen. Crossover can be rather complicated and very depends on encoding of chromosome. In some cases, GA performance could be enhanced by trying out other crossover techniques. After a crossover is performed, mutation takes place. The purpose of mutation in GA is to preserve and introduce diversity. Local minima could be prevented because of mutation, and the population of chromosomes would not be too similar to each other so that the evolution could continue. Mutation changes the new offspring randomly. For binary encoding, a common way is switching a few randomly chosen bits from 1 to 0 or from 0 to 1. 2.3.2 Selection in Genetic Algorithm Selection would choose individual genomes from a population for breeding next generation. There are varies of selection algorithms, such as roulette-wheel selection, rank selection or Tournament selection. Roulette-wheel selection chooses parents according to their fitness. The chromosome has high fitness possesses the higher chances to be selected. The fitness level is used to associate a probability of selection with each individual chromosome. This algorithm could be imagined as roulette wheel in casino, where the larger piece has higher probability to be chosen, as shown in Fig 25. If is the fitness of individual i in the population, its probability of being selected is, where N is the number of individuals in the population. Fig 25 roulette-wheel selection Tournament selection involves running several tournaments among a few individuals chosen at random from the population. The winner of each tournament (the one with the best fitness) is selected. Selection pressure is easily adjusted by changing the tournament size. If the tournament size is larger, weak individuals have a smaller chance to be selected. Chapter 3 Intelligent Trading System Design 3.1 Technical Analysis Technical analysts seek to identify price patterns and trends in financial markets and attempt to exploit those patterns.[20] People who are using technical analysis would search for archetypal patterns, such as the well-known head and shoulders or double top reversal patterns, study indicators such as moving averages, and look for forms such as lines of support, resistance, channels, and more obscure formations such as flags, pennants or balance days. In this project, only indicators have been studied since they are quantitative and do not require ambiguous identifications. Among all the technical indicators, moving average is considered as the simplest and most useful one. It is popular because moving average could discover the trends by smoothing the prices. Most importantly, moving average could be a useful tool since investors can make profits through trends. Exponential moving average (EMA), being one of the moving average indicators, is considered as more adaptive since it puts more weights on recent prices, e.g., todays close price, while putting less weights on earlier days. Equation below shows the calculation of EMA: The plot of long term EMA of 45 days and short term EMA of 15 days are plotted with close price for Dow Jones Industrial Average Index in Fig 31, all data and figures are provided by yahoo finance. Dow Jones Industrial Average price, with EMA plotted. There are many ways of using EMA, and two common uses are introduced here. First, investors could take a long position, or buy the stock index when close price is above the EMA, and take a short position when close price is under EMA. An example is shown in Fig 32, using 30 days of EMA on Dow Jones Industrial Average. Although there are some whipsaw in the middle, using single EMA is helpful to investor when making buy or sell decisions. Fig 32 Using single EMA Another way of using EMA is taking a long position (buy) when short term EMA is above long term EMA, and taking a short position when short term EMA is under long term EMA. An example of how to buy or sell is illustrated in Fig 33, using 15 days EMA and 45 days of EMA. As we could see on the chart, this method is effective by taking large profits and suffering small losses. Fig 33 Using two EMA to make decision It is clear that EMA could help investors to identify the trend. However, being able to discover the trend is not good enough, the trading rule should be established to take profits through the trend. However, using chart and technical indicators are not sufficient since there are some serious disadvantages. For example, we do not know whether this technical indicator could bring investors consistent long term profits. Also, we do not know how many shares should we buy or sell. Without providing more information on these topics, investors may not dare to trade with real money. However, a quantitative trading system based on these indicators could concur the shortcomings. A well established trading system would be able to tell when to buy and when to sell, as well as how many shares to buy and sell. In addition, a trading system could provide back testing results, which could present the trading performance to investors, such as the equity curve or maximum drawdown. Therefore, in this project, a quantitative trading system is built and tested. This trading system uses a technical indicator named Percentage Price Oscillator (PPO), PPO is calculated as formula below: A buy signal is triggered if PPO is greater than 0, in other words, when short term EMA crosses over with long term EMA. A sell signal is triggered if PPO is less than 0, which means long term EMA is above short term EMA. This trading system is a typical trend following system which could catch every major trend to make promising profit, while suffering minuscule losses when significant trends are absent in the market. 3.2 Computational Intelligence in Trading When using PPO trading system, there would be a lag between the time when the trend starts and the time when the trading system detects it. Failing to compensate the lag has been a dominant disadvantage of traditional trading systems (without prediction). An intelligent trading system attempts to predict PPO in the near future, so as to enter the market before the trend while closing the position before the market falls. The input for our intelligence trading system studied in this paper is PPO of the last 8 days and the output is PPO in the future 5 days. The intelligent model is either an MLP optimized by GA or an SVM optimized by GA. 0.2% of transaction cost and slippage are counted in the process of calculating profits, as indicated in Fig 34. Fig 34 A predictive trading system. 3.3 Experimental Settings 3.3.1 GA optimized neural network In this project, a feed-forward MLP with one hidden layer is used. The number of hidden neurons is determined to be 30 by the trial and error. The Levenberg-Marquardt algorithm is used to train the MLP. Initial weights of the neural network are determined by GA. The settings for the NN+GA model are selected as Table 31. GA settings the population size of GA 300 Maximum Generation 800 Stop criteria maximum generation reached the probability of mutation 0.02 Neural Network Settings layers Single hidden layer with 30 neurons Transfer function Transig, purelin Training Levenberg-Marquardt performance Mse (mean square error) Table 31 Settings for GA and NN Using genetic algorithm to determine the initial weight and bias is essential since they have great impact on the generalization ability of the neural network. If the weights and bias are initialized with some random number and they happen to be far way from a good solution, or near local optimum, the neural network may not be trained to achieve good performance. Being trapped in local extremes is normally happened. On the other hand, appropriate initialization would put the weights and bias near a good solution, and hence provide a high chance for neural network to reach better outcome. In this project, genetic algorithm is chosen to provide the initial weights and bias for neural network. The structure of using GA to optimize MLP is shown in Fig 35. The fitness in GA is based on the error of predicted output and desired output, shown as below Where is the desired output and is predicted output. 3.3.2 GA optimized SVR Main parameters in SVR are error insensitive tube around the regression function [14] and the balance of training errors with model complexity. In this paper, GA is used to determine the best SVR parameters. The structure of GA optimized SVR is the same as using GA to optimize MLP, where GA is trying to minimize the difference between desired output and predicted output. The settings for GA optimized SVR model are listed in Table 32 Fig 35 Structure of GA optimized MLP GA settings the population size of GA 30 Maximum Generation 200 Stop criteria maximum generation reached the probability of mutation 0.05 the probability of crossover 0.4 SVR Settings Kernel function radial basis function Table 32 Settings for GA and SVR 3.4 Preprocessing Input Data Once the appropriate raw input data has been selected (in this case, they are previous 8 days PPO) , it must be preprocessed; otherwise, the neural network will not produce accurate forecasts. The decisions made in this phase of development are critical to the performance of a network. Normalization is commonly used to distribute the input data evenly and scale it into an acceptable range for the network. Knowledge of the domain is important in choosing preprocessing methods to highlight underlying features in the data, which can increase the networks ability to learn the association between inputs and outputs. In normalizing data, the goal is to ensure that the statistical distribution of values for each net input and output is roughly uniform. In addition, the values should be scaled to match the range of the input neurons. This means that along with any other transformations performed on network inputs, each input should be normalized as well. In this project, mapping the training input minimum and maximum values between -1 and 1 is adopted as normalizing method. In this method, it is assumed that the input has only finite real values, and that the elements are not all equal, as indicated below. Where in this case is 1, is -1. is the largest number of training input, while is the smallest number of training input. stands for each individual training data, and is the normalized training data. For the testing set, data should also be scaled to a certain range, as training set does. However, the largest number and smallest number of testing set are not available since we assume these data are unknown for trading simulation. Therefore, the testing data set are scaled using the parameters in training input data. In specific, and are still the largest number and smallest number in training data set. Chapter 4 Results and Evaluation This chapter illustrates the experiment results for 2 intelligent trading models, which are using GA optimized MLP and using GA optimized SVR. In addition, it introduces some evaluation criteria, and evaluates the prediction models according to these criteria. Furthermore, it analyzes and compares the return of capital and maximum drawdown with other publication as well as conventional trading method. 4.1 Experimental Data This intelligent trading system uses Hong Kong Hang Seng Stock Index (HSI) from 1986-12-31 to 1997-1-28, total 2500 daily close price as in sample training session, and uses HSI from 1997-1-29 to 2007-3-8, total 2500 daily price as out of sample testing data. All the HSI index data was obtained from Yahoo Finance (https://finance.yahoo.com/q/hp?s=^HSI). In sample data used to train the neural network have been separated into three sets: training, validation, and testing. In this project, we divide the input data randomly such that the first 60% of the samples are assigned to the training set, the next 20% to the validation set, and the last 20% to the test set. Table 41 is to summarize the distribution of experimental data. Data Set Distribution (%) Distribution(data) Training Data Training set 60% 1500 Validation set 20% 500 Test set 20% 500 Total 100% 2500 Testing Data 100% 2500 Table 41 Data distributions for training and testing neural network 4.2 GA Optimized MLP Trading System 4.2.1 Forecasting Performance The GA optimized MLP model is used to predict the future 5 days PPO. The performance of this predicative model could be evaluated by mean square error (MSE). MSE could be expressed as below Where is the target output and is the predicted output. The performance of forecasting in terms of MSE is 0.0087 for out of sample data, while 0.00213 for in sample data. In either case, we could see that the MSE is relatively small, which means the prediction is acceptable. In Fig 42, the difference between desired output and predicted output is plotted, as we could see, although there are some large errors in prediction, most of the forecasting is acceptable. Fig 41 Training performance of MLP The training results of neural networks could be further evaluated by linear regression. The best network is indicated by the correlation coefficient, r closed to unity (r à ¢Ã¢â‚¬ °Ã‹â€  1) Fig 44 shows the linear regression for out of sample data, which is 0.91227. Although it is nearly 8% lower compare with performance of in sample data, this model could still be considered as well trained neural network. Fig 42 MSE for out of sample data 4.2.2 Empirical Trading Results and Evaluation PPO of future 5 days is selected to be desired output after prudent consideration. As a matter of fact, forecasting larger time horizon would definitely produce more profit, which is made by early entry and early exit. On the other hand, the larger the time horizon, the harder it is to predict. This would increase the chance of wrong prediction, which decreases the profit. Table 42 is total return of investing 1 dollar, with different prediction time horizon. Prediction Time Horizon Total return No prediction 2.064 Predict future 3 days PPO 4.357 Predict future 5 days PPO 6.910 Predict future 7 days PPO 5.464 Table 42 Total return for different prediction time horizon In this experiment, reinvesting all capital is selected as the money management strategy, in which the trading system would re-invest all the profit and initial capital for next buy or sell decision. Fig 43 Linear regression for trained neural network Fig 44 Linear regression for out of sample data The proposed trading system assumes that it is possible to enter the market using the close price on the same day which triggers the trading signal. In addition, it assumes that the initial capital is 1 dollar and it is valid to buy or sell fraction number of the HSI. The PPO is calculated using parameters that short term of 15 days EMA and long term of 45 days EMA. The equity curves of proposed intelligent trading systems are shown in Fig 45 with equity curve of conventional trading system and equity curve for buy and hold trading strategy in contrast. The predictive MLP+GA model achieves 6.71 times of original capital from 1997-1-28 to 2007-3-8 while in the mean time, a non-predictive trading system only achieves 2.064 for 1 dollar investment, and buy and hold trading strategy generates 1.605 as final capital. In comparison, Huang and Quek et al. [10] use hierarchical coevolutionary fuzzy system (HiCEFS) to achieve 5.781 times of original capital on Hang Seng Index on the same trading days. Fig 45 Equity curve for intelligent and conventional trading systems Sample testing data is shown in Fig 47, it is obvious that prediction trading system would enter the market and exit the market earlier compared with trading system without prediction. However, using prediction has certain disadvantage. During non-trendy time, the proposed trading system may make wrong prediction and hence suffer some losses. For example, NN+GA trading system enters the market at day 61 at price 13030 and exit on the day 138 at price 15600, takes profit of 2570 points. On the other hand, for trading system without prediction, it enters the market at day 65 at price 13630 and exit at day 144 at price 13710, takes a profit of 80 points. That is the reason why the predictive model performs better than trading system without prediction. But during non-trendy market, such as around day 400, the trading system without prediction holds the position while the intelligent model made a wrong prediction. In this case, the investment incurred some losses. Fig 46 Trading signal of NN+GA trading system Fig 47 Trading signal of conventional trading system Moreover, another important criterion to evaluate the trading system is the maximum drawdown (MDD). MDD is defined as the maximum cumulative loss from a market peak to the following trough [22] The trading system using NN+GA suffers a MDD from 3.079 dollars to 2.443 dollars, which is 20.65% of the highest capital. In contrast, the trading system without prediction would have a MDD from 1.705 dollars to 1 dollar, which is 41.34% of the highest capital. Buy and Hold strategy suffers a MDD from 1 dollar to 0.466 dollar, which is 53.4% drop from the peak capital. Thus the NN+GA trading system reduced the risk involved. As it is shown in Fig 45 regarding the conventional trading system without prediction, the capital is back to original 1 dollar after 1276 trading days. This may shake peoples will to follow this system. On the other hand, the MDD happened in NN+GA trading system is from day 903 to day 930, which is easier for investors to follow the trading system. All the trading records are listed in appendix A. 4.3 GA Optimized SVR Trading System 4.3.1 Forecasting Performance The performance of forecasting future 5 days PPO using GA optimized SVR is evaluated in terms of MSE. MSE is 0.0058 for out of sample data, in contrast, MSE is 0.0087 in using GA optimized NN model for the same data. In another word, GA optimized SVR has smaller MSE, or better forecasting. In Fig 48, the difference between desired output and predicted output is plotted. However, better forecasting does not guarantee better profitability. Some wrong prediction at the top or at the bottom would bring larger losses comparing with wrong prediction at other situations. 4.3.2 Empirical Trading Results and Evaluation The same assumptions are made as using GA+NN trading system. In addition, 15 days EMA and 45 days EMA are used to form PPO. The equity curve of GA+SVR trading system is shown in Fig 49 with equity curve of conventional trading system in contrast. This GA+SVR trading system achieves 5.705 times of original capital. Fig 48 MSE for GA+SVR model Although this predictive model does not achieve profit as much as GA+NN model, it has its own advantage. First, this SVR model would provide consistent performance after each training session. Second, in term of prediction accuracy, GA+SVR model offers smaller prediction errors while GA+NN mode has larger errors. Last, it trades less frequently compared with GA+NN model, this would give investors different options to choose which type of trading systems are fitting to them. For active traders, GA+NN model could be more suitable for them, while for less active investors, GA+SVR model could be adopted since it trades less frequently. The comparison of GA+NN trading system, GA+SVR trading system, conventional trading system and buy and hold strategy is shown in Fig 410, the equity curves for 4 trading system mentioned above are plotted together for comparison. Fig 49 Equity curve for GA+SVR trading system and conventional trading system Trading System Final Equity MDD Win ratio Trading times Long position times Short position times GA+NN trading system 6.71 20.65% 49.6% 127 63 64 GA+SVR trading system 5.705 28.5% 44.8% 67 30 37 Conventional trading system 2.064 41.34% 48.7% 41 20 21 Buy and hold strategy 1.605 53.4% 100% 1 1 0 Table 43 Trading performance comparison Fig 410 Comparison of 4 trading systems 4.4 Further Evaluation In designing trading system, one of the most important issues is to avoid over curve fitting the system to back testing data. The more you bend your system around to improve performance on past data, the less likely it is your system will trade profitably in the future. Past performance will only approximate future performance to the extent the system is not over curve fitted. There are many ways to examine the over curve fitting trap. One way is to do back testing long enough. The longer the historical time period a system can trade profitably, the more robust it is. Another way to guard effectively against over-curve-fitting is to make sure your system works in many markets using the same parameters. Hence, the trading system is further evaluated by applying to Dow Jones Transportation Index (DJT). The data used as in sample training data is from 1968-9-20 to 1978-9-5, totally 2500 trading days, and data used as out of sample testing data is from 1978-9-6 to 1988-7-26, which is 2500 trading days. All data is from yahoo finance (https://finance.yahoo.com/q?s=^DJT). All the same assumptions are the same as trading HSI using intelligent trading systems. The equity curves of GA+NN trading system and GA+SVR trading system are shown in Fig 411 with equity curve of conventional trading system in contrast. This GA+SVR trading system achieves 5.168 times of original capital, while the predictive GA+NN model achieves 4.87 times of original capital while in the mean time, a non-predictive trading system only achieves 2.805 for 1 dollar investment. Fig 411 Equity curves of different trading system on DJT GA+NN trading system and GA+SVR trading system outperform the conventional trading system again on DJT. This further proves that using computational intelligence would enhance the performance of conventional trading system. In addition, the proposed intelligent trading systems, using GA+NN or using GA+SVR, would survive in different market, such as DJT and HSI, and be able to generate profits consistently. Chapter 5 Conclusion In this project, a predictive trading system is proposed to trade on real market data of Hong Kong Hang Seng Index, and trade on Dow Jones Transportation Index as cross market validation. Neural network optimized by GA and support vector regression optimized by GA are implemented as predictive model in the trading system. The trading system mainly uses technical indicator price percentage oscillator (PPO) as trading rules. Hence the predictive model uses last 8 days PPO as input to predict future 5 days PPO, and based on predicted PPO to make trading decisions. The testing period is 10 years, which is long enough to reduce the possibility of curve fitting. The proposed predictive trading system produces around 3 times more profits on HSI compared with conventional trading system without prediction, and around 2 times more profits on DJT compared with non predictive trading system. Despite promising profits generated by the trading system, further improvements such as applying the system to other new immerging markets, such as China Stock market, or applying a better money management strategy can be considered as future research area. Furthermore, due to the randomness introduced by GA, neural network may not always be trained well enough every time. We shall study effective ways to assure reasonable performance for each training session. References [1] E. F. Fama, The Behavior of Stock Market Prices, Business, vol. 38, pp. 34-105, 1965. [2] A. P. N. Refenes, A. N. Burgess, and Y. Bentz, Neural networks in financial engineering: A study in methodology, IEEE Transactions on Neural Networks, vol. 8, no. 6, pp. 1222 1267, 1997. [3] CHEN, Kuan-Yu and Chia-Hui HO, An Improved Support Vector Regression Modeling for Taiwan Stock Exchange Market Weighted Index Forecasting, ICNNB 05: International Conference on Neural Networks and Brain, Volume 3, , 2005 [4] L. Cao and F. Tay, Support Vector Machine with adaptive parameters in financial time series forecasting, IEEE Transactions on Neural Networks, vol. 14, no. 6, pp. 1506-1518, 2003. [5] P.B. Patel and T. Marwala, forecasting closing price indices using neural networks. In International Conference on Systems, Man and Cybernetics, pp. 2351-2356, Oct 8-11, 2006, Taipei, Taiwan. [6] S.H. Lee, H.J. Kim and J.S. Lim, forecasting short term KOSPI time series based on NEWFM, in Advance Language Processing and Web Information Technology (ALPIT), pp. 303-307, July, 2007. [7] B. Doeksen, A. Abraham, J. Thomas, and M. Paprzycki, Real stock trading using soft computing models, in Information Technology: Coding and Computing (ITCC), 2005, vol. 2, pp. 162-167. [8] A.S. Chen, M. T. Leung, and H. Daouk, Application of neural networks to an emerging financial market: Forecasting and trading the Taiwan Stock Index, Computers and Operations Research, vol. 30, no. 6, pp. 901-923, May 2003. [9] K.K. Ang and C. Quek, Stock Trading Using RSPOP: A Novel Rough Set-Based Neuro-Fuzzy Approach, IEEE Transactions on Neural Networks, vol. 17, no.5, pp. 1301 1315, 2006. [10] H.M. Huang, M. Pasquier, and C. Quek, Financial Market Trading System With a Hierarchical Coevolutionary Fuzzy Predictive Model, IEEE Transactions on Evolutionary Computation, vol. 13, no.1, pp. 56 70, 2009. [11] H. Bandy, Quantitative Trading Systems, Blue Owl Press, 2007. [12] B. Krose and P.V.D Smagt, Introduction to Neural Network. The University of Amsterdam, 1996. [13] S. Russell and P. Norvig. Artificial Intelligence A Modern Approach. p. 578. [14] A.E.Bryson and Yu-Chi Ho. Applied optimal control: optimization, estimation, and control. Xerox College Publishing. pp. 481. [15] P.N. Bahrun and M.N. Taib, Selected Malaysia Stock Predictions using Artificial Neural Network, in International Colloquium on Signal Processing Its Applications (CSPA), 2009, pp. 428 431. [16] Lipo Wang (ed.), Support Vector Machines: Theory and Applications. Berlin, Springer, 2005. [17] C.W. Hsu, C.C. Chang, and C.J. Lin, A practical guide to support vector classification, Department of Computer Science and Information Engineering, National Taiwan University, Taipei, Taiwan, 2003. [Online]. Available: https://www.csie.ntu.edu.tw/~cjlin/papers/guide/guide.pdf [18] H. Drucker, C. J.C. Burges, L. Kaufman, A. Smola and V. Vapnik. Support Vector Regression Machines. Advances in Neural Information Processing Systems 9, NIPS 1996, 155-161, MIT Press. [19] A. J. Smola and B. Scholkopf, A tutorial on support vector regression, NeuroCOLT2 Technical Report NC2-TR-1998-030, 2003. [20] John J. Murphy, Technical Analysis of the Financial Markets ,New York Institute of Finance, 1999, pages 1-5,24-31. [21] M. Magdon-Ismail, A. Atiya, Maximum Drawdown, Risk Magazine, Volume 17, Number 10, pp. 99-102, October, 2004. [22] M. Magdon-Ismail, A. Atiya, A. Pratap, Y. Abu-Mostafa, On the Maximum Drawdown of a Brownian Motion, Journal of Applied Probability, Vol. 41, no. 1, PP. 147-161, March, 2004. [23] Appendix The trading details of NN+GA trading system on HSI are listed below. There would be price difference between exit and enter on the same day. This is due to consideration of slippage and commissions. enter short position at price 12414.3 at trading day 45 exit short position at price 13020.8 at trading day 61 enter long position at price 13033.8 at trading day 61 exit long position at price 15598.9 at trading day 138 enter short position at price 15583.3 at trading day 138 exit short position at price 15547.2 at trading day 139 enter long position at price 15562.7 at trading day 139 exit long position at price 15534 at trading day 140 enter short position at price 15518.5 at trading day 140 exit short position at price 14776.8 at trading day 165 enter long position at price 14791.6 at trading day 165 exit long position at price 14810.8 at trading day 166 enter short position at price 14796 at trading day 166 exit short position at price 10525.5 at trading day 244 enter long position at price 10536 at trading day 244 exit long position at price 10232 at trading day 254 enter short position at price 10221.8 at trading day 254 exit short position at price 10671 at trading day 255 enter long position at price 10681.7 at trading day 255 exit long position at price 11151.6 at trading day 295 enter short position at price 11140.4 at trading day 295 exit short position at price 10968.3 at trading day 296 enter long position at price 10979.3 at trading day 296 exit long position at price 10977.5 at trading day 297 enter short position at price 10966.5 at trading day 297 exit short position at price 8189.25 at trading day 395 enter long position at price 8197.44 at trading day 395 exit long position at price 7849.96 at trading day 397 enter short position at price 7842.11 at trading day 397 exit short position at price 7701.61 at trading day 408 enter long position at price 7709.31 at trading day 408 exit long position at price 7946.04 at trading day 409 enter short position at price 7938.09 at trading day 409 exit short position at price 7837.61 at trading day 410 enter long position at price 7845.45 at trading day 410 exit long position at price 7883.46 at trading day 411 enter short position at price 7875.58 at trading day 411 exit short position at price 7564.54 at trading day 412 enter long position at price 7572.1 at trading day 412 exit long position at price 7744.72 at trading day 413 enter short position at price 7736.98 at trading day 413 exit short position at price 8506.79 at trading day 415 enter long position at price 8515.3 at trading day 415 exit long position at price 9499.5 at trading day 488 enter short position at price 9490 at trading day 488 exit short position at price 9913.58 at trading day 511 enter long position at price 9923.49 at trading day 511 exit long position at price 12436.9 at trading day 567 enter short position at price 12424.4 at trading day 567 exit short position at price 12346.9 at trading day 568 enter long position at price 12359.3 at trading day 568 exit long position at price 12409.2 at trading day 569 enter short position at price 12396.8 at trading day 569 exit short position at price 12308.5 at trading day 570 enter long position at price 12320.8 at trading day 570 exit long position at price 12059.3 at trading day 571 enter short position at price 12047.2 at trading day 571 exit short position at price 12471.6 at trading day 575 enter long position at price 12484.1 at trading day 575 exit long position at price 13093.7 at trading day 609 enter short position at price 13080.6 at trading day 609 exit short position at price 13473.8 at trading day 616 enter long position at price 13487.3 at trading day 616 exit long position at price 13591 at trading day 617 enter short position at price 13577.4 at trading day 617 exit short position at price 13254.3 at trading day 618 enter long position at price 13267.6 at trading day 618 exit long position at price 13167.1 at trading day 619 enter short position at price 13153.9 at trading day 619 exit short position at price 13566.7 at trading day 629 enter long position at price 13580.3 at trading day 629 exit long position at price 13214.4 at trading day 652 enter short position at price 13201.2 at trading day 652 exit short position at price 13322.1 at trading day 677 enter long position at price 13335.4 at trading day 677 exit long position at price 15574.6 at trading day 730 enter short position at price 15559 at trading day 730 exit short position at price 15275.3 at trading day 732 enter long position at price 15290.6 at trading day 732 exit long position at price 15167.5 at trading day 735 enter short position at price 15152.4 at trading day 735 exit short position at price 15917.8 at trading day 738 enter long position at price 15933.7 at trading day 738 exit long position at price 15653.9 at trading day 741 enter short position at price 15638.2 at trading day 741 exit short position at price 15789.8 at trading day 742 enter long position at price 15805.6 at trading day 742 exit long position at price 16491.4 at trading day 785 enter short position at price 16474.9 at trading day 785 exit short position at price 16850.7 at trading day 787 enter long position at price 16867.6 at trading day 787 exit long position at price 16487.7 at trading day 788 enter short position at price 16471.2 at trading day 788 exit short position at price 15278.3 at trading day 793 enter long position at price 15293.6 at trading day 793 exit long position at price 15367.1 at trading day 795 enter short position at price 15351.8 at trading day 795 exit short position at price 15900.1 at trading day 824 enter long position at price 15916 at trading day 824 exit long position at price 16629.8 at trading day 893 enter short position at price 16613.2 at trading day 893 exit short position at price 15820.8 at trading day 930 enter long position at price 15836.6 at trading day 930 exit long position at price 15504.8 at trading day 932 enter short position at price 15489.3 at trading day 932 exit short position at price 15329.6 at trading day 955 enter long position at price 15344.9 at trading day 955 exit long position at price 15024.5 at trading day 959 enter short position at price 15009.5 at trading day 959 exit short position at price 15188 at trading day 960 enter long position at price 15203.2 at trading day 960 exit long position at price 14659.3 at trading day 962 enter short position at price 14644.7 at trading day 962 exit short position at price 15436.5 at trading day 971 enter long position at price 15452 at trading day 971 exit long position at price 15527.4 at trading day 999 enter short position at price 15511.8 at trading day 999 exit short position at price 13718.1 at trading day 1046 enter long position at price 13731.9 at trading day 1046 exit long position at price 13600.8 at trading day 1048 enter short position at price 13587.2 at trading day 1048 exit short position at price 13585.1 at trading day 1050 enter long position at price 13598.7 at trading day 1050 exit long position at price 13636.6 at trading day 1052 enter short position at price 13623 at trading day 1052 exit short position at price 13459.2 at trading day 1057 enter long position at price 13472.6 at trading day 1057 exit long position at price 13721.3 at trading day 1058 enter short position at price 13707.5 at trading day 1058 exit short position at price 13878 at trading day 1059 enter long position at price 13891.8 at trading day 1059 exit long position at price 13174.4 at trading day 1066 enter short position at price 13161.2 at trading day 1066 exit short position at price 13703.4 at trading day 1071 enter long position at price 13717.1 at trading day 1071 exit long position at price 13523.3 at trading day 1075 enter short position at price 13509.8 at trading day 1075 exit short position at price 10609.3 at trading day 1176 enter long position at price 10619.9 at trading day 1176 exit long position at price 11209.4 at trading day 1219 enter short position at price 11198.2 at trading day 1219 exit short position at price 11013.6 at trading day 1220 enter long position at price 11024.6 at trading day 1220 exit long position at price 10964.1 at trading day 1221 enter short position at price 10953.1 at trading day 1221 exit short position at price 11003 at trading day 1253 enter long position at price 11014 at trading day 1253 exit long position at price 10863.1 at trading day 1265 enter short position at price 10852.2 at trading day 1265 exit short position at price 11032.9 at trading day 1269 enter long position at price 11044 at trading day 1269 exit long position at price 10878 at trading day 1270 enter short position at price 10867.2 at trading day 1270 exit short position at price 11217.2 at trading day 1281 enter long position at price 11228.4 at trading day 1281 exit long position at price 11359.8 at trading day 1311 enter short position at price 11348.4 at trading day 1311 exit short position at price 11312.5 at trading day 1312 enter long position at price 11323.9 at trading day 1312 exit long position at price 11402.4 at trading day 1313 enter short position at price 11391 at trading day 1313 exit short position at price 9787.49 at trading day 1411 enter long position at price 9797.28 at trading day 1411 exit long position at price 9560.46 at trading day 1415 enter short position at price 9550.9 at trading day 1415 exit short position at price 9655.36 at trading day 1419 enter long position at price 9665.02 at trading day 1419 exit long position at price 9613.84 at trading day 1424 enter short position at price 9604.23 at trading day 1424 exit short position at price 9865.65 at trading day 1427 enter long position at price 9875.52 at trading day 1427 exit long position at price 9656.46 at trading day 1448 enter short position at price 9646.8 at trading day 1448 exit short position at price 9834.08 at trading day 1465 enter long position at price 9843.91 at trading day 1465 exit long position at price 9552.02 at trading day 1470 enter short position at price 9542.47 at trading day 1470 exit short position at price 9155.57 at trading day 1544 enter long position at price 9164.73 at trading day 1544 exit long position at price 13024.1 at trading day 1753 enter short position at price 13011 at trading day 1753 exit short position at price 12326.9 at trading day 1811 enter long position at price 12339.2 at trading day 1811 exit long position at price 12050.7 at trading day 1817 enter short position at price 12038.6 at trading day 1817 exit short position at price 12185.5 at trading day 1824 enter long position at price 12197.7 at trading day 1824 exit long position at price 12285.8 at trading day 1827 enter short position at price 12273.5 at trading day 1827 exit short position at price 12220.1 at trading day 1828 enter long position at price 12232.4 at trading day 1828 exit long position at price 11939.4 at trading day 1837 enter short position at price 11927.5 at trading day 1837 exit short position at price 12123.6 at trading day 1840 enter long position at price 12135.8 at trading day 1840 exit long position at price 12395.1 at trading day 1841 enter short position at price 12382.7 at trading day 1841 exit short position at price 12320.2 at trading day 1842 enter long position at price 12332.5 at trading day 1842 exit long position at price 12852.4 at trading day 1907 enter short position at price 12839.5 at trading day 1907 exit short position at price 13054.7 at trading day 1910 enter long position at price 13067.7 at trading day 1910 exit long position at price 13712 at trading day 1958 enter short position at price 13698.3 at trading day 1958 exit short position at price 13578.3 at trading day 1976 enter long position at price 13591.8 at trading day 1976 exit long position at price 13555.8 at trading day 1977 enter short position at price 13542.2 at trading day 1977 exit short position at price 13845.6 at trading day 1981 enter long position at price 13859.5 at trading day 1981 exit long position at price 13772 at trading day 1997 enter short position at price 13758.2 at trading day 1997 exit short position at price 13941.5 at trading day 1999 enter long position at price 13955.4 at trading day 1999 exit long position at price 13890.9 at trading day 2001 enter short position at price 13877 at trading day 2001 exit short position at price 13906.9 at trading day 2002 enter long position at price 13920.8 at trading day 2002 exit long position at price 13832.5 at trading day 2004 enter short position at price 13818.7 at trading day 2004 exit short position at price 13776.5 at trading day 2008 enter long position at price 13790.2 at trading day 2008 exit long position at price 13603.6 at trading day 2009 enter short position at price 13590 at trading day 2009 exit short position at price 13750.2 at trading day 2029 enter long position at price 13764 at trading day 2029 exit long position at price 13627 at trading day 2044 enter short position at price 13613.4 at trading day 2044 exit short position at price 13867.1 at trading day 2053 enter long position at price 13880.9 at trading day 2053 exit long position at price 14847.8 at trading day 2144 enter short position at price 14832.9 at trading day 2144 exit short position at price 14629.5 at trading day 2169 enter long position at price 14644.1 at trading day 2169 exit long position at price 14627.4 at trading day 2170 enter short position at price 14612.8 at trading day 2170 exit short position at price 14788 at trading day 2172 enter long position at price 14802.8 at trading day 2172 exit long position at price 15542.1 at trading day 2249 enter short position at price 15526.5 at trading day 2249 exit short position at price 15519.8 at trading day 2250 enter long position at price 15535.3 at trading day 2250 exit long position at price 15720.4 at trading day 2251 enter short position at price 15704.6 at trading day 2251 exit short position at price 15729 at trading day 2252 enter long position at price 15744.8 at trading day 2252 exit long position at price 16313.4 at trading day 2294 enter short position at price 16297 at trading day 2294 exit short position at price 15805.5 at trading day 2295 enter long position at price 15821.3 at trading day 2295 exit long position at price 15864.6 at trading day 2296 enter short position at price 15848.7 at trading day 2296 exit short position at price 16326.7 at trading day 2324 enter long position at price 16343 at trading day 2324 27

Monday, December 23, 2019

Walgreens Boots Alliance Strategic Intent Essay - 999 Words

a. As I mentioned in question 2, Walgreens definitely has its strategic intent to stretch targets that go beyond corporate vision propelling the firm to win. For example, according to the combination between Walgreens and Boots Alliance. The company derives a new innovation, which is named Walgreens Boots Alliance. It is a significant achievement that associate with two prominent corporations with unique brands, sufficient geographic footprints, shared values and a sustainability of specialized health care services through community pharmacy care. Because of this cooperation, the company can create a new multinational leader in pharmacy-led health, as well as promoting global health and beauty brands. This movement accomplishes 1+12 method, which means when Walgreens and Boots Alliance establishing their mutual goals and sharing their strategies can create a higher value for both of them. Walgreens Boots Alliance will face the global market to provide many high quality healt h and wellbeing products, and will become the biggest purchaser of prescription drugs in the world. Walgreens also distributes the elite teams to evaluate the internal operation of Walgreens Boots Alliance. As Gary Hamel and Prahalad demonstrate in their article, says: â€Å"Growth depends more on the inventive capacity of individuals and small teams than on the ability of top management to aggregate the efforts of multiple teams toward an ambitious strategic intent.† These teams are also grouped forShow MoreRelatedThe New Walgreens Boots Alliance1520 Words   |  7 PagesThe New Walgreens Boots Alliance The first phase of the merger between Walgreens and Alliance Boots began in 2012 when Walgreen Co. bought 45% stake in Boots for $6.7 billion with the option to buy the remaining 55% within 3 years (Walgreens Boots Alliance, 2015). Shareholders approved the 2nd half of the merger on December 28, 2014 (Walgreens Boots Alliance, 2015). Walgreen Co. purchased Alliance Boots remaining stock for $15.3 billion (Walgreens Boots Alliance, 2015). Walgreens Boots AllianceRead MoreExploring Corporate Strategy - Case164366 Words   |  658 Pagesand 15 case examples which have been chosen to enlarge speciï ¬ c issues in the text and/or provide practical examples of how business and public sector organisations are managing strategic issues. The case studies which follow allow the reader to extend this linking of theory and practice further by analysing the strategic issues of speciï ¬ c organisations in much greater depth – and often providing ‘solutions’ to some of the problems or difï ¬ culties identiï ¬ ed in the case. There are also over 33 classicRead MoreCase Study148348 Words   |  594 PagesChapters 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. Introducing Strategy The Environment Strategic Capabilities Strategic Purpose Culture and Strategy Business Strategy Corporate Strategy and Diversification International Strategy Innovation and Entrepreneurship Mergers, Acquisitions and Alliances Evaluating Strategies Strategy Development Processes Organising for Success Leadership and Strategic Change The Practice of Strategy Pages 30 37 47 59 69 79 88 99 108 115 122 132 144 150 162 Read MoreCase Infosys13356 Words   |  54 PagesConsulting’s recruiting in India in the late 1990s and then became the founder and CEO of Deloitte’s Offshore Technology Group in India in 2001, approached Kris Gopalakrishnan, the COO of Infosys Technologies, a few times (from 1997 to 2001) to initiate an alliance between the two firms. As Gopalakrishnan explained, a long-term partnership was not something Infosys Technologies was willing to consider: Our belief was that if we subcontracted to somebody else then the Infosys brand would get diluted. Consulting

Sunday, December 15, 2019

Comparative advantages and disadvantages of cone crusher Free Essays

Cone Crusher is widely used range, high efficiency crusher, cone crusher according to the scope of use, crushed into coarse, medium and fine crushing three pieces on the current situation of China crushed ore concentrator plant of view, broken equipment powered by the standard type cone crusher, crushing equipment uses a short head type cone crusher, has almost finalized. However, Instead of using crushing equipment cone crusher, Jaw crusher Is to use. For proper selection and rational use of coarse crushing did not prepare, now they are briefly analyzed and compared as allows. We will write a custom essay sample on Comparative advantages and disadvantages of cone crusher or any similar topic only for you Order Now Cone Crusher (compared with the Jaw crusher) mall advantages: 1, crushing chamber depth, continuous operation, high production capacity, low power consumption unit. Compared with the same width to the mine mouth Jaw crusher, the production capacity is higher than the latter more than doubled, while electricity consumption per ton of ore is 0. -1. 2 times lower than the jaw; 2, work is relatively stable, vibration lighter, smaller basis weight of the machine equipment. Cone crusher weight basis, usually 2-3 times the weight of machinery and equipment, and Asia weight jaw crusher machine was 5-10 times its own weight; quarry equipment http://www. Quarry-equipment. Com/ quarry plant http:www. Quarry-equipment. Com/products/j-jaw-crusher. HTML In building energy, transportation energy saving promising. Greenhouse gases existing 50 billion square meters of urban and rural construction, building energy emissions accounted for one-third of the greenhouse gas emissions, while the city has air- conditioning system energy consumption accounted for 50% of total energy consumption of the building. If you can start the â€Å"zero emissions† building projects in mom more developed cities in the country, this market will be very large. Currently, hybrid vehicles, electric vehicles, fuel cell vehicles and other research and development work in continuing to promote our country may be the first breakthrough in terms of hybrid cars. Although we still lags behind in terms of battery, charging system, energy conversion metering control system, but it also gave birth to a huge opportunity. Stone crusher http://www. Stonecutter. Org/ stone crushers http://WV. Stonecutter. Org/Grammaticalness/Jaw-Crusher. HTML Comparative advantages and disadvantages f cone crusher and jaw crusher By wayfaring type cone crusher, has almost finalized. However, instead of using crushing equipment cone crusher, Jaw crusher is to use. For proper selection and rational use follows. Cone Crusher (compared with the Jaw crusher) main advantages: 1, consumption per ton of ore is 0. 5-1. 2 times lower than the Jaw; 2, work is relatively basic weight Jaw crusher machine was 5-10 times its own weight; quarry equipment quarry plant http://www. Quarry-equipment. Com/products/]c-]awe-crusher. HTML In stone crushers http://www. Stonecutter. Org/Gerrymandering/Jaw-Crusher. HTML How to cite Comparative advantages and disadvantages of cone crusher, Papers

Friday, December 6, 2019

Constantine and His Effect on Christianity free essay sample

Constantine and his effect on Christianity When we look back at Christianity over the years, there are several people who are remembered for their impact on the religion. The first most important figure was Jesus Christ. However, if we travel forward a bit, into the 4th Century we come across Constantine. Historians agree that Constantine served as an important component in the spread of Christianity. Although he spread the religion in a massive way, others wonder if his methods were more harmful then anything. In this paper I will be discussing Constantine in his rise to power and his impact on Christianity. Constantine provided a mean for the word of God to be spread, which is a major benefit. However, He also used violence and hate as a way to convert his people. In addition to his violence there is evidence that Constantine was not a believer himself. According to A Dictionary of British History, â€Å"Constantine was the first Christian emperor known as ‘the Great’. † His reign was from 306-337 A. D. during which he widely spread the religion of Christianity. His main goal was to unify his empire. In order to do this he used a strategy in which he believed would blend the numerous religions existent in his empire already. This idea was looked at as making the empire Catholic. In this instance the word Catholic stands for Universal. Constantine’s vision was for the whole empire to be united in religion. He believed that once the empire was united he would have a greater hold over the people. Therefore, this transition would make him a more powerful leader. This shift in religious views among the empire had both beneficial and detrimental effect on Christianity. According to the The Journal of Roman Studies, â€Å"As all know the climax of Christianity was reached with the conversion of Constantine. The immediate benefit of Constantine’s strategy was the major spread of Christianity. Many historians argue that without him, Christianity would not be as prominent of a religion that it is today. With his help, Christianity became the most prominent religion in the Roman Empire. In the year 313 Constantine created and enforced the Edict of Milan. This was a basic letter, which was signed by C onstantine, which created tolerance to Christianity as a religion throughout the Roman Empire. This doctrine was created after what was called the Diocletianic Persecution. This persecution was the last of many persecutions of Christians in the Roman Empire. This was also the most violent and severe of all the persecutions. It included the legal obligation for all people of the Empire to practice traditional traditions when it came to religion. Because of this Christians were persecuted unless they agreed to follow the Gods of the Empire of the time. Without this doctrine, Christianity would have remained illegal to practice and prosecutions would have continued. Because of this bold move by Constantine, Christians were free to practice their religion free of persecution once again. In The true Face of Constantine The Great, They discuss that â€Å"Constantine was clean shaven, as well as handsome and youthful†¦perceived as the ideal calm. † This made him extremely popular among the Christian people of the Roman Empire. In addition, both the Eastern Orthodox Church and the Oriental Orthodox church regard Constantine as a saint for his tolerance of Christianity. Because of Constantine Christianity was allowed to flourish throughout the Roman Empire, and eventually there religious ideas were accepted and spread throughout the rest of the world as well. For these reasons Constantine’s work in Christianity was a chief stepping stone into the continued spread of the religion. This classifies his ascent into power and his reign successful to the Christian Church. Although Constantine was a major benefit to the spread of the Christian religion, he also had a detrimental effect on the religion as well. Although Constantine promoted the spread of the Christian religion, he often had violent methods as a ruler. These methods were incontinent with the Church and its teachings. According to Constantine’s Porphyry Column, â€Å"Constantine brutally murdered his son and wife. These acts were directly against the Christian church, which gave the people of the Roman Empire an inaccurate portrayal of the word of God. Many historians also believe that Constantine’s acceptance of Christianity was rooted in his hatred for the Jewish People. He used his negativity of Judaism as a way to promote his new laws. Many of his new laws had Christian Characteristics. He believed that these new laws would help him to dominate his people. Despite the fact that he gave Christians legal freedom to practice their religion, he made them feel subordinate. This is a crucial flaw in the strategy of Constantine. It removes the genuine nature of his acceptance. Because of this his actions are viewed as blasphemy rather than something to be celebrated. This is largely due to the fact that he accepted Christianity in the Roman Empire for selfish reasons. Because of his violent methods and selfish ruling, Constantine hurt Christianity’s image among the Roman people. Besides Constantine’s hunger for power, there was another detrimental flaw in his strategy for the spread of Christianity. According to many historians, Constantine did not actually believe in the Christian religion. Although he made it a priority to spread Christianity through the Roman Empire, He continued to worship the Sun God. According to The Impact of Constantine on Christianity there was, â€Å"the continued presence of pagan images on his coins for some time after 312, his unwillingness to use any but the most general terms for deity in his public utterances, and, most damningly of all, evidence that he not only permitted the old cults to survive but even actively patronized them, at least on occasion. When Constantine had his profile imprinted on the coins used in the Roman Empire, he had the Sun God on the other side. This was an indication that although he preached Christianity he still had his beliefs entangled elsewhere. This Coin can be viewed as a worship of another God. On a similar token Constantine also participated in the old cults of the Roman Empire. These clues that Constantine di d not believe in Christianity explain several things. Most importantly it explains the inconsistency of the Christian religion since Constantine’s reign. Many theologians question the accuracy of Christianity today compared with the message Jesus brought to us. They attribute these differences to Constantine. Because he was not considered to be a true believer he spread a false form of the religion to the rest of the Roman Empire. Although this new form of Christianity is viewed as tainted, or less pure, it is still an accurate portrayal. However many experts argue that because of Constantine’s selfish twist in Christianity, we practice a form of the religion that was not originally intended. Constantine created an inconsistency in the Christian religion because he spread a religion in which he did not truly believe in. In fact, Constantine was not baptized until he was on his deathbed, which was about 25 years after he began to promote the spread of Christianity through the Roman Empire. Because of the wavering in beliefs that Constantine had, and promoted in his people, he is viewed as detrimental to the religion. * Constantine is considered to be both beneficial and detrimental to the Christian religion. Because of his ability to spread the religion in a fast way to more people then imaginable many Christians praise his work. He was able to spread the acceptance of the church and more importantly the word of God. However, he was not a leader by example. He used violence, and he also continued to worship other Gods. By using these motives to gain power he was deliberately going against the laws God set forth for his people. Although I believe that there were a lot of negative results to Christianity immediately after Constantine’s rise to power, I see his strategy as a benefit. This is because his acceptance of the Christian religion allowed it to spread much more then it would have otherwise.

Friday, November 29, 2019

Cultural Shock Essays (819 words) - Korean Language, South Korea

Cultural Shock The day was finally here. It was November 11, 1990, the day that our family was to go to Land Of Liberty. I heard so many different things about this country called United States of America and I was warned that it would be nothing youve expected. The plane ride did not seem as long as it was; partly because I was lost in my own thoughts with hopes and anxiety. I thought about what I will become in this massive country I was headed and how soon I will adapt to this new culture and people. Every bits of hope I had faded as we drove to our new house after the plane landed. All I saw was open space and emptiness; something I did not expect or was prepared for. I lived in urban part of Korea all my 9 years of life and I was never aware that there could be any place as empty as I was now. I was a bit relieved when we reached our 2 floors, 6 rooms house in Northbrook. It was like a castle to me. My father told me that this house cost as much as the little 1 bathroom, 3 rooms apartment we had in Korea. As I was getting used to the castle we have just bought, the emptiness filled my heart again. I looked outside and saw houses across the street. For a week, I thought those houses were stores. Living in Korea, everywhere you look out, there are myriad number of stores everywhere. I could not get used to this suburban life that nobody ever warned me about. My next cultural shock came when I attended my uncles Thanksgiving dinner. For the first time, I encountered what seemed like a gigantic chicken: turkey. There were many other foods besides the turkey, but overall, I was overwhelmed by the abundance of food at such low price. I began to understand why there are so many cases of obesity in America. I couldnt escape the abundance of food either. I gained so much weight as I got used to American food. I got so chubby to a point where my relatives did not recognize me when they came to visit us from Korea. My biggest problem in getting used to this culture was the people. I was astounded when I first entered 4th grade. It was so different from what I was used to. I couldnt decide which system was better. In Korea, the school system is very rigid. From first grade, kids have to sit in chairs that they cannot move out of. There is no feedback from the students whatsoever. Its always the teacher teaching and students answering hardly ever. Also teachers would hit the students if they did something they werent suppose to and even for bad grades. It was nothing like that here. Our class set on the carpeted floor to just talk and for the teacher to read us stories. The teacher always asked for our feedback. The teacher would not even yell at her students no matter what the situation was. Another strange this was, when a student found another way of doing a math problem, the teacher complimented him whereas in Korea, if a student did a math problem another way, the teacher would yell at him a nd tell him to do it the conventional ways. Both systems have their drawbacks. I noticed in America there are so many people that are insane but on the other hand they also have so many people that can innovate and create such great ideas. With their more free and loose structure, success is up to the people who want it. In Korea, not many people drop out of school, but there arent too many people who have creative minds. Everyone seems to be the same and know the same stuff that everyone else knows. Another difference in two education system is in America, they ask why and how, but in Korea, they ask what. America is more concerned with how some things came about whereas in Korea, they only care about facts. As I think back now, the American system is much better. That

Monday, November 25, 2019

The Analytical Framework essays

The Analytical Framework essays The study of political science is one of intricacy containing many elements that require analyzing and rethinking topics before coming to a solid conclusion. There are many different ways of analyzing public policies, but it is always useful to use a certain framework to break down the issue at hand and look at it from various angles. The Analytical Framework can help in accomplishing this by breaking down the issue into three main levels: governmental, The governmental level consists of the institutions and personnel of the government. The institutions are the executive, judicial and legislative braches of the government as well as national, state, and local institutions. The personnel are politicians, elected or appointed into office and policy-makers. The structural level can be classified as anything having to do with the U.S. constitution, the economy, demographics, federalism, the international system, and political culture. The political level is made up of the media, political parties, interest groups and social movements, voting and election process, and public opinion. These levels can be used on a variety of mediums for clarification and analyzing. Two articles from the LA Times titled Legislature Wraps Up Difficult, Humbling Year by Jordan Rau and Robert Salladay and A Look at Some of the Key Bills Passed by a number of staff writers can be broken down for better understanding using the analytical framework. Each section of the articles involves one of the three levels: governmental, structural, and political. The two articles include issues at the governmental level. The first article talks about Arnold Schwarzenegger and his recent elected position as governor. Since he stepped in as a replacement, he hasnt had enough time to do much for California this year. One of the main ...

Thursday, November 21, 2019

The importance of integrity, trust and honesty Essay

The importance of integrity, trust and honesty - Essay Example This enhances the chances for others to have confidence in you. In this regards, the three virtues mutually co-exist. An honest person is usually genuine, real and true. Living an honest life with integrity entails living openly and revealing your true self to other people. Absence of honesty hinders development of meaningful relationships. Honesty therefore, perpetuates self-respect as well as respect for others. It imbues life with candor and openness. A dishonest person destroys the trust of people around. Honesty and integrity eventually yield trust. Trust is important as it perpetuates self-confidence. It is a key ingredient in any relationship, whether personal or a professional. Trust is a crux in developing credibility. Thus, lack of trust eliminates credibility. Lack of trust also destroys the foundation upon which a relationship could be build upon. Being a person of integrity on the other hand, is very important. Such a person never hides anything from the people around them. They are strong and perfect in their lives. Apparently, integrity promotes

Wednesday, November 20, 2019

Determining Causes and Effects Essay Example | Topics and Well Written Essays - 1000 words

Determining Causes and Effects - Essay Example Water quality has become a crucial issue along the southern shores of Lake Huron in recent years with levels of pollution both non-point and point source pollution increasing in intensity and wrecking untold havoc on the lake’s ecosystem (The Lake Huron Centre for Coastal Conservation, 2004). The lake has been plagued by different forms of water pollution, which have seriously jeopardized the lives and health of the animals, and humans depending on the water as well as the community who may use it for swimming or boating. This paper aims at examining the main causes of pollution on the lake as well as the social economical effect they have on the surrounding areas and it inhabitants. The main cause of pollution in Lake Huron is direct discharge of pollutant matter including, chemicals and microbial substances through a number of channels, which may fall under non-point or point pollution. The main pollutants in Huron originate from a number of sources, including runoff from industries, storm and drainage pipes or polluted water from rivers, other non-point sources are run off from road construction sites as well as oil and grease and similar runoff from urban energy production (Human Health and the Great Lakes, 2003). This is enhanced further by the considerable size of the drainage area of the lake, exposing it to material from an expansive area which increases the possibility of channeling contaminant matter. In addition, soil erosion, excess fertilizers from farms and herbicides have contaminated the lake water. While much of these pollutants have been managed today, sediments from such run off in retrospect are considered the main cause of pollution today. B acteria and other nutrients from animals which end up in the lake after they are washed in by rainwater, these are found in pathogens which re organisms mostly found in the intestinal tracts of mammals often originated from sewerage and septic tank systems (Crowe, n.d.). This has resulted to a

Monday, November 18, 2019

Family Counseling Essay Example | Topics and Well Written Essays - 1250 words

Family Counseling - Essay Example One of the main reasons for the conflict within the family is the leadership. During the early stage of the family, the parents are the leaders and the children are the followers. As the children grow older, they begin to develop their own personality which includes independence and responsibility specifically in the decision making process. One example of conflict is when the children already have their own work. In this stage the parents face difficulties in letting the children go and make their own life decisions (Worden, 2002, p.97; Goldenberg and Goldenberg, 2008, p. 4). Clear communication and understanding is important between the parents and the children at this stage to resolve conflict at an early stage. II. Rigid and Diffuse Boundaries Rigid and diffuse boundaries are concepts used to describe the organization of a family. Rigid boundaries within a family can result to disengagement due to the fact that members do not feel the connection with each other. Each member is li ving their daily activities isolated and independent from the other members of the family. On the other hand, diffuse boundaries means that there are vague or unclear boundaries between the family members. This results to enmeshment or ‘over-involvement’ of the family members to each other’s lives. In our family for example, it is in our culture and traditions to have a close family ties. There are positive and negative consequences to this interaction within the family. One positive consequence is that every member has a ready support system in case of problems. On the other hand, the over-involvement of the family members can result to conflicts due to hindered independence of each member specifically in the decision making process (Goldenberg and Goldenberg, 2008, p. 467). III. Pretend Techniques and Family Metaphors Pretend techniques are â€Å"paradoxical interventions based on play and fantasy.† This is undertaken through the process of pretending sy mptoms. Another concept is the family metaphors which are used in different types of family therapy techniques, one of which is the narrative therapy. Narrative metaphor is any idea used in therapy which is maintained through stories that are related to the life and knowledge of a person about himself or herself. Long-standing metaphor systems are used to initiate a holistic change in the family which means different aspects such as language and interpretation of experiences can also be influenced (Goldenberg and Goldenberg, 2008, p. 365; 470). These adaptations are important in the current therapeutic era since one of the most important concerns within the family is the complexity of the way of life in the society wherein the whole family has to adapt. They can only achieve the proper adaptation skills when every member is working together. On a personal view, I would feel comfortable using the idea in therapy with clients since it encompasses the different aspects of the family wh ich is important since conflicts and problems that are needed to be resolved cannot be isolated or separated from the other issues within the family. IV. Haley’s Case Haley’s belief is common in the family. The example given which is that the mother becomes ill and cannot be left alone when the adolescent daughter wants to go out for the evening can be considered as a manipulative act on the part of the parent. This can only occur when there is lack of communication between the parents and the children. The said scenario can be considered as a last resort for the parent maybe due to prior events when the adolescent daughter did not follow her parents command and still went out without permission. Based on personal observations, another example is

Saturday, November 16, 2019

Biomedical And Biopsychosocial Models

Biomedical And Biopsychosocial Models Health may be defined as the absence of disease and infirmary (Stroebe, 2000) or alternatively not merely an absence of disease or infirmary but a state of complete physical, mental and social well-being (World Health Organisation, 1948). One definition more elaborate than the other, the latter suggesting health is effected by other factors that cannot be physically measured. Since the start of evolution people have looked back to try to explain and understand the factors that influence human functions in relation to health and illness. Many theorists developed perspectives and models of health in order to show health professionals how to promote and improve health in society (Wade Halligan, 2004). Two varying models of health, illness and disease will be discussed in this essay and how they could be applied to Dietetics. These models are the biomedical model and the biopsychosocial model. The use of one model over another in healthcare will be reflected on and the one most suitable for use in Dietetics will be highlighted. The biomedical model of illness concentrates on the physical and biological traits of disease, and to cure these traits will cure disease (Engel, 1977). Biomedical theorists have a dualist belief in that the body is a machine only understandable subjectively by its compartments, separate from the mind (Morrisson Bennet, 2006). Much science today stemmed from knowledge of physical diseases from years ago that were treated quickly and efficiently using rules and rationales for treatment, with the resulting consequence being cure, control or death. This biomedical model of health dominated healthcare in the past century as all disease was thought to stem from cellular abnormalities (Wade Halligan, 2004). It was exclusionist in its form in that those who suffered from various social deviation disorders, social adjustments reactions, character disorders, and dependency syndromes would be excluded from mental illness as these disorders arise in those with intact neurophysiological functioning (Engel, 1977). So what were the consequences of those who did not fit into this category? Unfortunately many were forgotten and ignored, or more extremely in the 1700s shock tactics were used to bring them back to being normal (Bernstein Nash, 2008). Alternatively following in a similar framework of the WHOs definition of health, the biopsycholsocial model of health incorporates biological, psychological and sociocultural factors that contribute to someones health. It was Sigmund Freud who first looked at a persons behaviour in the 1920s and investigated how it may reflect their health status; although evidence was limited it built the ground work for interesting studies that would link personality to disease (Morrisson Bennett, 2006). Convincingly, today, it is thought two-thirds of our behaviour can be linked to our health (Morrisson Bennet, 2006). The biopsychosocial model is both objective and subjective in its application. With this, a humanistic approach can be taken and it is thought that behaviour disorders appear when self-actualisation is blocked. The dietitian using this model would look at a persons lifestyle, and social and cultural factors that affect the individuals health behaviour. Reasons behind this behaviour can be established and methods for changing it to improve health can be established. Dietetic assessment encourages the dietitian to identify with the patient potential and actual health problems. While some problems will be linked to specific medical conditions e.g. Chrons Disease, others will be specific to individuals, their psychology and their social and cultural status e.g. obesity (Aggelton Chalmers, 2000). In doing this the patient is more likely to comprehend and accept the advice and therefore comply with treatment. If a biomedical model of assessment was used, a dietitian would be more interested in what is medically wrong with the patient, focus on signs and symptoms, and problems that arise from illness that can be solved. The dietitian would give a general list of rules for the obese patient to comply with to reduce their weight in a general hierarchical manner. Important questions such as, does the patient understand? Can they afford a healthier diet? and what resources do they need to help control further implications of their disease? would ultimately be neglected. As one can see, the patient would have little or no responsibility of the cause of illness and therefore is classed as a victim of circumstance who becomes a passive recipient of treatment by using a biomedical model in consultations (Wade Halligan, 2004). Engel (1977) supported the idea of using a biopsychosocial model in healthcare so as to give care and treatment holistically to patients. He suggests that by integrating an illness into someones life and showing them solutions to problems that may arise encourages a patient to see how they can cope with their illness or disease. In a hospital the function of a multidisciplinary team is to see a disease from every disciplines point of view and to show how each discipline can contribute to the patients individual care and symptom management when living with their illness. This collaboration of ideas will look at medical, social, psychological, cultural, and physical aspects of care. The patient is more likely to engage and comply with interventions if they are happy with their treatment and the practitioners involved (Stroebe, 2000). However when using the biomedical model and setting orders for the patient, a patient-dietitian relationship may be effected which will cause strain on the overall patient outcome, e.g. if a patients concerns are neglected by a dietitian they are less likely to comply with treatment and more likely to get stressed on seeing that dietitian (Engel, 1977). Increase in stress levels like this can increase blood sugar levels and blood pressure during a hospital stay thus affecting a pa tients length of stay in hospital. The evidence suggests that a persons emotional state always reflects their function and presentation of symptoms, hence using a biomedical model in assessment can lead to a practitioner ignoring potential route causes of a patients problem (Stroebe, 2000). A case in point is eating disorders. There are so many avenues that contribute to an eating disorder and no single cause or symptoms can lead to diagnosis but a complex string of symptoms that will lead to a summative diagnosis (National Association of Anorexia Nervosa and Associated Disorders, 2010). A biopsychosocial model of health would help the practitioner to look beyond the patient sitting in front of them into the various factors in that patients life and how this may affect their eating habits and patterns. By delving further into this patients life the practitioner could get a wider picture of behavioural, psychological, cultural and environmental influences on these patients eating habits. It is recommended in this situation, being very complex, a practitioner would need a variety of motivational interviewing skills and have knowledge of cognitive behavioural therapy (American Dietetic Association, 2001). Alternatively, if a dietitian was to use a biomedical model of health many issues would be left untreated as only the problem of weight loss and malnutrition would be managed, when it is scientifically proven that many other emotional complexities play a pivotal role in eating disorders (ADA, 2001). It could then be summarised then, that from a traditional point of view, using a biomedical model does not allow one to look to reduce mortality rates but rather partially contributes to improvements in healthcare together with other factors such as lifestyle, nutrition, emotions and sanitation. On the other hand by using a biopsychosocial model one can look at health promotion and primary prevention of illnesses and disease (Stroebe, 2000). The WHO (2005) offer ten major lifestyle contributors to over half of the worlds deaths these include, smoking, high cholesterol, high blood pressure, alcohol and obesity. Consequently by using a biopsychosocial model of health a dietitian can highlight contributors of ill-health for a patient at high risk of developing complications or disease. The Dietitian is in a position to help the patient reduce this risk and gain control of their own health, i.e. self-efficacy, through behaviour change techniques. From the literature it is evident to see that using a biopsychosocial model of healthcare incorporates the philosophies of a biomedical model however, the former has wider appeal in that it examines more than biological factors associated with illness and disease. By using a biopsychosocial model one would expect to, highlight areas in healthcare that need to improve, identify places where health promotion needs to be established, and establish the best patient care possible. Although it is not possible to completely neglect the biomedical model, after all, it did lead theorists to further studies and help our healthcare system find cures for specific diseases in the early centuries. However as time goes by research improves and with that healthcare should improve. As a result of all these findings, one can then conclude that a biopsychosocial model of health would be better suited to Dietetic practice. This approach allows one to reflect on individual patients and their needs, and also emphasises Dietitians responsibilities as healthcare professionals to provide holistic evidence based care.

Wednesday, November 13, 2019

Power of Persuasion in Narrative of the Life of Frederick Douglass Essa

Power of Persuasion in Narrative of the Life of Frederick Douglass      Ã‚  Ã‚   In order to convince, one must fist charm the inner feelings of the audience. In Frederick Douglass's Narrative of the Life of Frederick Douglass, he appeals to the interest of the reader through his first hand accounts of slavery, his use of irony in these descriptions, and his balance between evasiveness and frankness.    Douglass's descriptions of the severity of slave life are filled with horrific details able to reach even the coldest hearts. The beginning of the narrative tells of how Douglass lacks one of the most celebrated identities of humans - the knowledge of ones own age. "I have no accurate knowledge of my age, never having seen any authentic record containing it. By far the larger part of the slaves know as little of their ages as horses know of theirs, and it is the wish of most masters within my knowledge to keep their slaves thus ignorant." (12) In saying this Douglass is showing how low the life of a slave is compared to other humans. The idea of slaves being seen as merely work animals is placed into the minds of the reader to set an idea for the rest of the book.    Douglass also gives accounts of the horrific treatment of slaves by the plantation owner. "He (Master) would at times seem to take great pleasure in whipping a slave. I have often been awakened at dawn by the most heart-rending shrieks of an own aunt of mine, whom he used to tie up to a joist, and whip upon her naked back till she was literally covered with blood."(14) He mentions the tangible blood and shrieks to emphasize the pain and torture of a human being. This slave bleeds like any other person and so it is easier for a reader ... ...ed when I first met her at the door, -- a woman of the kindest heart and finest feelings."(28) Douglass even admits that it is rare to find a slave holder who is completely bad. "Bad as all slaveholders are, we seldom meet one destitute of every element of character commanding respect."(39)    In using descriptions of slave life, ironic situations, and general frankness, Douglass is appealing to the emotions of his audience. Douglass is letting people know of the terrors of slavery by touching their emotions. He gets them motivated by being interesting and then builds upon this by describing his life in simple terms that all humans can relate to.    Work cited: All references are to Frederick Douglass, Narrative of the Life of Frederick Douglass, An American Slave, Written by Himself (New York, N.Y.: W.W. Norton and Company, 1997). Â