Primary topic: AI in Intraday Trading and Short-Term Market Prediction
Research focus: Artificial intelligence, machine learning, deep learning, reinforcement learning, intraday price prediction, short-horizon return forecasting, market microstructure, order-book data, volatility prediction, market regime detection, automated execution, transaction costs, risk management, U.S. stock markets, and the future of AI-powered short-term trading.
What Is AI in Intraday Trading?
Intraday trading refers to buying and selling financial instruments within the same trading session, while short-term market prediction focuses on forecasting price, return, volatility, liquidity or other market variables over relatively short horizons. Depending on the strategy, the prediction window can range from seconds and minutes to hours or a few trading days.
AI can support this process by identifying patterns that are difficult to capture with fixed trading rules.
Traditional technical strategies might use moving averages, momentum, price breakouts, volume thresholds or volatility indicators. AI-based systems can combine these variables with much larger datasets and learn nonlinear relationships between them.
For example, an AI model might analyze:
- Recent price movements.
- Trading volume.
- Bid-ask spreads.
- Order-book imbalance.
- Intraday volatility.
- Market breadth.
- Sector performance.
- Options activity.
- Market index movements.
- Economic announcements.
- Financial news.
- Earnings information.
- Investor sentiment.
The model can then estimate a future outcome such as:
- Probability of an upward or downward move.
- Expected short-term return.
- Expected volatility.
- Probability of a breakout.
- Probability of mean reversion.
- Expected liquidity conditions.
- Expected execution cost.
The objective is not necessarily to predict an exact future price.
In many professional systems, the more useful question is whether the expected opportunity is large enough to justify the risk and trading costs required to capture it.
Why Short-Term Market Prediction Is Difficult
Intraday markets contain enormous amounts of information, but much of that information is noisy.
At longer horizons, company fundamentals, earnings growth, valuation and macroeconomic conditions can influence returns. At intraday horizons, price movements can be heavily affected by liquidity, order flow, market microstructure, news, positioning and interactions between market participants.
This creates several challenges.
Short-term prices contain substantial random variation.
Relationships can change over time.
Small signals can disappear after trading costs.
Other algorithms may exploit similar information.
A strategy can behave differently in different market environments.
The result is that a model can appear highly accurate in historical testing while producing disappointing results in live markets.
This is why short-term AI trading requires much stronger validation than simply measuring prediction accuracy.
AI Intraday Trading Workflow
↓
Data Quality & Timestamp Validation
↓
Feature Engineering
↓
Market Regime Detection
↓
Short-Term Prediction
↓
Signal Confidence
↓
Position Sizing
↓
Execution Cost Estimation
↓
Risk Gateway
↓
Order Execution
↓
Post-Trade Analysis
↓
Model Monitoring & Retraining
This architecture is more realistic than treating intraday trading as a simple prediction problem.
The prediction model is only one component.
The trading system must also decide whether the predicted opportunity is large enough, how much capital should be allocated, whether liquidity is sufficient, how the order should be executed, and whether the trade passes risk controls.
Research Study 1: A Systematic Review of AI in Financial Trading
A major systematic literature review published in 2024 examined 143 research articles that applied AI techniques to financial trading between 2015 and 2023.
The review identified 40 different AI techniques, including standalone and hybrid approaches. Deep learning was among the most frequently used techniques, while technical analysis was more common than fundamental analysis.
One particularly important finding for intraday trading is that only 16% of the reviewed studies completely automated the trading process.
This shows that academic research has often focused on prediction rather than complete autonomous trading.
The study also highlights the importance of data granularity. Higher-frequency data can provide more information for short-term strategies, but it also introduces more noise.
This creates an important tradeoff:
| Data horizon | Potential advantage | Main challenge |
|---|---|---|
| Daily | Less market microstructure noise | Fewer short-term observations |
| Hourly | More observations and shorter reaction time | More noise and regime sensitivity |
| Minute-level | Captures intraday patterns | Spread, slippage and microstructure effects |
| Tick / order-book | Detailed market microstructure information | Very high noise, infrastructure requirements and execution sensitivity |
The research therefore supports a central principle for AI intraday systems: higher-frequency data does not automatically mean better prediction.
More granular data can provide more information, but it also creates more opportunities for noise, overfitting and unrealistic backtesting.
Research Study 2: High-Frequency Stock Price Prediction With Deep Learning
A 2025 study published in Machine Learning with Applications examined deep-learning approaches for high-frequency stock-price prediction.
The research compared multiple architectures, including:
- Artificial neural networks.
- Long short-term memory networks.
- One-dimensional convolutional neural networks.
- ResNet-based deep learning using image representations of high-frequency price data.
The researchers transformed high-frequency stock-price information into image-like representations using a Gramian Angular Summation Field and then evaluated a ResNet architecture alongside models trained directly on one-dimensional time-series data.
This approach is interesting because it demonstrates how AI researchers are experimenting with different representations of financial time series.
Instead of treating price as a simple sequence of numbers, an AI model can transform the information into structures that allow deep-learning architectures developed for other domains to identify patterns.
For intraday trading, this opens several possible approaches.
A trading platform could potentially represent:
- Price movement as time-series sequences.
- Order-book states as structured matrices.
- Volume profiles as spatial patterns.
- Multi-asset relationships as graphs.
- Market conditions as multimodal feature representations.
The important lesson is not that image-based models are automatically better.
The broader lesson is that representation design can be as important as model selection.
Source: Machine Learning with Applications, High-frequency stock price prediction via deep learning
Research Study 3: Machine Learning May Not Always Beat Simpler Models
A 2025 Journal of Empirical Finance study examined whether sophisticated machine learning is always necessary for stock-return prediction.
The researchers developed a relatively simple regression-based forecasting approach and compared it with more complex machine-learning methods using U.S. stock-market data.
The results are important because the simpler approach achieved out-of-sample performance comparable to complex machine-learning methods in the study.
The researchers also reported that the approach produced stronger investment utility and profits during most periods after transaction costs were considered.
This is a valuable warning for AI trading development.
More parameters do not automatically mean more predictive power.
More layers do not automatically mean better trading.
A model should earn its complexity through measurable improvement in out-of-sample, net-of-cost performance.
This suggests that a professional AI trading development process should always include simple benchmarks such as:
- Linear regression.
- Logistic regression.
- Moving-average strategies.
- Momentum benchmarks.
- Mean-reversion benchmarks.
- Simple factor models.
If a highly complex AI model cannot outperform a transparent benchmark after realistic trading costs, there may be little economic justification for deploying it.
Research Study 4: Technical Information Can Be Particularly Relevant at Short Horizons
Research published in the International Review of Financial Analysis compared the predictive value of technical information and accounting information using machine-learning models.
The study found that technical information produced more accurate forecasts and higher portfolio returns than accounting information across the markets examined.
An especially important finding for this report is that the advantage of technical information was strongest at short horizons.
The researchers also found an important tradeoff: technical strategies generated higher turnover, while accounting information was more useful at longer horizons and could support lower-cost implementation.
This makes intuitive sense for intraday and short-term systems.
Accounting information changes relatively slowly.
Technical and market-microstructure information can change every second or minute.
For an intraday AI system, potentially useful features can therefore include:
- Short-term momentum.
- Price acceleration.
- Volume changes.
- Volatility changes.
- Order imbalance.
- Liquidity changes.
- Relative strength.
- Intraday trend structure.
But higher turnover also means higher execution costs.
Therefore, a technical signal that looks attractive statistically may not remain attractive economically.
Research Study 5: Deep Reinforcement Learning for Intraday Trading
A study on deep reinforcement learning for intraday trading introduced positional context into the state representation.
This is important because an intraday trading agent does not make decisions in isolation.
Its current position matters.
For example, the correct action can be different when the system:
- Has no position.
- Already has a long position.
- Is holding a large position.
- Has recently entered a trade.
- Is close to its daily risk limit.
The research evaluated the approach across almost a decade of data and across assets including commodities and foreign exchange, while incorporating transaction costs.
The study reported favorable profitability and risk-adjusted results and found that contextual position features contributed to model performance.
This is an important concept for short-term AI trading.
A prediction model that only asks:
“What will the market do next?”
may be incomplete.
A trading agent should also ask:
“What is my current exposure, what have I already traded, and what actions are available from my current state?”
That is one reason reinforcement learning can be attractive for sequential intraday decisions.
Source: Deep Reinforcement Learning with Positional Context for Intraday Trading
Research Study 6: Deep Reinforcement Learning for Trade Execution
A 2025 study in the Pacific-Basin Finance Journal benchmarked deep reinforcement-learning approaches for trade execution.
The researchers developed a common evaluation framework and compared different deep RL approaches with benchmark strategies using simulations based on highly liquid Australian equities.
The study reported that the deep RL approaches consistently outperformed benchmark strategies on a median basis and with lower standard deviation.
An especially interesting finding was that the most effective approach had the largest action space.
This suggests that allowing the agent more flexibility in determining execution behavior can be useful when the environment and objective are designed appropriately.
The research is particularly relevant to intraday trading because prediction and execution cannot always be separated.
Suppose an AI model predicts a small positive return over the next 20 minutes.
The prediction may not be valuable if the strategy must pay a large spread or create significant market impact to enter and exit the position.
An execution-aware AI system can instead optimize the complete decision.
+
Liquidity
+
Execution Cost
+
Market Impact
+
Risk
↓
Executable Trading Decision
Research Evidence Dashboard
Systematic review of AI techniques used in financial trading.
Standalone and hybrid AI approaches identified in financial-trading research.
Recent research compares ANN, LSTM, CNN and ResNet-based representations.
Technical information can become particularly useful at shorter horizons.
Position information can improve sequential trading decisions.
Deep RL research increasingly treats order execution as a sequential optimization problem.
AI Features for Intraday Market Prediction
A strong intraday prediction system should not depend on one indicator.
Instead, it can create multiple feature groups.
| Feature group | Examples | Potential purpose |
|---|---|---|
| Price | Returns, momentum, range, gaps | Short-term directional signals |
| Volume | Volume spikes, relative volume | Participation and event detection |
| Volatility | Realized volatility, ATR, implied volatility | Risk and regime detection |
| Order book | Bid/ask imbalance, depth | Market microstructure |
| Cross-asset | Index, sector, bond, FX relationships | Market context |
| News | Events, sentiment, materiality | Event-driven signals |
| Options | Implied volatility, skew, flow | Expected movement and positioning |
AI for Intraday Volatility Prediction
Predicting direction is only one possible objective.
Volatility prediction can be equally important.
A trading system may determine that a stock is likely to move significantly but remain uncertain about the direction.
That information can still be valuable.
For example, higher expected volatility can influence:
- Position size
- Stop levels
- Option strategies
- Execution speed
- Risk limits
- Capital allocation
An AI system can therefore produce multiple predictions simultaneously:
Up / Down / Neutral
Expected magnitude
Expected movement
Execution conditions
Combining these outputs can create a more complete short-term trading decision.
AI for Intraday Market Regime Detection
One of the biggest challenges in short-term trading is that the same signal can behave differently in different environments.
Consider momentum.
Momentum can work well during a strong trend but fail repeatedly when the market moves sideways.
Similarly, mean-reversion strategies may work during stable range-bound conditions but perform poorly during strong directional breakouts.
AI can classify market conditions using:
- Volatility.
- Trend strength.
- Market breadth.
- Volume.
- Liquidity.
- Cross-asset correlation.
- Options-market information.
- Macro-event conditions.
The trading strategy can then change its behavior.
- Momentum signals
- Trend following
- Breakout strategies
- Mean reversion
- Lower position size
- Shorter holding periods
- Risk reduction
- Wider execution controls
- Liquidity monitoring
- News analysis
- Fast signal validation
- Execution caution
AI and Intraday News Prediction
News can produce large short-term price movements.
AI can process news much faster than a human research team can manually read thousands of articles.
Natural language models can identify:
- Company names.
- Economic events.
- Regulatory announcements.
- Earnings surprises.
- Guidance changes.
- Product announcements.
- Management changes.
- Legal events.
- Analyst revisions.
However, sentiment alone is not sufficient.
The same positive statement can have different market implications depending on expectations.
For example, strong earnings may already be priced into a stock.
An AI system therefore needs to distinguish between:
What happened
and
How the event differs from what the market expected.
This makes event detection, surprise measurement and contextual analysis more valuable than simply labeling news as positive or negative.
AI and Order-Book Prediction
Order-book information can provide a more granular view of market microstructure.
A system can analyze:
- Bid depth.
- Ask depth.
- Spread.
- Order imbalance.
- Changes in liquidity.
- Order cancellations.
- Trade intensity.
These features may help estimate very short-term market pressure.
But order-book models face a major challenge: the data can change extremely quickly.
A signal that appears valid at one moment may disappear seconds later.
This means the system must account for:
- Latency.
- Data freshness.
- Execution speed.
- Infrastructure reliability.
- Market impact.
For this reason, high-frequency prediction requires significantly stronger infrastructure than a conventional daily forecasting system.
Backtesting Short-Term AI Strategies
Backtesting is particularly dangerous for intraday AI because there are many opportunities to accidentally introduce unrealistic assumptions.
A strong backtesting framework should include:
- Point-in-time data.
- Correct timestamps.
- Realistic bid and ask prices.
- Slippage assumptions.
- Trading commissions where applicable.
- Market-impact assumptions.
- Liquidity constraints.
- Order-size limits.
- Latency assumptions.
- Trading halts and market closures where relevant.
A model that enters a trade using the closing price of a minute bar may be assuming information that was not actually available at the beginning of that minute.
This is a subtle but serious source of look-ahead bias.
Leakage-Controlled Validation Is Critical
A 2026 study on short-horizon equity prediction specifically focused on the problem of data leakage.
The research evaluated models using a strictly causal expanding-window walk-forward methodology and fold-isolated preprocessing on U.S. mega-cap equities using data spanning 2010–2026.
The study compared:
- Naive baselines.
- Ridge regression.
- Random Forest.
- XGBoost.
- LightGBM.
- LSTM.
- Temporal attention Transformer.
- Dynamic graph attention networks.
The study’s focus is particularly valuable for AI trading because it demonstrates that evaluation methodology can materially affect conclusions about model performance.
If preprocessing is performed globally before time-based validation, information from future periods can leak into the training process.
That can make a strategy appear much better than it actually is.
Recommended Validation Architecture
↓
Time-Ordered Training Window
↓
Validation Window
↓
Forward Test Window
↓
Move Forward in Time
↓
Retrain / Revalidate
↓
Repeat
↓
Aggregate Out-of-Sample Results
This walk-forward process better reflects how a live trading system would operate.
Transaction Costs Can Destroy Short-Term Alpha
The shorter the holding period, the more important transaction costs can become.
Suppose an AI model identifies a small expected price advantage.
If the expected return is smaller than the combined spread, slippage and market impact, the trade may have negative expected value.
A practical decision formula can therefore be represented as:
=
Expected Gross Return
− Spread
− Slippage
− Market Impact
− Fees
Only when the expected net edge remains attractive should the system consider executing the trade.
This is one of the most important differences between a research model and a production trading system.
Risk Management for AI Intraday Trading
An AI prediction should never have unrestricted authority over capital.
A separate risk engine should enforce deterministic limits.
| Risk control | Purpose |
|---|---|
| Maximum position size | Limits exposure to a single security |
| Daily loss limit | Stops trading after predefined losses |
| Order-size limit | Prevents oversized orders |
| Liquidity threshold | Avoids trading when execution conditions deteriorate |
| Volatility control | Adjusts exposure during extreme conditions |
| Kill switch | Immediately stops automated trading |
| Model confidence threshold | Rejects weak or uncertain predictions |
AI Intraday Trading Architecture
Real-time quotes + historical prices + volume + order book + news + options + macro data
Data Quality Layer
Timestamp validation + missing data + outlier detection + corporate actions
Feature Layer
Momentum + volatility + liquidity + order flow + sentiment + cross-asset features
AI Prediction Layer
XGBoost + LSTM + CNN + Transformer + ensemble models
Regime Layer
Trend + range + high volatility + event-driven conditions
Decision Layer
Expected return + confidence + expected cost + position size
Execution Layer
Order slicing + routing + timing + execution optimization
Risk Layer
Exposure limits + drawdown controls + liquidity controls + kill switch
Monitoring Layer
P&L + model drift + data drift + latency + execution quality
Expert Recommendation
The strongest approach to AI intraday trading is not to begin with the most complex model.
Start with the trading problem.
A practical development strategy should follow this sequence:
- Define the horizon: Decide whether the system predicts one minute, five minutes, thirty minutes, an hour or another clearly defined period.
- Define the target: Predict return, direction, volatility, liquidity or another measurable outcome.
- Build a simple benchmark: Compare AI against transparent statistical and trading baselines.
- Use point-in-time data: Every feature must reflect information genuinely available at the decision timestamp.
- Start with strong but manageable models: Gradient boosting, regularized regression and carefully designed neural networks can provide useful baselines before more complex architectures.
- Introduce deep learning selectively: Use LSTMs, CNNs or Transformers when the data structure supports them.
- Use reinforcement learning for sequential decisions: RL is especially relevant when the strategy must decide a sequence of actions rather than a single prediction.
- Include trading costs from the beginning: Do not add costs only after a strategy has already been optimized.
- Use walk-forward validation: Test the model across different market environments.
- Paper trade before production: Measure real-time behavior before committing significant capital.
- Keep risk controls independent: The AI model should not be able to bypass deterministic risk limits.
- Monitor continuously: A model that worked six months ago may not work the same way today.
Expert Quotation
Source: Engineering Reports, Audit-Ready Machine Learning for Short-Horizon Equity Prediction
This principle should guide AI trading development.
A sophisticated Transformer with a weak validation process can be less useful than a simpler model tested with strict causal controls.
AI Intraday Trading Maturity Model
Rule-based intraday signals
ML-assisted prediction
AI signal + risk management
AI prediction + execution optimization
Adaptive AI trading ecosystem
A financial organization does not need to immediately reach the highest level.
A controlled AI prediction system can already provide value through research, market screening, risk monitoring and decision support.
Implementation Roadmap
| Phase | Key activities | Main output |
|---|---|---|
| 1. Define strategy | Choose asset universe, prediction horizon and trading objective | Strategy specification |
| 2. Build data layer | Collect market, order-book, news and alternative data | Point-in-time dataset |
| 3. Build benchmarks | Create simple statistical and trading baselines | Benchmark performance |
| 4. Train AI models | Compare ML, deep learning and ensemble approaches | Candidate models |
| 5. Walk-forward test | Run strictly time-ordered validation | Out-of-sample evidence |
| 6. Add execution costs | Model spreads, slippage and market impact | Net performance |
| 7. Paper trading | Run live without material capital | Live validation |
| 8. Risk integration | Implement independent limits and kill switches | Controlled production system |
| 9. Production | Deploy with controlled exposure | Live strategy |
| 10. Continuous monitoring | Monitor drift, costs, risk and performance | Ongoing optimization |
Key KPIs for AI Intraday Trading
| KPI | Why it matters |
|---|---|
| Directional accuracy | Measures how often the model predicts direction correctly |
| Expected return error | Measures prediction quality for return magnitude |
| Net strategy return | Measures actual economic performance after costs |
| Sharpe ratio | Measures risk-adjusted performance |
| Maximum drawdown | Measures downside risk |
| Turnover | Shows how frequently the strategy trades |
| Slippage | Measures difference between expected and actual execution |
| Latency | Measures how quickly signals become executable orders |
| Model drift | Identifies deterioration in predictive behavior |
Future Predictions: 2027–2030
2027: Intraday AI Will Move Toward Multi-Objective Prediction
AI trading systems are likely to move beyond predicting direction alone.
Instead, models will increasingly estimate several variables simultaneously:
- Expected return.
- Expected volatility.
- Liquidity.
- Market regime.
- Execution cost.
- Prediction confidence.
This will allow the trading engine to make more complete decisions.
2028: Order-Book and Market-Microstructure AI Will Become More Important
As short-term strategies become more competitive, models are likely to focus increasingly on detailed market microstructure.
Order-book imbalance, liquidity changes and trade intensity can provide information that is not visible in conventional daily or hourly datasets.
However, infrastructure latency and execution quality will become increasingly important.
2029: Reinforcement Learning Will Expand Into Execution
RL is likely to become more important for sequential trading problems.
Rather than asking only whether to buy or sell, the system can determine:
- How much to trade.
- When to trade.
- Whether to wait.
- How to divide an order.
- When to reduce exposure.
This makes RL particularly relevant to execution and intraday portfolio management.
2030: Multimodal AI Will Connect Market Data With Financial Information
Future systems are likely to combine numerical and unstructured information in one architecture.
A single research platform could potentially process:
Prices + Volume
Order Book + Liquidity
Events + Sentiment
Financial Information
The challenge will be maintaining strict timestamp integrity so that information is never introduced into the model before it was actually available.
Potential Startup Opportunities
AI intraday trading creates opportunities across the financial technology stack.
- Short-Term Prediction APIs: APIs providing probability-based forecasts for returns, volatility and market regimes.
- AI Market-Screening Platforms: Systems that continuously scan thousands of securities for short-term opportunities.
- AI Execution Platforms: Systems that optimize order timing, slicing and execution conditions.
- Order-Book Intelligence: Platforms that convert market-microstructure data into actionable signals.
- AI Trading Research Platforms: Tools that allow quantitative teams to test strategies using automated AI experimentation.
- Financial Event Detection: AI systems that identify potentially market-moving news and corporate events.
- AI Risk Gateways: Independent systems that evaluate AI-generated orders before execution.
- Model Monitoring Platforms: Tools that detect model drift, data drift and deteriorating trading performance.
- AI Backtesting Infrastructure: Platforms designed around point-in-time data and realistic transaction-cost modeling.
Frequently Asked Questions
What is AI in intraday trading?
AI in intraday trading uses machine learning, deep learning, reinforcement learning and related technologies to analyze short-term market information, predict potential market movements, identify trading opportunities and optimize execution within the same trading session.
Can AI predict stock prices accurately in the short term?
AI can identify predictive patterns in some datasets and market environments, but short-term prediction remains difficult because markets are noisy, non-stationary and highly competitive. A statistically accurate prediction does not automatically translate into profitable trading after transaction costs.
What data is useful for intraday AI trading?
Useful data can include price, volume, volatility, order-book information, liquidity, options data, market indexes, sector data, news, sentiment and other time-stamped information.
Which AI models are used for intraday trading?
Common approaches include linear models, random forests, gradient boosting, LSTMs, CNNs, Transformers, reinforcement learning and ensemble models.
Is deep learning better than traditional machine learning?
Not necessarily. Recent research shows that simpler models can sometimes perform comparably to complex machine-learning methods. Model selection should be based on rigorous out-of-sample testing and economic performance after realistic costs.
Why are transaction costs so important in intraday trading?
Short-term strategies often generate frequent trades and relatively small expected returns. Spreads, slippage, fees and market impact can therefore consume a large part of the gross trading edge.
Can reinforcement learning be used for intraday trading?
Yes. Research has explored reinforcement learning for intraday trading, portfolio decisions and trade execution. Its main advantage is that it can model sequential decisions in which the current action affects future states.
What is the biggest technical challenge?
One of the biggest challenges is building a validation process that reflects real trading conditions. Data leakage, look-ahead bias, unrealistic execution assumptions and changing market regimes can all produce misleading backtest results.
Final Perspective
AI in intraday trading is developing from simple price-prediction models into a broader system of short-term market intelligence.
The research shows that AI can process high-frequency information, identify technical and market-microstructure patterns, analyze financial events, estimate volatility, detect market regimes and optimize sequential trading decisions.
But the research also provides an important warning.
The objective should not be to build the most complicated AI model possible.
The objective should be to build a system that produces a reliable, economically useful decision under real trading conditions.
That requires a complete pipeline:
→
Short-Term Prediction
→
Regime Detection
→
Cost Estimation
→
Position Sizing
→
Risk Controls
→
Execution
→
Monitoring
Recent research provides several lessons.
The 143-paper systematic review demonstrates how broad AI trading research has become. High-frequency deep-learning research shows that researchers are experimenting with different representations of short-term market data. Research comparing simple and complex models shows that AI complexity must be justified by genuine out-of-sample improvement. Studies of technical information show why market-based features can be particularly relevant at short horizons. Reinforcement-learning research demonstrates the potential of treating intraday trading and execution as sequential decision problems.
The strongest conclusion is therefore not that AI will perfectly predict the next market movement.
It is that AI can improve the decision-making process around short-term trading when prediction, execution, risk and validation are designed together.
For financial institutions and fintech companies targeting the U.S. market, this creates a large technology opportunity across AI research platforms, market intelligence, execution optimization, risk systems, backtesting infrastructure and multimodal financial AI.
The next generation of intraday trading platforms is likely to be less about one “magic” prediction model and more about interconnected AI systems that continuously evaluate:
- What is happening in the market?
- What is likely to happen next?
- How confident is the prediction?
- What is the current market regime?
- How much will execution cost?
- How much capital should be exposed?
- What happens if the prediction is wrong?
- Should the system trade at all?
That final question may become one of the most important capabilities in AI trading.
A sophisticated system should not only know when to trade.
It should also know when the expected advantage is too small, uncertain or expensive to justify a trade.
Research Sources
- Journal of King Saud University Computer and Information Sciences: Artificial Intelligence Techniques in Financial Trading: A Systematic Literature Review
- Machine Learning with Applications: High-frequency stock price prediction via deep learning
- Journal of Empirical Finance: Is machine learning a necessity? A regression-based approach for stock return prediction
- International Review of Financial Analysis: Accounting vs technical information: what matters more for stock return predictability?
- Deep Reinforcement Learning with Positional Context for Intraday Trading
- Pacific-Basin Finance Journal: Benchmarking deep reinforcement learning approaches to trade execution
- Engineering Reports: Audit-Ready Machine Learning for Short-Horizon Equity Prediction
- SSRN: Artificial Intelligence, Algorithmic Trading, and Financial Market Microstructure: A Systematic Literature Review


Leave a Reply