[amibroker] Re: Background color based on historical trade signals

2010-03-02 Thread dmcleod1981
Leif, Thank you for the help. I am much closer than I was in getting this to work. I never even thought to use flip in the plot statement. I am now trying to get the zorder to work to plot in the background behind the price chart but I am obviously not using the settings correctly in the plot s

[amibroker] Re: Background color based on historical trade signals

2010-02-28 Thread Leif P
Plot( Flip( Buy, Sell ), "Trade", colorPaleGreen, styleArea | styleOwnScale, 0, 1 ); --- In amibroker@yahoogroups.com, "dmcleod1981" wrote: > > I have been trying to figure out how to color the chart background based on > historical signals (in other words as a buy signal is generated the > ba