อินดิเคเตอร์และกลยุทธ์
High of Specific Date//@version=5
indicator("High of Specific Date", overlay=true)
// Input for the specific date
input_date = input.time(timestamp("2023-10-01"), title="Specific Date", confirm=true)
// Check if the current bar's date matches the input date
is_target_date = (time == input_date)
// Get the high of the target candle
var float target_high = na
if is_target_date
target_high := high
// Draw a horizontal line at the high of the target candle
line.new(x1=bar_index, y1=target_high, x2=bar_index + 1, y2=target_high, color=color.red, width=2, extend=extend.right)
// Optional: Label to show the high value
if not na(target_high)
label.new(x=bar_index, y=target_high, text=str.tostring(target_high), color=color.white, textcolor=color.black, style=label.style_label_down, size=size.small)
TrendMasterPro_FekonomiTrend Change and Start Signals with Weighted Conditions
The Trend Change and Start Signals with Weighted Conditions indicator leverages various technical analysis tools to generate reliable buy and sell signals. This indicator helps investors more accurately identify trend changes and start signals in the market.
Features:
Utilizes popular technical analysis tools such as MACD, RSI, EMA, and Ichimoku Cloud.
Enhances signal accuracy with additional indicators like ADX and Volume Increase.
Allows users to adjust the weights of each condition to set their importance.
The Confidence Level parameter lets you adjust the accuracy rate of the signals.
Visual Signals make it easy to track buy and sell points directly on the chart.
How It Works:
Condition Weights: Users assign weights to indicators like MACD, RSI, EMA, and Ichimoku Cloud. If you have no idea, use default settings.
Condition Fulfillment: Checks if the conditions for each indicator are met.
Confidence Level: The total weight of the fulfilled conditions must exceed the user-defined confidence level.
Signal Generation: When these conditions are met, a buy or sell signal is generated and visually displayed on the chart.
Customization:
Personalize Signals: By adjusting the weights of the indicators used, you can personalize the signals to match your trading strategy and preferences.
Use Cases:
Short-Term Investments: Identify quick trend changes for short-term trading decisions.
Long-Term Investments: Detect long-term trend starts and changes for strategic investment decisions.
Technical Analysis: Combine different technical analysis tools for more comprehensive and reliable analyses.
With this indicator, you can better understand market movements and make more informed investment decisions. Try it now and enhance your trading strategy!
by Fekonomi
Trading SessionsZeichnet die entsprechenden Sessions von Asia, London und New York ein.
Asia = Blue
London = Green
New York = Red
gold 1m stgyye script gold me 1m sahi kaam karta hai chaho to aap test Karke dekh sakte ho iska Norman Maine Kiya ware
2 ma 1 EmaMakes it easy to plot ma and Ema
3 indicators combined into one
2 simple moving averages
1 exponential moving average
Pre-Pump Alert Systemdesigned to identify potential pre-pump opportunities in cryptocurrencies by scanning for specific technical conditions. It combines multiple indicators and conditions to alert you when certain criteria are met, signaling a possible price movement. Here's a detailed breakdown of what your script does:
Key Features of the Script
RSI (Relative Strength Index) Conditions:
Detects when the RSI crosses below 35 (oversold condition) or above 75 (overbought condition).
These levels indicate potential reversal points or local tops/bottoms.
MACD (Moving Average Convergence Divergence) Crossover:
Identifies MACD crossovers on the 4-hour timeframe.
A bullish crossover (MACD line crossing above the signal line) suggests potential upward momentum.
Volume Spikes:
Detects when the current volume is >150% of the 24-hour average volume.
Volume spikes often indicate increased interest and potential price movement.
Price Touching Key EMAs (Exponential Moving Averages):
Monitors when the price touches or crosses key EMAs: 13, 48, and 200.
These EMAs act as dynamic support/resistance levels.
Bollinger Band Squeeze:
Identifies when the Bollinger Bands narrow significantly (a squeeze).
A squeeze often precedes a breakout or strong price movement.
Breakout of Key Support/Resistance Levels:
Alerts when the price breaks above a resistance level or below a support level with volume confirmation.
This indicates a potential trend continuation or reversal.
Last Candle OHLCThis simple yet powerful TradingView indicator displays the Open, High, Low, and Close (OHLC) values of the last completed candle directly on your chart. Whether you're trading stocks, forex, or crypto, having quick access to the most recent candle's price levels can be crucial for decision-making.
✨ Features:
✅ Shows the Open, High, Low, and Close of the last completed candle
✅ Works on any timeframe and asset
✅ Helps traders spot key price levels for entry, stop-loss, or take-profit decisions
Perfect for price action traders, scalpers, and swing traders! 🚀
Tutorial - Adding sessions to strategiesA simple script to illustrate how to add sessions to trading strategies.
In this interactive tutorial, you'll learn how to add trading sessions to your strategies using Pine Script. By the end of this session (pun intended!), you'll be able to create custom trading windows that adapt to changing market conditions.
What You'll Learn:
Defining Trading Sessions: Understand how to set up specific time frames for buying and selling, tailored to your unique trading style.
RSI-Based Entry Signals: Discover how to use the Relative Strength Index (RSI) as a trigger for buy and sell signals, helping you capitalize on market trends.
Combining Session Logic with Trading Decisions: Learn how to integrate session-based logic into your strategy, ensuring that trades are executed only during designated times.
By combining these elements, we create an interactive strategy that:
1. Generates buy and sell signals based on RSI levels.
2. Checks if the market is open during a specific trading session (e.g., 1300-1700).
3. Executes trades only when both conditions are met.
**Tips & Variations:**
* Experiment with different RSI periods, thresholds, and sessions to optimize your strategy for various markets and time frames.
* Consider adding more advanced logic, such as stop-losses or position sizing, to further refine your trading approach.
Get ready to take your Pine Script skills to the next level!
~Description partially generated with Llama3_8B
Real-Time Data Error Check _byMDKTests back if there was missing data/bar with respect to selected timeframe and source.
Experienced red data (no-real time data is available) so i come up with the idea.
Regards.
i.redd.it
Demo GPT - #Moving Average Crossoverdsfsdfsdf fsdfsadfv fewdsfadfs fewasdfasd fasdgdsfgsdf bx fwsdvasdgsfdb fasdgdsfgsdf fsadfsdgdfsg fsadgsdfgsdfg
Donchian Channel Strategy by ardhankurniawanThis strategy combines the Donchian Channel with a 200-period Simple Moving Average (SMA) to identify potential long and short trade opportunities. The Donchian Channel is calculated using a 20-period range, and it plots the upper, lower, and midlines. The strategy enters a long position when the price breaks above the highest point of the Donchian Channel and is above the SMA 200, and enters a short position when the price falls below the lowest point of the Donchian Channel and is below the SMA 200. A custom stop loss is applied for both long and short positions based on the midline of the Donchian Channel, with a 45% offset.
Disclaimer:
This trading strategy is for research purposes only and should not be considered as financial or investment advice. The use of this strategy involves risk, and past performance is not indicative of future results. Always conduct your own research and consult with a financial advisor before making any investment decisions. Trading involves significant risk, and you could lose more than your initial investment. By using this strategy, you agree to take full responsibility for any trades executed and the associated risks.
Trend Start and Change and Signals by fekonomiTrend Change and Start Signals Indicator
This indicator combines multiple technical analysis tools to generate buy and sell signals based on trend changes and market conditions. It uses the following components:
MACD (Moving Average Convergence Divergence): Identifies trend direction and momentum.
RSI (Relative Strength Index): Measures the speed and change of price movements.
EMA (Exponential Moving Average): Tracks the average price over a specific period, giving more weight to recent prices.
ADX (Average Directional Index): Indicates the strength of a trend.
Ichimoku Cloud: Provides support and resistance levels, trend direction, and momentum.
Volume Increase: Checks for significant increases in trading volume.
How It Works
Buy Signal: Generated when at least three of the following conditions are met:
MACD line crosses above the signal line.
RSI is above 50.
Short EMA crosses above the long EMA and ADX indicates a strong trend.
Price is above the Ichimoku Cloud and volume is significantly higher than the average.
Sell Signal: Generated when at least three of the following conditions are met:
MACD line crosses below the signal line.
RSI is below 50.
Short EMA crosses below the long EMA and ADX indicates a strong trend.
Price is below the Ichimoku Cloud.
Visualization
Buy signals are marked with green "BUY" labels below the bars.
Sell signals are marked with red "SELL" labels above the bars.
The indicator also plots the short and long EMAs, and the Ichimoku Cloud for visual reference.
This indicator helps traders identify potential trend changes and entry/exit points based on a combination of reliable technical indicators.
Feel free to customize the settings to fit your trading strategy! If you have any questions or need further assistance, let me know. Happy trading! 📈
1AM CRT (Long)1am utc-5 CRT long execution 2 and 3 am than take profit
1am utc-5 CRT long execution 2 and 3 am than take profit1am utc-5 CRT long execution 2 and 3 am than take profit1am utc-5 CRT long execution 2 and 3 am than take profit1am utc-5 CRT long execution 2 and 3 am than take profit1am utc-5 CRT long execution 2 and 3 am than take profit1am utc-5 CRT long execution 2 and 3 am than take profit1am utc-5 CRT long execution 2 and 3 am than take profit1am utc-5 CRT long execution 2 and 3 am than take profit1am utc-5 CRT long execution 2 and 3 am than take profit
Strategy with Volume, MACD, RSI, StochRSIExplanation:
MACD: Used to identify momentum and trend direction.
RSI: Used to identify overbought/oversold conditions.
StochRSI: A more sensitive version of RSI, used to confirm RSI signals.
Volume Spike: Ensures trades are taken only when volume is above a threshold, indicating strong interest.
How to Use:
Copy and paste the code into the Pine Script editor in TradingView.
Add it to the BTCUSDT.P chart on Binance.
Backtest the strategy on historical data to evaluate its performance.
Adjust the input parameters to optimize the strategy for your trading style.
Notes:
This is a basic strategy and may not perform well in all market conditions.
Always backtest and forward-test strategies before using them with real money.
Consider adding risk management features like stop-loss and take-profit levels.
Bollinger Bands ±1σ/±2σ/±3σBollinger Bands (BB) are constructed using the following formula:
±1σ: Simple Moving Average (SMA) ± Standard Deviation
±2σ: Simple Moving Average ± (Standard Deviation × 2)
±3σ: Simple Moving Average ± (Standard Deviation × 3)
The probability of price movement staying within each band is as follows:
±1σ: 68.26%
±2σ: 95.44%
±3σ: 99.74%
Customizable EMA & RSI Indicator TGThis is a customisable EMA indicator. Where 5 Ema values can be set by the user along with their own colors.
Also included is an RSI indicator where RSI levels are depicted in different colors depending on the RSI level. Eaxample RSI is depicted in green if it is breaking out above 60. and is depicted as red if it is falling below 60.
Pin Bar Signal with SMA, Bollinger Bands, RSI and MACD FiltersThis script is designed to identify Pin Bar patterns on a price chart and generate buy/sell signals based on additional filters such as SMA, Bollinger Bands, RSI, and MACD. It also includes optional stop-loss and take-profit levels. Below is a breakdown of the script's functionality:
---
**Key Features**
1. **Pin Bar Detection**:
- **Bullish Pin Bar**: Lower shadow is at least twice the size of the upper shadow and body.
- **Bearish Pin Bar**: Upper shadow is at least twice the size of the lower shadow and body.
2. **Filters**:
- **SMA Filter**: Ensures the price is above/below the SMA for buy/sell signals.
- **Bollinger Bands Filter**: Ensures the price is below the lower band for buy signals or above the upper band for sell signals.
- **RSI Filter**: Ensures RSI is oversold for buy signals or overbought for sell signals.
- **MACD Filter**: Ensures the MACD line is above the signal line for buy signals or below for sell signals.
3. **Stop Loss and Take Profit**:
- Calculates stop-loss and take-profit levels as a percentage of the entry price.
- Visualizes these levels on the chart.
4. **Visual and Audio Alerts**:
- Plots buy/sell signals on the chart.
- Triggers alerts for buy/sell signals.
---
**Inputs**
- **Enable/Disable Filters**: Allows users to toggle SMA, Bollinger Bands, RSI, and MACD filters.
- **SMA Length**: Period for the Simple Moving Average.
- **Bollinger Bands Settings**: Length and standard deviation for Bollinger Bands.
- **RSI Settings**: Length, overbought, and oversold levels.
- **MACD Settings**: Fast, slow, and signal lengths.
- **Stop Loss & Take Profit**: Percentage levels for SL and TP.
---
**Calculations**
1. **SMA**: Calculates the Simple Moving Average.
2. **Bollinger Bands**: Computes the basis (SMA), standard deviation, and upper/lower bands.
3. **RSI**: Calculates the Relative Strength Index.
4. **MACD**: Computes the MACD line, signal line, and histogram.
5. **Pin Bar Conditions**: Determines bullish and bearish Pin Bars based on shadow and body sizes.
---
**Signals**
- **Buy Signal**: Bullish Pin Bar + SMA filter (if enabled) + Bollinger Bands filter (if enabled) + RSI filter (if enabled) + MACD filter (if enabled).
- **Sell Signal**: Bearish Pin Bar + SMA filter (if enabled) + Bollinger Bands filter (if enabled) + RSI filter (if enabled) + MACD filter (if enabled).
---
**Visualization**
- **Buy/Sell Signals**: Labels are plotted on the chart for buy/sell signals.
- **SMA and Bollinger Bands**: Plotted on the chart if enabled.
- **Stop Loss and Take Profit**: Stepped lines are plotted on the chart if enabled.
---
**Alerts**
- Triggers an alert when a buy or sell signal is detected.
---
**Usage**
1. Add the script to your TradingView chart.
2. Customize the input settings (e.g., SMA length, RSI levels, etc.).
3. Enable/disable filters as needed.
4. Monitor buy/sell signals and SL/TP levels on the chart.
---
**Example Scenario**
- If a bullish Pin Bar forms, the price is above the SMA, below the lower Bollinger Band, RSI is oversold, and MACD line is above the signal line, a buy signal is generated. The script will plot a "BUY" label, trigger an alert, and display the stop-loss and take-profit levels.
---
**Improvements**
1. **Additional Filters**: Add more indicators (e.g., Volume, ATR) for better signal confirmation.
2. **Customizable Alerts**: Allow users to customize alert messages.
3. **Backtesting**: Integrate backtesting functionality to evaluate the strategy's performance.
4. **Multi-Timeframe Analysis**: Add support for multi-timeframe analysis.
---
This script is a robust tool for traders who use Pin Bars in combination with other technical indicators to make informed trading decisions.
CRYPTO Wall Street HoursAdjust to your Time.
Use with 8h Chart.
Shows only bars of WALLSTREET hours.