Indicators with alerts/signal - page 1297

 
mladen:

ripefx

Try it out now : asctrend-matrix_2_1tf.mq4

Thank you mladen, will keep testing, i took the "wonderful" decision to upgrade for free to win 10, so no notifications are sent, not even tests notification, but for unknown reasons some indies do send notifications, but not all of them, i've been watching 1 and 5 min chart to test, and the Journal log says notification SENT, but not all notifications go thru, so if somebody knows or had the same issue, I appreciate some advice on the matter.

By the way and taking advantage of this post, how can i add special symbols to this indicator.

the currencies are declared as extern bool..

extern bool GBPUSD = TRUE;

extern bool NZDUSD = TRUE;

extern bool USDCAD = TRUE;

extern bool USDCHF = TRUE;

but i wish to add some symbols like

#NAS100_H6

#US_Oil_H6

#S&P500_H6

thank you for your time and appreciate you help

3_has_mtf_alignment_sr2.mq4

 
ripefx:

Thank you mladen, will keep testing, i took the "wonderful" decision to upgrade for free to win 10, so no notifications are sent, not even tests notification, but for unknown reasons some indies do send notifications, but not all of them, i've been watching 1 and 5 min chart to test, and the Journal log says notification SENT, but not all notifications go thru, so if somebody knows or had the same issue, I appreciate some advice on the matter.

By the way and taking advantage of this post, how can i add special symbols to this indicator.

the currencies are declared as extern bool..

extern bool GBPUSD = TRUE;

extern bool NZDUSD = TRUE;

extern bool USDCAD = TRUE;

extern bool USDCHF = TRUE;

but i wish to add some symbols like

#NAS100_H6

#US_Oil_H6

#S&P500_H6

thank you for your time and appreciate you help

3_has_mtf_alignment_sr2.mq4

It has to be added in lines 128 through 148 - will post it later (if you don't find a code solution by then )

 
mntiwana:

here is MRTOOLS updated ver with alerts and arrows mtf too,also nrp.

tarzan__mtf__alerts__arrows.mq4

Dear mntiwana,

Thank you very much for the info

 
mladen:
It has to be added in lines 128 through 148 - will post it later (if you don't find a code solution by then )

Voila!!! fixed the code....

changed code from 128 thru 148...

if (SNP500) ProcessSymbol("#S&P"+dash+"500_H6"+ExtraSymbolChar);

if (NASDAQ) ProcessSymbol("#NAS"+dash+"100_H6"+ExtraSymbolChar);

if (DOWJON) ProcessSymbol("#DJ3"+dash+"0_H6"+ExtraSymbolChar);

if (US_OIL) ProcessSymbol("#US_"+dash+"Oil_H6"+ExtraSymbolChar);

if (AUDUSD) ProcessSymbol("AUD"+dash+"USD"+ExtraSymbolChar);

if (EURCAD) ProcessSymbol("EUR"+dash+"CAD"+ExtraSymbolChar);

if (EURCHF) ProcessSymbol("EUR"+dash+"CHF"+ExtraSymbolChar);

if (EURGBP) ProcessSymbol("EUR"+dash+"GBP"+ExtraSymbolChar);

etc...

changes on lines 329 thru 411

if (symbol == "#US_"+dash+"Oil_H6"+ExtraSymbolChar)

Thank you verry much, , ha ve a nice week end.

RipeFX

 
ripefx:

Voila!!! fixed the code....

changed code from 128 thru 148...

if (SNP500) ProcessSymbol("#S&P"+dash+"500_H6"+ExtraSymbolChar);

if (NASDAQ) ProcessSymbol("#NAS"+dash+"100_H6"+ExtraSymbolChar);

if (DOWJON) ProcessSymbol("#DJ3"+dash+"0_H6"+ExtraSymbolChar);

if (US_OIL) ProcessSymbol("#US_"+dash+"Oil_H6"+ExtraSymbolChar);

if (AUDUSD) ProcessSymbol("AUD"+dash+"USD"+ExtraSymbolChar);

if (EURCAD) ProcessSymbol("EUR"+dash+"CAD"+ExtraSymbolChar);

if (EURCHF) ProcessSymbol("EUR"+dash+"CHF"+ExtraSymbolChar);

if (EURGBP) ProcessSymbol("EUR"+dash+"GBP"+ExtraSymbolChar);

etc...

changes on lines 329 thru 411

if (symbol == "#US_"+dash+"Oil_H6"+ExtraSymbolChar)

Thank you verry much, , ha ve a nice week end.

RipeFX

but you have not up load the mod code,possibly some one needs like you.

 
ripefx:

You're right mntiwana....my bad, when i fixed the code got in to buy OIL, USDJPY GBPJPY and catch a few pips, here is the fixed 3TF HAS board with "special symbols" thanks to Mladens guidence and help.

and here is a scalp set up i used this morning.

Any setup suggestions / comments welcome..

Great weekend for all !!!...

hope you will not mind rename it to ' 3 HAS MTF ALIGNMENT SR2 (mod} or 3 HAS MTF ALIGNMENT SR2 SNP500

for to differentiate it from the original for any misconceptions......if yes,delete it,rename it,re upload it.

regards

 
mntiwana:
but you have not up load the mod code,possibly some one needs like you.

You're right mntiwana....my bad, when i fixed the code got in to buy OIL, USDJPY GBPJPY and catch a few pips, here is the fixed 3TF HAS board with "special symbols" thanks to Mladens guidence and help.

and here is a scalp set up i used this morning.

3_has_mtf_alignment_sr2_mod.mq4

Fast HA

period 6

method 1

step 0

better formula - true

TF 5 min

habar 1

Slow HA

PErios 6

method 1

step 0

better formula - true

TF 60 min

habar 0

TREND HA

Period 6

method 1

step 0

better formula - true

TF 240 min

habar 0

Any setup suggestions / comments welcome..

Great weekend for all !!!...

 
mntiwana:

hope you will not mind rename it to ' 3 HAS MTF ALIGNMENT SR2 (mod} or 3 HAS MTF ALIGNMENT SR2 SNP500

for to differentiate it from the original for any misconceptions......if yes,delete it,rename it,re upload it.

regards

You want it, you got it....Changes made...new name:

3_has_mtf_alignment_sr2_mod.mq4

 

Solar Winds joy - histo (no repaint with alert).mq4 IS IT REPAINTING OR NOT. .please help me ..mladen/mrtools

 
ANITHA**:
Solar Winds joy - histo (no repaint with alert).mq4 IS IT REPAINTING OR NOT. .please help me ..mladen/mrtools

ANITHA

What help?

That indicator was created by me to show how easy is to make a "perfect repainter" and I never meant that anybody will use it for anything but a joke. You can not attach alerts to a repainter : they will alert you, then they will "change their mind" Then they will alert you again ... and so on ,,, and so on.

The most that I can help you is to advice you not to use that "indicator"

Reason: