Next Article in Journal
Preface: The 2nd Computing Congress 2023
Previous Article in Journal
Investigation of Pressure Signal and Leak Detection in Pipes by Using Wavelet Transform in Transient Flow
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

Optimal Parameter Selection and Indicator Design for Technical Analysis Strategies by Computer Software: An Empirical Analysis of the Taiwan Futures Market †

1
Department of Finance, National Pingtung University, Pingtung City 900, Taiwan
2
Department of Finance & Information, National Kaohsiung University of Science and Technology, Kaohsiung 824, Taiwan
*
Author to whom correspondence should be addressed.
Presented at the 2024 IEEE 4th International Conference on Electronic Communications, Internet of Things and Big Data, Taipei, Taiwan, 19–21 April 2024.
Eng. Proc. 2024, 74(1), 56; https://doi.org/10.3390/engproc2024074056
Published: 6 September 2024

Abstract

:
In algorithmic trading, “overfitting” often arises during parameter optimization. To avoid scenarios where in-sample performance is excellent but out-of-sample performance fails to meet expectations, appropriate parameter combinations are crucial for enhancing the robustness of a strategy. To find the appropriate parameter combinations, we identified “parameter plateaus” in the three-dimensional space generated by strategy performance metrics. These plateaus represent parameter combinations where the surrounding performance metrics are relatively similar, reducing the risk of drastic performance drops. Utilizing the four parameter selection methods designed in this study (weighted selection, Standard Deviation Selection, Island Area Selection, and Island Volume Selection), we selected parameter combinations in-sample and validated them out-of-sample, complemented by “rolling window analysis” for long-term profitability stability. We used historical backtesting data from the Taiwan Stock Index Futures, covering the period from 1 January 2000 to 31 December 2022. The data were paired with trading strategies developed based on the moving average technical indicator. Through the four parameter selection methods and the system backtesting approach using rolling windows, we identified parameter combinations in-sample and then validated them out-of-sample. The results showed that the performance metrics improved by more than 50% over those generated using traditional optimal point selection methods, demonstrating the superiority of the parameter selection methods proposed in this study.

1. Introduction

In algorithmic trading, when optimizing parameters for trading strategies, it is common to divide historical price data into two sets: in-sample and out-of-sample. The performance of a strategy applied to trading conditions often exhibits a phenomenon where the in-sample performance looks impressive, but the out-of-sample performance is significantly worse. This situation is referred to as “overfitting” in parameter optimization. Overfitting occurs due to various reasons such as excessive parameter optimization, insufficient sample size, or instability in the performance of parameter combinations.
To avoid overfitting in strategy development, it is crucial to choose appropriate parameter combinations. In a three-dimensional space created by parameter combinations and their performance, the performance of that combination differs significantly from those around it if the selected parameter combination is isolated. This leads to unstable profitability in real trading. Therefore, parameter plateaus or stability regions through appropriate parameter selection methods must be found.
There has been a lack of research proposing an objective strategy parameter selection method. Most studies have relied on systematic backtesting to determine the appropriate strategies for a particular asset. For example, Yan (2017) [1], Cheng (2018) [2], Lee (2019) [3], and Lin (2020) [4] have used plateau search algorithms to identify parameter plateaus and assess the strategy’s applicability to assets. To address the issue of overfitting in parameter optimization, we proposed to use four parameter selection methods: “Weighted Parameter Combination Selection”, “Standard Deviation Parameter Combination Selection”, “Island Area Parameter Combination Selection”, and “Island Volume Parameter Combination Selection”. The purpose of using these methods is to avoid parameter isolation and identify parameter combinations within the in-sample dataset that belong to parameter plateaus. Each of these parameter selection methods is designed to cater to different characteristics of strategies and assets, aiming to find suitable methods for specific scenarios.

2. Literature Review

2.1. Parameter Optimization

