|
|||||||
| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() |
|
|
LinkBack (1) | Thread Tools | Display Modes |
|
|||||
|
Re: Larry William's Indicator Required
Data1 is quotes/charts of one instrument and data2 is quotes/charts of another instrument.
__________________
"It's against human nature to succeed in the markets"-- Newbie Trader Lounge |
|
|||||
|
Re: Larry William's Indicator Required
niShant-
Found this on the net for you. Equis International Online Community - Re: Other then that not sure. Knyyt |
|
||||
|
Thanks for all your efforts Knyyt.
![]() But i've tried that Will Spread thing before. The said explanation wasn't clear to me. I couldn't plot the willspread. For me the explanation was to vague. Or even if the explanation on Willspread was good enough, i couldnt digest. Anyways, thanks again! Nishant |
|
||||
|
Re: Larry William's Indicator Required
Sorry for the confusion, that was clear. What i mean is that i dont know the underlyings.
Willimas Will-Spread is based on the Spread between Gold an Bonds, with Bonds as Data 1. But i dont know what he trades with Will-Val. |
|
|||||
|
Re: Larry William's Indicator Required
I don't have the book in front of me but I think it was S&P 500? I'll double-check to be sure.
__________________
"It's against human nature to succeed in the markets"-- Newbie Trader Lounge |
|
|||||||||||||||
|
Re: Larry William's Indicator Required
|
|||||||||||||||
|
|||||
|
Re: Larry William's Indicator Required
Pivot : metastock programing can get very limited compared to TS... that was my experience... relationships between variables can eventually be conditioned to some amount... also there is no custom functions creation... etc etc etc.... once you programed on TS its dificult to get any better... cheers Walter.
|
|
||||
|
Its everyone's own opinion basically as regards the software. But to me metastock happens to be more user friendly. Its been three years and atleast for me its been a good experience. Very easy to use! And i primarily trade Index Futures only (Nifty Futures happens to be tradeable Index here in India). So I really find it suitable for intra day trading.
|
|
||||
|
Re: Larry William's Indicator Required
PRO GO I:
var: prof(0),pub(0); Prof=Average(O - C,7); Value1 = (((Summation( Prof - Lowest(Prof,7),7)) / Summation((highest(Prof,7 ) - Lowest(Prof,7)),7)))*100; Pub=Average(O - C[1],7); Value2 = (((Summation( Pub - Lowest(Pub,7),7)) / Summation((highest(Pub,7) - Lowest(Pub,7)),7)))*100; Plot1( Value1, "Prof" ) ; Plot2( Value2, "Public" ) ; Plot3( 25, "25" ) ; Plot4( 75, "75" ) ; PRO GO II: var: prof(0),pub(0); Prof=XAverage(O - C,14); Pub=XAverage(O - C[1],14); Plot1( Prof, "Prof" ) ; Plot2( Pub, "Public" ) ; Plot3( 0, "0" ) ; PRO GO III: Input: Period (21); var: prof(0),pub(0); Prof=XAverage(O - C,Periode)*200; Pub=XAverage(O - C[1],Periode)*200; Plot1( Prof, "Prof" ) ; Plot2( Pub, "Public" ) ; Plot3( 0, "0" ) ; Enjoy !! Sixer |
![]() |
LinkBacks (?)
LinkBack to this Thread: http://www.traderslaboratory.com/forums/f56/larry-williams-indicator-required-1338.html
|
||||
| Posted By | For | Type | Date | |
| Coding Forum [Archive] - Traders Laboratory - Active Traders Forum | This thread | Refback | 10-27-2007 04:49 PM | |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How much analysis is required as a trader? | pierre | Market Analysis | 7 | 11-22-2006 05:32 PM |
|
|
|