Scalping asuuini buat scalping ya rencang rencang, jadi ini saya buat agar memudahkan ketika scalping, digunakan time frame 1, 5. dan 15 untuk tren arah
Indicators and strategies
Doji NattawatSure! Here's a detailed explanation of the Pine Script code in English. This code is designed to detect Doji candles, draw horizontal lines at the open and close prices of these candles, and display the price values near those lines.
AEGIS TRADING SIGNALAEGIS TRADING SIGNAL RSI Calculation: Tính chỉ số RSI dựa trên giá đóng cửa với độ dài mặc định là 14.
RSI Higher Lows: Kiểm tra RSI tạo 3 đáy cao dần, tất cả đều nằm dưới ngưỡng 20.
Price Lower Lows: Kiểm tra đường giá tạo 3 đáy thấp dần.
Buy Signal: Khi cả hai điều kiện trên thỏa mãn, chỉ báo hiển thị tín hiệu mua (hình tam giác nhỏ màu xanh lá cây bên dưới nến).
RSI Visualization: Vẽ đường RSI và ngưỡng 20 để bạn dễ quan sát.
MDM Customizable 5 EMAAwork in progress for ema students. analysis is my dream to master the market .i wanna gert in when the market reverses and this scrip is the begining of my education.
9:30 AM 1-Min OrbThis indicator maps out the 1-Min orb automatically at market open on any product. this can be used for the 1-Min opening range breakout
DJAM MAVS PLUS+ Entries + ExitsDJAM-MAVS PLUS+
A Versatile Moving Averages & Signals Indicator
The DJAM-MAVS PLUS+ is an all-in-one technical indicator designed for traders who value precision and clarity in analyzing market trends. Built for traders of all experience levels, this tool combines the power of multiple moving averages and exponential moving averages (MA & EMA) with visual signals to highlight critical market trends and crossovers.
Key Features:
Customizable Moving Averages & EMAs: Includes adjustable lengths for:
2-Day MA & EMA
13-Day MA
50-Day MA
60-Day MA
8-Day EMA
39-Day EMA
100-Day MA
200-Day MA
Visual Crossovers: Highlights bullish and bearish crossover conditions between key MAs and EMAs with green and red vertical background bars for easy trend identification.
Anchor Period: Customize the anchor period to align with different timeframes like Sessions, Weeks, Months, or even Years, enhancing its flexibility for various trading styles.
Stochastic Bands Multiplier: Adjust the bands with a customizable multiplier for a more granular analysis of market volatility.
Optimized for Overlay Use: Plots directly on your chart, providing an uncluttered yet highly informative view of the market.
Why Choose DJAM-MAVS PLUS+?
This indicator empowers you to:
Identify potential trend reversals with ease.
Monitor short-term and long-term trends simultaneously.
Gain a clearer visual representation of key market signals through colored crossovers.
Tailor the settings to fit your unique trading strategy.
Who is it for?
Swing traders seeking reliable trend-following signals.
Day traders who need clarity on short-term momentum shifts.
Long-term investors looking to confirm major trend changes.
How to Use:
Customize Inputs: Tailor the moving average and EMA lengths to match your strategy.
Monitor Crossovers: Watch for green and red background bars to signal potential bullish or bearish momentum shifts.
Adapt Anchor Periods: Use the indicator across various timeframes, from daily to yearly, for enhanced market insights.
Join the Community
The DJAM-MAVS PLUS+ is more than just an indicator; it's your edge in the market. Share your feedback, strategies, and experiences with the TradingView community to help refine and optimize this tool for all traders.
Visit my Website @ CryptoJamz.com or Follow Me on StockTwits.com @ StockTwits.com
Candle VolumeThis indicator gives gives candle volume represented in X.Y format for simplicity.
100% = 1.0
20% = 0.2
Anything 10X is represented by an arrow up or down based on candle price delta open to close.
By default, a 500 candle lookback of volume is used excluding exteem outliers of 50.
You can adjust these in settings.
Ichimoku with Vertical Mirror DistanceThe Ichimoku Kinko Hyo is a powerful technical indicator used to assess market trends, potential support and resistance levels, and momentum. It consists of several components that help visualize the market's state:
Tenkan-sen (Conversion Line): A fast-moving average.
Kijun-sen (Base Line): A slower-moving average.
Senkou Span A (Leading Span A): The average of Tenkan-sen and Kijun-sen, shifted forward in time.
Senkou Span B (Leading Span B): A slower moving average of the high and low price over a period of 52 periods, shifted forward in time.
Chikou Span (Lagging Line): The closing price shifted back in time by 26 periods.
This custom version of the Ichimoku indicator adds the vertical mirrored distance feature, which calculates the distance between Senkou Span B and Kijun-sen and then mirrors this distance to create two new lines. These new lines help visualize the range between these key Ichimoku lines.
Ichimoku with Shifted and Unshifted Senkou BIchimoku Kinko Hyo Indicator Explanation
The Ichimoku Kinko Hyo is a comprehensive technical indicator designed to provide insights into the market's trend, support/resistance levels, and momentum, all in one glance. It consists of five main components:
Tenkan-sen (Conversion Line): A fast-moving average.
Kijun-sen (Base Line): A slower-moving average.
Senkou Span A (Leading Span A): The average of Tenkan-sen and Kijun-sen, shifted forward in time.
Senkou Span B (Leading Span B): A slower moving average of the high and low price over a period of 52 periods, shifted forward in time.
Chikou Span (Lagging Line): The closing price shifted back in time by 26 periods.
The Ichimoku indicator is typically used to identify the trend direction, momentum, and support/resistance levels. The cloud formed between Senkou Span A and Senkou Span B is key in identifying the market's overall trend.
Candle Color Based on EMA Conditions with CustomizationIf the close is below both EMAs, the candle color is red.
If the close is above both EMAs, the candle color is green.
If the close is above 20 EMA but below 200 EMA, or below 20 EMA but above 200 EMA, the candle color is blue.
Candle Color Based on EMA ConditionsExplanation:
ta.ema: Calculates the 20 EMA and 200 EMA.
Conditions:
If the close is below both EMAs, the candle color is red.
If the close is above both EMAs, the candle color is green.
If the close is above 20 EMA but below 200 EMA, or below 20 EMA but above 200 EMA, the candle color is blue.
plotcandle: Plots the candles with the specified colors
FTMOLimitsLibrary "FTMOLimits"
checkDailyLoss(closedDailyProfit, openFloatingPL, startEquity, dailyLossLimitPercent)
Parameters:
closedDailyProfit (float)
openFloatingPL (float)
startEquity (float)
dailyLossLimitPercent (float)
checkTotalLoss(accountEquity, startEquity, totalLossLimitPercent)
Parameters:
accountEquity (float)
startEquity (float)
totalLossLimitPercent (float)
ATR Bands With TMThis indicator plots the Target (2.4 times ATR) and Stop Loss (1.2 times ATR) based on the 5-day ATR value for both long and short trades. If needed, you can also set indicator time frame.
Indicador Marioindicador de 3 medias moviles.
Donde indica el possible retrocesso baseado em fibonacci.
PositionSizerLibrary "PositionSizer"
calcPositionSize(contractSize, pipValue, equity, riskPct, entryPrice, stopPrice)
Parameters:
contractSize (float)
pipValue (float)
equity (float)
riskPct (float)
entryPrice (float)
stopPrice (float)
Adaptive Sentiment-Volume MomentumThis is a simple breakout approach using ATR bands and an EMA filter. Test this strategy and let me know how it performs!
nikLibraryLibrary "nikLibrary"
TODO: add library description here
fun(x)
TODO: add function description here
Parameters:
x (float) : TODO: add parameter x description here
Returns: TODO: add what function returns
VolumeByTiagoFind where the big money is:
Yellow - Very strong (high probability big players investing)
Red - Strong (high probability big players secundary investiments)
Green - Volatility
White - No important Volatility
Optimized SMA StrategyTest ai script. Trying to figure out how ask for what I want the ai script to do. This us just a test
Candle Range (High-Low)the Candle Range refers to the difference between the high price (High) and the low price (Low) of a specific candle or bar.
Example:
For a given candle on the chart:
The high price is 120.
The low price is 100.
The candle range is 20 (120 - 100).
Uses:
Volatility Measurement: The candle range is often used to assess an asset's volatility over time. For example, averaging candle ranges can indicate the average volatility.
Indicator Development: Many indicators, such as Average True Range (ATR), rely on candle ranges to provide insights about market conditions.
Trade Filters: Candle ranges can act as filters in strategies to avoid trading during periods of low volatility.