In a strategy model, overfitting refers to the phenomenon where the parameters used in the strategy excessively memorize historical data, resulting in the poor generalization ability of the strategy [5]. In representing the performance indicators and parameters as a three-dimensional graph, high performance may be observed in certain parameter combinations where the performance significantly deviates from the surrounding parameters, resembling an isolated island. This is not desirable for a good strategy because, in real trading, the information about the traded asset is not historical but continuously updated. Therefore, a robust strategy must be used to avoid overfitting and strive to find stable parameter combinations (similar to plateaus) though they may not have the best performance and are not significantly different from neighboring parameter combinations [6]. To prevent the issue of overfitting, it is essential to avoid finding parameter combinations that form parameter islands and strive to discover what are known as parameter plateaus. At this point, it is challenging to define these parameter plateaus. In earlier research, the majority relied on visual judgment, meaning they subjectively determined whether a parameter combination constituted a plateau. However, Lee (2015) [7] introduced the concept of using the Regional Growth Algorithm to identify parameter plateaus. Subsequently, researchers such as Yan (2017) [1], Cheng (2018) [2], Lee (2019) [3], and Lin (2020) [4] also applied this algorithm to various technical indicators and assets. In this study, we used four parameter selection methods based on the literature mentioned above.

2.2. Walk Forward Analysis (Moving Window)

In validating the robustness of a trading strategy, it is common to split the backtesting period into in-sample and out-of-sample data sets based on a certain proportion. Assuming that the out-of-sample data represent unknown real market data, the optimization of parameter combinations is performed using historical data within the in-sample period. These optimized parameters are then tested on the out-of-sample data, simulating the performance of using the optimized parameter combination in a real market scenario.
The concept of “Walk Forward Analysis” was initially introduced by Robert Pardo [8]. This method involves dividing the backtesting period into multiple windows to examine how the optimized parameter combinations from the in-sample data perform in the out-of-sample period. If the strategy continues to yield profits in the out-of-sample period and consistently across different windows, the strategy possesses robustness. Conversely, if the strategy fails to perform well in the out-of-sample period, the strategy lacks robustness. To measure the robustness of a strategy in Walk Forward Analysis, the Walk Forward Efficiency (WFE) indicator is often used. This indicator is used to compare the performance of in-sample and out-of-sample data for each window by dividing the out-of-sample data by the in-sample data [6,8]. Through Walk Forward Analysis, it is assessed whether a strategy model is susceptible to overfitting. This method improves the strategy model or changes in parameter selection methods to avoid overfitting of strategy parameters [6].

3. Research Methodology

