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

*****SPAM***** [amibroker] clear fault in explorer scan



PureBytes Links

Trading Reference Links

SPAM: -------------------- Start SpamAssassin results ----------------------
SPAM: This mail is probably spam.  The original message has been altered
SPAM: so you can recognise or block similar unwanted mail in future.
SPAM: See http://spamassassin.org/tag/ for more details.
SPAM: 
SPAM: Content analysis details:   (5.10 hits, 5 required)
SPAM: USER_AGENT         (-0.5 points) Found a User-Agent header
SPAM: FROM_ENDS_IN_NUMS  (0.9 points)  From: ends in numbers
SPAM: COMMENT            (0.8 points)  Found a Comment header
SPAM: TO_BE_REMOVED_REPLY (0.4 points)  BODY: Says: "to be removed, reply via email" or similar
SPAM: SPAM_PHRASE_03_05  (1.1 points)  BODY: Spam phrases score is 03 to 05 (medium)
SPAM:                    [score: 3]
SPAM: FORGED_YAHOO_RCVD  (1.4 points)  'From' yahoo.com does not match 'Received' headers
SPAM: DATE_IN_PAST_24_48 (1.0 points)  Date: is 24 to 48 hours before Received: date
SPAM: 
SPAM: -------------------- End of SpamAssassin results ---------------------

Sir, plze help and clear my fault.i think its fully wrong.  i need 
buy,sell, buycandidate, sellcandidate in a singile line in explorer 
scan with difrrent four color, but its come only one green , is my 
conditions wrong or its not possible in a singile line, thax in 
adwance, with regards  nifty46


_SECTION_BEGIN(" candidate ");

breakoutime = 101000;
afterbreakout0 = Cross(TimeNum(),101000);
afterbreakout1 = TimeNum()>=101000;
NewDay = Day()!= Ref(Day(), -1);
highestoftheday = HighestSince(newday,H,1);
Lowestoftheday =LowestSince(newday,L,1);
ORBHigh = ValueWhen(afterbreakout0,highestoftheday,1);
ORBLow = ValueWhen(afterbreakout0,lowestoftheday,1);

buycandidate = ValueWhen( afterbreakout0,lowestoftheday,1);
sellcandidate = ValueWhen( afterbreakout0,highestoftheday,1);

Buy= Cross(C,orbhigh) AND afterbreakout1 OR Cross(C,orblow) AND 
afterbreakout1;
Sell = Cross(orblow,C) AND afterbreakout1 OR Cross(orbhigh,C) AND 
afterbreakout1 ;color = color = color=IIf(ORBHigh,colorGreen,IIf
(ORBLow,colorRed,IIf(buycandidate,colorBlue,IIf
(sellcandidate,colorOrange,0))));
//color = iif(buy,colorGreen,iif(sell,colorRed,iif
(buycandidate,colorBlue,colorBlack));

Filter = Buy OR Sell ;
AddColumn(C,"CMP",0,colorBlue);
AddColumn(IIf(buycandidate or 
sellcandidate,ORBHigh,ORBLow),"ENTRY ",0,colorDefault,color);

_SECTION_END();


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

**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

*********************
TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to 
SUPPORT {at} amibroker.com
*********************

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html

*********************************
Yahoo! Groups Links

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

<*> Your email settings:
    Individual Email | Traditional

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

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

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

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