Hi everyone,
1. Please read through this project, i have tried to explain it in the simplest terms.
2. You should only apply for this just if you understand what i want.
3. I will not have time to explain anything because i am busy and i have simplified it.
4. If you understand it, then apply, if not please don't apply.
Expert Advisor
Trend and Entry Power
| | M5 | M15 | M30 | H1 | H4 | D1 |
| | Trend | Entry | Trend | Entry | Trend | Entry | Trend | Entry | Trend | Entry | Trend | Entry |
| EURUSD | | | | | | | | | | | | |
| GBPUSD | | | | | | | | | | | | |
| AUDUSD | | | | | | | | | | | | |
| NZDUSD | | | | | | | | | | | | |
| USDCAD | | | | | | | | | | | | |
| USDJPY | | | | | | | | | | | | |
| USDCHF | | | | | | | | | | | | |
Use the conditions below for each currency pair and timeframe above.
This Expert Advisor makes use of 15 candles or bars divided into 3 categories
Long_term = Bar14, Bar13, Bar12, Bar11, Bar10
Medium_term = Bar9, Bar8, Bar7, Bar6, Bar5
Short_term = Bar4, Bar3, Bar2, Bar1, Bar0
Trend Cells Logic:
If Long_term && Medium_term && Short_term condition are true, then trend cells are either color green or color red.
Long_term condition (Bar14 to Bar10)
1. From Bar14 to Bar10, identify bullish bars, then for each bullish bar, find the value of (Close – Open)
2. Add up all the values of (Close – Open) of each bullish bar from Bar14 to Bar10 = All bullish value
3. From Bar14 to Bar10, identify bearish bars, then for each bearish bar, find the value of (Open – Close)
4. Add up all the values of (Open– Close) of each bullish bar from Bar14 to Bar10 = All bearish value
5. Find the value of (All bullish – All bearish) = if positive, then color green, else color red. If zero, no color
Medium_term (Bar9 to Bar5)
1. Use same conditions as Long_term, but use Bar9 to Bar5
Short_term (Bar4 to Bar0)
1. Use same conditions as Long_term, but use Bar4 to Bar0
Trend Cells Color:
1. Trend cells = green color if Long_term = green && Medium_term = green && Short_term = green, else no color.
2. Trend cells = red color if Long_term = red && Medium_term = red && Short_term = red, else no color.
Entry Cells Color
Bullish
1. This logic only use Bar2, Bar1 and Bar0.
2. Entry cell = green if Bar1 is bearish && Bar0 is bullish && Bar0 High > Bar1 High
Or
3. Entry cell = green if Bar2 is bearish && Bar1 is bullish && Bar0 is bullish && Bar0 High > Bar1 High & Bar0 High > Bar2 High.
Bearish
1. This logic only use Bar2, Bar1 and Bar0.
2. Entry cell = red if Bar1 is bullish && Bar0 is bearish && Bar0 Low < Bar1 Low
Or
3. Entry cell = red if Bar2 is bullish && Bar1 is bearish && Bar0 is bearish && Bar0 Low> Bar1 Low & Bar0 Low > Bar2 Low
Open buy trade
If Trend cell = green color && entry cell = green for the same timeframe, then open a buy position for the currency pair.
Open sell trade
If Trend cell = red color && entry cell = red for the same timeframe, then open a sell position for the currency pair.
Others:
1. Take Profit Condition = Trailing profit
2. Stop Loss condition = Martingale
3. Pop-up notification for the currency pair and timeframe that opened a trade.
Pedidos semelhantes
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
I'm looking for a skilled trader/developer to share a proven scalping strategy on M1-M5 timeframes without using Martingale, Grid trading, or Hedge. Requirements: - Minimum trade duration: 2 minutes - Lot size: <20 - Proof of skill: Provide MT4/MT5 trade history report (PDF/HTML) - No High Frequency Trades - GMT+1 timezone, flexible hours - Price negotiable, performance-based compensation possible If you're a
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 have an indicator i need automated i use it manually and it plots arrows. Can you automate it for my Ninjatrader8? Do you need to see file? Expert Ninjatrader Developer can Bid for this project
Hi! I need a trading bot/robot to automate my trades. I don't need much complicated bot. I want it to enter, exit trade and can do this in matter of second or multiple times in a second. Should be able to adjust, put SL/TP in the same menu. Would appreciate your ideas! Please write to me before anything else
Hi, im not looking into developing a new EA. I am looking into purchasing an existing EA that can deliver such results like: mq5 source, 4‑year backtest (2022‑2025) report, equity curve, trade list, strategy description, and 1‑month demo access. Please without concrete prove of experience functioning existing EA working perfectly and as contained on my description, then we can't strike a deal. Thank you
Title: Ultimate Quantum EA V1.01 | Dynamic Hedge Recovery System Description: Professional automated trading system designed for high-precision execution and advanced risk management. Key Features: Dynamic Hedge Recovery: Automatically manages losing trades by opening calculated hedge positions (2x-3x) to exit in total profit. Basket Profit Management: Closes all open positions once the total dollar profit target is
I am looking for an experienced MT5 (MQL5) Expert Advisor developer to fix a chart distortion / corruption issue in my existing EA ( EA ALPHA ). Issue Description When the EA is attached to the chart on a specific broker (ATFX), the chart becomes visually distorted The distortion appears on the left-hand side / historical area of the chart The same EA works correctly on other brokers (e.g. CFI) A previous developer