HI,
As you can see, I trade by analyzing the market dynamics on 3 different Timeframes (here H1, 15M, 50T), and 6 different indicators :
Heiken Ashi, RSI, ATR, Stochastic, Parabolic SAR, Pivot Points (5 timeframes: 1M 1W 1D H4 H2, making the total 10 indicators)
My strategy basically : according to the longer term trend (H1 and 15M), I can define a direction for my short erm trade (50 ticks).
- The strategy aims to take advantage of the short term rebounds going in the direction of the long term trend.
- When it's possible, take advantage of the long term rebound to achieve bigger returns.
- A rebound occurence is the same pattern on every time frame :
- price is getting close to (or touches) a Pivot Point level.
- RSI is getting close (or beyond) the tension zone (30 or 70)
- Stochastic is getting close(or beyond the tension zone (20 or 80)
- heiken ashi candles show a slowdown in trend, by getting smaller and smaller, or turning green from red, or red from green.
- All those parameters before can vary according to the volatility in the market, that’s the level of ATR.
Here is what I need:
- for each time frame (here H1, 15M and 50T), apply this reasoning explained above
- make predictions for the shorter term TF (predictions based on H1 will apply on 15M and 50T, predictions on 15M will apply on 50T only)
- take trades automatically in 50T time frame using the same strategy explained above.
Every part of every indicator has to be optimized by the EA, except for the Pivot Points which are fixed. For exemple in the RSI : on each timeframe, the period used ( default :RSI(14) ), and the low/high points (default : 30/70 ) will be optimized.
The (trailing) stop loss, position size, and target profit, are also to be optimized by the EA according to what it has learned from the backtests ans its past trades : the position would be smaller if the risk/reward ratio is weaker, and the target will be farther if the prediction system thinks the upside is big, for example.
Feel free to contact me for further details,
Thank you
Похожие заказы
I’m looking to acquire an existing, profitable Expert Advisor (EA) with full source code to add to our client investment portfolio. To be clear, this is not a request to develop or design a new strategy . If you already have an EA that is proven, consistent, and production-ready , I’m open to reviewing it immediately. Please apply only if you meet all the requirements below . Submissions without a proper
I need a custom MT5 Expert Advisor named “Dark Venus”. Strategy details: - Timeframe: M5 / M15 - Market: Forex (all major pairs) - Strategy type: Trend + Scalping - Indicators: • EMA (Fast & Slow) • RSI filter • ATR for Stop Loss & Take Profit - Trades only during low-spread sessions (London & New York) Trade Rules: - Buy when fast EMA crosses above slow EMA + RSI confirmation - Sell when fast EMA crosses below
//+------------------------------------------------------------------+ //| FXE Trader Smart AI EA (Deriv MT5 Forex) | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; // ===== INPUTS ===== input double RiskPercent = 1.0; // % risk per trade input int FastEMA = 50; input int SlowEMA = 200; input int RSI_Period = 14; input int
Acquire existing profitable Expert Advisor with source code for client investment portfolio - Full .mq5 code (clean & commented) - 4+ years backtest (Jan 2022 - Dec 2025, 100% tick data) - ~10% monthly return - Max DD ≤15% - No grid/martingale (strictly enforced) - 1-month forward test required - Send trade history + EA details for review - Demo EA file needed for backtest replication - Open to any currency
i need the multi-chain dex bot with set up and installation i need you to help me set the copy reading wallet on binance or phantom with capital for 100 Euro to 1 Million in one year
I am searching a profitable trader that is using orderflow in his analysis. Only serious offers please. Please send me your history of trades. I need proof. Merry Christmas everyone
Greetings, I'm seeking a price quote for the following EA description. 1) Short positions are opened after trades that have closed below the open of the trade. 2) Long positions are opened after trades that have closed above the open of the trade. 3) The base lot size plus the spread is applied for every trade that opens after the take profit has been reached. 4) Double the lot size of the previous trade plus
I have an issue with my ninja script and i would like you to help me straighten things I wanted to create an indicator and i have the source code already but i am getting compiling errors on my NinjaTrader And i tried fixing the error it still same I sent 3 images here for you to understand the errors and i would like to ask if you can help me fix it so i can go ahead and compile my source code. Thanks
Good day, I would like to build an automated trading system for Ninjatrader using 2 MACD, a Supertrend, and a moving average indicator. I want the option to adjust the indicator settings, the ability to trade at three different times, and the option to receive alerts. I want to get an idea of what that will cost me. It will enter trades on all blue take one contract out at a fixed point, move the stop to break even
I need an MQL5 indicator that identifies reversals without repainting or placing signals with an offset. The goal is to minimize lag and reduce whipsaw trades. Desired results are similar to the attached image. Requirements: - No repainting - No signal offset - Emphasis on reducing lag - MQL5 compatible - Clear, concise code If you have the expertise to create a reliable, high-performance indicator, let's discuss