[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EquisMetaStock Group] Need some help with the following explorer code



PureBytes Links

Trading Reference Links

Nand,

I wouldn't beat myself to death. Just take your time and reevaluate 
your code against one that you know works. 

You are picking the Lowest low then it is being displayed during a 
selected period. It is not the lowest low during that period of time.

Notice that the original code used lowestsince.


Preston

 

--- In equismetastock@xxxxxxxxxxxxxxx, Nand Rathi <nand_rathi@xxx> 
wrote:
>
> Preston
> 
> I see your point here.
> 
> But the condition in my code..
> 
> x:=Year()>lastYear OR (Year()=lastYear AND (Month()>lastMonth OR
>  (Month()=lastMonth AND DayOfMonth() >=lastDay) ));
> 
> should make x = 1 (True) for the last year and 0 (False) everywhere 
else. And I am picking lowest(L) within the period where x = 1 ( or 
true), which in turn is last one year.
> 
> I am still scratching my head here..
> 
> regards
> 
> N
> 
> 
> ----- Original Message ----
> From: pumrysh <no_reply@xxxxxxxxxxxxxxx>
> To: equismetastock@xxxxxxxxxxxxxxx
> Sent: Thursday, April 17, 2008 11:28:03 AM
> Subject: Re: [EquisMetaStock Group] Need some help with the 
following explorer code
> 
>                 Nand,
> 
> The original code was:
> 
> lo:=LastValue( (LowestSince( 1,y OR i,L)))*(BarsSince( x>0)>= -1);
> 
> Yours was:
> 
> y:= ValueWhen(1, x=1, Lowest(L));
> 
> The original asked for lowest since certain conditions were true.
> Yours simply asked for the lowest low.
> 
> The original message discussion was message number 27148.
> 
> Hope this helps,
> 
> Preston
> 
> --- In equismetastock@ yahoogroups. com, Nand Rathi 
<nand_rathi@ ...> 
> wrote:
> >
> > Hello Rob
> > 
> > Thanks for the answer. I appreciate it very much.
> > 
> > Still I would like to know where am I goofing up in the code? It 
> would help me in the further learning. Can you provide any insight?
> > 
> > regards
> > 
> > N
> > 
> > ----- Original Message ----
> > From: Rob Tinley <gazumped2@ ..>
> > To: equismetastock@ yahoogroups. com
> > Sent: Wednesday, April 16, 2008 2:06:00 PM
> > Subject: Re: [EquisMetaStock Group] Need some help with the 
> following explorer code
> > 
> >                 Hi Nand,
> > 
> > Try the following:-
> > Using Weekly Charts:-
> > colA code is
> > LLV(L,52); {Lowest low value of LOW in the last 52 weeks}
> > 
> > Using Daily Charts:-
> > colA code is
> > LLV(L,263);
> > 
> > All the best,
> > 
> > Rob
> > 
> > ----- Original Message ----
> > From: nand_rathi <nand_rathi@ yahoo. com>
> > To: equismetastock@ yahoogroups. com
> > Sent: Wednesday, 16 April, 2008 12:23:51 AM
> > Subject: [EquisMetaStock Group] Need some help with the following 
> explorer code
> > 
> > Hello All
> > 
> > Greetings
> > 
> > I need some help with the code below as I am at complete loss why 
is
> > giving me incorrect result..
> > 
> > I am using the following code in explorer to determine the lowest 
> low
> > value in last 52 weeks. I picked up most of the code from couple 
of
> > posting in this group.
> > 
> > For a particular security I have data loaded up to Apr 7th 2008. 
The
> > following code is returning the lowest value which occurred on 
Feb 
> 28,
> > 2007, which obviously is incorrect..
> > 
> > I have checked the data manually over and over, (the lowest low 
is 
> on
> > Jan 22, 2008)
> > 
> > I need some help to solve this bug, obviously I am doing something
> > wrong here..
> > 
> > Appreciate the help very much.
> > 
> > regards
> > 
> > N
> > 
> > ---- code for colA
> > 
> > lastDay:=LastValue( DayOfMonth( ));
> > lastMonth:=LastValu e(Month() );
> > lastYear:=LastValue (Year())- 1;
> > 
> > x:=Year()>lastYear OR (Year()=lastYear AND (Month()>lastMonth OR
> > (Month()=lastMonth AND DayOfMonth() >=lastDay) ));
> > 
> > y:= ValueWhen(1, x=1, Lowest(L));
> > y
> > 
> > Get the name you always wanted with the new y7mail email address.
> > www.yahoo7.com. au/y7mail
> > 
> > [Non-text portions of this message have been removed]
> > 
> > 
> >     
> >           			
> > <!--
> > 
> > #ygrp-mkp{
> > border:1px solid #d8d8d8;font- family:Arial; margin:14px 
> 0px;padding: 0px 14px;}
> > #ygrp-mkp hr{
> > border:1px solid #d8d8d8;}
> > #ygrp-mkp #hd{
> > color:#628c2a; font-size: 85%;font- weight:bold; line-
> height:122%; margin:10px 0px;}
> > #ygrp-mkp #ads{
> > margin-bottom: 10px;}
> > #ygrp-mkp .ad{
> > padding:0 0;}
> > #ygrp-mkp .ad a{
> > color:#0000ff; text-decoration: none;}
> > -->
> > 
> > <!--
> > 
> > #ygrp-sponsor #ygrp-lc{
> > font-family: Arial;}
> > #ygrp-sponsor #ygrp-lc #hd{
> > margin:10px 0px;font-weight: bold;font- size:78%; line-height: 
122%;}
> > #ygrp-sponsor #ygrp-lc .ad{
> > margin-bottom: 10px;padding: 0 0;}
> > -->
> > 	
> > <!--
> > 
> > 	#ygrp-mlmsg {font-size:13px; font-family: arial, helvetica, 
> clean, sans-serif;}
> > #ygrp-mlmsg table {font-size:inherit; font:100% ;}
> > #ygrp-mlmsg select, input, textarea {font:99% arial, helvetica, 
> clean, sans-serif;}
> > #ygrp-mlmsg pre, code {font:115% monospace;}
> > #ygrp-mlmsg * {line-height: 1.22em;}
> > #ygrp-text{
> > font-family: Georgia;
> > }
> > #ygrp-text p{
> > margin:0 0 1em 0;}
> > #ygrp-tpmsgs{
> > font-family: Arial;
> > clear:both;}
> > #ygrp-vitnav{
> > padding-top: 10px;font- family:Verdana; font-size: 77%;margin: 0;}
> > #ygrp-vitnav a{
> > padding:0 1px;}
> > #ygrp-actbar{
> > clear:both;margin: 25px 0;white-space: nowrap;color: #666;text-
> align:right; }
> > #ygrp-actbar .left{
> > float:left;white- space:nowrap; }
> > .bld{font-weight: bold;}
> > #ygrp-grft{
> > font-family: Verdana;font- size:77%; padding:15px 0;}
> > #ygrp-ft{
> > font-family: verdana;font- size:77%; border-top: 1px solid #666;
> > padding:5px 0;
> > }
> > #ygrp-mlmsg #logo{
> > padding-bottom: 10px;}
> > 
> > #ygrp-reco {
> > margin-bottom: 20px;padding: 0px;}
> > #ygrp-reco #reco-head {
> > font-weight: bold;color: #ff7900;}
> > 
> > #reco-grpname{
> > font-weight: bold;margin- top:10px; }
> > #reco-category{
> > font-size:77% ;}
> > #reco-desc{
> > font-size:77% ;}
> > 
> > #ygrp-vital{
> > background-color: #e0ecee;margin- bottom:20px; padding:2px 0 8px 
8px;}
> > #ygrp-vital #vithd{
> > font-size:77% ;font-family: Verdana;font- weight:bold; 
color:#333; text-
> transform:uppercase ;}
> > #ygrp-vital ul{
> > padding:0;margin: 2px 0;}
> > #ygrp-vital ul li{
> > list-style-type: none;clear: both;border: 1px solid #e0ecee;
> > }
> > #ygrp-vital ul li .ct{
> > font-weight: bold;color: #ff7900;float: right;width: 2em;text-
> align:right; padding-right: .5em;}
> > #ygrp-vital ul li .cat{
> > font-weight: bold;}
> > #ygrp-vital a{
> > text-decoration: none;}
> > 
> > #ygrp-vital a:hover{
> > text-decoration: underline; }
> > 
> > #ygrp-sponsor #hd{
> > color:#999;font- size:77%; }
> > #ygrp-sponsor #ov{
> > padding:6px 13px;background- color:#e0ecee; margin-bottom: 20px;}
> > #ygrp-sponsor #ov ul{
> > padding:0 0 0 8px;margin:0; }
> > #ygrp-sponsor #ov li{
> > list-style-type: square;padding: 6px 0;font-size: 77%;}
> > #ygrp-sponsor #ov li a{
> > text-decoration: none;font- size:130% ;}
> > #ygrp-sponsor #nc{
> > background-color: #eee;margin- bottom:20px; padding:0 8px;}
> > #ygrp-sponsor .ad{
> > padding:8px 0;}
> > #ygrp-sponsor .ad #hd1{
> > font-family: Arial;font- weight:bold; color:#628c2a; font-
> size:100%;line- height:122% ;}
> > #ygrp-sponsor .ad a{
> > text-decoration: none;}
> > #ygrp-sponsor .ad a:hover{
> > text-decoration: underline; }
> > #ygrp-sponsor .ad p{
> > margin:0;}
> > o{font-size: 0;}
> > .MsoNormal{
> > margin:0 0 0 0;}
> > #ygrp-text tt{
> > font-size:120% ;}
> > blockquote{margin: 0 0 0 4px;}
> > .replbq{margin: 4;}
> > -->
> > 		
> > 
> > 
> > 
> > 
> > 
> >       
> ____________ _________ _________ _________ _________ _________ _
> ____________ __
> > Be a better friend, newshound, and 
> > know-it-all with Yahoo! Mobile.  Try it now.  
> http://mobile. yahoo.com/ ;_ylt=Ahu06i62sR 8HDtDypao8Wcj9tA cJ
> > 
> > [Non-text portions of this message have been removed]
> >
> 
> 
>     
>           			
> <!--
> 
> #ygrp-mkp{
> border:1px solid #d8d8d8;font-family:Arial;margin:14px 
0px;padding:0px 14px;}
> #ygrp-mkp hr{
> border:1px solid #d8d8d8;}
> #ygrp-mkp #hd{
> color:#628c2a;font-size:85%;font-weight:bold;line-
height:122%;margin:10px 0px;}
> #ygrp-mkp #ads{
> margin-bottom:10px;}
> #ygrp-mkp .ad{
> padding:0 0;}
> #ygrp-mkp .ad a{
> color:#0000ff;text-decoration:none;}
> -->
> 
> <!--
> 
> #ygrp-sponsor #ygrp-lc{
> font-family:Arial;}
> #ygrp-sponsor #ygrp-lc #hd{
> margin:10px 0px;font-weight:bold;font-size:78%;line-height:122%;}
> #ygrp-sponsor #ygrp-lc .ad{
> margin-bottom:10px;padding:0 0;}
> -->
> 	
> <!--
> 
> 	#ygrp-mlmsg {font-size:13px;font-family:arial, helvetica, 
clean, sans-serif;}
> #ygrp-mlmsg table {font-size:inherit;font:100%;}
> #ygrp-mlmsg select, input, textarea {font:99% arial, helvetica, 
clean, sans-serif;}
> #ygrp-mlmsg pre, code {font:115% monospace;}
> #ygrp-mlmsg * {line-height:1.22em;}
> #ygrp-text{
> font-family:Georgia;
> }
> #ygrp-text p{
> margin:0 0 1em 0;}
> #ygrp-tpmsgs{
> font-family:Arial;
> clear:both;}
> #ygrp-vitnav{
> padding-top:10px;font-family:Verdana;font-size:77%;margin:0;}
> #ygrp-vitnav a{
> padding:0 1px;}
> #ygrp-actbar{
> clear:both;margin:25px 0;white-space:nowrap;color:#666;text-
align:right;}
> #ygrp-actbar .left{
> float:left;white-space:nowrap;}
> .bld{font-weight:bold;}
> #ygrp-grft{
> font-family:Verdana;font-size:77%;padding:15px 0;}
> #ygrp-ft{
> font-family:verdana;font-size:77%;border-top:1px solid #666;
> padding:5px 0;
> }
> #ygrp-mlmsg #logo{
> padding-bottom:10px;}
> 
> #ygrp-reco {
> margin-bottom:20px;padding:0px;}
> #ygrp-reco #reco-head {
> font-weight:bold;color:#ff7900;}
> 
> #reco-grpname{
> font-weight:bold;margin-top:10px;}
> #reco-category{
> font-size:77%;}
> #reco-desc{
> font-size:77%;}
> 
> #ygrp-vital{
> background-color:#e0ecee;margin-bottom:20px;padding:2px 0 8px 8px;}
> #ygrp-vital #vithd{
> font-size:77%;font-family:Verdana;font-weight:bold;color:#333;text-
transform:uppercase;}
> #ygrp-vital ul{
> padding:0;margin:2px 0;}
> #ygrp-vital ul li{
> list-style-type:none;clear:both;border:1px solid #e0ecee;
> }
> #ygrp-vital ul li .ct{
> font-weight:bold;color:#ff7900;float:right;width:2em;text-
align:right;padding-right:.5em;}
> #ygrp-vital ul li .cat{
> font-weight:bold;}
> #ygrp-vital a{
> text-decoration:none;}
> 
> #ygrp-vital a:hover{
> text-decoration:underline;}
> 
> #ygrp-sponsor #hd{
> color:#999;font-size:77%;}
> #ygrp-sponsor #ov{
> padding:6px 13px;background-color:#e0ecee;margin-bottom:20px;}
> #ygrp-sponsor #ov ul{
> padding:0 0 0 8px;margin:0;}
> #ygrp-sponsor #ov li{
> list-style-type:square;padding:6px 0;font-size:77%;}
> #ygrp-sponsor #ov li a{
> text-decoration:none;font-size:130%;}
> #ygrp-sponsor #nc{
> background-color:#eee;margin-bottom:20px;padding:0 8px;}
> #ygrp-sponsor .ad{
> padding:8px 0;}
> #ygrp-sponsor .ad #hd1{
> font-family:Arial;font-weight:bold;color:#628c2a;font-
size:100%;line-height:122%;}
> #ygrp-sponsor .ad a{
> text-decoration:none;}
> #ygrp-sponsor .ad a:hover{
> text-decoration:underline;}
> #ygrp-sponsor .ad p{
> margin:0;}
> o{font-size:0;}
> .MsoNormal{
> margin:0 0 0 0;}
> #ygrp-text tt{
> font-size:120%;}
> blockquote{margin:0 0 0 4px;}
> .replbq{margin:4;}
> -->
> 		
> 
> 
> 
> 
> 
>       
______________________________________________________________________
______________
> Be a better friend, newshound, and 
> know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> 
> [Non-text portions of this message have been removed]
>



------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/equismetastock/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/equismetastock/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:equismetastock-digest@xxxxxxxxxxxxxxx 
    mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx

<*> To unsubscribe from this group, send an email to:
    equismetastock-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/