An Expert Advisor based on Ichimoku Kinko Hyo needed!

명시

 

 

Project Description Document

 

BOMBOTIC (EA)

 

  • To open trade (long and short), ALL OPEN trade settings must be true.
  • To close a trade ONLY 1 SINGLE setting must be true.

 

ADJUSTABLE PARAMETERS

The parameters you will be able to adjust with the cBot are listed below:

 

1.     Symbol (default USDJPY)

2.     Lot Size (default 1000)

3.     Timeframe (default 15 minutes)

4.     Long Trades (Yes)

5.     Short Trade (Yes)

 

 

INDICATORS

List all the indicators to be used below.

 

·         Ichimoku Kinko Hyo (Senkou Span A and Senkou Span B only )

Settings of Ichimoku Kinko Hyo;

Tenkan Sen Period = 9

Senkou Span B period = 52

Kijun Sen Periods = 26

 

Long Trades

Opening a Position

All the signals below must be true to open a long position.

 

        Price must cross and close above the Senkou Span B.

 

Closing a Position

 

Close long as soon as 1 of these signals happen; no matter which one the trade will close.


        Price crosses and closes below the Senkou Span B.

        Take profit  

a.      Set at Senkou Span A level at the time of opening position.  

Test-Case

https://www.mql5.com/en/charts/14800386/eurusd-m15-metaquotes-software-corp an example of a long trade.


Short Trades

Opening a Position

All the signals below must be true to open a short position.

 

        Price crosses and closes below Senkou Span A.

 

 

Closing a Position

 

Close long as soon as 1 of these signals happen; no matter which one the trade will close.


        Prices crosses and closes above Senkou Span A.

        Take profit

b.    Set at Senkou Span B level at the time of opening position. 

 

Test-Case

 

https://www.mql5.com/en/charts/14800348/eurusd-m15-metaquotes-software-corp an example of a short trade.

 

Additional Trade Rules

·         Trading system must be activated in the London session (7 am to 4 pm) only.

·         Once a trade is entered 15 minutes before shut off time, the shut off time is extended to 6 pm.

·         cBot must still be running even when the screen sleeps.

 


응답함

