-
bitcoin
$115139.818732 USD
-0.61% -
ethereum
$4598.676579 USD
-1.26% -
xrp
$3.029978 USD
-2.08% -
tether
$1.000434 USD
0.01% -
solana
$240.784980 USD
-1.13% -
bnb
$925.044734 USD
-0.61% -
usd-coin
$0.999772 USD
0.01% -
dogecoin
$0.277157 USD
-2.21% -
tron
$0.348716 USD
-0.26% -
cardano
$0.885611 USD
-3.31% -
hyperliquid
$53.547629 USD
-2.46% -
chainlink
$24.053828 USD
-2.67% -
ethena-usde
$1.001251 USD
0.02% -
sui
$3.671154 USD
-2.26% -
avalanche
$29.401465 USD
-1.56%
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.
- Tether's USA₮: A New Chapter in Stablecoin and Dollar Dominance
- 2025-09-15 10:50:01
- TRON's Bold Move: Stablecoin Dominance and the Fee Cut Gamble
- 2025-09-15 10:50:01
- Hidden Gem Cryptos: Buy Now and Ride the 2025 Rotation
- 2025-09-15 10:50:01
- Altcoin Season in Full Swing: ETH, SOL, DOGE, and XRP Hit Record Highs!
- 2025-09-15 10:50:11
- Arctic Pablo Coin's Frozen Finale: BNB and Toncoin Can't Keep Up!
- 2025-09-15 10:50:11
- Bitcoin, Ethereum, and Shiba Inu: Navigating the Crypto Landscape in 2025
- 2025-09-15 10:55:12
Related knowledge

The Trader's Guide to Understanding Open Interest in Crypto Futures
Sep 07,2025 at 08:19am
The Significance of Open Interest in Crypto Futures Trading1. Open interest represents the total number of active derivative contracts that have not b...

Hedging with Crypto Futures: A Guide to Protecting Your Portfolio
Sep 07,2025 at 07:18am
Hedging with Crypto Futures: A Guide to Protecting Your Portfolio Cryptocurrency markets are known for their extreme volatility. Sudden price swings c...

Swing Trading Ethereum Futures: Setups and Strategies
Sep 06,2025 at 09:18pm
Understanding Ethereum Futures in Swing Trading1. Ethereum futures allow traders to speculate on the future price of ETH without owning the underlying...

Day Trading Crypto Futures: A Complete Playbook for Beginners
Sep 11,2025 at 01:18pm
Understanding Decentralized Exchanges in the Crypto Ecosystem1. Decentralized exchanges (DEXs) operate without a central authority, allowing users to ...

Scalping Strategies for Bitcoin Futures: A Pro's Guide
Sep 08,2025 at 01:36am
Understanding Bitcoin Futures and Market Dynamics1. Bitcoin futures allow traders to speculate on the future price of BTC without owning the underlyin...

Bybit Futures Tutorial: From Account Setup to Your First Trade
Sep 08,2025 at 02:54am
Creating Your Bybit Account and Initial Setup1. Visit the official Bybit website and click on the 'Sign Up' button located at the top right corner. Pr...

The Trader's Guide to Understanding Open Interest in Crypto Futures
Sep 07,2025 at 08:19am
The Significance of Open Interest in Crypto Futures Trading1. Open interest represents the total number of active derivative contracts that have not b...

Hedging with Crypto Futures: A Guide to Protecting Your Portfolio
Sep 07,2025 at 07:18am
Hedging with Crypto Futures: A Guide to Protecting Your Portfolio Cryptocurrency markets are known for their extreme volatility. Sudden price swings c...

Swing Trading Ethereum Futures: Setups and Strategies
Sep 06,2025 at 09:18pm
Understanding Ethereum Futures in Swing Trading1. Ethereum futures allow traders to speculate on the future price of ETH without owning the underlying...

Day Trading Crypto Futures: A Complete Playbook for Beginners
Sep 11,2025 at 01:18pm
Understanding Decentralized Exchanges in the Crypto Ecosystem1. Decentralized exchanges (DEXs) operate without a central authority, allowing users to ...

Scalping Strategies for Bitcoin Futures: A Pro's Guide
Sep 08,2025 at 01:36am
Understanding Bitcoin Futures and Market Dynamics1. Bitcoin futures allow traders to speculate on the future price of BTC without owning the underlyin...

Bybit Futures Tutorial: From Account Setup to Your First Trade
Sep 08,2025 at 02:54am
Creating Your Bybit Account and Initial Setup1. Visit the official Bybit website and click on the 'Sign Up' button located at the top right corner. Pr...
See all articles
