-
bitcoin
$112715.707551 USD
-1.71% -
ethereum
$4101.475385 USD
-3.01% -
tether
$1.000644 USD
-0.02% -
bnb
$1207.619465 USD
-6.77% -
xrp
$2.501451 USD
-3.98% -
solana
$202.947124 USD
-3.32% -
usd-coin
$1.000295 USD
0.04% -
dogecoin
$0.203884 USD
-4.47% -
tron
$0.317154 USD
-1.72% -
cardano
$0.695009 USD
-4.43% -
hyperliquid
$38.853961 USD
-8.23% -
chainlink
$18.988674 USD
-4.64% -
ethena-usde
$1.000233 USD
-0.03% -
stellar
$0.337050 USD
-3.63% -
bitcoin-cash
$536.861728 USD
-1.28%
How to set transaction reminders in TradingView?
By writing a custom TradingView script, you can create a transaction reminder that alerts you at a specified time, providing a convenient way to monitor potential trading opportunities or manage ongoing positions.
Feb 25, 2025 at 05:00 am

- Create a trading script within TradingView.
- Write the code for setting a transaction reminder.
- Customize the transaction reminder alert settings.
- Go to TradingView's Pine Script Editor.
- Click "New Script" and give it a name.
- Copy and paste the following code into the script editor:
// Set up the alert parameters
transactionReminder = input(true, title="Enable Transaction Reminder")
if transactionReminder
// Get the current time
currentTime = time_close[0]
// Set the reminder time based on the input value
reminderTime = input(24, minval=1, title="Reminder Time (Minutes)")
longTime = seconds_since_time(tickerid, "09:30", "", 0, 1)
closeTime = seconds_since_time(tickerid, "16:00", "", 0, 1)
if (tradingDay == true) and (time >= longTime) and (time <= closeTime) and (weekday() >= 1) and (weekday() <= 5)
// Calculate the time to the reminder
timeToReminder = seconds_since_time(tickerid, currentTime, "", 0, 1) + reminderTime * 60
else
// Do not show reminders on weekends or outside trading hours
timeToReminder = false
Step 3: Customize the Transaction Reminder Alert Settings- Click the "Alerts and Notifications" tab in the script editor.
- Select "Custom Alert."
- Set the "Condition" to "Pine Script Condition."
- In the "Value" field, enter the following code:
timeToReminder == true
- Click "OK" to save the reminder.
A: You can set the alert to vibrate, play a sound, or send an email or push notification.
Q: How do I modify the reminder time or enable/disable the reminder?A: Adjust the input values for "Reminder Time" and "Enable Transaction Reminder" in the script editor.
Q: Can I set multiple transaction reminders within one script?A: Yes, create multiple conditions with different "Reminder Time" values in the "Value" field.
Q: Will the transaction reminder activate even if TradingView is closed?A: No, the reminder will only work if the script is actively running in TradingView.
Q: What is the purpose of the "Trading Day" and "Week Day" checks in the code?A: These checks ensure the reminder is only active during trading hours on weekdays, avoiding unnecessary notifications.
Disclaimer:info@kdj.com
The information provided is not trading advice. kdj.com does not assume any responsibility for any investments made based on the information provided in this article. Cryptocurrencies are highly volatile and it is highly recommended that you invest with caution after thorough research!
If you believe that the content used on this website infringes your copyright, please contact us immediately (info@kdj.com) and we will delete it promptly.
- MEXC's Explosive Growth: Trading Volume and Token Gains in Focus
- 2025-10-15 18:25:16
- Pudgy Penguins Price Prediction: Bull Flag Hints at Breakout!
- 2025-10-15 18:45:14
- GateToken Q3 2025 Onchain Destruction: Deflationary Strategy in Action
- 2025-10-15 18:45:14
- Chainlink (LINK): Super Bullish Signals Amidst Institutional Adoption
- 2025-10-15 18:25:16
- Arbitrum (ARB) Comeback: Is a Price Surge on the Horizon?
- 2025-10-15 19:05:12
- Coinbase's India Crypto Play: A Bullish Bet on CoinDCX and the Future of Digital Assets
- 2025-10-15 18:30:01
Related knowledge

Practical parameter settings for a Bitcoin multi-timeframe moving average system
Sep 18,2025 at 10:54pm
Optimizing Timeframe Combinations for Bitcoin Trading1. Selecting appropriate timeframes is crucial when building a multi-timeframe moving average sys...

How can I filter out false breakouts in Dogecoin high-frequency trading?
Sep 22,2025 at 01:00am
Understanding False Breakouts in Dogecoin Trading1. A false breakout occurs when Dogecoin's price appears to move beyond a defined support or resistan...

Techniques for identifying tops and bottoms in the Bitcoin on-chain NVT model
Sep 20,2025 at 07:54pm
Understanding the NVT Model in Bitcoin Analysis1. The Network Value to Transactions (NVT) ratio is often described as the 'P/E ratio' of the cryptocur...

What does the surge in open interest in Bitcoincoin futures mean?
Sep 20,2025 at 11:18pm
Understanding the Surge in Dogecoin Futures Open Interest1. A surge in open interest within Dogecoin futures indicates a growing number of active cont...

How can I use the Ethereum USDT premium to gauge market sentiment?
Sep 18,2025 at 11:55pm
Understanding the Ethereum USDT Premium1. The Ethereum USDT premium refers to the price difference between USDT (Tether) traded on Ethereum-based plat...

What should I do if Ethereum staking yields decline?
Sep 20,2025 at 06:18am
Understanding the Causes Behind Declining Ethereum Staking Yields1. The Ethereum network transitioned to a proof-of-stake consensus mechanism with the...

Practical parameter settings for a Bitcoin multi-timeframe moving average system
Sep 18,2025 at 10:54pm
Optimizing Timeframe Combinations for Bitcoin Trading1. Selecting appropriate timeframes is crucial when building a multi-timeframe moving average sys...

How can I filter out false breakouts in Dogecoin high-frequency trading?
Sep 22,2025 at 01:00am
Understanding False Breakouts in Dogecoin Trading1. A false breakout occurs when Dogecoin's price appears to move beyond a defined support or resistan...

Techniques for identifying tops and bottoms in the Bitcoin on-chain NVT model
Sep 20,2025 at 07:54pm
Understanding the NVT Model in Bitcoin Analysis1. The Network Value to Transactions (NVT) ratio is often described as the 'P/E ratio' of the cryptocur...

What does the surge in open interest in Bitcoincoin futures mean?
Sep 20,2025 at 11:18pm
Understanding the Surge in Dogecoin Futures Open Interest1. A surge in open interest within Dogecoin futures indicates a growing number of active cont...

How can I use the Ethereum USDT premium to gauge market sentiment?
Sep 18,2025 at 11:55pm
Understanding the Ethereum USDT Premium1. The Ethereum USDT premium refers to the price difference between USDT (Tether) traded on Ethereum-based plat...

What should I do if Ethereum staking yields decline?
Sep 20,2025 at 06:18am
Understanding the Causes Behind Declining Ethereum Staking Yields1. The Ethereum network transitioned to a proof-of-stake consensus mechanism with the...
See all articles
