Super Signals Indicator - page 8

 
zifx25000:
Hi

thanks for sharing

Would be nice if we could have sound as variable as following

(and then we just need to select sound we want from our sound file)

sound for short signal :

sound for long signal :

could anyone developp it

Kr

jerome

Good idea than you could have different sounds for all the random arrows it draws

 
zifx25000:
Hi

thanks for sharing

Would be nice if we could have sound as variable as following

(and then we just need to select sound we want from our sound file)

sound for short signal :

sound for long signal :

could anyone developp it

Kr

jerome

sorry does not work for me.

anyone help?

 

work on version 3

some miner update

remove time and show the periods on alert.

can anyone help me to put like 1H instand of 60 m?

this one do work on sound

Files:
 
mtuppers:
work on version 3

some miner update

remove time and show the periods on alert.

can anyone help me to put like 1H instand of 60 m?

this one do work on sound

Made some changes for you. I added a section of code in to change the TIME text that is given on the alerts. example: 60m now says 1 HR.

Since this indy is unlocked you can change the text to suit your needs. ONLY change the text at the end of the line.

if (Period()== 1) TimePeriod = "1 MIN";

if (Period()== 5) TimePeriod = "5 MIN";

if (Period()== 15) TimePeriod = "15 MIN";

if (Period()== 30) TimePeriod = "30 MIN";

if (Period()== 60) TimePeriod = "1 HR";

if (Period()== 240) TimePeriod = "4 HR";

if (Period()== 1440) TimePeriod = "DAILY";

if (Period()== 10080) TimePeriod = "WEEKLY";

if (Period()== 43200) TimePeriod = "MONTHLY";

Feel free to copy and use the code in other indicators.

Have a great weekend!

Files:
 

Excellent super indicator

 

I messed around with this super signals for a while and got it the best I could.

This one I am posting is I think as far as it can go in it's present form.

It does work great in a ranging market, but in strong trending, it will push the arrow down or up to form the new high or low thus giving a false signal, which makes it really fairly useless and at worst misleading.

I have now given up on it yet again but I post it here for you all to try WITH CAUTION!

Files:
 
increase:
I messed around with this super signals for a while and got it the best I could.

This one I am posting is I think as far as it can go in it's present form.

It does work great in a ranging market, but in strong trending, it will push the arrow down or up to form the new high or low thus giving a false signal, which makes it really fairly useless and at worst misleading.

I have now given up on it yet again but I post it here for you all to try WITH CAUTION!

Super Signal only can be a guide, trade only when next bar apear with out super singal apear.

using Singal Line as your entry, but only if have good trend angle (like 30 degree or more)

using Aroon setting 50 (try to understand this indicator) wait for trend to end

if super signal, signal line, and aroon indicators all three do agree to end the trend that is signal.

but who can do put all three indicator together?

 
increase:
I messed around with this super signals for a while and got it the best I could.

This one I am posting is I think as far as it can go in it's present form.

It does work great in a ranging market, but in strong trending, it will push the arrow down or up to form the new high or low thus giving a false signal, which makes it really fairly useless and at worst misleading.

I have now given up on it yet again but I post it here for you all to try WITH CAUTION!

Eahta do you think in change this

Original was

extern int dist2 = 21;

extern int dist1 = 14;

I thionk is better

extern int dist2 = 5;

extern int dist1 = 27;

What do you think

Try and look the results

 
cocoracas:
Eahta do you think in change this

Original was

extern int dist2 = 21;

extern int dist1 = 14;

I thionk is better

extern int dist2 = 5;

extern int dist1 = 27;

What do you think

Try and look the results

no way too much signals on the chart.

 

Playing Sound

Hi All,

I need when the super signal arrow comes a sound to be played (It plays a wmv file).

I will be so thankful if any of you do it with the attached super signal.

Thanks in advance.

Best regards,

Vahid

Files:
Reason: