logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
kthakker0  
#1 Posted : Wednesday, July 2, 2014 3:31:58 PM(UTC)
kthakker0

Rank: Member

Groups: Registered, Registered Users, Unverified Users
Joined: 5/8/2010(UTC)
Posts: 28
Location: Mumbai (India)

Thanks: 1 times
Hi,

I have this modified indicator "Rainbow Osc", which I had got it from this forum.

The indicator can be changed to say "Blue" color when it rises above "Zero" a Buy Signal
and it can be changed to say "Red" when it goes below "Zero" a Sell Signal

x:=Mov(Fml("Rainbow Oscillator"),81,E);
If(x>0,x,0);
x:=Mov(Fml("Rainbow Oscillator"),81,E);
If(x<0,x,0);

I want to use the same Buy / Sell condition in Symbol of Expert Advisor where Up or Down arrow on the chart will provide the same indication when the osc goes above or below "Zero".

If the above can be fulfilled then I'll have only those useful signals on the chart which will help me to take a Clear, Better and more Informed Trade Decision.

While allowing me the remove the Rainbow Osc from the chart.

Someone please help me on this issue.

regards
Kshetij


FormulaPrimer  
#2 Posted : Friday, July 4, 2014 9:05:53 AM(UTC)
FormulaPrimer

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 8/12/2005(UTC)
Posts: 73

Go online and search for Metastock Expert Advisor.




kthakker0  
#3 Posted : Friday, July 4, 2014 1:45:12 PM(UTC)
kthakker0

Rank: Member

Groups: Registered, Registered Users, Unverified Users
Joined: 5/8/2010(UTC)
Posts: 28
Location: Mumbai (India)

Thanks: 1 times


Thank's a lot. That was the last place I'd forgot to visit.
FormulaPrimer  
#4 Posted : Friday, July 4, 2014 6:42:43 PM(UTC)
FormulaPrimer

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 8/12/2005(UTC)
Posts: 73

Make a new expert advisor the put the variables in the highlights as different colors.
It will change the colors of the price bars.

kthakker0  
#5 Posted : Wednesday, July 9, 2014 12:30:14 PM(UTC)
kthakker0

Rank: Member

Groups: Registered, Registered Users, Unverified Users
Joined: 5/8/2010(UTC)
Posts: 28
Location: Mumbai (India)

Thanks: 1 times
Thanks buddy it worked when I entered the code in the highlight section

Thanks once again.

Bye
Laisze  
#6 Posted : Sunday, July 13, 2014 11:02:05 AM(UTC)
Laisze

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 11/18/2007(UTC)
Posts: 96
Location: HK


Rainbow Oscillator... the laggiest (ie most useless) of all indicators.

Say, just got an idea - why not make a trading system based on it?
We could call it something like... Ridiculously Methodical Offal


Users browsing this topic
Guest (Hidden)
Similar Topics
RMO aka "Rainbow Oscillator" plotted as moving averages (Formula Assistance)
by FormulaPrimer 6/28/2014 7:02:11 AM(UTC)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.