Indicators: TrendLineAlert

 

TrendLineAlert:

The indicator displays the inclined trend line that sets the signal actuating level.

As soon as the price reaches the actuation level, the indicator starts giving alerts or sound alarms.

Author: Nikolay Kositsin

TrendLineAlert

 

HI;

WITH THANK FOR YOUR GOOD INDICATOR;

i try to use 2 TrendLineAlert  with different name ( for ex:  TrendLineAlert_1   &  TrendLineAlert _2

top and bottom a range ;

but after set first TrendLineAlert_1   then ,

the second dose not  running;

is that from source of mql indicator ;

can you tell me please : if i can use 2 of this indicator  in one chart with together  or not ?

thanks.

 
Hi. Thank you for the indicator. But there is often an error when you delete an indicator. Then after some time you add it again, but it is in the list of indicators, but trendline is not on the chart. Experimentally, I found out that the variable level_name="Trend_Level_1" is always occupied. (even after deleting the indicator). This can be found out during the experiment: I add an indicator, remove the indicator, add just a trendline and try to change the name to "Trend_Level_1", then there is an error that this name is occupied.
 
ognevoy:
Hi. Thank you for the indicator. But there is often an error when you delete an indicator. Then after some time you add it again, but it is in the list of indicators, but trendline is not on the chart. Experimentally, I found out that the variable level_name="Trend_Level_1" is always occupied. (even after deleting the indicator). This can be found out during the experiment: I add an indicator, remove the indicator, add just a trendline and try to change the name to "Trend_Level_1", then there is an error that this name is occupied.
Amazing! But I have absolutely nothing like this in any way! But I have a complete order with my computer, operating system and a lot of RAM!
 

I got out of this situation in my own way. I assign a new name in the indicator, which is different from Trend_Level_1 (for example, Trend_Level_2) and add it to the chart. My computer is not old either :-)

I run under Win7 x86 without administrator rights

 

The problem is that when change time frame becouse repaint trend line in new position every time

 
Good afternoon! The indicator jumps on ticks. There is no signal.