1. I only want to Enter 'Once' when an indicator (RSI & MACD) goes Long. When it hits Breakeven or Stop Loss or TrailStop I don't want to re-enter on the same run until there's another Long Run.
I have tried 'BarsSinceExit' and 'BarsSinceEntry' but maybe there is a better way?? Cause I only want a single entry on indicator confirmation.
2. I'm trying to Exit (profit target) when price 'crosses below' EMA of 14. And I can't seem to figure out the coding for this. I thought this would be simple to do but I've tried everything I could think of.
Technically, I would like to exit when ((RSI & MACD) != Long) but that doesn't seem to work. I would settle for either TBH
3. When I use the Breakeven Example code, than the Trailstop/Profit Target in State.Configure no longer functions and vice versa.
Please help.

on the conditions UI side but how would I connect the logic to the actions or variable UX side? Any ideas?
Comment