fxcodebase-backup

Quadratic regression

Source: https://fxcodebase.com/code/viewtopic.php?f=17&t=67123
Forum: 17 · Topic 67123 · 4 post(s)


Quadratic regression

Apprentice · Sat Dec 08, 2018 9:43 am

EURUSD H8 (04-02-2018 0313).png

A quadratic regression is a process of finding the equation of the parabola that best fits a set of data.

Quadratic regression.lua


Quadratic semaphore

Apprentice · Sat Dec 08, 2018 10:33 am

EURUSD H8 (04-02-2018 0418).png

The quadratic semaphore is an indicator that finds confirmed market u-turn with the help of 2 quadratic regression calculated with Highs and Lows over the last “length” periods.

“p” setting is candlesticks quantity to confirmed the quadratic regression has formed a High or Low parabola, such as Fractals. Consecutive same signals can happen due to the use of different price values for the upper and lower semaphore.

Quadratic semaphore.lua

Quadratic semaphore based strategy. viewtopic.php?f=31&t=67128


Re: Quadratic semaphore

Reymondpolanco · Sat Dec 08, 2018 6:53 pm

Apprentice wrote:

EURUSD H8 (04-02-2018 0418).png

The quadratic semaphore is an indicator that finds confirmed market u-turn with the help of 2 quadratic regression calculated with Highs and Lows over the last “length” periods.

“p” setting is candlesticks quantity to confirmed the quadratic regression has formed a High or Low parabola, such as Fractals. Consecutive same signals can happen due to the use of different price values for the upper and lower semaphore.

Quadratic semaphore.lua

Can you make an strategy for this


Re: Quadratic regression

Apprentice · Sun Dec 09, 2018 8:56 am

Quadratic semaphore based strategy. viewtopic.php?f=31&t=67128