'Pine Script Orders Repeated

I am using 3rd Party Binance Order Execution Bridge.

My Order Logic is simple. as follows

strategy.entry("Long "+TickerS, strategy.long, stop=open[1]-(syminfo.mintick), when = strategy.opentrades==0, comment=OrderComment)

Backtest is fine. but when doing forward testing, PineScript Issues three Alerts for the same order. Wondering what is wrong.



Solution 1:[1]

I have found that this error is coming from TradingView. I have open a support ticket and waiting for their response.

To be sure what I did is opened a Free Trial Account and tested the same script and logic on new trial account. I found, the Alerts are generating as they should be and no repeat Alerts were generated.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Dharman