Tools/Preferences/Charting/Blank Bars in Right Margin
anyone know if there is a way to plot indicators in this 'blank space'
as [barcount+1] i dont believe works.
Tools/Preferences/Charting/Blank Bars in Right Margin
anyone know if there is a way to plot indicators in this 'blank space'
as [barcount+1] i dont believe works.
anyone know if there is a way to plot indicators in this 'blank space'
as [barcount+1] i dont believe works.
Here ya go.
SYNTAX Plot( array, name, color/barcolor, style = styleLine, minvalue = {empty}, maxvalue = {empty}, XShift = 0 )
RETURNS NUMBER
FUNCTION Plots the graph using array data. Parameters:
array - data array to be plotted
name - defines graph name used for displaying values in a title bar.
color - defines plot color that could be static (if third argument is a number) or dynamic (when third argument is an array). Color indexes are related to the current palette (see Preferences/Color)
style is a combination of one or more of following values:
XShift - allows to visually shift the chart past the last bar.
EXAMPLE // Example 20-bar Moving average shifted 10 bars into the future past the last bar:
Plot(Close,"Close",colorBlack,styleCandle);
Plot(MA(Close,20), "Shifted MA", colorRed, styleLine, Null, Null, 10 );
// Note that shift occurs during plotting AND does NOT affect source array
Can any one tell me if Ichimoku Kinko Hyo is available as a stand alone indicator in Ambibroker or do I have to code it in?
I use dataHQ for my Metastock data. Can I just get Amibroker to look at those folders or would I need to change providers?
Hello and welcome to Aussie Stock Forums!
To gain full access you must register. Registration is free and takes only a few seconds to complete.
Already a member? Log in here.