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

Notification

Icon
Error

Options
Go to last post Go to first unread
fousc  
#1 Posted : Wednesday, December 7, 2005 6:59:08 PM(UTC)
fousc

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 7/8/2005(UTC)
Posts: 12

hi i was wondering if there was a way to build an indicator that is the inverse of the price action of a line chart? Such as when you can make the chart inverse, i want that to overlap the upright chart? if someone can tell me if there is a way to do this i would greatly appreciate it. thanks, fousc
StorkBite  
#2 Posted : Wednesday, December 7, 2005 8:01:51 PM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
What about the negative function? I can't test it now, but it might be worth checking into. neg( data array) e.g. neg(Close)
Jose  
#3 Posted : Wednesday, December 7, 2005 8:29:29 PM(UTC)
Jose

Rank: Advanced Member

Groups ready for retrieval: Registered, Registered Users
Joined: 1/19/2005(UTC)
Posts: 1,065
Location: Koh Pha-Ngan, Earth

Was thanked: 2 time(s) in 2 post(s)
Try this: [code:1:6b0657efc6]x:=C; hi:=LastValue(Highest(x)); lo:=LastValue(Lowest(x)); hi+lo-x [/code:1:6b0657efc6] jose '-)
fousc  
#4 Posted : Wednesday, December 7, 2005 8:41:11 PM(UTC)
fousc

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 7/8/2005(UTC)
Posts: 12

Thanks G stock man. neg(close) for the indicator works. But to make it overlapping you must choose "display new scale on the left" for the scaling option. -fousc
hayseed  
#5 Posted : Thursday, December 8, 2005 12:48:16 AM(UTC)
hayseed

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 3/7/2005(UTC)
Posts: 1,346

hey fousc..... if i'm understanding you correctly, your huntin for a way to have 'aapl' displayed in the proper perspective and then in the exact same pane have 'aapl' displayed inverse.... if thats the case.... open 'appl' in the normal manner.... then invert the right hand scale.... then open 'aapl' from a different folder.... right click on the price bars and select copy.... paste that onto the inverted 'aapl'..... choose the option to display with new scale on left.... it should paste as the first 'aapl'..... now right click on the left hand scale and uncheck 'invert scale'.... it should invert and the apples should cross..... sounds like alot but after the second time its a breeze.... comes in handy for 'vix' and such as you likely know.....holler back if ya don't follow, i'll post it better.....h
StorkBite  
#6 Posted : Thursday, December 8, 2005 4:39:02 AM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
Wow, lots of new things to try... thanks guys!:-)
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.