PureBytes Links
Trading Reference Links
|
Nice trick
use it in your charts as a historgram
styles=2
I think it would be really great to be able to display arrows in
indicator windows. At present I 'cheat' by writing something like:
buy=buyformula; sell=sellformula;
graph0=buyformula; graph1=sellformula;
which gives a spike value of 1 (true) wherever buyformula occurs.
Arrows would be much better and not get in the way of graphs.
Maybe someone has a better way?
|