Page 3 of 5

Re: Extreme Finder

PostPosted: Mon Dec 15, 2014 5:37 am
by Apprentice
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.

Re: Extreme Finder

PostPosted: Mon Feb 09, 2015 4:40 pm
by easytrading
Hello Apprentice,

is it possible to devolope a strategy for this indicator please?

thank u for the hard work u r doing for us.

Re: Extreme Finder

PostPosted: Wed Feb 11, 2015 3:57 am
by Apprentice
Can you define the strategy rules.

Re: Extreme Finder

PostPosted: Wed Feb 11, 2015 12:42 pm
by easytrading
open long position when UP arrow show on chart.
open short position when DOWN arrow show on chart.
Exit on opesit direction.
with the ability to choose (buy,sell or both) direction to go with.
many thanks in advance as always.

Re: Extreme Finder

PostPosted: Thu Feb 12, 2015 4:57 am
by Apprentice
Your request is added to the development list.

Re: Extreme Finder

PostPosted: Sat Mar 21, 2015 10:31 pm
by easytrading
easytrading wrote:open long position when UP arrow show on chart.
open short position when DOWN arrow show on chart.
Exit on opesit direction.
with the ability to choose (buy,sell or both) direction to go with.
many thanks in advance as always.


just a friendly reminder of my last request Apprentice, if u please i need it very much because now i am trading manually the London session which in my local time starts 1 AM and i wanted to keep the trading open all the night until the end of London session.with my appreciation.

Re: Extreme Finder

PostPosted: Sun Jun 21, 2015 7:36 am
by amazon1a
Hi Apprentice,

Is it possible to make a MT4 version of this indicator?

Thanks, AG

Re: Extreme Finder

PostPosted: Mon Jun 22, 2015 2:38 am
by Apprentice
Your request is added to the development list.

Re: Extreme Finder

PostPosted: Wed Jun 24, 2015 9:57 pm
by Stance
Do you need to have marketscope charts open for the alert to work?

Can you have an alert running without needing the chart open?

Re: Extreme Finder

PostPosted: Thu Jun 25, 2015 3:34 am
by Apprentice
If we are talking about Alert capable indicators Marketscope should be active.
If we are talking about the Signals / Strategies, Trading Station should be active.