ASCTrend system - page 102

 

Indicator is on this post inside zip file:

https://www.mql5.com/en/forum/173249/page10

But you can use PriceChannel_Signal_v1.2 indicator from this post https://www.mql5.com/en/forum/173249/page62 because this indicator with Length = 9 is looking exact the same as Asctrend. Besides, this PriceChannel_Signal_v1.2 indicator is having 2 kinds of alert (as a warning on open bar once and normal one on closed bar).

 

ASCTrend with sound

But you can use PriceChannel_Signal_v1.2 indicator from this post https://www.mql5.com/en/forum/173249/page62 because this indicator with Length = 9 is looking exact the same as Asctrend. Besides, this PriceChannel_Signal_v1.2 indicator is having 2 kinds of alert (as a warning on open bar once and normal one on closed bar).

Thanks ND, on ball as usual.

 

How to open in the same bar

Hello,

I'm still trying asctrend 1.1 (I prefer that one), and have made some modifications, but I'm not a programmer and made a mess.

I'm looking for two things:

1. Open trade in the same bar (even if arrow dissapears seconds later). I don't know if I need to modifiy variables ASCtrend and ASCtrend1, or what for are that variables?

bool ASCtrendBuy = ASCtrend>0 && ASCtrend1<0;

bool ASCtrendSell = ASCtrend0;

2. Instead of close losing trade when a counter arrow appears, simply put a "x" pip stoploss to the losing (for example 10), and open new trade according to the arrow.

I tried to modify it, but new trade doesn't open. I know it's because there is an "exist positions" = "true", but when I made changes avoiding this, each tick there is a new trade opened when arrow is present on the bar.

Thanks in Advance.

PD Don't blame on me if I use an older asctrend, I prefer that one.

 

Well I figured it out request No. 1:

asctrend = asctrend1;

if(Open[1]>bsmax) asctrend= 1; //changed close to open

if(Open[1]<bsmin) asctrend=-1; //changed close to open

I beg you, please help me with my second request.

 
 

Hi

I have put EA 1.7 in my M15 chart..

It is not trading?

what m i mising?

please help..

kinda new to this one...

I also turned on Expert Advice..

Please help

 

Did you place PriceChannel_Stop_v1.3 indicator in indicators folder?

https://www.mql5.com/en/forum/173249/page65

 

yes i did..

 

can u plase prodive me with working indicator and EA for this system. I wanna install it fresh and give it another shot.

Thanks

 
sillykiddo:
can u plase prodive me with working indicator and EA for this system. I wanna install it fresh and give it another shot. Thanks

EAs' are here:

https://www.mql5.com/en/forum/173249/page51

https://www.mql5.com/en/forum/173249/page10

Some set is here: https://www.mql5.com/en/forum/173249/page63

On the first post you have links to a PDF with instructions besides links to almost all important about this method.

Reason: