Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Mmm, seems like one more MA cross with salt and pepper
Sure, it is!
a bit faster (1 bar) at the initial stage of trend(makes false signals, so needs to be verified with some other tools). But still works ok with CFDs (in american session, particularly).
I have some basic program abilities (that's how I did alert for MFI indicator above) but with MAs I am afraid i am not so smart to do it.
is there anyone can help me to put an alert for this two indi below:
1. Super_Signals_V2 (as I attached here)
--> an alert when the arrow or cross mark appear with a note:
- Super Signal - BUY (pair names) (timeframe) : when the arrow point to UP or the cross mark appear from below
- Super Signal - SELL (pair names (timeframe) : when the arrow point to DOWN or the cross mark appear from upper
2. Fractals (standart indicators that every metatrader have - I don't know how to attached here)
--> an alert when the arrow appear with a note:
- Fractals - BUY (pair names) (time frame) : when the arrow point to DOWN
- Fractals - SELL (pair names) (time frame) : when the arrow point to UP
I realy appreciate for your attention....
thanks
(sorry for my poor english... )
Last edited by tcl; 05-21-2008 at 03:34 AM.
Reason: a note
he might be able to program alert calculations for SuperSignals indicator
p.s. he might be stll busy with other super wind indi, but you should be persistent - tell him exactly what kind of message you want with your alert
he might be able to program alert calculations for SuperSignals indicator
p.s. he might be stll busy with other super wind indi, but you should be persistent - tell him exactly what kind of message you want with your alert
of parameters :
alertsOn -> general switch for alerts
alertsOnCurrent -> alerts on open (current bar) or previous (closed bar)
alertsMessage -> show alert message or not
alertsSound -> play an alert sound or not
alertsEmail -> send an email message or not
of indicator itself :
I do not know if you know how does this indicator works internally, but... It is looking for "peaks" (highs and lows) and it is trying to do that even by "looking" into future bars too. Any indicator trying to find peaks (remember ZigZag and similar indicators) must repaint in cases when new highs or new lows are formed. Use this indicator bearing in mind that it is going to change signals (repaint) in those cases
Quote:
Originally Posted by tcl
is there anyone can help me to put an alert for this two indi below:
1. Super_Signals_V2 (as I attached here)
--> an alert when the arrow or cross mark appear with a note:
- Super Signal - BUY (pair names) (timeframe) : when the arrow point to UP or the cross mark appear from below
- Super Signal - SELL (pair names (timeframe) : when the arrow point to DOWN or the cross mark appear from upper
2. Fractals (standart indicators that every metatrader have - I don't know how to attached here)
--> an alert when the arrow appear with a note:
- Fractals - BUY (pair names) (time frame) : when the arrow point to DOWN
- Fractals - SELL (pair names) (time frame) : when the arrow point to UP
of parameters :
alertsOn -> general switch for alerts
alertsOnCurrent -> alerts on open (current bar) or previous (closed bar)
alertsMessage -> show alert message or not
alertsSound -> play an alert sound or not
alertsEmail -> send an email message or not
of indicator itself :
I do not know if you know how does this indicator work internally, but... It is looking for "peaks" (highs and lows) and it is trying to do that even by "looking" into future bars too. Any indicator trying to find peaks (remember ZigZag and similar indicators) must repaint in cases when new highs or new lows are formed. Use this indicator bearing in mind that it is going to change signals (repaint) in those cases
of parameters :
alertsOn -> general switch for alerts
alertsOnCurrent -> alerts on open (current bar) or previous (closed bar)
alertsMessage -> show alert message or not
alertsSound -> play an alert sound or not
alertsEmail -> send an email message or not
of indicator itself :
I do not know if you know how does this indicator work internally, but... It is looking for "peaks" (highs and lows) and it is trying to do that even by "looking" into future bars too. Any indicator trying to find peaks (remember ZigZag and similar indicators) must repaint in cases when new highs or new lows are formed. Use this indicator bearing in mind that it is going to change signals (repaint) in those cases
Thanks mladen
I know this indicator can doing repaint, but I have tried for a couple days and now I know how to use this indicator its very-very usefull (at least for me..he..he..he..)
Btw, how about the FRACTALS indicator ?? can you make it an alert too??