In this study, Taiwan Stock Index Futures (FITXN) was used as the trading asset, and a moving average-based trading strategy [9] was employed. Python’s BackTrader external library was used for initial backtesting, while subsequent parameter search and strategy analysis were automated using Python. The BackTrader package in Python was used for optimization and backtesting. It generates daily profit and loss performance reports for all parameter combinations. Subsequently, Python was used for data processing and analysis, setting the in-sample and out-of-sample window sizes. Three performance indicators were evaluated using the four parameter selection methods designed in this study: “Weighted Parameter Combination Selection”, “Standard Deviation Parameter Combination Selection”, “Island Area Parameter Combination Selection”, and “Island Volume Parameter Combination Selection”. It was determined whether these methods outperform the “Single-Point Parameter Combination Selection” method in terms of out-of-sample performance. This assessment was used to determine the suitability of each parameter selection method for different combinations of assets and strategies.
  • Trading Backtest Asset and Data Source: The asset used for trading backtesting in this study was the Taiwan Stock Index Futures (FITXN), with data sourced from XQ Cai Pan Gao Shou’s near-month futures daily data. The data from 1 January 2000 to 31 December 2021 comprised 2703 data points.
  • Trading Strategy Design (Moving Average Trading Strategy)
    (1)
    Indicator Introduction: The moving average is the arithmetic mean of the closing price over ‘n’ days.
    (2)
    Name Definitions: Two moving averages are defined, namely MA1 and MA2.
    (3)
    Entry Signals
    • Long Entry: When MA1 crosses above MA2 from below, and the position is flat (0), enter long at the next day’s opening price.
    • Short Entry: When MA1 crosses below MA2 from above, and the position is flat (0), enter short at the next day’s opening price.
  • Exit Signals
    • Long Exit: When MA1 crosses below MA2 from above, and the position is long (1), exit at the next day’s opening price.
    • Short Exit: When MA1 crosses above MA2 from below, and the position is short (−1), exit at the next day’s opening price.
    • Indicator Parameters: MA1 and MA2 have lengths ranging from 1 to 60 with an interval of 1, resulting in 3600 parameter combinations.
  • Trading Basic Settings: The trading size for both entry and exit was fixed at 1 contract. The transaction cost was set at 50 units with a contract value of 200 units per point. The trading margin was 184,000 units.
  • Definition of Trading Performance Metrics
    (1)
    Net Profit: The total return is generated by the trading strategy over the entire backtesting period.
    Net profit = Gross profit Gross loss ,
    (2)
    Maxdrawdown (MDD): The MDD is calculated as a risk of the trading strategy over the entire backtesting period.
    m a x   ( D D 1 ,   D D n ) ,
    (3)
    Minimum Acceptable Return (MAR): The MAR index is a performance metric used to measure the risk-adjusted return of a trading strategy. It can be interpreted as the average annual return per unit of maximum risk. The formula for MAR includes a simple interest formula and a compound interest formula. If the number of contracts traded varies with the size of the capital, the compound interest formula is used. In this study, the number of contracts traded was fixed, so the simple interest formula is employed as (3).
    MAR = ( Net Profit / Number of Years ) / MDD ,
    (4)
    Walk Forward Efficiency (WFE): It is the annualized out-of-sample net profit divided by the annualized in-sample net profit, and this performance metric is used to measure the robustness of the trading system.
    ( O u t - o f - s a m p l e   N e t   P r o f i t N u m b e r   o f   Y e a r s ) ( I n - s a m p l e   N e t   P r o f i t N u m b e r   o f   Y e a r s ) ,
Figure 1 depicts a three-dimensional plot with the x-axis representing Parameter 1, the y-axis representing Parameter 2, and the z-axis representing the performance metric net profit. In order to avoid finding parameter combinations that may lead to performance peaks (where neighboring parameter combinations may not perform well, resembling isolated islands), parameter combinations that may not have the highest central performance but are robust (where neighboring parameter combinations also perform well, resembling plateaus) need to be identified. We used the four parameter selection methods to address this issue.
In constructing the three-dimensional plot of parameters, we used net profit as the z-axis and two other performance metrics (MDD and MAR) separately to construct three-dimensional plots. We determined which performance metrics resulted in the most robust performance when combined with one of the parameter selection methods. If net profit is chosen as the filtering criterion, higher values are better. However, if the filtering criterion is MDD, since MDD is a risk indicator, lower values are preferable. If the chosen filtering criterion is MAR, higher values indicate better performance because MAR is the result of net profit divided by MDD.
The following is an explanation of the four parameter selection methods designed in this study.

3.1. Weighted Parameter Combination Selection Method

By taking a weighted average of the performance of each parameter combination and its neighboring parameter combinations, where neighboring parameter combinations are defined as those within one to three circles of expansion. The design of the weighting ratios adopts the concept of “inverse distance weighting”, using the reciprocal of the distance between parameter combinations as weights (Equation (5)). The weight of the central parameter combination is 1. After weighting, parameter combinations that are farther away have a smaller influence.
w i = 1 ( x i x c e n t e r ) 2 + ( y i y c e n t e r ) 2 ,
w i : Weight of parameter combination i
x i ,   y i : Position of parameter combination i
x c e n t e r ,   y c e n t e r : Position of the central parameter combination
x i x c e n t e r   a n d     y i y c e n t e r
If x i , y i are the central points, the formula’s result would be infinite; in this study, the weight for this case is set to 1.

