Darek Posted February 12, 2014 Report Share 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 Quote Link to comment Share on other sites More sharing options...
admis Posted February 12, 2014 Report Share 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 Quote Link to comment Share on other sites More sharing options...
novicetrader Posted February 12, 2014 Report Share 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 Quote Link to comment Share on other sites More sharing options...
Darek Posted February 13, 2014 Author Report Share 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 Quote Link to comment Share on other sites More sharing options...
kenny123 Posted February 14, 2014 Report Share Posted February 14, 2014 Thank you... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.