Skip to content

Instantly share code, notes, and snippets.

@marketcalls
Created November 23, 2014 11:37
Show Gist options
  • Save marketcalls/b9a89821937ea09968d7 to your computer and use it in GitHub Desktop.
Save marketcalls/b9a89821937ea09968d7 to your computer and use it in GitHub Desktop.
Using Gradient Colors in Amibroker
ibuy = Flip(Buy,Sell);
isell= Flip(Sell,Buy);
Plot(ibuy, "", ColorBlend( colorPaleGreen, colorBlack ), styleGradient | styleHistogram | styleOwnScale );
Plot(isell, "", ColorBlend( colorred, colorBlack ), styleGradient | styleHistogram | styleOwnScale );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment