Page 1 of 5

Extreme Finder

PostPosted: Wed Mar 28, 2012 2:30 pm
by Apprentice
EF.png

You can define asymmetrically within which period of time you want to find extreme. Also, it is possible to define the minimum body size of the candle for current and period that follows immediately after.

This is a simplified algorithm.
Code: Select all
if BMax <= high and   FMax  <=  high  then
We have Up Signal
end
if BMin >=  low and   FMin  >=  low then
We have Down Signal
end      


Bmax, Bmin as the previous period N Max, Min.
Fmax, Fmin as following N period Max, Min.
Forward component causes repaint.

EF.lua
(3.46 KiB) Downloaded 3013 times

EF Oscillator.lua
(5.5 KiB) Downloaded 1413 times


EF based strategy.
viewtopic.php?f=31&t=69349

Re: Extreme Finder

PostPosted: Thu Mar 29, 2012 4:42 am
by Hailkayy
Looks like its always working what's that code lol !

Re: Extreme Finder

PostPosted: Fri Mar 30, 2012 1:16 pm
by chriswant
Great Indicator.. Is there a strategie or alert for this? if notcan it be made?
Thanks

Does any one know how to get an alert to text you?

Re: Extreme Finder

PostPosted: Sun Apr 01, 2012 7:54 am
by rdz6115
Please make an alert and strategy for this very good incator apperentice. Very good job. Please make as soon as possible.


Thank you very much on helping us.


Thanks again..

Re: Extreme Finder

PostPosted: Mon Apr 02, 2012 4:55 am
by Apprentice
Your request is added to the development list.

Re: Extreme Finder

PostPosted: Mon Apr 02, 2012 4:02 pm
by MERNISSI
Please add strategy for this indicator & thank you very much for your good job really you are the boss apperentice

Re: Extreme Finder

PostPosted: Tue Apr 03, 2012 2:37 am
by Apprentice
Your request is added to the development list.

Re: Extreme Finder

PostPosted: Tue Apr 03, 2012 3:41 am
by Apprentice
Audio Alert & Unconfirmed indications distinction added.

Re: Extreme Finder

PostPosted: Wed Apr 25, 2012 7:10 am
by cc.matt
Thank you for the hard work apprentice! Could you add price labels to this please?

Re: Extreme Finder

PostPosted: Wed Apr 25, 2012 12:36 pm
by jaynlola
This looks very nice! Seems to be 'spot on' with actual price changes.

Works better on longer timeframes; small price changes affects its calculating. But, could work really well for Scalpers or Range traders.