Cross! - page 9

 
Linuxser:
With Alarm. This seems to work Ok. Please test it.

Did you change it, it looks the same still does not alert for me?

There is something wrong with this part, works first time round when indicator is loaded but then does not refresh

if ((fasterMAnow > slowerMAnow &&

fasterMAprevious <= slowerMAprevious &&

fasterMAafter > slowerMAafter &&

mediumMAnow > slowerMAnow )

||

(fasterMAnow > slowerMAnow &&

mediumMAnow > slowerMAnow &&

mediumMAprevious <= slowerMAprevious &&

mediumMAafter > slowerMAafter ))

{

CrossUp = Low - Range*0.5;

}

if ((fasterMAnow < slowerMAnow &&

fasterMAprevious >= slowerMAprevious &&

fasterMAafter < slowerMAafter &&

mediumMAnow < slowerMAnow )

||

(fasterMAnow < slowerMAnow &&

mediumMAnow < slowerMAnow &&

mediumMAprevious >= slowerMAprevious &&

mediumMAafter < slowerMAafter ))

{

CrossDown = High + Range*0.5;

}

 

so, what was wrong (or could cause a problem)?

 
fxbs:
so, what was wrong (or could cause a problem)?

What was wrong with the code?

The alarm.

I forget to change the price input in the last version.

It's corrected in this one.

Oooopps, keep reading.

 
increase:
Did you change it, it looks the same still does not alert for me?

There is something wrong with this part, works first time round when indicator is loaded but then does not refresh

if ((fasterMAnow > slowerMAnow &&

fasterMAprevious <= slowerMAprevious &&

fasterMAafter > slowerMAafter &&

mediumMAnow > slowerMAnow )

||

(fasterMAnow > slowerMAnow &&

mediumMAnow > slowerMAnow &&

mediumMAprevious <= slowerMAprevious &&

mediumMAafter > slowerMAafter ))

{

CrossUp = Low - Range*0.5;

}

if ((fasterMAnow < slowerMAnow &&

fasterMAprevious >= slowerMAprevious &&

fasterMAafter < slowerMAafter &&

mediumMAnow < slowerMAnow )

||

(fasterMAnow < slowerMAnow &&

mediumMAnow < slowerMAnow &&

mediumMAprevious >= slowerMAprevious &&

mediumMAafter < slowerMAafter ))

{

CrossDown = High + Range*0.5;

}

I didn't change too much really. Just fixed some things.

I did not test in real time but backtest works almost good.

The attached file is a little movie from backtest.

It's rudimentary and sound is not included.

Still with problems. Only works with backtest. Keep Reading.

 

3 MA Cross

With Alarm.

This seems to work Ok. Please test it.

Sorry but we have problem.

To 12 members which downloaded the indicator: keep reading

 

7 hours indi was hanging on the 1m chart - once seemes like one arrow

disappeared (but it could be some MT glitch or hell knows what (i mignt be wrong)

so - overall - it did good

p.s. (though i don't really like i-1) : ((((

 

3 MA Cross w_Alert v2

The most important thing is for the popup and sound alert to happen as fast as the cross takes place and also for one to be able to experiment with different settings (MA, Mode, Shift etc) and still get the same accurate popup/sound alert. If you can do this, then you have just done my holy grail! Thanks in advance bro!

 
fxbs:
7 hours indi was hanging on the 1m chart - once seemes like one arrow

disappeared (but it could be some MT glitch or hell knows what (i mignt be wrong)

so - overall - it did good

p.s. (though i don't really like i-1) : ((((

OK Ok the thing got me intrigued, try this

Files:
 

3 Crosss Trendtest

Bro, what happened to the FasterShift, MediumShift and SlowerShift? The holy grail is incomplete without them. Is it possible for you to have them included and for them to also be customizable just like the "3 MA Cross w_Alert v2" so that I can try new settings? Thanks.

 

Pop-up.sound Alert is all I need added to 3 MA Cross w_Alert v2

All I ever wanted and needed is for a pop-up and sound alert to be added to the 3 MA Cross w_Alert v2 with the flexibility to try new settings and also get the same accurate pop -up and sound alert. The settings for 3 MA Cross w_Alert v2 can be changed and they still give accurate results.. Just insert a popup and sound alert pls.

Reason: