PureBytes Links
Trading Reference Links
|
Herman,
You can assign new values to OHLC and keep the ticker symbol ... you will
have to save and recover the original data:
C1 = C; L1 = L;.... /save data to new arrays
your test code
C = C1; L = L1; ... //recover data
----- Original Message -----
From: "Herman van den Bergen" <psytek@xxxxxxxx>
To: "AmiBroker YahooGroups" <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, August 30, 2004 5:36 PM
Subject: [amibroker] Redefining OHLC Price arrays
> Would anybody know if it is possible to redefine the price arrays by the
AA?
> I would like to change the OHLC price and run the backtester and builtin
> formulas on the newly defined data. All prices are limited to the original
> High and Low, is there anyway to go outside those bounds?
>
> TIA,
> happy trading,
> herman.
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
> 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
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|