Elite indicators :) - page 1501

 
Hi,
I guess there is a problem with the "ptl 2.07 histo (alerts + lines 3 state histo)" indicator.
Graph histo is correct but hist1 and hist2 output values do not produce correct signals on some cases.
Is it possible to fixed this problem?


 
alberto:
Hi,
I guess there is a problem with the "ptl 2.07 histo (alerts + lines 3 state histo)" indicator.
Graph histo is correct but hist1 and hist2 output values do not produce correct signals on some cases.
Is it possible to fixed this problem?


Nothing to be fixed. Check your code that you using to retrieve the signals or what settings are you using
 

hi 

Someone with technology

this indicator Add alert&mail please

Files:
 

Forum on trading, automated trading systems and testing trading strategies

Please edit your post to insert your image (don't attach an image, insert the image) 

Image (Alt+I)

Thank you.

 

dear sir, mladen 


can u make this indicator - end point

 
hi guys, I'm using mt5 and in my EA (that is a "trend EA" ) what indicator I can use to "easy" detect sideway market?
 
zemo:
hi guys, I'm using mt5 and in my EA (that is a "trend EA" ) what indicator I can use to "easy" detect sideway market?

Almost any indicator can be used to estimate the secondary trend for example - 

Forum on trading, automated trading systems and testing trading strategies

Market Condition Evaluation based on standard indicators in Metatrader 5

Sergey Golubev, 2013.01.02 15:33

 

Just back to this post  with 3 Stoch MaFibo system/setup.

1.  Trend following

1.1. Primary trend

Uptrend (bullish):

 

 

Downtrend (bearish):

 

 

 

 


Forum on trading, automated trading systems and testing trading strategies

Market Condition Evaluation based on standard indicators in Metatrader 5

Sergey Golubev, 2013.01.02 15:58

So, concerning trend following way -

uptrend if

- signal line (dotted line) is below main line  
&&
- both lines are growing
&&
- both lines are above level 50

&& is and in mql5 programming language (read more here) :)

============

downtrend:

- signal line (dotted line) is above main line  
&&
- both lines are falling
&&
- both lines are below level 50

============ 

Why level 50? No idea. It may be any level but 50 is usually used for that.
Example - if you ask the coder to program EA for you telling him that "the signal is filtering by stochastics indicator" so the coder will use trend following way of fintering with the level 50.
 

 

Forum on trading, automated trading systems and testing trading strategies

Market Condition Evaluation based on standard indicators in Metatrader 5

Sergey Golubev, 2013.01.02 16:10

1.2. Secondary trend.

Some people may ask:
"that is fine but what ... if signal line (dotted line) is above main line and both lines are fall but both lines are above level 50?"

Good question.
It is secondary trend.

There are many kinds of secondary trend but we will discuss Correction and Bear Market Rally.

This is Correction:

  

 

Correction is the following: it is still uptrend (all lines are above 50) but all the lines are moved on downtrend way. We will have downtrend when those lines will cross level 50 from above.
This is correction.

And this is Bear Market Rally:



 

Forum on trading, automated trading systems and testing trading strategies

Market Condition Evaluation based on standard indicators in Metatrader 5

Sergey Golubev, 2013.01.02 16:31

 

People are calling Correction and Bear Market Rally using just one word for both: correction.
Programmers are having different name for it: counter trend.
So, if someone is telling: "I have counter trend EA based on stochastic indicator" - we know what he is talking about.

There are some more kinds of secondary trend: non-trading, ranging and more.
But we will discuss it when we will make some explanation about divergence.

By the way, what is the most great indicator to estimate primary and secondary trend?
This is standard indicator in MT5:
MACD

============

Some people suggested to me to write some article about. But I am not ready yet. Besides, what I am explaining here is my practical knowlegde.
may be, later - I will write something.

More to follow. 

 

 

the other example - 

Forum on trading, automated trading systems and testing trading strategies

Gold is Reaching at 1270

Sergey Golubev, 2013.07.01 21:04

How can we know: correction, or bullish etc (in case of using indicator for example)?

well ... let's take AbsoluteStrength indicator from MT5 CodeBase.

bullish (Bull market) :

bearish (Bear market) :

ranging (choppy market - means: buy and sell on the same time) :


flat (sideways market - means: no buy and no sell) :

correction :

correction in a bear market (Bear Market Rally) :


Forum on trading, automated trading systems and testing trading strategies

Gold is Reaching at 1270

Sergey Golubev, 2013.07.01 21:43

red lines are for sell (sell lines), blue lines are for buy (buy lines). So, bullish (uptrend) and bearish (downtrend) are separated by color of the lines in this indicator. Buy is main blue line is above blue signal line and both are in uptrend. If "sell within no buy" - this is correction (opposite for rally). if "no buy" and "no sell" - this is flat.
 

And this is whole the story about - 

---------------------

Market condition

  • the theory with examples (primary trend, secondary trend) - read staring from this post till this one
  • Summary about market condition theory is on this post 
  • Practical examples about every market condition case by indicators: starting from this page till this one
     
  • trendstrength_v2 indicator is here,
     
  • AbsoluteStrength indicator new version is here
  • AbsoluteStrength indicator old version is on this post

  • AbsoluteStrengthMarket indicator is here to download.

  • good feature in Metatrader 5: moving  stop loss/take profit by mouse on the chart (video about howto) 

  • predictions are very different thing from technical/fundamental analytsis the post with explanation 

  • Technical vs. Fundamental; Short-Term vs. Medium-Term vs. Long-Term; Discretionary vs. Automated - the post

  • Market condition setup (indicators and template) is here 

Forum on trading, automated trading systems and testing trading strategies

Trade/Range Identification

Sergey Golubev, 2018.01.06 09:19

And in case of MT4 - 

============

Market Condition

The beginning:

  1. Market condition indicators/tools thread 
  2. Market condition and EAs thread 
  3. How to use Support and Resistance Effectively - educational thread 
  4. Trend indicators thread

After

  1. Market Condition Evaluation (2 EAs were created) - the summary 
  2. Market Condition Evaluation based on standard indicators in Metatrader 5 - the key thread 
  3. Market condition - AbsoluteStrength indicator - the page

============



 

Good one.

It doesnot repaint.

Reason: