[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Volume+MA+Shape Chart [1 Attachment]



PureBytes Links

Trading Reference Links

[Attachment(s) from Kusnady included below]

Dear Friends,
 
I need solution how to correctly place the volume chart together with MA and Shapes in the Option-2. (AFL attaced/ or below):
 
if you disable Option-1 and Enable Option-2 but opening the /* and */, then the option-1 is correctly placed. But why the Option-2 can not.
 
I need the Option-2 to place together with Price Chart, so we have to use "StyleOwnscale" in the plot command.
 
Could you solve this, or do I need some additional parameter ?
 
Thanks & Regards
Sawios
 
 
Per=Param("Per",50,1,500);
Height=Param("V Height",2,1,100);
s=MA(V,Per);
 
 
/*
//---------- option-1
Plot(V,"V-1",colorBlue, styleHistogram);
Plot(s,"Avg-1",colorRed, styleLine);
PlotShapes( Cross(V,s)*shapeUpArrow, colorYellow, layer=0,yposition= s, Offset=-12 );
*/
 
//------------- option-2
Plot(V,"V-2",colorGreen, styleHistogram+styleOwnScale,Height);
Plot(s,"Avg-2",colorOrange, styleLine+styleOwnScale,Height);
PlotShapes( Cross(V,s)*shapeUpArrow, colorYellow, layer=0,yposition= s, Offset=-12 );


Warnai pesan status dengan Emoticon.
Sekarang bisa dengan Yahoo! Messenger baru.

Attachment(s) from Kusnady

1 of 1 File(s)


__._,_.___


**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/





Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___