3.2. Standard Deviation Parameter Selection Method

The Standard Deviation Parameter Selection Method is used to identify parameter combinations within the in-sample dataset that exhibit relatively stable performance compared to their neighboring parameter combinations. This method begins by filtering out parameter combinations for each period in the in-sample dataset where the net profit is greater than the average net profit of all parameter combinations. It then calculates the standard deviation for each parameter combination concerning its neighboring parameter combinations. The standard deviation indicates the level of variation between the parameter combination and its neighbors; a higher standard deviation implies greater variation, while a lower standard deviation implies less variation. Finally, the method selects the parameter combination with the lowest standard deviation from all parameter combinations as the recommended parameter and evaluates its performance on the out-of-sample data. The formula for standard deviation is given by Equation (6).
σ i = 1 N i = 1 N ( I n d i I n d ¯ ) 2 ,
σ i : The standard deviation of the performance (net profit, MDD, MAR) of parameter combination i and its neighbors within two circles.
I n d i : The performance value of parameter combination i (net profit, MDD, MAR).
I n d ¯ : The mean of parameter combination i and its neighboring parameter combinations.
N : The number of parameter combinations i and its neighbors.

3.3. Island Area Parameter Selection Method

This method can be likened to comparing benchmark performance to sea level as illustrated in Figure 2. It examines the areas occupied by different islands located at sea level and selects the parameter point with the best performance from the largest island as the parameter choice. Regarding benchmark performance, we arranged the performance of all parameter combinations within the in-sample dataset from smallest to largest for each period. Subsequently, benchmark performance was determined by percentile ranks (PR). In this study, PR values were set at 90, 95, and 99.

3.4. Island Volume Parameter Selection Method

As shown in Figure 2, the approach involves examining the volumes (sum of performance) occupied by different islands located at sea level and selecting the parameter point with the best performance from the largest island as the parameter choice. Regarding benchmark performance, we arranged the performance of all parameter combinations within the in-sample dataset from smallest to largest for each period. Subsequently, benchmark performance was determined by percentile ranks (PR). As previously mentioned, PR values in this method were set at 90, 95, and 99.

4. Results

4.1. Weighted Parameter Selection Method

Table 1 presents the out-of-sample performance for the Weighted Parameter Selection Method. When filtering by net profit, 28 performance metrics outperformed the Best Point Selection Method, accounting for 62% of the total. Among these, one was statistically significant, and none were statistically inferior. When filtering by MDD, 28 performance metrics outperformed the Best Point Selection Method, making up 62% of the total. One was statistically significant, and none were statistically inferior. When filtering by MAR, 30 performance metrics outperformed the Best Point Selection Method, accounting for 67% of the total. Among these, seven were statistically significant, and two were statistically inferior.
Table 2 presents a comparison of in-sample and out-of-sample performance for the weighted selection method. When using net profit as the selection criterion, 10 WFE values were higher using the Best Point Selection Method, accounting for 67% of the total. When using MDD as the selection criterion, 10 WFE values were better than using the Best Point Selection Method, also accounting for 67% of the total. Finally, when using MAR as the selection criterion, 10 WFE values were better than using the Best Point Selection Method, constituting 67% of the total. As shown in Table 1 and Table 2, the performance indicator ISNetProfit was measured in ten thousand units, and the shaded areas indicated that the performance of this indicator is superior to the “Best Point Parameter Selection Method”.

4.2. Standard Deviation Selection Method

