PureBytes Links
Trading Reference Links
|
<span
>Thanks DT
<span
>
<span
>Mr Valley
<span
>
<font size=2 color=black
face=Tahoma>-----Original
Message-----
From: DIMITRIS TSOKAKIS
[mailto:TSOKAKIS@xxxxxxxxx]
Sent: Friday, April 25, 2003 5:15
AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Using
STRING() ??? # INCUDE ??
<span
>
<font size=2 color=black
face="Courier New">How about this [conditional title without "Title=..."
statement] :<span
>
x=RSI();
k=WriteIf(x>50,"\" RSI() \""+"
isHigh","\" RSI() \""+" isLow");
Plot(x,k,1,1);
or
x=RSI();
k=WriteIf(x>50," RSI()
is"+"\"High\""," RSI()
is"+"\"Low\"");
Plot(x,k,1,1);
for indicator builder.
This would be a reason to use "" and my 2*0.01 euro.
DT
> -----Original Message-----
> From: Mr Valley [mailto:valleymj@xxxx]
> Sent: Friday, 25 April 2003 12:54 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: RE: [amibroker] Using STRING() ??? # INCUDE ??
>
>
>
> That just doesn't do it.
>
>
>
> Will # include work somehow?
>
>
>
> Mr Valley
>
>
>
> -----Original Message-----
> From: Graham [mailto:gkavanagh@xxxx]
> Sent: Thursday, April 24, 2003 10:44 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: RE: [amibroker] Using STRING() ???
>
>
>
> Try putting a space in it "B uy"
>
>
>
> Cheers,
> Graham
>
> <http://groups.msn.com/ASXShareTrading>
> http://groups.msn.com/ASXShareTrading
>
> <http://groups.msn.com/FMSAustralia>
http://groups.msn.com/FMSAustralia
>
> -----Original Message-----
> From: Mr Valley [mailto:valleymj@xxxx]
> Sent: Friday, 25 April 2003 12:35 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: RE: [amibroker] Using STRING() ???
>
>
>
> I just tried
>
>
>
> Buy1 = Buy;
>
> AddColumn( IIf( Buy1==1,
"STK","Buy","2000","LMT", formatChar );
>
>
>
> And that didn't do it either.
>
>
>
> Any thoughts?
>
>
>
> -----Original Message-----
> From: dingo [mailto:dingo@xxxx]
> Sent: Thursday, April 24, 2003 10:26 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: RE: [amibroker] Using STRING() ???
>
>
>
> I'm too tired to try this but if you do script try creating the
strings you
> want to use in script the Character number 34 is the quote mark.
Then pass
> the string back to AFL..?? Do you REALLY, REALLY need those
quote
marks?
>
>
>
> Or try using apostophe's ( <- that mark between the e and s )
instead?
>
>
>
> d
>
> -----Original Message-----
> From: Mr Valley [mailto:valleymj@xxxx]
> Sent: Friday, April 25, 2003 12:16 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: RE: [amibroker] Using STRING() ???
>
> Me too, I shoulda tried that before I sent it.
>
>
>
> -----Original Message-----
> From: dingo [mailto:dingo@xxxx]
> Sent: Thursday, April 24, 2003 10:10 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: RE: [amibroker] Using STRING() ???
>
>
>
> shoulda tried that before I sent it. Won't work!
>
>
>
> Sorry bout that.
>
>
>
> d
>
> -----Original Message-----
> From: dingo [mailto:dingo@xxxx]
> Sent: Friday, April 25, 2003 12:08 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: RE: [amibroker] Using STRING() ???
>
> Try 3 quotes in a row to make 1 visible quote:
>
>
>
> """BUY""" + """
2000""" etc.
>
>
>
> d
>
> -----Original Message-----
> From: Mr Valley [mailto:valleymj@xxxx]
> Sent: Thursday, April 24, 2003 11:58 PM
> To: Amibroker
> Subject: [amibroker] Using STRING() ???
>
> How can I encase the text with quotes and have it display/ function
> correctly so I can work with it the AA window?
>
>
>
>
>
> If I put in the extra quotation marks to try to
show "BUY", "2000" , "LMT",
> etc... anywhere within the editor it sees it as being back to a
function?
>
>
>
> AlertIf( Buy, " "," "BUY, 2000," " +
Name() + " , " + "LMT" + " , "
+
> WriteVal(Close,FORMAT=1.2)+ " " + Date() + "
COVER, 2000, " + Name
() + " ,
> " + "LMT" + " , " +
WriteVal(Close,FORMAT=1.2)+ " " + Date() ,
type =
> 1,flags = 1+8, lookback = 1 );
>
>
>
>
>
> I have tried Writeif() and that didn't do it for me.
>
>
>
> I tried the EnableTextOutput() and editor changes a comma to <
sign.
>
>
>
> AlertIf(Buy<"EnableTextOutput(False);
>
> variable = "text"; // this won't be written to commentary
window
>
> EnableTextOutput(True);
>
>
>
> I tried to define a text string,.
>
>
>
> Var1 =
"STK","BUY","2000","LMT";
>
> Var2 =
"STK","SELL","2000","LMT";
>
> Var3 =
"STK","COVER","2000","LMT";
>
> Var4 =
"STK","SHORT","2000","LMT";
>
>
>
> Nothing worked.
>
> Any thoughts?
>
>
>
> Thanks,
>
> Mr Valley
>
>
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>
.
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>
.
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>
.
>
>
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>
.
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>
.
>
>
>
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>
.
>
>
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>
.
>
>
>
>
>
>
> Yahoo! Groups Sponsor
>
>
>
>
>
>
<<a
href="">http://rd.yahoo.com/M=247865.3003379.4507215.2595810/D=egroupweb/S=17
056321
> 98:HM/A=1482387/R=0/*http:/ads.x10.com/?
bHlhaG9vaG0xLmRhd=1051248838%3eM=247
>
865.3003379.4507215.2595810/D=egroupweb/S=1705632198:HM/A=1482387/R=1=
105124
> 8838%
3eM=247865.3003379.4507215.2595810/D=egroupweb/S=1705632198:HM/A=14823
8
> 7/R=2>
>
>
>
> <http://us.adserver.yahoo.com/l?
M=247865.3003379.4507215.2595810/D=egroupmai
> l/S=:HM/A=1482387/rand=878288619>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>
.
<font size=2 color=black
face="Courier New">Send BUG REPORTS to bugs@xxxxxxxxxxxxx<font
size=2 color=black face="Courier New">
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html<font
color=black>
<span
>Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service.<span
>
Yahoo! Groups Sponsor
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|