Page 1 of 5

Fred Tam F1 Indicator

PostPosted: Wed Apr 20, 2011 4:59 am
by Apprentice
Fred Tam F1 Indicator.png


1) Buy arrow
If recent closing price is higher than the recent days close max
( eg. close(0) > Max(close(i) )
2) Sell ​​
If recent closing price is lower than the recent days close min
( eg. close(0) < Min(close(i) )

Fred Tam F1 Indicator.lua
(3.12 KiB) Downloaded 1992 times

Fred Tam F1 Indicator with Alert.lua
(11.5 KiB) Downloaded 864 times


I have added a choice between two types of signals.
Close and High / Low Data stream as a source for the signal.

I have noticed that High / Low option offered less noise.

MT4/MQ4 version
viewtopic.php?f=38&t=69892

Re: Fred Tam F1 Indicator

PostPosted: Wed Apr 20, 2011 8:28 am
by Apprentice
Separate parameters for the Buy and Sell period added.

Re: Fred Tam F1 Indicator

PostPosted: Fri Apr 22, 2011 3:13 am
by bingyunid
Hi,Apprentice ,Thanks very much for this indicator, is it possible to develop a MTF version of this indicator?Thanks

Re: Fred Tam F1 Indicator

PostPosted: Fri Apr 22, 2011 4:08 am
by Apprentice
I'll try to finish this version in the next few days.

Re: Fred Tam F1 Indicator

PostPosted: Fri Apr 22, 2011 3:11 pm
by yasirali1974
Is it possible to make stratagy based on this indicator coz i believe its going to be great with inputs of h/l buy signal 2 sell signal 2 on 4hrly chart. thanks.
Yasir

Re: Fred Tam F1 Indicator

PostPosted: Sat Apr 23, 2011 4:47 am
by yasirali1974
yasirali1974 wrote:Is it possible to make stratagy based on this indicator coz i believe its going to be great with inputs of h/l buy signal 2 sell signal 2 on 4hrly chart. thanks.
Yasir


and stops below the signal candle with tp 60pips

Re: Fred Tam F1 Indicator

PostPosted: Sun Apr 24, 2011 9:16 am
by Apprentice
Update.

Re: Fred Tam F1 Indicator

PostPosted: Sun Apr 24, 2011 11:20 pm
by bingyunid
Apprentice wrote:I'll try to finish this version in the next few days.
Thanks very much, Apprentice, :lol:

Re: Fred Tam F1 Indicator

PostPosted: Sun Jul 17, 2011 12:25 pm
by RJH501
Has a signal or strategy been developed using this indicator?

If not would it be possible to add it to the QUE?

Regards,

RJH

Re: Fred Tam F1 Indicator

PostPosted: Mon Jul 18, 2011 6:17 am
by Apprentice