Darek Posted February 12, 2014 Report Posted February 12, 2014 (edited) Would it be possible to have anaheikinAshi indy program to display as a semi transparent cloud or a wave, would anyone be able to help, please screen shot : http://screencast.com/t/5osetKtmfL Edited February 12, 2014 by Darek
admis Posted February 12, 2014 Report Posted February 12, 2014 (edited) Would it be possible to have anaheikinAshi indy program to display as a semi transparent cloud or a wave, would anyone be able to help, please screen shot : http://screencast.com/t/5osetKtmfL I think the quickest way to do that is by assigning a RGB color with Alpha transparency in the indicator window (instead of coding) Color := Alpha; Red; Green; Blue for example: Red color => 255; 0; 0 Red color with Alpha 100 => 100;255;0;0 Alpha, R,G,B [0,255] Additionally try to read this thread: https://www.bigmiketrading.com/ninjatrader-programming/11439-set-custom-color.html Edited February 12, 2014 by admis Darek 1
novicetrader Posted February 12, 2014 Report Posted February 12, 2014 I dont know if you have done this, you can have the candles display on top of it buy putting Price action layer on to of all indicators by clicking shift and rolling your center mouse wheel till that level is assigned on top of all i.e. 1. Hope this helps. Darek 1
Darek Posted February 13, 2014 Author Report Posted February 13, 2014 (edited) Thanks guys i got around it,looks better now not as semi transparent yet visually acceptable, at least to me. http://screencast.com/t/xnu7CVmirYq6 Regards Edited February 13, 2014 by Darek
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now