Combining trend and flat strategies into one TS = grail? - page 11

 
ChachaGames:

A flat is the absence of price directional movement, also called consolidation, a sideways movement in a narrow corridor.

And a trend is a systematic breakthrough by the price of new levels in one direction, naturally with pullbacks, but pullbacks cannot start a new systematic breakthrough of levels in the other direction. Or is there another opinion?

Moving to another timeframe and there is ping pong

You're going to have to trust people

 
ChachaGames:

A flat is the absence of price directional movement, also called consolidation, a sideways movement in a narrow corridor.

And a trend is a systematic breakthrough by the price of new levels in one direction, of course with pullbacks, but pullbacks cannot start a new systematic breakthrough of levels in the other direction. Or is there another opinion?

Naturally, all this on one timeframe
 
ChachaGames:

A flat is the absence of a directional price movement, also called a consolidation, a sideways movement in a narrow corridor.

And a trend is a systematic breakthrough by the price of new levels in one direction, of course with pullbacks, but pullbacks cannot start a new systematic breakthrough of levels in the other direction. Or is there another opinion?

These are just words, they may be phrased differently, let's be more specific, write the formula for the flat and the trend. If it is so easy and unambiguous.
 
Reshetov:
ping-pong to boot
And then there's the flatback, the noise, the half-trend, etc ))))
 
Techno:
They are just words, you can formulate them in different ways, be more specific, write the formula for flat and trend. If it is so easy and unambiguous.

yes it is:

P- current price

Ll - support level

Hl- resistance level

if (P>Ll) {Trend=UP}

if (P<Hl) {Trend=DOWN}

// on these conditions we can say that the previous state has ended and a new one has begun, but the trend or the flat.....

Yes I forgot: delta is still there, how much more or less, fibo not suggested :)

 
ChachaGames:

yes it is:

P- current price

Ll - support level

Hl- resistance level

if (P>Ll) {Trend=UP}

if (P<Hl) {Trend=DOWN}

// on these conditions we can say that the previous state has ended and a new one has begun, but the trend or the flat.....

Oh, I forgot: delta is still there, how much more or less, fibo not to suggest :)

Sorry, corrected it:

if (P<Ll) {Trend=DOWN}

if (P>Hl) {Trend=UP}

 
ChachaGames:

Sorry, I corrected it:

if (P<Ll) {Trend=DOWN}

if (P>Hl) {Trend=UP}

Ha, that's just the convention of going up or down, that's not it at all. You need exactly trend or flat (that's if the 2 classifications of movement only). Further, you write level, but what is it, where are the formulas to build it? Everything needs to be completely simple and unambiguous, come on.
 

Nah... you're getting a little out of hand here.... ....

----

move on to the concrete action - Combine the flat and trend strategies into one... - while you don't care about the flattening trend (filter, trigger...) - do a concrete implementation....

and then maybe you will figure out how to combine them...

 
Aleksander:

Nah... you're getting a little bent out of shape here.... ....

----

They always climb up and get lost, then the mushroom hunters get them out.
 
There are all kinds of trends. A good trend system only needs to identify its own and "match it".