Tradingview Multiple Indicators Alerts in one Indicator
Budget: $30 – $250 USD
Good Day,
I have 5 custom built indicators that fires buy or sell alerts ,
and want an "Alert indicator "that I can attach my indicators to with connectors.
This "Alert Indicator" must:
1. Be able to give me an alert when any one of my own indicators fires a buy/sell alert.
2. Specify which Indicator fired
3. All alerts from the "Alert Indicator" must be compatible with Tradingview alert system.
4. All my indicators have the following alert code:
//////////////////////////////
alertcondition (longCond, title = "SIQ Buy", message = "SIQ BUY")
alertcondition (shortCond, title = "SIQ Sell", message = "SIQ SELL")
5. I use this connector script on my indicators when backtesting via a Backtester template :
////////////////////////// SIGNAL FOR STRATEGY /////////////////////////
Signal = buy ? 1 : sell ? -1 : 0
plot(Signal, title="?Connector?", transp=100)
6. See attached indicator with Connector, Buy/Sell conditions and alert conditions.
7. If possible: Must be able to scan 28 forex pairs and 6 timeframes when only attached to one Chart. Please specify if this is possible and how. If not possible, specify that in the bid.
Before accepting a bid, the spesifications must be supplied by the bidder and agreed on between us.
Thank you
I have 5 custom built indicators that fires buy or sell alerts ,
and want an "Alert indicator "that I can attach my indicators to with connectors.
This "Alert Indicator" must:
1. Be able to give me an alert when any one of my own indicators fires a buy/sell alert.
2. Specify which Indicator fired
3. All alerts from the "Alert Indicator" must be compatible with Tradingview alert system.
4. All my indicators have the following alert code:
//////////////////////////////
alertcondition (longCond, title = "SIQ Buy", message = "SIQ BUY")
alertcondition (shortCond, title = "SIQ Sell", message = "SIQ SELL")
5. I use this connector script on my indicators when backtesting via a Backtester template :
////////////////////////// SIGNAL FOR STRATEGY /////////////////////////
Signal = buy ? 1 : sell ? -1 : 0
plot(Signal, title="?Connector?", transp=100)
6. See attached indicator with Connector, Buy/Sell conditions and alert conditions.
7. If possible: Must be able to scan 28 forex pairs and 6 timeframes when only attached to one Chart. Please specify if this is possible and how. If not possible, specify that in the bid.
Before accepting a bid, the spesifications must be supplied by the bidder and agreed on between us.
Thank you
Related categories:
Pine Script