Indicator dump by Dserg - page 19

 
Is x2digma in indicators or....?
 
a53 >>:
А x2digma в индикаторах или....?

See the post on the first page. I have attached all the necessary files there.
 
Dserg писал(а) >>


Set priceFilter to false

OK, it worked, the channel appeared!
 
I did everything you said... but it's not working... too bad... it's a great turkey...
 
baltik >>:
ОК, сработало, канал появился!


Some clarifications on the channels.

The channel is based on standard deviation, but it is not symmetrical and depends on the current trend direction.

If the trend is upwards, the lower boundary of the channel is closer to the Mach than the upper boundary. And vice versa.

Channel parameters are controlled by variables

dev - channel width in standard deviations

dev0 - channel asymmetry from 0 to 1

Spin it around, you'll see how it works.

Why can't I fill outside the channel?

If the trend is down and the price is below the lower limit of the channel, it is too late to sell, we must wait for correction.

If the trend is down but the price is above the channel, it means we might see a trend change or at least a deep correction and it is too dangerous to sell. Thus, we should wait for the price to return to the channel, which will indicate the end of the correction.

This is the logic behind the channel indicator.

 
a53 >>:
я все сделал как у тебя написано..ну не получается никак..а жаль..отличный индюк...


Try to run X2DigMA separately - is there a line?

If not, add libraries to include and recompile.

Need to make sure that X2DigMA works.

 
Yeah, that must be the problem...it's not in the terminal...but in the "indicators" folder it's listed as a text document...what do I do?
 
a53 >>:
да,наверное в нем проблема..его нет в терминале...а в папке "indicators"он записан как текстовый документ...что делать?


1) Put in /experts/include library from include.zip archive

2) Put file X2DigMA.mql4 in /experts/indicators and compile it

3) Restart your terminal and add to the chart indicator X2DigMA

4) If there is a line, it means that my indicator should also work correctly.

 
a53 писал(а) >>
yes, that must be the problem...it's not in the terminal...but in the "indicators" folder it's listed as a text document...what to do?


Indicator doesn't compile automatically

if there are no files in /experts/include

If you compile by hand you will get warnings

 
Yes, that's right...I'm getting warnings...what to do?
Reason: