명시
Hi,
I'm looking for some help coding a EA or simple java programmed as follows:
I need a MT4 scanner app that will scan all symbols from the mt4 market watch of MT4 that picks out symbols that have the Weekly, D1 and H4 time frame candles lining up either bearish or bullish. With also the trend channel agreeing across Weekly, D1 and H4 for either bullish or bearish setups. Then look at the indicator "support and resistance barry" added in (Ill Supply) . So when say support lines up for say a bullish setup over D1 and H4 time frames that it has a some type of pop up window to let me know which pairs to look at. And vice versa for a bearish setup too.
Skope of works:
Multi-Timeframe Analysis: Ensure that the scanner app can analyze multiple timeframes (Weekly, D1, and H4) simultaneously. This will enable it to identify consistent bullish or bearish alignments across these timeframes.
Candlestick Pattern Recognition: Incorporate a feature in the scanner app that can recognize specific candlestick alignments on the selected timeframes. This will help identify potential bullish or bearish setups providing additional confirmation for your setups.
Trend Channel Verification: Include the ability to verify trend channels across the Weekly, D1, and H4 timeframes. The scanner should check if the trend channels align with the identified bullish or bearish setups. This can add another layer of confirmation to your trades.
Integration of "Support and Resistance Barry" Indicator: Ensure the scanner app can integrate and analyze the "Support and Resistance levels Barry" indicator. This indicator can provide insights into potential support and resistance levels, further strengthening your trade decisions but only on the H4 and Daily or have a feature where I can turn on the weekly and monthly if I need to?
Alert System: Implement a pop-up window or an alert system within the scanner app. When a bullish or bearish setup meets your criteria, the app should notify you with the relevant symbol and timeframe combination that indicates a potential trading opportunity.
Customizable Parameters: Provide flexibility within the scanner app to customize the parameters according to your trading preferences. This includes options to adjust the sensitivity of the indicators, select specific candlestick patterns, and set the criteria for trend channel alignment.
User-Friendly Interface: Design the scanner app with a user-friendly interface that allows you to easily navigate and interpret the results. Clear visual indicators, color-coded alerts, and intuitive controls can enhance the usability of the app.
It's important we thoroughly test the scanner app and verify its accuracy before using it with real trades.
Can this be done and how much?
Kind regards,
Mathew
I'm looking for some help coding a EA or simple java programmed as follows:
I need a MT4 scanner app that will scan all symbols from the mt4 market watch of MT4 that picks out symbols that have the Weekly, D1 and H4 time frame candles lining up either bearish or bullish. With also the trend channel agreeing across Weekly, D1 and H4 for either bullish or bearish setups. Then look at the indicator "support and resistance barry" added in (Ill Supply) . So when say support lines up for say a bullish setup over D1 and H4 time frames that it has a some type of pop up window to let me know which pairs to look at. And vice versa for a bearish setup too.
Skope of works:
Multi-Timeframe Analysis: Ensure that the scanner app can analyze multiple timeframes (Weekly, D1, and H4) simultaneously. This will enable it to identify consistent bullish or bearish alignments across these timeframes.
Candlestick Pattern Recognition: Incorporate a feature in the scanner app that can recognize specific candlestick alignments on the selected timeframes. This will help identify potential bullish or bearish setups providing additional confirmation for your setups.
Trend Channel Verification: Include the ability to verify trend channels across the Weekly, D1, and H4 timeframes. The scanner should check if the trend channels align with the identified bullish or bearish setups. This can add another layer of confirmation to your trades.
Integration of "Support and Resistance Barry" Indicator: Ensure the scanner app can integrate and analyze the "Support and Resistance levels Barry" indicator. This indicator can provide insights into potential support and resistance levels, further strengthening your trade decisions but only on the H4 and Daily or have a feature where I can turn on the weekly and monthly if I need to?
Alert System: Implement a pop-up window or an alert system within the scanner app. When a bullish or bearish setup meets your criteria, the app should notify you with the relevant symbol and timeframe combination that indicates a potential trading opportunity.
Customizable Parameters: Provide flexibility within the scanner app to customize the parameters according to your trading preferences. This includes options to adjust the sensitivity of the indicators, select specific candlestick patterns, and set the criteria for trend channel alignment.
User-Friendly Interface: Design the scanner app with a user-friendly interface that allows you to easily navigate and interpret the results. Clear visual indicators, color-coded alerts, and intuitive controls can enhance the usability of the app.
It's important we thoroughly test the scanner app and verify its accuracy before using it with real trades.
Can this be done and how much?
Kind regards,
Mathew
응답함
1
등급
프로젝트
477
69%
중재
6
67%
/
0%
기한 초과
2
0%
작업중
2
등급
프로젝트
195
42%
중재
13
8%
/
54%
기한 초과
9
5%
무료
게재됨: 3 코드
비슷한 주문
I currently have unfinished work. It’s a project to connect MetaTrader with the BingX platform. At the moment, I have implemented a service that retrieves a custom symbol in BingX, and it works well. However, some specifications still need to be adjusted regarding how the data is received. Otherwise, prices and other values are accurate. The only issue is that for the strategy tester, it is always necessary to
Modify an existing EA
30 - 50 USD
This is to modify my Semi Auto EA -Looking for developer modify my existing EA to Pending Order EA (BS/BL/SL/SS). Relevent with Heiken Ashi Smooth ,Moving Average , Acceleration. Concept MAster and Slave. Ready to give previous soucre code as guide. Work to do - 1)To modify this EA to Pending Order. 2) to add new feature - Risk Management/moneymanagement 3) To modify 4 slave to 7 slave will give the previous to
BTC 5 Minutes scalping
50 - 100 USD
import { useState, useEffect, useRef } from "react"; const INIT_LOT = 0.01; const TP_MOVE = 200; const SL_MOVE = 120; const START_BALANCE = 1000; const MAX_LOT = 5.12; const TICK_MS = 1200; function ema(arr, n) { if (arr.length < n) return null; const k = 2 / (n + 1); let e = arr.slice(0, n).reduce((s, v) => s + v, 0) / n; for (let i = n; i < arr.length; i++) e = arr[i] * k + e * (1 - k); return e; } function
Advanced Hedge + Grid + Scalping system
300 - 500 USD
🚀 ADAPTIVE GRID HEDGE EA (FULL VERSION) 🧠 📌 GENERAL CONCEPT This Expert Advisor (EA) uses a strategy combining: Grid trading (order grid) Hedge (protection with opposite positions) Lot scaling (progressive) Loss compensation with profits Continuous operation (non-stop) Focus on: Small recurring profits High trade volume (rebate/IB) The system does not depend on direction, but rather on market oscillation . Main
Neew arrow indiactor fix
30+ USD
I have a indicator working good but have some bug for arrow placement . budget is fixed 30 used . only experience developer apply. i want to arrow get put on just above the candle high and candle low
I need a professional MT5 Expert Advisor (EA) built with clean, modular code. This is an advanced strategy combining liquidity concepts, controlled DCA, hedge protection, and strict risk management. Core Requirements: Entry Logic (ALL must align): Liquidity sweep (Previous Day High/Low breakout and return) EMA50 and EMA200 trend alignment Higher timeframe bias (H1 or H4) RSI confirmation Bollinger Band entry Filters
Custom MT5 EA - Perpetual NDA Required
1000 - 2000 USD
I need a professional MQL5 developer. BEFORE I SHARE ANY DETAILS: 1. You must sign a PERPETUAL NDA with no expiration date 2. NDA includes €100,000 penalty for any breach 3. I require full .mq5 source code ownership 4. Developer must have 500+ completed jobs, 4.9+ rating Budget: €1500 EUR Duration: 14 days Start your application with "RULER" to prove you read this
i have a simple strategy can you please create the automated forex ea to execute my trading strategy? i need custom ea for tradingview and mt4/mt5 correction: i need a tradingview indicator created that tells me when to buy or sell. and ea in mt4/mt5
Pip Scalper Bot
60+ USD
i want a trading bot that is aleast 98% sure,and cam also do scalping 99% correct using smart money concept, ICT, ALL technical analysis on it and also put risk management on it
It is very important, that your software can replicate the trade logic 1:1 as the original myfxbook statistic. You should have a professional software to analyze the trade logic. I tried it with ChatGPT and GROK and it doesnt worked at all. You need to have better tools for that job. If you can not do it to 99% same trade logic as the original statistic do not message me. Payment only after delivering the EA (Demo
프로젝트 정보
예산
31 - 33 USD