-
bitcoin $100977.009184 USD
-2.05% -
ethereum $3282.009150 USD
-3.23% -
tether $0.999813 USD
-0.02% -
xrp $2.208254 USD
-4.89% -
bnb $951.411089 USD
0.55% -
solana $155.761205 USD
-2.84% -
usd-coin $1.000217 USD
0.02% -
tron $0.284475 USD
-1.28% -
dogecoin $0.162363 USD
-1.53% -
cardano $0.533988 USD
-0.47% -
hyperliquid $39.174339 USD
-3.22% -
chainlink $14.724828 USD
-1.16% -
bitcoin-cash $477.297986 USD
-1.28% -
zcash $554.227426 USD
17.30% -
ethena-usde $0.998995 USD
-0.03%
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.
- Layer 2 Coins: Will There Be a Potential Explosion by 2026?
- 2025-11-07 16:50:02
- Filecoin, ICP, and the AI Infrastructure Renaissance: Is History Repeating?
- 2025-11-07 16:50:02
- Bitcoin's Wild Ride: Surges, Zeros, and the Search for Stability
- 2025-11-07 17:05:01
- XRP, Bitcoin, and the Rally: What's the Deal, New York?
- 2025-11-07 17:25:01
- Filecoin, DePIN, and a Technical Breakout: What's the Buzz?
- 2025-11-07 17:05:01
- Bitcoin Wobbles: ETF Outflows and the $100K Line in the Sand
- 2025-11-07 18:05:01
Related knowledge
Navigating a crypto bear market: strategies for survival and profit.
Nov 05,2025 at 02:04pm
Navigating a Crypto Bear Market: Strategies for Survival and Profit Surviving a crypto bear market requires more than just patience—it demands strateg...
Ethereum gas fees explained: how to save money on your transactions.
Nov 04,2025 at 04:01pm
Ethereum Gas Fees: Understanding the Basics1. Ethereum operates on a decentralized network where every transaction requires computational power to exe...
Kraken margin trading explained: a complete guide to leveraging your positions.
Nov 04,2025 at 02:19pm
Kraken Margin Trading Overview1. Kraken is one of the most established cryptocurrency exchanges offering margin trading to experienced traders seeking...
NFT flipping for beginners: a step-by-step guide to profitable trading.
Nov 02,2025 at 11:54pm
NFT Flipping Basics: Understanding the Market1. NFT flipping involves purchasing non-fungible tokens at a lower price and reselling them for profit, o...
DeFi yield farming guide: maximizing returns on PancakeSwap and Uniswap.
Nov 05,2025 at 12:20am
Understanding Yield Farming on PancakeSwap and Uniswap1. Yield farming has become a central activity in the decentralized finance (DeFi) space, allowi...
How to find the next 100x altcoin: a fundamental analysis checklist.
Nov 02,2025 at 09:54pm
Decentralized Exchanges Are Reshaping Trading Dynamics1. Decentralized exchanges (DEXs) have emerged as a powerful alternative to centralized platform...
Navigating a crypto bear market: strategies for survival and profit.
Nov 05,2025 at 02:04pm
Navigating a Crypto Bear Market: Strategies for Survival and Profit Surviving a crypto bear market requires more than just patience—it demands strateg...
Ethereum gas fees explained: how to save money on your transactions.
Nov 04,2025 at 04:01pm
Ethereum Gas Fees: Understanding the Basics1. Ethereum operates on a decentralized network where every transaction requires computational power to exe...
Kraken margin trading explained: a complete guide to leveraging your positions.
Nov 04,2025 at 02:19pm
Kraken Margin Trading Overview1. Kraken is one of the most established cryptocurrency exchanges offering margin trading to experienced traders seeking...
NFT flipping for beginners: a step-by-step guide to profitable trading.
Nov 02,2025 at 11:54pm
NFT Flipping Basics: Understanding the Market1. NFT flipping involves purchasing non-fungible tokens at a lower price and reselling them for profit, o...
DeFi yield farming guide: maximizing returns on PancakeSwap and Uniswap.
Nov 05,2025 at 12:20am
Understanding Yield Farming on PancakeSwap and Uniswap1. Yield farming has become a central activity in the decentralized finance (DeFi) space, allowi...
How to find the next 100x altcoin: a fundamental analysis checklist.
Nov 02,2025 at 09:54pm
Decentralized Exchanges Are Reshaping Trading Dynamics1. Decentralized exchanges (DEXs) have emerged as a powerful alternative to centralized platform...
See all articles














