PureBytes Links
Trading Reference Links
|
Herman,
You're a genious in finding ways to get things done
... but in this case it would create unnecessary complexity. New style commands
would maintain simplicity and conciseness'
----- Original Message -----
Sent: Friday, April 01, 2005 3:29
PM
Subject: RE: [amibroker] Need Thicker
Lines for Pivots
You
can thicken lines by looping the plot a few times with a small +/- offset
applied each time. Unless your application is very time-critical this works
nicely.
best
regards,
herman
I had
asked Tomasz for thicker lines quite some time ago, but I guess at
the time there was not enough interest.
My application was also
pivots and thicker lines would be very useful.
Also, "stylethick"
works on a CRT monitor, but not on a LCD.
So having "styleverythick"
and "styleextrathick" would indeed be a great help.
If others are
also interested, please speak up
Ara
----- Original Message
----- From: "me_rayme" <rayme@xxxxxxx> To:
<amibroker@xxxxxxxxxxxxxxx> Sent: Friday, April 01, 2005 2:57
PM Subject: [amibroker] Need Thicker Lines for
Pivots
> > > See attached file. Plotted on YM
futures today at end, one minute. > > All the three lines are
IDENTICAL and not dotted and narrow. > > Must be a bug. I set
the lines apart at price of 5 , will send gif > file
later. > > Ray > > TimeFrameSet(inHourly); //
Was (inHourly) > AVGh = Ref((L + H + C),-1)/3; >
" PPh:\t "+ Avgh; >
TimeFrameRestore(); > Plot( TimeFrameExpand >
(AVGh,inHourly,expandFirst),"",colorRed,styleStaircase,styleThick|sty >
leDots); > > TimeFrameSet(inHourly); // Was
(inHourly) > AVGh = Ref((L + H + C),-1)/3+5; >
" PPh:\t "+ Avgh; >
TimeFrameRestore(); > Plot( TimeFrameExpand >
(AVGh,inHourly,expandFirst),"",colorRed,styleStaircase,styleThick); > > >
TimeFrameSet(inHourly); // Was (inHourly) > AVGh = Ref((L + H +
C),-1)/3+10; > " PPh:\t "+
Avgh; > TimeFrameRestore(); > Plot( TimeFrameExpand >
(AVGh,inHourly,expandFirst),"",colorRed,styleStaircase,styleLine); > > > > > > > > >
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 > > > > > > > >
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
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
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
|
|