Create an EA based on the PIPFINITE - TREND PRO indicator
I want to create an EA for the PIPFINITE TREND PRO indicator. Below I will place the author's blog text explaining the use of this indicator.
https://www.mql5.com/en/blogs/post/713938
However I would like to insert some parameters also for better use of EA.
BUY / SELL SETUP:
STEP 1: "SUCESS RATE FILTER" Input signal should be set the rate of user choice for entry into trades.
STEP 2: Possibility to determine what will be StopLoss
>> Option 1: Opposite Signal
>> Option 2: Support & Resistance levels
>> Option 3: Support & Resistance levels - TRAILING (trailing from Support / Resistance)
STEP 3: Possibility to determine the strategy of TakeProfit
>> Option 1: 100% takeprofit on TP1
>> Option 2: 50% partial takeprofit on TP1 & close remaining 50% on TP2. (EA will open two equal orders)
>> Option 3: 100% takeprofit on opposite signal or riding the trend until it reverses.
>> Option 4: 50% partial takeprofit on TP1 & close remaining 50% riding the trend until it reverses. (EA will open two equal orders)
>> Option 5: 100% takeprofit riding the trend until it reverses.
STEP 4: Possibility of varying the trade order value.
>> Option 1: Fixed value (parameter of user choice)
>> Option 2: Percentage value of the total of the account (so the increase will be gradual, proportional, and automatic.)
STEP 5: News:
>> Option 1: Do not filter news
>> Option 2: Filter news. Possibility to select the period of time, before and after the news, that EA will be prevented from opening new trades / orders. Possible to filter which types of news will be filtered - degree of importance of the news (ForexFactory / Investing Calendar, MyFxBook) - Example: 30 minutes in news of great importance - EA will be disabled 30 minutes before and 30 minutes after high impact news (three bulls on investing.com)
STEP 6: Relationship with Multitimeframe
The trade will only open be related to the trend line of the top timeframe. Example: Only SELL order will be opened in M15 if M30 is also with TRENDLINE for SELL. In this case Order BUY will be disregarded.
>> Option 1: Do not correlate Multitimeframe
>> Option 2: Correlate multitimeframe with the period (M5, M15, M30, H1, H4, D1, W1)
STEP 7: Relationship with MacD
The trade will only open if the MacD is below (for PUT order) or above (for CALL Order) of 0 (zero) - Possibility to configure MACD parameters.
>> Option 1: Do not correlate MACD
>> Option 2: Correlate CALL order of CALL - only when it is above ZERO
>> Option 3: Correlate PUT order - only when below ZERO
>> Option 4: Correlate BOTH: Correlate CALL order of CALL - when it is above ZERO // Correlate PUT order - only when below ZERO
IMPORTANT ---> Possibility to be tested on MT4
OBS: I intend to make other AEs based on the strategies of the PIPFINITE indicators (I intend to create three indicators - one for each Indicator). Therefore, experience with the PIPFINITE indicators will be a differential.
Similar orders
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
Ниже представлено готовое, технически выверенное Техническое задание (ТЗ) . Вы можете полностью скопировать этот текст и разместить его на бирже фриланса (например, MQL5.com в разделе «Фриланс» или на Smart-Lab). Данное ТЗ написано на профессиональном языке, понятном разработчикам торговых систем для терминала QUIK (на языке Lua) . ТЕХНИЧЕСКОЕ ЗАДАНИЕ (ТЗ) Разработка мультивалютного торгового робота для терминала
Start ↓ Detect Trend (H4) ↓ Confirm Structure (H1) ↓ Wait for Pullback ↓ Check Indicators ↓ Calculate Confidence Score ↓ Score ≥ 80? ├── No → Wait └── Yes ↓ Calculate Lot Size ↓ Place Order ↓ Set Stop Loss ↓ Set Take Profit ↓ Manage Trade ↓ Move to Break-even ↓ Trail Stop ↓ Close Trade. IF Price > EMA200 (H4) AND EMA50 > EMA200 (H4) AND ADX > 25 AND RSI between 55 and 70 AND MACD Main > Signal AND Bullish engulfing
HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f
Act as a professional Quantitative Developer and Risk Manager. I want to build a systematic trading strategy rulebook that prioritizes capital preservation and statistical edge over raw performance. Please generate a structured trading strategy using the following framework: 1. ASSET CLASS & TIMEFRAME: - Asset: [e.g., Apple (AAPL), Bitcoin (BTC), or EUR/USD] - Timeframe: [e.g., 5-minute, 1-hour, Daily] 2. CORE
Part 1: Project setup Input settings (risk, stop loss, take profit, EMA periods) Indicator initialization Trade management framework Part 2: Trading logic EMA crossover detection Buy/Sell entry rules One-trade-per-symbol check Part 3: Risk management Automatic lot size calculation Stop-loss and take-profit placement Trade execution and error handling Part 4: Final touches On-screen information Optimization
Hello, I am reopening this project with a fully updated and clarified specification. I am looking for a high‑level MQL5 developer who can deliver a clean, stable, and professional Phase 1 version of my: Institutional‑Grade Multi‑Currency MT5 EA (A2SR + SMC + Smart Recovery + Smart Grid + Liquidity + Volatility + Safety Filters) This EA is not a simple indicator conversion or a basic strategy. It is a structured