Hi,
I am generating 2 alerts from tradingview. Alert 1 is for Call and alert 2 is for Put.
The strategy i define on tradetron is such that
- On receiving alert 1, trigger call buy option defined in set 1
- On receiving alert 2, exit set 1 and trigger put buy option defined in set 2
and continue this till the end of the day until universal exit condition triggers at 15:15.
Unfortunately the strategy goes in a loop as soon as the second alert is generated.
Exit for Set 1 and Entry for set 2 is from the same signal
please review the entry and exit conditions attached and advice how to fix this
This is Entry for Set 1
This is Exit for Set 1
This is Entry for Set 2
This is Exit for Set 2