1
개발자 1
등급
(208)
프로젝트
297
54%
중재
0
기한 초과
1
0%
무료
게재됨: 6 코드
2
개발자 2
등급
(57)
프로젝트
72
22%
중재
13
46% / 15%
기한 초과
5
7%
무료
3
개발자 3
등급
(116)
프로젝트
137
36%
중재
16
13% / 69%
기한 초과
9
7%
무료
4
개발자 4
등급
(308)
프로젝트
553
35%
중재
79
32% / 42%
기한 초과
200
36%
작업중
5
개발자 5
등급
(2306)
프로젝트
2902
63%
중재
122
44% / 25%
기한 초과
429
15%
무료
6
개발자 6
등급
(24)
프로젝트
28
32%
중재
1
0% / 0%
기한 초과
0
무료
게재됨: 1 코드
7
개발자 7
등급
(155)
프로젝트
239
70%
중재
3
67% / 33%
기한 초과
20
8%
무료
8
개발자 8
등급
(169)
프로젝트
204
30%
중재
25
40% / 44%
기한 초과
12
6%
무료
9
개발자 9
등급
(136)
프로젝트
196
43%
중재
17
29% / 59%
기한 초과
28
14%
무료
10
개발자 10
등급
(11)
프로젝트
16
25%
중재
1
0% / 100%
기한 초과
1
6%
무료
11
개발자 11
등급
(45)
프로젝트
91
13%
중재
34
26% / 59%
기한 초과
37
41%
무료
13
개발자 13
등급
(39)
프로젝트
50
18%
중재
6
33% / 50%
기한 초과
0
무료
14
개발자 14
등급
프로젝트
0
0%
중재
0
기한 초과
0
작업중
15
개발자 15
등급
(64)
프로젝트
83
28%
중재
9
33% / 56%
기한 초과
9
11%
무료
게재됨: 1 코드
16
개발자 16
등급
(8)
프로젝트
9
22%
중재
0
기한 초과
0
무료
17
개발자 17
등급
(564)
프로젝트
844
73%
중재
15
53% / 13%
기한 초과
193
23%
무료
18
개발자 18
등급
프로젝트
3
67%
중재
0
기한 초과
1
33%
무료
19
개발자 19
등급
(69)
프로젝트
146
34%
중재
13
8% / 62%
기한 초과
26
18%
무료
게재됨: 6 코드
비슷한 주문
Develop a fully automated MT5 Expert Advisor based on a multi-timeframe institutional trend-pullback strategy with: Regime filtering (H4) Execution logic (H1) ATR-based stop model Multi-stage trailing system Risk-based position sizing Portfolio-level risk protection Detailed performance logging This EA will be used for client capital (PAMM/MAM environment). Stability and risk control are higher priority than high
Hello, I have an existing MT5 Expert Advisor that works perfectly on a demo account. The strategy is profitable and executes trades correctly in demo testing. However, when I run the same EA on a live account, it takes trades but the results are not profitable. The performance is significantly different compared to demo. I am looking for an experienced MQL5 developer who can: Analyze the EA logic Identify why live
I am looking to purchase a proven scalping Expert Advisor with verified live account performance. Requirements: • Minimum 6 months live trading history • Proven profitability with controlled drawdown • Scalping strategy with Buy and Sell trades • Works on XAUUSD (Gold), MT5 preferred • Includes Stop Loss and Take Profit • Suitable for small accounts ($100) • Reasonable one time price Please share live performance
The indicator a bit inverted. But it doesn’t matter to me as long as the winrate make sense for investment. For brief details regarding the indicator. What should have been a sell, i inverted it into buy with sl and tp swapped(only change the name of sl and tp for visualisation , but the code still on right tp and sl) . And in script ive inverted the signal command code. But the trouble is the tp and sl cant be
Hello, I want a grid trading bot for the Gate.io crypto exchange. I currently have a working grid bot written in MQL5, and I want a similar bot implemented in Python. The MQL5 bot can be translated, but the codebase is large and it was not designed to be easily ported to Python. Therefore, I prefer that the final Python bot preserves the same core grid logic, but is implemented cleanly in Python rather than doing a
The EA should only set TP and SL( Both Optional, We can set one at the time or no one at the same time or both active at the same time) 1. We active trade ourself , But in The EA this should ask if what the the TP and SL in form of USD we need. We'll put the Exact Required profit and or loss. This EA should calculate and set the tps and Sls itself to all the trades, and when we change the USD profit from info meter
Phahla fx boto 30+ USD
99.99% signal accuracy 10-15 trades distribution all currency trade and meta AI assistance on loss[advice] stop and start robot cyber security firewall protection activation code: 20060605TLP20 Please create a trading bot with any logo with the name elevation
Refine signal trigger execution . Optimize live chart performance . Ensure stable and clean code structure : Stable and clean code is important . Otherwise its a mess . Apply with as much accurate structure you foresee
RED DEVIL AI 30+ USD
50 EMA > 200 EMA → Uptrend confirmed Price pulls back to touch or cross below 50 EMA RSI > 50 ATR(14) > 20-period ATR average (volatility expanding) Current candle closes bullish ➡ Enter BUY at candle close50 EMA < 200 EMA → Downtrend Price pulls back to touch or cross above 50 EMA RSI < 50 ATR filter confirms volatility Current candle closes bearish ➡ Enter SELL at candle closeATR(14) Take Profit: 2.5 × ATR(14) This
This post is subject to developers response . Edit the post as you like . May be with me you can make a come back . So , , , Shift calculations . More to the calculation then you can comprehend is known . What else comes to your mind

프로젝트 정보

예산
100 - 150 USD
기한
에서 10  15 일