PureBytes Links
Trading Reference Links
|
Tim,
This has been discussed and suggestion #1621 formally requested it.
It may be possible to make AFL do this for you. Essentially just plot
a line at the cursor y position. It may have some lag with slow AFLs
but it should do the trick. It is a little more complicated, because
the crosshairs goes across the text, so I had to offset it 8 pixels.
Here is the one liner to place at the end of your AFL (watch out for
line wrap):
Plot(GetCursorYPosition(0)- (8*(Status("axismaxy")-Status("axisminy"))/
Status("pxheight")),"",colorBlack,styleNoLine|styleNoRescale);
BR,
Dennis
On Dec 16, 2008, at 2:49 PM, Tim wrote:
> Hi Dennis,
> Is there anyway you know of to get the X-Y axis showing on the
> crosshairs? Personally, I prefer that mode of presentation. Thank you.
>
> Kindest regards,
>
> Tim
>
>
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, Dennis Brown <see3d@xxx> wrote:
>>
>> The X and Y cursor values are shown at the bottom of the window.
>>
>> BR,
>> Dennis
>>
>> On Dec 15, 2008, at 2:07 PM, r_terbush wrote:
>>
>>> How do I turn on the y-axis value for the crosshair? Surprised
>>> that I
>>> cannot find any discussion of this in the usermanual, google hits,
>>> etc.
>>>
>>>
>>>
>>>
>>> ------------------------------------
>>>
>>> **** IMPORTANT ****
>>> This group is for the discussion between users only.
>>> This is *NOT* technical support channel.
>>>
>>> *********************
>>> TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail
>>> directly to
>>> SUPPORT {at} amibroker.com
>>> *********************
>>>
>>> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
>>> http://www.amibroker.com/devlog/
>>>
>>> For other support material please check also:
>>> http://www.amibroker.com/support.html
>>>
>>> *********************************
>>> Yahoo! Groups Links
>>>
>>>
>>>
>>
>
>
>
> ------------------------------------
>
> **** IMPORTANT ****
> This group is for the discussion between users only.
> This is *NOT* technical support channel.
>
> *********************
> TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail
> directly to
> SUPPORT {at} amibroker.com
> *********************
>
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
> *********************************
> Yahoo! Groups Links
>
>
>
------------------------------------
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
*********************
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|