Xiong Luo / Profile
- Information
|
5+ years
experience
|
7
products
|
36
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
In this article, we consider yet another custom trading strategy optimization criterion based on the balance graph analysis. The linear regression is calculated using the function from the ALGLIB library.
It is essential to detect whether a market is flat or not for many strategies. Using the well known ADX we demonstrate how we can use the Strategy Tester not only to optimize this indicator for our specific purpose, but as well we can decide whether this indicator will meet our needs and get to know the average range of the flat and trend markets which might be quite important to determine stops and targets of the markets.
A cross - track indicator that visually shows the current bullish/bearish trend of the market through the midline (mid track), main line (upper track), and sub-lines (lower track). Intersections or upper rail turns can be used as buying and selling positions. Parameter description: period:10 price: WEIGHTED //HIGH //LOW //OPEN //CLOSE //MEDIAN //TYPICAL //AVERAGE //WEIGHTED method:Linear weighted //Simple //Exponential //Smoothed // Linear weighted main offset:1.5 sub offset:1 base:2 counts add
根据高开低收价格确定反转点位,画出的极点折线。 The pole polyline is drawn according to the high opening and low closing price to determine the reversal point. 参数(Args): 1.周期数(Period)。参与界限计算的K柱数量。 2.界限(Divide)。计算方式包括: t1,顺高低价 (Buy min H,Sell max L) t2,逆高低价 (Buy min L,Sell max H) t3,收盘价 (Buy min C,Sell max C) t4,开盘价 (Buy min O,Sell max O) t5,高开低收价的一半

