RE: [amibroker] Adding a Logo (.jpg) to a chart

 

Why don't you experiment with this, just replace Name() with whatever text you want.  I think it would be nice if we could sort of white label AB by being able to change the title bar and title bar graphic.

 

 

 

InfoTextFontName                                         = ParamStr( "Font Name", "Arial" );

InfoTextFontSize                                             = Param( "Font Size", 0.15, 0.1, 1.0 , .05 );

OnOff                                                                   = ParamToggle( "Sym In Chart OnOff ", "OFF|ON", 1 );

TextColor                                                            = ParamColor( "Text Color", ColorRGB( 221, 221, 221 ) );

ArrowsToBarYPixelSpacing                          = Param( "Arrow To Bar Y-Axis Spacing", 60, 20, 200, 5 );  //  Distance in Pixels of Plot Arrow from price bar

 

 

 

GfxSetOverlayMode(1);

GfxSelectFont("InfoTextFontName", Status("pxheight")/2 * InfoTextFontSize );

GfxSetTextAlign( 6 );// center alignment

GfxSetTextColor( TextColor );    //

GfxSetBkMode(1); // transparent

GfxTextOut( Name(), (Status("pxwidth")/2) * InfoTextFontSize, (Status("pxheight")/12) * InfoTextFontSize );

 

 

From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com]
Sent: Thursday, March 31, 2016 8:01 PM
To: amibroker@yahoogroups.com
Subject: RE: [amibroker] Adding a Logo (.jpg) to a chart

 

 

Thanks Alan,

 

I am looking for something a little classier.

 

I want the logo insert or as a watermark.

 

Regards

 

Paul

 

From: Alan alan@thenorthams.us [amibroker] [mailto:amibroker@yahoogroups.com]
Sent: Thursday, 31 March 2016 11:20 PM
To: amibroker@yahoogroups.com
Subject: Re: [amibroker] Adding a Logo (.jpg) to a chart

 

 

You can always easily add text to the title line i.e., "TRAINING ONLY".
Just a thought!

Regards,
Alan

On 3/31/2016 6:40 AM, tavenui@googlemail.com [amibroker] wrote:

 

Hi,

I want to use this for training, and want to add my logo, most likely a .jpg but could be another to a chart.

Assuming this has can be done.

Can someone point me in the right direction please?

Regards

Paul

 

 

__._,_.___

Posted by: "Sean ONeill" <ONeillSeanP@verizon.net>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (5)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? The Yahoo Mail app is fast, beautiful and intuitive. Try it today!

**** 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/


.

__,_._,___


EmoticonEmoticon