PureBytes Links
Trading Reference Links
|
Hi Dingo,
i have explain it my self, in the moment i send the question.
Thanks for massage.
Dieter
--- In amibroker@xxxxxxxxxxxxxxx, "dingo" <dingo@xxxx> wrote:
> search the http://finance.groups.yahoo.com/group/amibroker-at/messages/
> forum for help on that.
>
> You might also post your request there.
>
> d
>
>
> _____
>
> From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx]
On Behalf
> Of dieterdotbraun
> Sent: Saturday, October 01, 2005 10:16 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Small logig Help needed,
>
>
> 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
>
>
>
> * Visit your group "amibroker
> <http://groups.yahoo.com/group/amibroker> " on the web.
>
>
> * To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
> <mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/> .
>
>
> _____
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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
<*> 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/
|