TradingView to Anywhere has introduced support for limit and stop pending orders on cTrader using the P (Price) parameter.
This feature allows users to automate precise entries without placing market orders.
| cTrader | |
| live |
The P (Price) Parameter
The P parameter defines the entry price of a pending order and can be passed as:
- Actual price
- Percentage (%) offset from current market price
- Points
How Order Type Is Determined
Order type is determined automatically based on the sign of the P value:
- Positive
Pvalues โ Limit orders - Negative
Pvalues โ Stop orders
Examples
BUY EURUSD Q=0.5 P=-300 - Places a BUY STOP order 300 points away from the current market price.
BUY USDJPY Q=0.25 P=300 - Places a BUY Limit order 300 points away from the current market price.
BUY GBPUSD Q=0.5 P=-2% - Places a BUY STOP order at a price 2% away from the current market price.
BUY GBPUSD Q=0.5 P=2% - Places a BUY limit order at a price 2% away from the current market price.
BUY USDCAD Q=0.5 P=1.38720 - Places a BUY order at the price of 1.38720.
With pending order support, cTrader users can now:
- Place limit and stop orders directly from TradingView alerts
- Define entry prices using price, percentage, or points
- Fully automate entry logic without manual intervention
Visit TradingView To Anywhere to start Automating
Enjoy!