Charlie

MQL4 Experten Integration

Spezifikation

This ea to trade on aud/usd and nzd/usd

4 hour time frame only

Indicators to be used are 7 EMA

                                     20 EMA

                                      24 EMA

                                     30 EMA

and the MACD with settings (12,33,9)

Positions: each trade is always entered with 2 separate positions

Entry: A short (sell) signal is generated as soon as the MACD crosses below the signal line and the 7 EMA crosses below the other three EMA's by at least 6 pips ,don't wait till candle close ,as soon as cross below the other 3 EMA's by 6 pip's or more open trade.

Entry: A long (buy) signal is generated as soon as the MACD crosses above the signal line and the 7 EMA crosses above the other three EMA's by at least 6 pips  , same as above no need to wait for candle close as soon as cross happens by 6 pip's or more open trade

NOTE: the MACD has to cross the signal line BEFORE the 7 EMA crosses the other EMA's . Price action may cross before or after the MACD cross.If the 7 EMA crosses before or simultaneously as the MACD crosses the signal line the trade is considered invalid.

Stoploss: The initial stop loss for both positions is set at 30 pips behind (above/below) the three EMA's ( the EMA that is furthest away from the price action). If the first target is hit, the stoploss of the second position is immediately to be moved to breakeven

Targets/Exits: The target for the first position is always 30 pips. If second position not stopped out at breakeven the second position is closed as soon as the 7 EMA crosses the other 3 EMA's in the opposite direction by 6 pip's (which if MACD has crossed already would be a valid signal to take new trade in opposite direction.




Dateien:

Bewerbungen

1
Entwickler 1
Bewertung
(473)
Projekte
1138
44%
Schlichtung
51
31% / 33%
Frist nicht eingehalten
500
44%
Frei
2
Entwickler 2
Bewertung
(182)
Projekte
342
42%
Schlichtung
118
12% / 73%
Frist nicht eingehalten
104
30%
Frei
3
Entwickler 3
Bewertung
(2042)
Projekte
2592
62%
Schlichtung
112
45% / 26%
Frist nicht eingehalten
417
16%
Arbeitet
4
Entwickler 4
Bewertung
(221)
Projekte
369
66%
Schlichtung
10
50% / 0%
Frist nicht eingehalten
46
12%
Frei
5
Entwickler 5
Bewertung
(555)
Projekte
922
48%
Schlichtung
300
59% / 25%
Frist nicht eingehalten
123
13%
Arbeitet
6
Entwickler 6
Bewertung
(4)
Projekte
5
20%
Schlichtung
3
0% / 67%
Frist nicht eingehalten
2
40%
Frei
7
Entwickler 7
Bewertung
(195)
Projekte
395
28%
Schlichtung
155
20% / 52%
Frist nicht eingehalten
112
28%
Frei
8
Entwickler 8
Bewertung
(519)
Projekte
726
45%
Schlichtung
23
39% / 13%
Frist nicht eingehalten
63
9%
Beschäftigt
9
Entwickler 9
Bewertung
(2367)
Projekte
2975
65%
Schlichtung
76
47% / 14%
Frist nicht eingehalten
340
11%
Frei
10
Entwickler 10
Bewertung
(259)
Projekte
533
50%
Schlichtung
54
41% / 37%
Frist nicht eingehalten
224
42%
Arbeitet
11
Entwickler 11
Bewertung
(121)
Projekte
134
66%
Schlichtung
36
25% / 56%
Frist nicht eingehalten
22
16%
Frei
12
Entwickler 12
Bewertung
(258)
Projekte
395
28%
Schlichtung
69
19% / 49%
Frist nicht eingehalten
120
30%
Frei
13
Entwickler 13
Bewertung
(1085)
Projekte
1758
61%
Schlichtung
14
64% / 7%
Frist nicht eingehalten
82
5%
Frei
14
Entwickler 14
Bewertung
(89)
Projekte
137
24%
Schlichtung
35
9% / 40%
Frist nicht eingehalten
52
38%
Frei
15
Entwickler 15
Bewertung
(49)
Projekte
134
27%
Schlichtung
62
13% / 53%
Frist nicht eingehalten
58
43%
Frei
Ähnliche Aufträge
I need to export from MT5 the live charts open data to excel. So the information that is on the Data Windows Must show in the excel (including the indicators value). ScreenShot of MT5 information I want: https://ibb.co/pKDxWcz So the information I want from all open tabs on the MT5
Dear Developer, I would like to hire your service for developing an algorithm for the thinkorswim platform for placing the trades in accordance with this indicator named UT Bot : https://usethinkscript.com/threads/ut-bot-for-thinkorswim.12640/. Please, see this page for the complete algorithm code for thinkorswim platform. It should enter the trade when the indicator shows the signal and then exit it and then enter
Id Like to have a web based trading journal where i can import MT4/5, excel sheet or manual input. This page will require uses to register There has to be a performance dashboard of the journal
//Takes screenshot string imgname="image.png"; bool first=ChartScreenShot(0,imgname,1920,1080); // write the initial html code int Report_File=FileOpen("report.html",FILE_WRITE|FILE_TXT,","); FileWrite(Report_File,"<!DOCTYPE html>"); FileWrite(Report_File,"<html>"); FileWrite(Report_File,"<body>"); string timeString=TimeToString(TimeCurrent()|TIME_MINUTES); FileWrite(Report_File,"<center>Report generated at
Hello, We receive trading requests via FIX Protocol. We need a structure to manage these requests in Python MT5Manager ManagerAPI and create positions, deals and orders. What we need is NOT about the FIX Protocol. Even though we have all our permissions and pump mode is on, we are having problems while creating an order, position or deal
need to create a powershell script to auto update my Custom Symbols from .csv files. there will be a folder with many files, the script will enumerate them and crete a list -> than import that data into Custom Symbols of mt5 (/portable). please ask if something not enought clear
Hello I have an old mql4 EA file, I need to convert it to python script which can be run on tradelocker studio. You maybe need to use backtrader package of python. Time line is 5 days. Thank you
Hello ! I’m searching for a developer able to make a simple website displaying my MT5 balance account and current positions in realtime. My broker is Deriv and it proposes API, i don’t know if it is possible with MT5 API. I already have a domain, hosting and server. Don’t hesitate if you are interested, I’ll give more informations
I need a tool: Can convert any strategy of PineScript into .mql5 without bugs Automation convert for multiple strategy of PineScript files into multiple .mql5 files Programming can write in Python/C++ I have some PineScripts file to test (in attached files, with their names can find in TradingView -> Indicator -> search by name) I want to backtest all community strategy of TradingView, so that the tool need to be

Projektdetails

Budget
20 - 75 USD
Für die Entwickler
18 - 67.5 USD
Ausführungsfristen
von 5 bis 10 Tag(e)