PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Not sure how to manage fitting your chart on a grid like that
however you can make you chart in equal x:y ratios with something like that
below. Her the max y-value equals the x-range of your
display:
<FONT face=Arial color=#0000ff
size=2>
BarVisible =
Status(<FONT
color=#ff00ff>"barvisible"<FONT
face=Arial>); BarOnScreen = <FONT
color=#0000ff>Cum<FONT
color=#000000>(BarVisible); MaxBScr = <FONT
color=#0000ff>LastValue<FONT
color=#000000>(BarOnScreen); MinBScr =<FONT
color=#ff00ff>0<FONT
color=#000000>; Plot<FONT
color=#000000>(MinBScr,""<FONT
color=#000000>,4<FONT
color=#000000>,1<FONT
color=#000000>|<FONT
color=#ff0000>styleNoLine<FONT
face=Arial>); <FONT
color=#0000ff>Plot(MaxBScr,<FONT
color=#ff00ff>"",<FONT
color=#ff00ff>6,<FONT
color=#ff00ff>1|<FONT
color=#ff0000>styleNoLine<FONT
face=Arial>); <FONT
color=#0000ff>Plot(<FONT
color=#ff0000>C,<FONT
color=#ff00ff>"Close",<FONT
color=#ff00ff>1,<FONT
color=#ff00ff>64|<FONT
color=#ff0000>styleOwnScale<FONT
color=#000000>,MinBScr,MaxBScr);
<FONT face=Arial
size=2>
<FONT face=Arial
color=#0000ff>I suggest you have a close look at some code you can find at
AmiBroker S&C Traders' Tips monthly. "
FIBONACCI
RETRACEMENTS AND THE RSI"
Issue 3/2003.
Copyright (C)2003 Tomasz Janeczko. All back issues available from: <A
href=""><FONT face=Arial
size=2>http://www.amibroker.com/traders/<FONT face=Arial
color=#0000ff size=2> TJ gives a nice example of scaling your chart
there.
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>herman
<FONT face=Tahoma
size=2>-----Original Message-----From: Johan
[mailto:epostens@xxxxxxxx]Sent: January 29, 2004 4:45
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
ScaleHi! I wonder if it“s possible to scale the chart
in Ab so that 1 point/1 day. Or in % if that is possible - 1%/1
day.Thank youSend BUG REPORTS to
bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
To visit your group on the web, go to:<A
href="">http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:<A
href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
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
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 the Yahoo! Terms of Service.
|