PureBytes Links
Trading Reference Links
|
{created by <A
href="mailto:Candlestyk@xxxxxxx">Candlestyk@xxxxxxx 6/14/2001I'm never
sure who the smart money is or if it changes from day to day (I'm just
hoping my money is "above average"), but I took the basic premise that if
the end of day was controlled by smart money, then the close of VIX relative
to the open might give a clue to what so called smart money is doing.
For VIX: C<O = +1 C>O = -1 C=O = 0
Then a 3 day MA of the 13 day sum of closes. } Inputs:
Len1(3),Len2(13),OB(9),OS(-4);Vars:
Clever$(0),Clever$$(0),AvgC$$(0);
condition1 = C<O;condition2 = C>O;condition3 =
C=O;
If condition1 then Clever$=1;If condition2 then
Clever$=-1;If condition3 then Clever$=0;
Clever$$ = summation(Clever$,Len2);AvgC$$ =
Average(Clever$$,Len1);
<FONT
size=2>Plot1(Clever$$,"Clever$$");Plot2(AvgC$$,"AvgC$$");Plot3(OB,"OB");Plot4(OS,"OS");
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
----- Original Message -----
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black">From:
<A href="mailto:candlestyk@xxxxxxx"
title=candlestyk@xxxxxxx>candlestyk@xxxxxxx
To: <A
href="mailto:realtraders@xxxxxxxxxxxxxxx"
title=realtraders@xxxxxxxxxxxxxxx>realtraders@xxxxxxxxxxxxxxx
Sent: Thursday, June 14, 2001 3:46
AM
Subject: [RT] Clever Money
I'm never sure who the
smart money is or if it changes from day to day (I'm just hoping my money
is "above average"), but I took the basic premise that if the end of day
was controlled by smart money, then the close of VIX relative to the open
might give a clue to what so called smart money is doing. For VIX:
C<O = +1 C>O = -1 C=O =
0 Then a 3 day MA of the 13 day sum of closes. Attached is a chart
of Clever Money indicator in the top window, and OEX in the bottom window.
Lately a reading of 9 is the area of an intermediate top.
Ray To
unsubscribe from this group, send an email
to:realtraders-unsubscribe@xxxxxxxxxxxxxxxYour
use of Yahoo! Groups is subject to the <A
href="http://docs.yahoo.com/info/terms/">Yahoo! Terms of Service.
<IMG
src="cid:{3B29EA1C-C3A7-4D2E-AE71-531ECFB0AF57}/VIX_Clever Money.gif">
Yahoo! Groups Sponsor
To unsubscribe from this group, send an email to:
realtraders-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Attachment:
Description: "Clever$.gif"
Attachment:
Description: "CLVR$.ELA"
|