Hi,
Does anyone know why the following code doesn't display the arrows?
If I use "TopRow2" they show in the upper-most part of the chart so I'm wondering if there is something wrong with the coding for the "TopRow#" tags.
[php]
drawTextRelative(0,TopRow1,"\u00E9",Color.green,nu ll,Text.PRESET|Text.BOTTOM|Text.CENTER|Text.BOLD," Wingdings",10,"Up1\n"+ getCurrentBarCount());
Thanks
wayne
Does anyone know why the following code doesn't display the arrows?
If I use "TopRow2" they show in the upper-most part of the chart so I'm wondering if there is something wrong with the coding for the "TopRow#" tags.
[php]
drawTextRelative(0,TopRow1,"\u00E9",Color.green,nu ll,Text.PRESET|Text.BOTTOM|Text.CENTER|Text.BOLD," Wingdings",10,"Up1\n"+ getCurrentBarCount());
PHP Code:
wayne
Comment