The out-of-sample performance of the Standard Deviation Selection Method, using net profit as the selection criterion, showed that 34 performance indicators outperformed the Best Point Selection Method, accounting for 76% of the total. Among these, 11 indicators exhibited statistically significant outperformance, while none showed significant underperformance. When MDD was used as the selection criterion, 19 performance indicators outperformed the Best Point Selection Method, making up 42% of the total. Only one of these indicators was statistically significantly better, while five indicators were significantly worse. When using MAR as the selection criterion, 38 performance indicators with the Standard Deviation Selection Method were better, representing 84% of the total. Out of the 38 indicators, 12 indicators exhibited statistically significant outperformance, and 3 showed significant underperformance. Therefore, when comparing in-sample and out-of-sample performance for the Standard Deviation Selection Method, 12 WFE values that the Best Point Selection Method based on net profit, constituting 80% of the total. For MDD-based selection, seven WFE values were better than the Best Point Selection Method, accounting for 47%. Finally, when selecting based on MAR, 14 WFE values outperformed the Best Point Selection Method, making up 93% of the total.

4.3. Island Area Selection Method

The out-of-sample performance for the Island Area Selection Method with net profit as the filtering criterion showed that 30 performance indicators outperformed the Best Point Selection Method, accounting for 67% of the total. Two were statistically significant improvements, and none exhibited significant deterioration. When using MDD as the filtering criterion, 19 performance indicators outperformed the Best Point Selection Method, constituting 42% of the total. Two showed statistically significant improvements, while one exhibited significant deterioration. With MAR as the filtering criterion, 38 performance indicators outperformed the Best Point Selection Method, representing 84% of the total. Among these, eight exhibited statistically significant improvements, and none showed significant deterioration. Furthermore, in the comparison of in-sample and out-of-sample performance for the Island Area Selection Method, 10 WFE outperformed the Best Point Selection Method when using net profit as the filtering criterion, accounting for 67% of the total. When using MDD as the filtering criterion, 12 WFE outperformed the Best Point Selection Method, constituting 80% of the total. Lastly, when using MAR as the filtering criterion, 10 WFE outperformed the Best Point Selection Method, representing 67% of the total.

4.4. Island Volume Parameter Selection Method

The out-of-sample performance for the Island Volume Selection Method with net profit as the filtering criterion showed that 32 performance indicators outperformed the Best Point Selection Method, accounting for 71% of the total. Among them, four were statistically significant improvements, and one exhibited significant deterioration. When using MDD as the filtering criterion, 24 performance indicators outperformed the Best Point Selection Method, constituting 53% of the total. One showed statistically significant improvements, and none exhibited significant deterioration. With MAR as the filtering criterion, 30 performance indicators outperformed the Best Point Selection Method, representing 67% of the total. Nine exhibited statistically significant improvements, and one showed significant deterioration.
When comparing in-sample and out-of-sample performance for the Island Volume Selection Method, 11 WFE outperformed the Best Point Selection Method, accounting for 73% of the total when using net profit as the filtering criterion. When using MDD as the filtering criterion, six WFE outperformed the Best Point Selection Method, constituting 40% of the total. Lastly, when using MAR as the filtering criterion, 10 WFE outperformed the Best Point Selection Method, representing 67% of the total.

5. Conclusions

We proposed using the Selection Method, Standard Deviation Selection Method, Island Area Selection Method, and Island Volume Selection Method in the Walk-Forward system backtesting approach. These methods identified appropriate parameter combinations within the in-sample data. These combinations were validated for the out-of-sample data using a trading strategy constructed based on the moving average indicator and applied to Taiwan Stock Index Futures from 1 January 2000 to 31 December 2022. The performance of the proposed parameter selection methods was compared with that of the traditional single-point selection method. Furthermore, the relationship between various parameters within each selection method (window ratio, extension cycles, or benchmark PR) and the MAR performance indicator was analyzed.
The performance indicators of the proposed four parameter selection methods exceeded those of the traditional single-point selection method by more than 50%. Therefore, compared to the traditional single-point selection method, the parameter selection methods proposed are effective in selecting robust out-of-sample strategy parameter combinations. Based on the relationship between the various parameters (window ratio, extension cycles, or benchmark PR) of each selection method and the MAR performance indicator, it was observed that superior performance tended to cluster around specific windows or extension cycles when combined with specific parameter selection methods. This phenomenon suggests that users can consider appropriately expanding the parameters (window ratio, extension cycles, or benchmark PR) of the selection methods in future research.

