-
bitcoin $87959.907984 USD
1.34% -
ethereum $2920.497338 USD
3.04% -
tether $0.999775 USD
0.00% -
xrp $2.237324 USD
8.12% -
bnb $860.243768 USD
0.90% -
solana $138.089498 USD
5.43% -
usd-coin $0.999807 USD
0.01% -
tron $0.272801 USD
-1.53% -
dogecoin $0.150904 USD
2.96% -
cardano $0.421635 USD
1.97% -
hyperliquid $32.152445 USD
2.23% -
bitcoin-cash $533.301069 USD
-1.94% -
chainlink $12.953417 USD
2.68% -
unus-sed-leo $9.535951 USD
0.73% -
zcash $521.483386 USD
-2.87%
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.
- Bitcoin, eCash Fork, and Airdrop Dynamics: A Deep Dive into Crypto's Latest Controversies
- 2026-05-03 12:55:01
- Consensus 2026 Miami: Web3, Blockchain, Cryptocurrency, NFTs, Metaverse, Conference, May 5th — Where Wall Street Meets the Digital Frontier
- 2026-05-02 12:45:01
- Fed Holds Rates Steady, Triggering Bitcoin Price Drop Amidst Geopolitical Tensions
- 2026-05-01 06:45:01
- Bitcoin Miners Electrify the Grid: Ohio Gas Plant Acquisition Powers Up a New Era for Digital Gold
- 2026-05-01 00:45:01
- MegaETH's MEGA Token Hits the Big Apple: Setting New Performance Benchmarks for Real-Time Blockchain
- 2026-05-01 00:55:01
- Solana's Slippery Slope: Price Prediction Points to Resistance Loss and Potential Further Drops
- 2026-05-01 06:45:01
Related knowledge
What are the most profitable crypto trading setups in 2026 markets?
Jul 04,2026 at 01:59am
High-Liquidity Pair Dominance1. Bitcoin and Ethereum pairs continue to dominate volume across all major exchanges, accounting for over 62% of total sp...
What are the best automated crypto trading strategies for beginners?
Jul 03,2026 at 07:19pm
Grid Trading Strategy1. Grid trading divides price ranges into evenly spaced intervals and places buy and sell orders at each level. 2. It thrives in ...
How to scale profits using pyramiding strategies in crypto trading?
Jul 01,2026 at 07:19am
Understanding Pyramiding in Crypto Markets1. Pyramiding is a position-sizing technique where traders add to winning positions incrementally as price m...
What is trend reversal trading in crypto and how does it work?
Jun 29,2026 at 03:39am
Trend Reversal Identification Signals1. RSI divergence emerges when price makes a new high or low while the RSI fails to confirm it — indicating weake...
How to identify accumulation phases in crypto markets?
Jun 30,2026 at 05:40am
On-Chain Activity Patterns1. Large wallet inflows consistently exceed outflows over a 30-day window, indicating capital deployment rather than profit-...
What is smart money concept in crypto trading strategies?
Jun 28,2026 at 08:40am
Core Principles of Smart Money Concepts1. Smart money refers to capital deployed by institutional participants, large hedge funds, market makers, and ...
What are the most profitable crypto trading setups in 2026 markets?
Jul 04,2026 at 01:59am
High-Liquidity Pair Dominance1. Bitcoin and Ethereum pairs continue to dominate volume across all major exchanges, accounting for over 62% of total sp...
What are the best automated crypto trading strategies for beginners?
Jul 03,2026 at 07:19pm
Grid Trading Strategy1. Grid trading divides price ranges into evenly spaced intervals and places buy and sell orders at each level. 2. It thrives in ...
How to scale profits using pyramiding strategies in crypto trading?
Jul 01,2026 at 07:19am
Understanding Pyramiding in Crypto Markets1. Pyramiding is a position-sizing technique where traders add to winning positions incrementally as price m...
What is trend reversal trading in crypto and how does it work?
Jun 29,2026 at 03:39am
Trend Reversal Identification Signals1. RSI divergence emerges when price makes a new high or low while the RSI fails to confirm it — indicating weake...
How to identify accumulation phases in crypto markets?
Jun 30,2026 at 05:40am
On-Chain Activity Patterns1. Large wallet inflows consistently exceed outflows over a 30-day window, indicating capital deployment rather than profit-...
What is smart money concept in crypto trading strategies?
Jun 28,2026 at 08:40am
Core Principles of Smart Money Concepts1. Smart money refers to capital deployed by institutional participants, large hedge funds, market makers, and ...
See all articles














