[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [amibroker] Small logig Help needed,
PureBytes Links
Trading Reference Links
|
You might also post your request there.
d
Hi,
can anybody give a small logig
help,please.
How to read "GetAccountValue( string FieldName
)".
Please check my Code, was is wrong.
Thanks in
advance.
Dieter
/*_______________________
Discription in ABic Dokument
*/ /*______________________________________________________*/
/*
GetAccountValue( string FieldName )
(new
in 1.0.2)
This function retrieves
account values.
return
value:
String representing the value.
Note that if you need number in AFL you should use StrToNum conversion
function that will convert string returned by this function to the
number.
Empty string is returned if
field does NOT exist OR is empty.
Parameters: O
FieldName - defines the value to
query
List of available fields (case
sensitive):
LookAheadMaintMarginReq
AccountCode
OptionMarketValue
DayTradesRemainingT+3
NetLiquidationByCurrency
AccountReady*/
/*______________________________Here is my
Code___________________*/
GetAccountValue(ACode1
AccountCode);
//<<<<<<<<<<<<<< need help ??
ACODE=StrToNum(ACode1);
//<<<<<<<<<<<<<< need help
??
Title= "Test view"+ "\nAccountcode = "+ACODE;
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
YAHOO! GROUPS LINKS
|
|
|
|