Say I have two entry signals, A and B.
If A has a position on, no other A entries are allowed.
If B has a position on, no other B entries are allowed.
However, mixing A and B entires is allowed. (i.e., if A has a position on, B is allowed, and vice versa.)
I need a way for Easylanguage to distinguish between a market position from entry A vs a market position from Entry B. As far as I can tell, the "marketposition" reserve word cannot do this.
I have tried other workarounds, but can't get it to work perfectly. Can someone please help? Thanks.
If A has a position on, no other A entries are allowed.
If B has a position on, no other B entries are allowed.
However, mixing A and B entires is allowed. (i.e., if A has a position on, B is allowed, and vice versa.)
I need a way for Easylanguage to distinguish between a market position from entry A vs a market position from Entry B. As far as I can tell, the "marketposition" reserve word cannot do this.
I have tried other workarounds, but can't get it to work perfectly. Can someone please help? Thanks.
no wonder all the code i tried before didn't work.