-3

In the strategy I created; This is how the Strategy Login and Exit alarms fail.

How can I solve this problem? The strategy uses pyramiding.

enter image description here

enter image description here

enter image description here

sperci0
  • 1
  • 1

1 Answers1

-1

This error trigger if the alert you set manually on the right of your trading view chart trigger many times in a short period of time.

In your case, your alert trigger 10 time in less than a minute => tradingview switch off your alert and send you an error message.

For example if your alert trigger on each bar and your chart timeframe is on 10 seconds, you will get this error after several alerts.

To avoid this error, you should design your alert so that it will trigger less often.

G.Lebret
  • 2,826
  • 2
  • 16
  • 27