명시
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
등급
프로젝트
488
70%
중재
6
67%
/
0%
기한 초과
2
0%
무료
2
등급
프로젝트
195
42%
중재
13
8%
/
54%
기한 초과
9
5%
무료
게재됨: 3 코드
비슷한 주문
Hello, I am looking for someone to Run and Monitor the EA and Signals in the account. Should be able to monitor daily and fix any issue in the signal Copying and EA running. The Settings and configuration to be checked and updated periodically. Should be available to report and update on daily basis. Tell me the cost and your previous experience for the same. Thanks
Looking for an Experienced MQL4/MQL5 Developer to Build a Professional Scalping Expert Advisor (EA) I am looking for an experienced MQL4/MQL5 developer to build a professional Expert Advisor (EA) for MetaTrader 4 or MetaTrader 5 from scratch. My goal is to develop a high-quality scalping system with strong risk management and long-term profitability potential. I am not looking for unrealistic promises or "100%
Elite sniper scalper
30+ USD
void OnTick() { // Check if we already have an open trade if(OrdersTotal() == 0) { // Get the value of a 14-period Moving Average double ma = iMA(Symbol(), 0, 14, 0, MODE_SMA, PRICE_CLOSE, 0); // Basic Condition: If current close price moves above the MA, buy if(Close[0] > ma) { int ticket = OrderSend(Symbol(), OP_BUY, 0.1, Ask, 3, 0, 0, "My First Bot", 0, 0, clrGreen); } } }
Profit Hunter Killer EA
100+ USD
i brought an EA called profit hunter killer and the file is not working any more its a scalper type EA can anyone here decomplie the file as i cam not abe to reach the seller i brought it on Shopee malaysian website
Strangest request, EVER!
30 - 250 USD
Recently I have backtested more than 100 EAs and I have come to a conclusion that in the long-term all of them produce catastrophic results. I used 99.9% data quality and whenever possible decades of data. In the short-term almost all of them can have nice gains. But there is hardly any EA that could survive even just 3-5 years, let alone decades ! This got me thinking: if almost all EAs are unfit for long-term
I need to connect my online store to the NinjaTrader API for automated order fulfillment and license creation/revocation. If you have experience integrating with the NinjaTrader Ecosystem API or implementing vendor licensing, please contact me with your relevant experience and approach
Convert Tradingview (Pinescript) to MT5 Indicator
50 - 200 USD
I am looking for an experienced MQL5 developer to convert a TradingView indicator into an MT5 indicator. The objective is to recreate the TradingView indicator in MQL5 so that it produces the same calculations, plots, values, and signals as closely as possible. Requirements: Convert the TradingView Pine Script into an MT5 indicator (.mq5). Ensure the MT5 version matches the TradingView version as accurately as
EA FOR M5 GBPUSD A REVERSAL STRATEGY
100+ USD
EA WILL BE FOR GBPUSD ON M5 TIMEFRAME. IT IS A REJECTION/REVERSAL STRATEGY. IT FOCUSES ON BREAK OF LEVEL (M5 CANDLE CLOSE ABOVE HIGH, BELOW LOW (ASIA HIGH/LOW, YESTERDAYS HIGH/LOW, LAST WEEK HIGH/LOW, AND THEN ALSO SWING LEVELS BREAK AND REVERSALS BOTH INSIDE AND OUTSIDE PRICE ACTION) IN THIS STRATEGY WICKS ARE IGNORED, ONLY A SOLID CANDLE BREAK AND CLOSE AND REVERSAL CONSTITUTES AS A VALID TRADE. * EA TIME START +
1) The EA must identity CRT High and CRT Low ,,,,, it must wait for liquidity sweep before entering a trade ,,,to confirm the trade only after sweep and market structure confirmation and support buy and sell trades ,,,,risk. Should be adjustable (default 1% per trade) ,,stop loss should be placed beyond the liquidity sweep ,,take profit should be adjustable with risk reward from 1:2 to 1:5 ,,should allow trading only
Ninjatrader 8 bot development
30+ USD
Hello, I want a simple bot for NinjaTrader8. I need a bot that operates automatically on Nasdaq (NQ/MNQ). Requirements: open buys and sells following a simple trend strategy, configurable stop loss and take profit, risk per trade of 1 to 2% of capital, if it loses 3% in a day, stop trading until the next day. Compatible with backtesting, delivery of the source code and the working bot in NinjaTrader 8. My initial
프로젝트 정보
예산
31 - 33 USD