Advanced Get Oscillator

Here you can post and download custom indicators. PLEASE: Do not start topics unless you are posting your own indicator, they will be moved to appropriate section even if you do.

Moderator: admin

Advanced Get Oscillator

Postby Alexander.Gettinger » Thu Mar 08, 2012 3:17 pm

This indicator is a ported MQL4 indicator from viewtopic.php?f=27&t=13908

Formulas:
Histogram=MVA(FastPeriod)-MVA(SlowPeriod),
if Histogram>=0: UpLine[i]=Histogram[i]*Coeff+UpLine[i-1]*(1-Coeff), DnLine[i]=DnLine[i-1],
if Histogram<0: UpLine[i]=UpLine[i-1], DnLine[i]=Histogram[i]*Coeff+DnLine[i-1]*(1-Coeff), where
Coeff=2/39.

Advanced_Get_Oscillator.PNG


Download:
Advanced_Get_Oscillator.lua
(2.69 KiB) Downloaded 1189 times


The indicator was revised and updated
Alexander.Gettinger
FXCodeBase: Confirmed User
 
Posts: 3785
Joined: Wed Mar 31, 2010 9:40 pm
Location: Russia, Omsk

Re: Advanced Get Oscillator

Postby briansummy » Fri Mar 23, 2012 11:54 pm

This would make a great MTF Strategy. Amazing work here!!!!
briansummy
 
Posts: 53
Joined: Wed Feb 08, 2012 8:11 pm

Re: Advanced Get Oscillator

Postby Apprentice » Sun Mar 25, 2012 4:15 am

Can you define the Entry, Exit conditions.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Advanced Get Oscillator

Postby igariok_m » Wed Apr 18, 2012 1:21 pm

Hi can make it color like Awsome Oscilator
igariok_m
 
Posts: 7
Joined: Wed Feb 22, 2012 4:55 am

Re: Advanced Get Oscillator

Postby Apprentice » Thu Apr 19, 2012 1:33 am

Your request is added to the development list.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Advanced Get Oscillator

Postby Alexander.Gettinger » Thu Apr 19, 2012 8:36 am

igariok_m wrote:Hi can make it color like Awsome Oscilator


See this version of oscillator.
AdvancedGetOscillator2.PNG


Download:
Advanced_Get_Oscillator2.lua
(2.99 KiB) Downloaded 923 times
Alexander.Gettinger
FXCodeBase: Confirmed User
 
Posts: 3785
Joined: Wed Mar 31, 2010 9:40 pm
Location: Russia, Omsk

Re: Advanced Get Oscillator

Postby igariok_m » Thu Apr 19, 2012 3:15 pm

Thanks a lot
igariok_m
 
Posts: 7
Joined: Wed Feb 22, 2012 4:55 am

Re: Advanced Get Oscillator

Postby igariok_m » Thu Jul 19, 2012 2:59 pm

Hi this version of "advanced get2" is using simple moving averages, can make it to use exponential moving average 5,35 close, and if can make this indicator to use with mt4 too
igariok_m
 
Posts: 7
Joined: Wed Feb 22, 2012 4:55 am

Re: Advanced Get Oscillator

Postby Alexander.Gettinger » Thu Jul 19, 2012 8:26 pm

igariok_m wrote:Hi this version of "advanced get2" is using simple moving averages, can make it to use exponential moving average 5,35 close, and if can make this indicator to use with mt4 too


OK. I will write it.
Alexander.Gettinger
FXCodeBase: Confirmed User
 
Posts: 3785
Joined: Wed Mar 31, 2010 9:40 pm
Location: Russia, Omsk

Re: Advanced Get Oscillator

Postby superleo » Fri Jul 20, 2012 7:32 am

hi,

can you add yellow low color in this indicator;


conditions are:

green: histogram > upper line
red: histogram< lower line
yellow: histogram inbetween upper and lower line
User avatar
superleo
 
Posts: 91
Joined: Mon Oct 17, 2011 5:45 am

Next

Return to Custom Indicators

Who is online

Users browsing this forum: Google [Bot] and 41 guests