
Using low-level graphics - AmiBroker
Completely new low-level graphic AFL interface allows complete flexibility in creating any kind of user-defined display. The interface mimics closely Windows GDI API, with same names for …
Plotting a chart using gfx - AFL Programming - AmiBroker …
Aug 12, 2017 · Below an example of how I would plot a single price array in gfx. The problem is that it executes ~1000 slower than the build in Plot(). This is expected of course - hence this post.
AmiBroker Users' Knowledge Base » GFX Programming
Jan 26, 2011 · Moving Low Level Graphics (GFX) Objects on your Charts When drawing gfx objects on your charts, you can move them around by applying an X and Y offset to the …
Multiple Low Level Graphics Charts - AFL Programming
Jun 28, 2018 · Thanks to @fxshrat I've now worked out how to create a bar chart based upon multiple series using the low level graphics library functions within my own custom 'Report …
Building Custom GFX Tables in AmiBroker
Feb 17, 2025 · AmiBroker’s Graphics (GFX) library lets us draw shapes, text, and tables on the chart, offering complete freedom over layout and design. The code below demonstrates how …
Plotting a chart using gfx - Page 2 - AFL Programming
Nov 30, 2019 · The recipe for better performance is as follows: If you are using low-level graphics: First you should limit drawing to visible range (GetFirstVisibleBar,GetNextVisibleBar). Second …
AFL Function Reference - GFXTEXTOUT - AmiBroker
Text color can be set using GfxSetTextColor () function. If a formula needs to update the current position when it calls GfxTextOut, the formula can call the GfxSetTextAlign function with flags …
Using low-level graphics functions - AmiBroker
Completely new low-level graphic AFL interface allows complete flexibility in creating any kind of user-defined display. The interface mimics closely Windows GDI API, with same names for …
AmiBroker Users' Knowledge Base » Creating GFX Chart-Overlays (v3)
Mar 20, 2008 · Once the pixel layout is fully understood, GFX becomes an extremely powerful tool and may just give you an additional trading edge. The first and most important step in using …
Point and figure chart custom y axis using gfx* - AFL …
Feb 10, 2021 · I finally (almost) got the code done for the gfx* version of the point and figure chart. I would like to implement a custom y axis that sits on top of the regular y axis but draw in the …
- Some results have been removed