You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I can't manage it... I don't know how to work with DRAW_ARROW. Which arrow code do I have to use for drawing a line? I never thought that this could be so hard...
Use a Wingding, but you will only get a series of dots or something like that.
I had a look at the Wingding-Table and I didn't find anything close to a line. I did it with dots and it works. But I still have no idea how to draw a line between the closes.
EDIT: correct, with dots it works. But why is it so complicated with a normal line? I really want to know what I don't consider in my code..
I had a look at the Wingding-Table and I didn't find anything close to a line. I did it with dots and it works. But I still have no idea how to draw a line between the closes.
EDIT: correct, with dots it works. But why is it so complicated with a normal line? I really want to know what I don't consider in my code..
I don't think that DRAW_COLORLINE has been implemented yet (at least in build 625)
Seems to me that the only way to do it at the moment is with 4 buffers
This will only draw to closed candles, trying to sort it out with the varying values of the current candle would be too much headache for me right now :)
I don't think that DRAW_COLORLINE has been implemented yet (at least in build 625)
Seems to me that the only way to do it at the moment is with 4 buffers
This will only draw to closed candles, trying to sort it out with the varying values of the current candle would be too much headache for me right now :)
I had a look at the Wingding-Table and I didn't find anything close to a line. I did it with dots and it works. But I still have no idea how to draw a line between the closes.
EDIT: correct, with dots it works. But why is it so complicated with a normal line? I really want to know what I don't consider in my code..