Loading...
Loading...
Quick wizard to create a new Pine Script from a description. Just describe what you want and get working code.
npx skill4agent add traderspost/pinescript-agents createtemplates/indicators/templates/strategies/templates/utilities/projects/[descriptive-name].pine//@version=6//@strategy_alert_messagestrategy()//@version=6
indicator("Title", overlay=true)
// Implementation//@version=6
strategy("Title", overlay=true)
//@strategy_alert_message {{strategy.order.alert_message}}
// Implementation