You have to specify the Object you are trying to create, if you are trying to create multiple Objects, they have to have different names. You can have multiple Objects of the same type, just not the same names.

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
Im trying to get the object OBJ_ARROW_THUMB_UP to appear every time the if condition is true when i test over a few days. Code as follows :
Im using OnTick() event handler as far as i understand this should count every tick that happens. But why does it only displays the object once on each if condition. It doesnt create the object if the condition appears again?