Author Contributions

Conceptualization, C.-Y.C. and H.-Y.L.; methodology, C.-Y.C. and H.-Y.L.; software, H.-W.T.; validation, C.-Y.C., H.-Y.L. and H.-W.T.; resources, C.-Y.C. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

Data are contained within the article.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Yan, M.-C. Modeling and Design and Implementation of Profitability Evaluation of Automated Trading Strategies Using Data Mining. Master’s Thesis, National Central University, Taoyuan, Taiwan, 2017. [Google Scholar]
  2. Cheng, H. Design and Verification of an Automated Platform for Analyzing the Optimal Suitability of Multi-Commodity Primary and Secondary Strategies Using Distributed Computing. Master’s Thesis, National Central University, Taoyuan, Taiwan, 2018. [Google Scholar]
  3. Lee, H.-Y. Design and Implementation of an Automated Platform for Evaluating and Comparing Risk and Profitability in Multi-Commodity Multi-Strategy Trading. Master’s Thesis, National Central University, Taoyuan, Taiwan, 2019. [Google Scholar]
  4. Lin, H.-Z. Analysis and Comparison of Profit Stability in Multi-Commodity Correlations. Master’s Thesis, National Central University, Taoyuan, Taiwan, 2020. [Google Scholar]
  5. Tsai, Y.-L. Machine Learning—Overfitting and Underfitting That Cannot Be Ignored. IT Help. Available online: https://ithelp.ithome.com.tw/articles/10278254 (accessed on 3 September 2023).
  6. Pardo, R. The Evaluation and Optimization of Trading Strategies, 2nd ed.; John Wiley & Sons Inc.: Hoboken, NJ, USA, 2008. [Google Scholar]
  7. Lee, J.-W. Design and Implementation of a Multi-Dimensional Analysis Platform for Trading Program Optimization. Master’s Thesis, National Central University, Taoyuan, Taiwan, 2015. [Google Scholar]
  8. Ruggiero, R. Can Your System Do the Walk? Futuresmag. 2010. Available online: http://www.futuresmag.com/2010/03/31/can-your-system-do-walk (accessed on 10 September 2023).
  9. Fernando, J. Moving Average (MA): Purpose, Uses, Formula, and Examples. Investopedia. Available online: https://www.investopedia.com/terms/m/movingaverage.asp (accessed on 23 September 2023).
