Hi I want to create an automated script, that will not use predefined tp and sl, but will use limit and stop prices The code is as follows if shortCondition: alert_string = 'ENTERING SHORT' alert(alert_string, alert.freq_once_per_bar_close) strategy.entry("Sell", strategy.short) strategy.exit("Take ...