EA based on 3 time unit & 2 moving averages

MQL4 エキスパート

仕事が完了した

実行時間5 日
依頼者からのフィードバック
A complete code without bug perfectly operational, received 24 hours after my request for a rather complex EA with many inputs and variables. Congratulations to this super pro programmer!

指定

Hello

I ask for writing the code of a project of Expert Advisor, in order to be tested and optimized in the MT4 strategy tester.
This is the first step;
the second step will be to finish this EA for real trading (VPS, stop and restart, exceptions,...)

So for now:

This EA will be used on:

DAX30 cfd
SP500 cfd
Forex cfd's EURUSD, GBPUSD, EURGBP, USDCHF, USDJPY, AUDJPY, EURJPY. . .

Only one position at a time per instrument.
Possibility to use EA on 10 simultaneous instruments .
______________________________________________________

The strategy is based on 3 time units: M15, M5 and M1.
The main trading time unit is M1.
The principle: If all conditions above for long are true, a BUY is triggered in M1 if a candlestick crosses the 2 moving averages upwards by completely encompassing them between Open and Close (bullish swallow).
The opposite for short positions. Please see photos
____________________________________________________________________
Indicators & variables required:

-
Moving Average MA 20 (Close)



- Exponential Moving Average EMA 6 (Close)
- Bollinger Band (20)
- Ichimoku Kinko Hyo 9/26/52 with only Senkou Span A & Senkou Span B ("the cloud")
- Lowest Price of the first 30 minutes of quotation of the day session (only for DAX, 08:00 to 08:30 and SP500, )
- Highest price of the first 30 minutes of quotation of the day session (only for DAX, 08:00 to 08:30)
- Pivot previous day session : only the Pivot Point = (H+L+2C)/4

1/ The Pivot Point of previous day and the Lowest or Highest price of the first 30 minutes must be 3 optional conditions
 that I can check or uncheck in the EA settings dialog box

2/ I don't know if it is possible for the EA to set the time slots according to the instrument (for indices), it seems very complex to me because of the time differences that change according to the summer or winter. . . .
So it may be easier to get me a manual setting of the day session, start time & end time, accessible in the settings dialog box.
I will enter local times for each index by launching the EA and normally change them twice a year.
But your better ideas are welcome !

______________________________________________________________________

Long Entry
 Conditions


Timeframe M15

C1=  Price (Close) > MA 20

Timeframe M5

C2=  Price (Close) > MA 20
C3=  The Upper line of Bollinger Bands (20) is flat or bullish (only in timeframe M5)

Timeframe M1 (trading)

C4= Price (Close) > Pivot previous day session (optional condition)
C5= Price (Close) > Highest price of the first 30 minutes of day session (optional condition)
C6= Price (Close) > Senkou Span A
C7= Price (Close) > Senkou Span B
C8= Price (Open) < EMA 6
C9= Price (Open) < MA 20
C10= Price (Close) > EMA 6
C11= Price (Close) > MA 20


If C1... C11 are true
then BUY T lots AT MARKET (variable, default T=0.01)

_________________________________________________________________


Short entry Conditions


Timeframe M15

C21=  Price (Close) < MA 20

Timeframe M5

C22=  Price (Close) < MA 20
C23=  The lower line of the Bollinger Bands (20) is flat or bearish (only in timeframe M5)

Timeframe M1 (trading)

C24= Price (Close) < Pivot previous day session (optional condition)
C25= Price (Close) < Lowest price of the first 30 minutes of the day session (optional condition)
C26= Price (Close) < Senkou Span A
C27= Price (Close) < Senkou Span B
C28= Price (Open) > EMA 6
C29= Price (Open) > MA 20
C30= Price (Close) < EMA 6
C31= Price (Close) < MA 20


If C21... C31 are true
then SELL T lots AT MARKET (variable, default T=0.01)

____________________________________________________________________

Long / short position exit:


 Stoploss = Entry price -/+ (X) points (variable, Default X=50)
 TakeProfit =  Entry price +/- (Y) points (variable, Default Y =100)