Figure 1. Parameter plateau and parameter island illustration.
Figure 1. Parameter plateau and parameter island illustration.
Engproc 74 00056 g001
Figure 2. Three-dimensional illustration of island selection method.
Figure 2. Three-dimensional illustration of island selection method.
Engproc 74 00056 g002
Table 1. Out-of-sample performance for the weighted parameter selection method.
Table 1. Out-of-sample performance for the weighted parameter selection method.
Window ProportionFiltering IndicatorNetProfitMDDMAR
Circles012301230123
Benchmark
11NetProfit68.1662.1358.32−14.94−2.24−18.388.9471.36107.8314 43.58−7.98
MDD99.46130.4586.38123.9273.5660.6450.3638.2749.38111.3278.46107.58
MAR0.0330.0230.032−0.006−0.001−0.0140.0840.089 0.1040.0060.026−0.004
21NetProfit10.8−21.38−43.62−18.47−34.23−0.3918.8−16.38−36.84−76.8−49.38−18.4
MDD78.79100.2674.0277.362.9870.5185.2665.3276.9104.4486.1973.88
MAR0.007−0.011−0.029−0.012−0.02700.011−0.013−0.024−0.037−0.029−0.012
31NetProfit26.64101.447.18−0.9816.34−27.8−34.82−44.42−93.815.4675.72−11.1
MDD153.2984.5496.09104.7248.3376.46102.5598.2119.6663.2670.2590.55
MAR0.0090.0630.02600.018−0.019−0.018−0.024−0.0410.0050.057−0.006
41NetProfit10.89168.6165.4681.19−31.14−15.5811.8547.13−34.981.385.5999.68
MDD154.2670.9674.7846.1451.2375.8837.940.0470.9266.3246.1446.14
MAR0.0040.1320.1230.098−0.034−0.0110.0170.065−0.0270.0680.1030.12
51NetProfit133.34217.8 183.62165.8−14.23−18.9625.0242.59−102.56126.7 193.66 98.06
MDD112.6273.1757.2961.8254.3834.3636.830.2159.6864.51 59.8462.5
MAR0.070.1750.1890.158−0.015−0.0320.040.083−0.0380.1160.19
Table 2. Comparison of in-sample and out-sample performance for the weighted selection method.
Table 2. Comparison of in-sample and out-sample performance for the weighted selection method.
Window ProportionFiltering IndicatorNetProfitMDDMAR
PR012301230123
Benchmark
11ISNetProfit1080.6902.75862.75778.66353.4261.16240.64234.4738.98727.06786.62707.7
WFE0.0630.0690.068−0.019−0.006−0.070.370.3040.1460.0190.055−0.011
21ISNetProfit1454.391184.471114.48983.08436.78410.06412.34422.861261.321088.491032.111023.56
WFE0.014−0.036−0.078−0.038−0.156−0.0020.092−0.078−0.058−0.142−0.096−0.036
31ISNetProfit1623.4214211305.521193.8550.28488.21473.56475.61492.981207.531248.661035.88
WFE0.0480.2130.108−0.0030.09−0.171−0.222−0.279−0.1890.0150.183−0.033
41ISNetProfit1819.731595.121420.31285.49694.26550.04460.5453.861538.331372.391266.861156.65
WFE0.0240.4240.4640.252−0.18−0.1120.1040.416−0.0920.2360.2720.344
51ISNetProfit1989.321806.241611.881531.26777.12491.86460.86458.261799.661726.031689.721599.44
WFE0.3350.6050.570.54−0.09−0.1950.270.465−0.2850.3650.5750.305
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Lin, H.-Y.; ChiangLin, C.-Y.; Tseng, H.-W. Optimal Parameter Selection and Indicator Design for Technical Analysis Strategies by Computer Software: An Empirical Analysis of the Taiwan Futures Market. Eng. Proc. 2024, 74, 56. https://doi.org/10.3390/engproc2024074056

AMA Style

Lin H-Y, ChiangLin C-Y, Tseng H-W. Optimal Parameter Selection and Indicator Design for Technical Analysis Strategies by Computer Software: An Empirical Analysis of the Taiwan Futures Market. Engineering Proceedings. 2024; 74(1):56. https://doi.org/10.3390/engproc2024074056

Chicago/Turabian Style

Lin, Hsio-Yi, Chieh-Yow ChiangLin, and Hsuan-Wei Tseng. 2024. "Optimal Parameter Selection and Indicator Design for Technical Analysis Strategies by Computer Software: An Empirical Analysis of the Taiwan Futures Market" Engineering Proceedings 74, no. 1: 56. https://doi.org/10.3390/engproc2024074056

APA Style

Lin, H.-Y., ChiangLin, C.-Y., & Tseng, H.-W. (2024). Optimal Parameter Selection and Indicator Design for Technical Analysis Strategies by Computer Software: An Empirical Analysis of the Taiwan Futures Market. Engineering Proceedings, 74(1), 56. https://doi.org/10.3390/engproc2024074056

Article Metrics

Back to TopTop