Reference: Chart - TradingView
Entering commands into an Alert's message field (figure 1) will instruct Autoview to act upon an exchange in a controlled way.
Although each and every exchange has their own flavoured language, Autoview aids to simply all of that and keep the focus on correctly processing of information for successful trades.
Examples
Spot trading: b=buy, b=sell
Margin trading: b=long, b=short
Close all open orders: c=order
Close all open positions: c=position
Use a market order: t=market, c=position t=market
Order Quantity (use 10% balance, 25% balance, 10 contracts, 0.25 contracts): q=10%, q=25%, q=10, q=0.25
Order Price (up 5%, up $10, down $50): p=5%, p=10, p=-50
Errors
My alert message displays the variable: {{strategy.order.alert_message}}
Cause: When no alert message is available, the variable will not be replaced.
Solution: Ensure your script contains the necessary alert messages.
Comments
0 comments
Article is closed for comments.