All positions for indices must be closed AT MARKET just before the end of the day session.
All Forex position run 24/24




応答済み

1
開発者 1
評価
(349)
プロジェクト
463
51%
仲裁
41
24% / 49%
期限切れ
149
32%
2
開発者 2
評価
(430)
プロジェクト
606
55%
仲裁
48
23% / 56%
期限切れ
178
29%
3
開発者 3
評価
(328)
プロジェクト
479
41%
仲裁
77
12% / 64%
期限切れ
77
16%
仕事中
4
開発者 4
評価
(277)
プロジェクト
334
55%
仲裁
14
36% / 29%
期限切れ
1
0%
5
開発者 5
評価
(258)
プロジェクト
395
28%
仲裁
69
19% / 49%
期限切れ
120
30%
6
開発者 6
評価
(66)
プロジェクト
95
28%
仲裁
20
25% / 55%
期限切れ
24
25%
類似した注文
I need to get a trading forex robot based on support and accurate resistance and moving avarage more details will be provided on the video links I want a situation where by once I put the robot on the chart and choose buy or sell and the number to open then it will only buy or sell in that particular direction only
NADGIO 30+ USD
I need a developer that can convert two Buy and Sell indicators into a trading robot. the indicators has an input parameter, this should be made available for adjustment. Features 1. Break Even 2. Trailing Stop 3. Global TP and SL 5. Time Filter 6. News Filter (If possible)
I need a developer who can convert trading view indicator in to mt5 expert advisor with some modifications. The other details will shared once chosen the developer. Looking for someone who has good knowledge of forex, mql5,and pine script
Hello, i hope you all well. I am looking or a good developer who can understand SCM/ICT concepts so that can modify an existing EA to trade against that. The EA is already there with code and it was trading based on Breakouts zones. Now i want the EA to be modified so that it trades based on inducements and liquidity. The EA should use Pending orders on those zones instead. I do not want new developers to apply
EA for index trading using ATR % of 5day 1 Give Average true range for the past 5 day so 5day ATR also for ref use the indicator "atr value indicator " my entries will be based on a % of this NO. NO. TO BE SHOWN IN TOP CORNER The Expert im looking for is 1.AT X TIME (ie 8:am ) 2.IF price moves X % of the 5 day atr( either up or down ) within Y TIME (IE 5MINUTES ) (if PRICE moves say 30% of the 5 day atr down i buy or
I want to create an Expert Advisor (EA) that can be set to open either buy or sell trades, depending on user preference (buy-only or sell-only mode). The EA will initiate trades when the market reaches (or is equal to or less than) a specified DeMarker value (e.g., DeMarker value = 0.3). The user will set both the DeMarker value for starting trades and another DeMarker value to stop opening new trades. - **DeMarker
Create a mql5 expert advisor for forex/commodities trading based on modified candlestick formation. If modified bullish engulfing appears, EA will open buy position at closing of last candle area with martingale until opening of last candle area and set stop loss at open last candle area. Trailing stop appears when half of all buy positions running profit then when all buy positions running profit, and so on. If
I want to grid based robot such like CM Manual Grid for mt 5 Snap of that attached. like The expert Advisor helps set a network of pending orders and collect profit from any price movement. I can use it to trade many grid strategies. I can also use it to track open positions. "Buy Stop — - open a network of pending stop orders for sale "Sell Stop" - open a network of pending stop orders for purchase "Buy Limit" -
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script
Hi, I would like to have an EA to open trade when 2 time frame met the condition. Need to have ability to select the TF combination, Example: H4 with H1, H1 with M15 etc. PS: Able to lock EA with "Name" or "Account Number" PSS: Able to set trading session for specific pair. Example: US session = EURUSD For Buy #1 Big TF Candle Closed Outside Top BB #2 Big TF Candle touch low MA #3 Got to Smaller TF Candle touch &

プロジェクト情報

予算
50 - 70 USD
VAT(付加価値税) (20%): 10 - 14 USD
合計: 60 - 84 USD
開発者用
45 - 63 USD
締め切り
最低 1 最高 3 日