ijerkov
Joined: 17 Oct 2011 Posts: 1
|
Posted: Mon Oct 17, 2011 10:10 pm Post subject: Writing letters and numbers on chart |
|
|
Hello, I am new on this forum and I don't have much experience with forex tester api so I need some help.
I am trying to write numbers and letters on candles instead of symbols like in this picture.
http://dl.dropbox.com/u/6197601/img/example.PNG
I am using these methods:
SetIndexStyle(2, ds_Symbol, psSolid, 1, clRed);
SetIndexSymbol(2, 252, 0, 0);
this number 252 represents some symbol in Wingdings font as there is no letters and numbers in that font ( http://www.zakie.fsnet.co.uk/ChatRoomsStuff/Help/wingdingsfontchart.htm ).
Is it possible to set font to Wingdings2 or 3 as those fonts have numbers and letters or I should use some other way to put numbers and letters on chart?
Thank you! |
|