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
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Unverified Users Joined: 8/12/2005(UTC) Posts: 73
|
Go online and search for Metastock Expert Advisor.
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
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
|
|
|
|
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)
|
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.