YBM Signaler EA

MQL5 지표 EA

작업 종료됨

실행 시간 9 일
고객의 피드백
Great developer

명시

I need an EA made from my indicator, the Ea should have trading time input, max trades open at 1 time input, max trades allowed during trading time input, sl, tp, trailing stop inputs

Strategy is as follows

Trades/alerts/signals should only be sent/made when timeframe sequences are in agreement(either going up or going down)

The timeframe sequences use 2 indicators, stochastic and EMA. Both have to be in agreement with each other on every timeframe that the sequence is using to make/signal alert or trade

For the stochastic to signal a buy, the signal line has to be on the bottom of the main line, to signal sell, the signal line must be on top of the main line 

For the Ema or Ma to signal a buy, the candle/price has to be above the EMA/MA line, to signal sell, it has to be under the EMA/MA line

Each stochastic indicator in a sequence should have in/between and nothing setting. Which means if the setting is set to in/between that means that the signal and main line must be in between the 80 and 20 on the stoch indicator, and if its set to nothing, that means that the signal line and main line only has to be going up or down, and in agreement with the other tf stochastic indicators
There should be pivot, resistance, support line input as well. there should be 2 inputs that allow trades/alerts/signals only when the price is certain amount of pips away from from pivot, resistance, support lines, and another input for certain amount of pips past the pivot/resistance/support line

minimum distance from pivot lines/resistance/support

minimum distance after  pivot lines/resistance/support

There should also be a trading/alert/signal start and stop time input, that allows me to set the time that the indicator/EA will trade/alert/signal
There should be 1 5 timeframe sequences, that use 2 indicators stochastic and EMA or MA

stochastic should have in/between 80 and 20 and nothing setting on each tf in the tf sequence

Also, all signals/alerts and pivot, resistance, support lines must be visible on the charts

Buy arrows for buy alerts/signals, sell arrows for sell alerts/signals

Entry input is also needed. Entry after candle close or tick option

minutes between each signal input

Also complete stochastic settings/parameters( ex.14,3,3)(%k,%D,%sd)(stoch high, stoch low)

Complete Ema/ma settings/parameters( ma method, ma period, applied to,ma shift, candle


파일:

응답함

1
개발자 1
등급
(64)
프로젝트
83
28%
중재
9
33% / 56%
기한 초과
9
11%
무료
게재됨: 1 코드
2
개발자 2
등급
(68)
프로젝트
72
21%
중재
6
50% / 33%
기한 초과
1
1%
무료
3
개발자 3
등급
(33)
프로젝트
49
12%
중재
16
0% / 88%
기한 초과
10
20%
무료
4
개발자 4
등급
(5)
프로젝트
7
0%
중재
7
0% / 71%
기한 초과
5
71%
무료
5
개발자 5
등급
(2)
프로젝트
1
100%
중재
1
0% / 100%
기한 초과
0
무료
6
개발자 6
등급
(14)
프로젝트
19
11%
중재
1
0% / 100%
기한 초과
5
26%
무료
7
개발자 7
등급
(58)
프로젝트
76
33%
중재
9
78% / 11%
기한 초과
7
9%
무료
게재됨: 2 코드
8
개발자 8
등급
(154)
프로젝트
214
69%
중재
8
38% / 38%
기한 초과
22
10%
무료
9
개발자 9
등급
(70)
프로젝트
86
31%
중재
1
100% / 0%
기한 초과
1
1%
무료
비슷한 주문
Hi, I want to develop a custom SMC (Smart Money Concepts) EA for MT5. My budget is $100. Here are the strategy requirements: 1. Auto identification of BOS, CHoCH, Order Blocks (OB), and FVG. 2. Auto entry when price returns to OB/FVG. 3. Auto SL above/below OB and TP based on Risk-to-Reward ratio (1:2, 1:3). 4. Risk Management (Risk % per trade or fixed lot size), Trailing Stop, Break-Even, and Max Spread filter. 5
I need an experienced MQL5 developer to build a prototype MT5 Expert Advisor called RiskLock. The software should enforce user-defined trading risk rules before trades are executed. It should support risk percentage or fixed monetary risk, calculate position size using account equity, entry price, stop loss, tick value and contract specifications, block or reduce oversized trades, and include daily loss limits
I need EA Lil-MeProBot for MT5. Phone user, deliver .mq5 + .ex5. Symbols: XAUUSD EURUSD GBPUSD USDJPY BTCUSD, M15, Magic 777001 Strategy 6X Confluence score 4/6: 1. EMA 50/200 trend 2. Break of Structure 3. RSI 14 4. Strong body FVG/Order Block 5. Session 8am-9pm GMT+2 6. ATR filter Money Management LASTING: Lot 0.01 fixed, NO martingale, NO grid, Max 1 per symbol Max 2 total, SL ATR*2 TP ATR*3, Daily loss R40 stop
Project Overview I have an existing MT5 Expert Advisor (EA) written in MQL5. The source code ( .mq5 ) will be provided. The underlying strategy is a trend-following system that performs well during trending market conditions, but requires professional quantitative research to improve its ability to identify and avoid highly sideways/range-bound market conditions. The objective of this project is not to build a new EA
I am looking for an experienced MQL5 Expert Advisor (EA) developer to analyze an existing trading setup and develop a similar automated trading robot. Project Overview I have access to a demo trading account where trades are being executed automatically. The trading results look very promising, but I do not know exactly what strategy, logic, indicators, or trade-management rules are being used. I will provide access
Most of the expert is already coded . Create a panel to show the Ratio for the Range . Trigger is based on ratio . Show Distribution / project starts after we clear Distribution
Modification of existing ea …. Add ema filter, add risk percentage per trade, and modify the pips per day filter. I already have the ea code I just need these things added and modifified
Expert Advisors 300+ USD
double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);
i share my strategy i need a bot trending bot fo mt5 . i attached the photo with this it help to make bot. it basicly 1 hours time frame base. i try but failed to make it
Title: Simple background trading bot for my Oanda account (v20 REST API) Overview Hi, I need a simple, lightweight event based standalone trading bot that connects directly to my Oanda account using broker’s standard REST API (V20 account) via VPS The bot just needs to look at group of 5 currency pairs (manually selectable and adjustable) in different 4 baskets, do some basic percentage math every period, and place

프로젝트 정보

예산
30 - 100 USD
기한
에서 1  2 일