Search found 1 match

Go to advanced search

by gounte
Fri Jul 14, 2023 12:07 pm
Forum: Share Your Scripts
Topic: Alert Function question
Replies: 0
Views: 7311
 
Jump to post

Alert Function question

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 ...

Go to advanced search