Quote from pitbulltrader:
I think sharing ideas with others freely is fantastic....it's when people start thinking they need to charge others that it gets ugly.
It's a shame that there are a select few who seem so ungrateful to those that share of their time without expecting anything in return.....
input : upcolor(green), dncolor(red);
var : threebarup(false), threebardown(false), okplot(false), color(0);
threebarup = false; threebardown = false; okplot = false;
If h > h[1] and h > h[2] and h > h[3] then
threebarup = true;
If l < l[1] and l < l[2] and l < l[3] then
threebardown = true;
if threebarup or threebardown then
okplot = true;
If Okplot then
Begin
if threebarup then
color = upcolor
else
if threebardown then
color = dncolor;
PlotPB (high, low, "PB", color);
End;
E-reader 6IN LCD Portable Silver E-bookQuote from Anekdoten:
Portable Device for PDF/CHM/Word etc
..
Any input appreciated.
Anek
Quote from nkhoi:
E-reader 6IN LCD Portable Silver E-book
http://www.amazon.com/E-reader-Port...3?ie=UTF8&s=electronics&qid=1195955864&sr=8-3
Quote from austinp:
<i>".
If Anek came on here and all of sudden said " hey forum, now that I have your attention I'll charge you 200 bucks per month to sit in my chat room so you can really understand these concepts".. then that would be different...."</i>
It would? How would this information, free or otherwise, be any different? If the tidbits provided here help you make money on an exponential basis thru the end of your career, how would that value to your financial future be different?
Is it of value only if shared freely? Do the tools & tactics shared cease to work tomorrow if Anek charges $2 monthly? $20 monthly? $200 monthly?
How does his info change in value to you, a serious trader?