01005379:
What is the difference between last 2 lines.? And how can I code that arrow will appear immediately when some conditions is meet?
Thanks!
Anyone, please!
The last 2 lines means the same thing when the if() statement is True.
What's your code for drawing arrows?
Paste in here using the SRC button so someone can help you.
(Added) In response to you below question. Well if bars is greater than 1000. Say bars is 1001 then it'll start to draw from (0,1001-1000) == (0,1). I have limited experience with drawing objects. However, post your code for drawing objects and someone can help you. (maybe even me)
ubzen:
The last 2 lines means the same thing when the if() statement is True.
The last 2 lines means the same thing when the if() statement is True.
Thanks I know that (0=0), but what if there is not 0?
01005379:
Thanks I know that (0=0), but what if there is not 0?
Thanks I know that (0=0), but what if there is not 0?
Then it will draw it on a different bar, further to the left.
Chris

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
What is the difference between last 2 lines.? And how can I code that arrow will appear immediately when some conditions is meet?
Thanks!