PureBytes Links
Trading Reference Links
|
Hi wavemechanic,
Once again, it seems, we must tackle the issue of HTML mail. Quite
frankly, I don't like it, but I recognize that a very few do, and I
acknowledge their prerogative to send it.
But, the way it reads in a plain-text viewer, the only kind I will
use, when new text is inserted into quoted material, makes messages
not worth viewing, because it is *impossible* to separate quoted from
new text.
So once again, I ask that NEW text be placed OUTSIDE of quoted
material for those who prefer to post in HTML. Otherwise, I go back
to filtering HTML posters.
Here is what that mail looks like in a plain-text viewer:
----- Original Message -----
From: murthysuresh
To: amibroker@xxxxxxxxxxxxxxx
Sent: Wednesday, December 15, 2004 10:36 PM
Subject: [amibroker] Param Slider not working for thsi one
Hi,
The slider does nto work for this one only. I am lost why?
The step variable in PARAM is missing.
Period = 9;
Co_Efficient = Param( "Co_Efficient", .05, 1.0, .05 );
EMACalculated=EMA(Close,Period);
UpperChannel=EMACalculated+EMACalculated*Co_Efficient;
LowerChannel=EMACalculated-EMACalculated*Co_Efficient;
Plot(UpperChannel,"UpperChannel",ColorRed,styleLine);
Plot(LowerChannel,"LowerChannel",ColorWhite,styleLine);
Plot(EMACalculated,"EMA " + Period,ColorGreen,styleLine);
Regards
Suresh
================
The new text does not stand out, and there is no quick way of
locating it.
All that is necessary to correct this is to put the new text
*outside* of the quoted material. Given the insecurity of HTML based
e-mail, it should not be, IMO, a prerogative of HTML posters to
require those of us who want to stick to plain text to view our mail
in HTML format.
Yuki
------------------------ Yahoo! Groups Sponsor --------------------~-->
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|