Quick help here
-
I need a help with this Logic:
If Arrow Object is on Candle ID2, pass a certain condition else pass a different condition
how can I achieve this with FxD? It could be on any Candle ID and the Arrow draws on each candle if some conditions are met meaning there could be more than one Arrow on chart but what matters more is the ID its drawn on
-
Sorry I'm not in the list.
But what i know is,
If orange, else yellow.
-
-
Not sure what you need exactly, but a condition looking at ID 2 could do this, or maybe set a bool condition that flops from true to false as the arrow appears, and when it is no longer relevant, with a condition that checks if it's true, with the next operand condition.
-
@tec-nacks Do you mean there can be more than one arrow on the same candle? I guess you need a loop, but some more info would be definitely appreciated.
-
yes, somtehing like that;;
this is a pictoral view, as seen there are multiple arrows painted with same name but I only want to check if arrow paints on ID2 because there are times the arrow won't paint ... so I want to be able to check if it does on ID2

-
Try indicator appear on ID 2:

-
I couldn't get this feature to track arrows.. How can I do that?
-
That will just check if it appears on ID2, what do you mean by track?
-
@jstap i meant there is no indicator in use in my own case
-
What is creating the arrow?
-
@tec-nacks Is the arrow identified as an object in the platform's 'Objects' windows? If so, you can search for any object with a part of its name being on candle ID 2.