
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
ObjectCreate("DevIM0", OBJ_TRIANGLE, window, Time[0]+5500, 0,Time[0]+8500, 30,Time[0]+8500, -1*30);
The triangle is also quite good
Inserted your line. But I don't see any triangle in the window.
Maybe something else needs to be added?
ObjectSet etc. ?
Inserted your line. But I don't see the triangle in the box.
Maybe something else needs to be added?
ObjectSet etc. ?
It worked, finally:
Thanks, xrust.
I'll look into it now.
Not quite clear again.
I drew a triangle in the indicator window:
However, the condition TRAGON==true is not seen by the indicator.
The triangle is always drawn, no matter what TRUE or FALSE I switch in the external parameters!
Why so ?
Do you remember to delete it in the deinité?
Is it unkosher to put brackets around the clause?
The brackets don't help.
In deinit, yes, it didn't. I'll put a deletion there now.
The brackets should be... and full stop :). or reverse the condition and retort :))
I put the brackets in. And did a deletion in Deinit.
The switch TRUE==true/false worked !
But now a new problem has turned up. On redrawing the triangle when changing its direction.
Now I will put the question here tomorrow.
You draw it on every tick...