Rules for price action bot:
write me an mt5(mql5) .mq5 code expert advisor with the following rules:
rules=
1.strategies-Pin Bar Strategy,Inside Bar Strategy,Engulfing Candlestick Strategy,Breakout and Retest Strategy,Trendline Trading Strategy,Hammer Candlestick Pattern,Shooting Star Candlestick Pattern,Three Inside Up Candlestick Pattern,Three Inside Down Candlestick Pattern,Morning Star Candlestick Pattern,Evening Star Candlestick Pattern,Bearish Harami Candlestick Pattern,Piercing Line Candlestick Pattern. ,bullish engulfing patterns, hammer and inverted hammer patterns,three white soldiers patterns,tweezer bottoms patterns, bullish harami patterns,exhaustion and impulsion 2.0 patterns, dragonfly doji pattern ,bullish fakeout pattern,spinning top patterns, rising 3 mehtod patterns, bearish fakeout pattern,three inside down pattern, three outside up pattern, three outside down pattern,
2.check if the next candle is a sureshot trade if strategy>=1 and higher timeframe predicts the candle to be green/red. prediction for next candle bullish/bearish. And
4.Volume Confirmation: We can include volume analysis to confirm the strength of the signals. High volume during signal formation can increase the reliability of the signals.
5.Price Action Filter: Adding a price action filter can further validate the signals. For example, we can check for specific price action behaviors, such as long wicks or narrow range candles, to filter out false signals.
6.Market Sentiment Analysis: Analyzing market sentiment through sentiment indicators or news sentiment can provide additional confirmation for the signals.
3. make sure the signals are not triggered in sideways markets but only in trending
4.Plot generate buy/sell signals when check if the next candle is a sureshot trade if strategy>=1 and higher timeframe predicts the candle to be green/red. prediction for next candle bullish/bearish. And
4.Volume Confirmation: We can include volume analysis to confirm the strength of the signals. High volume during signal formation can increase the reliability of the signals.
5.Price Action Filter: Adding a price action filter can further validate the signals. For example, we can check for specific price action behaviors, such as long wicks or narrow range candles, to filter out false signals.
6.Market Sentiment Analysis: Analyzing market sentiment through sentiment
4. add a condition where the 80% or above payout currency pairs are only chosen for trades.
For dashboard of the expert advisor
5. a
a. Add a stoploss
on new bar/on exisiting bar,amount, etc
相似订单
I have 2 trading view indicators by GainzAlgo that I want code to mt5 , could u advise? I need you to give me response if you can convert This
I am looking to acquire an EXISTING and PROVEN MetaTrader 5 Expert Advisor. I am NOT looking for someone to develop a random new strategy from scratch. The objective is to find a robust EA with an existing track record, verify its performance and robustness, and purchase the MQL5 source code together with clearly defined commercial rights. MAIN REQUIREMENTS The EA should meet most or all of the following
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I need to build one from scratch . Experience with Sierra Chart, ACSIL
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hi i need help to connect my chat gtp with ninja trader I have all tools. Just need supervision and seeking a professional who can do that for me. This the bridge extension https://crosstrade.io/blog/chatgpt-to-ninjatrader-mcp-walkthrough
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project