What does the entry points indicator show?
On the chart, an entry point usually looks simple: an arrow, a label Buy or Sell, a colored zone. Behind this mark, there can be a crossover of averages, a change in momentum, a breakout of the range, a reaction to volume, or a combination of several conditions. The picture hides the calculation but does not make it universal.
Before use, find out four things: what data is included in the formula, on which bar the mark appears, whether it can change before the close, and what condition cancels the signal. If the description is limited to successful screenshots, there is not yet material for verification.
The mark itself only answers the question 'Did the condition occur?'. Questions about acceptable risk, the execution price and market condition remain according to the trading plan. Therefore, it is better to perceive the entry point as the beginning of verification, rather than a ready order.
Why is the label not equal to a completed trade?
Imagine an upward arrow right under the nearest resistance. The formula detected a local impulse, but the space to the seller zone is already small. In another place, the same arrow appears after a return to support in the direction of the higher movement. The label is the same, the scenarios are different.
A useful entry point filter separates three layers. The first layer records the indicator event. The second checks the context: trend, level, volatility, trading session. The third sets the action: where the idea is canceled, what the acceptable risk will be, what is considered an exit. Mixing layers makes it difficult to understand which part of the rule worked or failed.
It is more convenient to mark levels with zones. CME Group in the training material on support and resistance emphasizes that the market rarely reverses to the exact price. A practical analysis of zones can be found in the article about support and resistance levels.
How to check when a signal appears?
The historical chart shows already formed bars. In real time, the current candle receives new trades, so its high, low, and closing price change. Pine Script recalculates the indicator on updates of the open bar, while the confirmed state is fixed at its close. This is a normal part of the TradingView execution model.
External code verification is not required. Freeze the asset, timeframe and parameters, then save three checkpoints:
- The label first appeared on the open candle.
- The same candle has closed, the chart has not yet been reloaded.
- The page has been reloaded, the historical section recalculated.
If the first and second points differ, you observed a change within the bar. If the second and third differ, a historical recalculation check is needed. Do not delete inconvenient events from the log. A consecutive series of entry points is more important than a single beautiful episode.
For a separate test of arrow behavior, use the instruction on non-repainting indicators. Here, the goal is broader: to link the moment of the signal with the context and executable rule.
Do you need to wait for the candle to close?
In Pine Script, the variable barstate.isconfirmed becomes true on the closed historical bar and on the last update of the realtime bar. The script author can use it to postpone the label until confirmation. A user without access to the code can approximate the same mode by setting an alert on the bar close if the indicator condition supports such frequency.
Waiting for the close does not turn the signal into a correct one. It only records the input data of the current candle. The price may move further, and the market context may change. Early and confirmed modes have different rules, so their results should be tracked separately.
For the entry points journal, record the moment of the decision in one sentence. For example: "I consider the signal only after the candle closes if the mark remains." This wording is noticeably more useful than the vague "I enter on the arrow."
How to add trend and level context?
Start with a simple definition of a trend. A sequence of rising highs and lows supports upward scenarios; a falling structure supports downward scenarios. A moving average can serve as an additional hint, but the rule should be specific: the period, timeframe, and price position are known in advance.
Then mark the nearest zones where the price has already changed behavior. A signal within free space and a signal right at the zone boundary should not be recorded as the same observation. There's no need to look for a perfect line. It's enough to define the range and decide in advance what distance makes the scenario unsuitable.
Volume helps to check whether the movement was supported by activity, but it does not prove continuation. Its role is discussed in the material on the volume indicator Every additional filter complicates the rule, so add it only when you can apply it consistently to the entire series.
Where to place the script cancellation?
An entry point without cancellation leaves the decision unfinished. During a rebound from support, the cancellation can be the consolidation beyond the zone. A range breakout loses its meaning after returning inside and losing the confirming condition. Movement along the trend is canceled by the breakdown of the local structure that you used as a filter.
Do not adjust the stop to fit the desired position size. First, determine the technical boundary, then evaluate the distance to it and the acceptable risk. If the risk does not fit the plan, the signal is skipped. The basic calculation procedure is explained in the article about risk management.
Before monitoring, fill out a short card:
Asset and timeframe:
Version and indicator settings:
Signal confirmation moment:
Direction of the higher movement:
Nearest zone:
Cancellation condition:
Acceptable risk:
Actual decision:This record is needed prior to the outcome. After the price movement, almost any decision can be easily explained retrospectively.
How to set up an alert without unnecessary noise?
TradingView allows you to choose the frequency of a technical alert, including triggering once per bar and once at its close. If the rule requires a confirmed candle, use the close mode. If an intrabar signal is being analyzed, track it with a separate series and allow for changing the label in advance.
When creating an alert, TradingView saves a snapshot of the script, its parameters, and the chart context. Later changes to the indicator on the screen do not update an already created alert. Delete the old rule and create a new one, otherwise the arrow and notification may have different settings.
Include the asset, timeframe, and confirmation mode in the alert name. In the entry points log, add the time with the time zone. This makes it easier to distinguish a technical mismatch from a normal reaction delay.
How to test an indicator on historical data?
For an open Pine script, you can use the TradingView strategy, but the results depend on the assumptions of the broker emulator. The official documentation separately warns about synthetic prices on non-standard charts and suggests setting commission and slippage in the strategy properties.
A closed indicator is checked by manual pass or forward observation. To check entry points on history before the start of the series, record:
- the asset and timeframe;
- unchanged parameters;
- the moment of confirmation;
- admission filters;
- cancellation condition;
- exit rule;
- costs, if they are included in the calculation.
Go through the period from left to right and do not skip to convenient sections. Mark separately the signals that the rule prohibited. This shows the cost of the filter and protects against substituting "all events" with a sample of winners.
Non-standard candles like Heikin Ashi are useful for visual smoothing, but their synthetic values can distort the conclusion about execution. To check the trade price, use a regular price chart and the real conditions of the chosen instrument.
How to create a working entry checklist?
Create a rule of five checks:
- The candle is confirmed in the selected mode.
- The signal does not conflict with the pre-set trend filter.
- There is acceptable space remaining to the nearest counter zone.
- The cancellation condition is clear and observable.
- The risk fits within the trading plan.
If a mandatory item receives a 'no', the scenario does not pass. Do not replace the answer with a new explanation. After the series, you can separately study which filter cuts off too many events and test the next version of the rule as a new series.
The checklist does not eliminate market uncertainty. It makes the decision reproducible and allows you to break down the mistake by a specific step. This is what distinguishes a workflow from reacting to any arrow.
How does Midas help read the entry point?
Midas operates on different markets and timeframes. In the seven-day demo, the Up and Down indicators are available, so you can start familiarizing yourself without a real trade. Choose one asset, save the settings, and observe how the signal behaves at candle close and near the marked zones.
Do not compare instruments under different rules. If one signal is evaluated at the close and another within the bar, the conclusion will be weak. The same observation card provides a clear basis: what the indicator showed, what the context on the chart was, whether the scenario passed the filters, and where the cancellation was located.
This approach does not promise results. It reduces impulsive decisions and helps you understand if this way of working suits you personally.
What limitations cannot be ignored?
- An open candle changes before closing;
- A higher timeframe may remain unconfirmed;
- An alert retains an old copy of settings after changes on the chart;
- Commissions and slippage worsen modeled execution;
- Levels work as zones, not as exact promises of reversal;
- Leverage amplifies both profit and loss.
The CFTC separately warns that leverage increases risk, and losses can rise quickly. Use only the capital you can afford to lose and follow the rules of the specific market and broker.
The material is educational in nature and is not an individual investment recommendation. Past results do not guarantee future ones. Any indicator can be wrong, and the responsibility for the decision and risk remains with the user.
Sources
- Execution model (TradingView)
- Bar states (TradingView)
- Repainting (TradingView)
- Why a script gives different results after refresh (TradingView)
- How to configure alerts (TradingView)
- How to set up alerts (TradingView)
- Strategies (TradingView)
- Trading strategies in your trade plan (CME Group)
- Support and resistance (CME Group)
- Risk management and your trade plan (CME Group)
- Understand the risks of virtual currency trading (CFTC)
- Prepared by the Midas Team.
Frequently Asked Questions
Which entry point indicator should I choose in TradingView?
The main criterion for selection is the transparency of the rule, and the number of arrows in the screenshot is secondary. Clear parameters are needed, such as the moment the mark appears, the confirmation mode, and the ability to check all events in sequence. First, freeze the settings on one asset and timeframe. If the behavior cannot be reproduced, the script's name and rating do not cover this gap.
Why does the signal disappear before the candle closes?
The price of the current candle continues to change, and the indicator recalculates the condition based on new data. The mark could have appeared within the bar and disappeared by closing. This does not necessarily mean rewriting the past history. Record both states and separately check the chart after reloading, so as not to confuse intrabar changes with historical repainting.
Can the signal be used immediately after it appears?
This mode can be tested if it is described in advance and you accept the change of the open bar. It cannot be evaluated based on a picture of the formed history. Keep the alert time, available price, and candle state. In confirmed mode, wait for the close and use the appropriate notification frequency.
Which filters should a beginner keep?
It is enough to have the direction of the higher movement, the nearest zone, and the cancellation condition. These points should have a clear answer before taking action. A large number of filters creates room for explanations after the fact. Add a new indicator only after a separate check and do not change the rule within an already started series.
How to understand that the alert is using old settings?
TradingView creates a snapshot of the script and parameters at the moment the alert is set. Changing the indicator on the chart does not carry over to an existing alert. If the parameters, timeframe, or code have changed, delete the old alert and create a new one. Then match its name and time with the watchlist card.








Comments
Source comments are not translated and are never replaced with Russian text.