{{Placeholders}}
✔ Learn how to use placeholders to substitute variables into TradingView signal messages on the Finandy platform: general placeholders, placeholders for TradingView strategies.
Last updated
✔ Learn how to use placeholders to substitute variables into TradingView signal messages on the Finandy platform: general placeholders, placeholders for TradingView strategies.
Last updated
Placeholders are used to replace variables in signal messages.
Do you have any questions? We can help you in our Telegram chat room.
Common placeholders
{{close}}
Signal price
{{ticker}}
Currency pair name
Strategies
{{strategy.order.action}}
Returns buy or sell based on order direction.
{{strategy.order.contracts}}
Returns the executed order's contract quantity.
{{strategy.order.price}}
Returns the order price
{{strategy.order.id}}
Returns the executed order ID
{{strategy.order.comment}}
Returns the executed order's comment, or strategy.order.id if there is no comment
{{strategy.market_position}}
Returns the strategy's current position as a string: "long", "flat" or "short"
{{strategy.market_position_size}}
Returns the current position size as an absolute value (non-negative number)