Auftrag beendet
Ausführungszeit 6 Stunden
Spezifikation
No EAs, for now. I just want to see results. What's the point in building an EA if you dont know the preliminary results? Right? So...
I need test results for the following main query:
***** Success rate % for all 2 SMA crosses (9-252 MAs: increments of 9) and in every combination for 10 major pairs (will advise of pairs), and for all timeframes as per standard MT charts. Data to go back to at least 5000 ticks. If possible use all available data *****
The results should be displayed in table format and in sequential order from first opened position or cross, to the last closing position. Ignore any unclosed positions (i.e, the very last open position).
The base table for each SMA cross strategy "Strategy Results" will consist of the following fields (1 2MA combo x 1 currency pair x 1 timeframe):
1. Start date of data used
2. End date of data used
3. # of ticks used
4. UTC Date/time stamp of opened position (yyyy/mm/dd/hh/mm)
5. Strategy name (2 SMA Cross: 9 / 36)
6. Currency pair or stock/commodity name (AUDUSD, HSBC etc)
7. Time frame (M1:MN)
8. Position Trigger price
9. Position opened buy/sell
10. Position Closed price
11. Duration of position (# of ticks)
12. Duration of position (yrs/months/weeks/days/hrs/minutes - eg, 00yrs/00mths/00wks/00days/08hrs/19mins)
13. Result (Profit/Loss)
14. Success rate in +/- pips of 13.
15. Success rate in +/-% of 13.
16. Highest # of pips in profit during opened position (483 pips)
17. as a % of 16.
18. Highest # of pips in loss during opened position (-641 pips)
19. as a -% of 18.
Do this for all 9 timeframes => 9 results per 2MA combo.
And then repeat for 10 currency pairs (TBA).
Once all the results are finished, I need a summary of all the results and rank each 2MA combo from top to bottom as a % of overall success (described below).
The table of "Summary of All Strategy Results" will look similar to the results of the strategy tester in MT and should consist of the following fields:
1. Strategy name (2 SMA Cross: 9 / 36)
2. Currency pair or stock/commodity name (AUDUSD, HSBC etc)
3. Time frame (M1:MN)
4. Start date of data used
5. End date of data used
6. # of ticks used
7. # of opened positions
8. # of wins
9. # of consecutive wins
10. % of wins
11. # of losses
12. # of consecutive losses
13. % of losses
14. Max of all Highest # of pips in profit during opened positions (max of 16. in "Strategy Results For TF" table)
15. Max % of 14.
16. Max of all Highest # of pips in loss during opened positions (max of 18. in "Strategy Results For TF" table)
17. Max % of 16.
18. Same as 14. but as Average #
19. Same as 15. but as Average %
20. Same as 16. but as Average #
21. Same as 17. but as Average %
22. Rank of strategy based on 9.
There should be 90 separate results for each SMA cross (10 currency pairs x 9 time frames). This would be approximately 34020 test results in total:
- 28 MAs = 378 cross combinations
- 9 timeframes
- 10 currency pairs
I'm guessing you will use a standard database/excel to calc the queries once you have downloaded the data needed. All results should be available in standard convertible file formats like csv/excel/xml etc.
————————————————————
Investment values will be irrelevant for now. Once I have the results for the above query we can then discuss about adding investment values (Money Mgmt) and seeing what figures we get.
My main aim is:
- to see which SMA cross pairs works best in each currency pair + timeframe, and overall.
- to see if it's best to work with the top 5 or 10 SMA crosses etc.
- then develop an ultimate EA strategy based on my findings. Or... if the EA can automatically work out the best or top 5-10 SMA crosses automatically (live) then that would be the best outcome for me.
I will analyse the data and see where I go from there. Until then can you give me a timeframe and price for the initial query above for now?
Please bear in mind I am not rich, I am struggling, and need to quickly find something that works to give me (and maybe you!) a steady flow of good income.
I look forward to working with you.
Cheers and thanks.
Bewerbungen
1
Bewertung
Projekte
21
19%
Schlichtung
7
0%
/
71%
Frist nicht eingehalten
14
67%
Frei
2
Bewertung
Projekte
396
28%
Schlichtung
69
19%
/
49%
Frist nicht eingehalten
121
31%
Arbeitet
Ähnliche Aufträge
Gold Trading autotrading robot
30 - 50 USD
i want a developer to build me a robot according to mt style i want an engine which is going to trade gold with small accounts, i want it to be perfect or any developer who has that existing robot we can negoiate the price
I am looking for a long-term developer because I have multiple projects to work on in the future. For this project, I need an MQL5 developer to build both an Indicator and an Expert Advisor (EA). I have attached the Pine Script code for the Simple FVG indicator. Your task is to convert this Pine Script indicator into an MQL5 indicator and then develop an EA based on the signals generated by that indicator
Hi, I am looking for an experienced MQL5 developer to modify an existing, fully functional MetaTrader 5 Expert Advisor (Source code .mq5 Version 2.62 will be provided). Brief Overview of the EA: It executes trades based on 4 custom Supply/Demand levels (R1, R2, S1, S2) which are inputted manually . It uses two custom indicators for confirmation: SPA (Price Action filter) and AMG (Volume/Momentum filter). The code
Hello Developers, I am looking for an experienced Sierra Chart developer to build a simple automated trading algorithm based on my trading rules and strategy requirements. I am ready to discuss the strategy details thanks
Description: I am looking for an experienced MQL5 developer to build a fully automated Expert Advisor (EA) for MT5 tailored for Prop Firm challenges and funded accounts. I need a robust, plug-and-play solution with rigorous risk controls. Key Requirements: Platform: MT5 Trading Logic: I am looking for a reliable strategy based either on a Breakout Strategy (e.g., London session breakout) or a Mean Reversion Strategy
The striker robot
30 - 2000 USD
I would like a trend and pullback strategy for the robot timeframe:15 minutes(m15) or 1 hour(h1) indicators:50 EMA (Exponential Moving Average)/200 EMA/RSI (14) BUY SET UP 1.Confirm The Trend .50 EMA must be above 200 EMA .Price must be above both EMAs 2.Wait for a pullback .Do not buy when the price shoots up. .Wait for the price to come back near the 50 EMA 3.Confirm entry .ENTER BUY WHEN: .A bullish candlestick
Need simple EA for XAU/USD
30+ USD
//+------------------------------------------------------------------+ //| Simple XAUUSD EA | //+------------------------------------------------------------------+ input double LotSize = 0.01; input int StopLoss = 500; // in points input int TakeProfit = 1000; // in points input int MAPeriod = 20; int maHandle; int OnInit() { maHandle = iMA(_Symbol, PERIOD_H1, MAPeriod, 0, MODE_SMA
### ** Main EA File** - `InstitutionalTrendPullbackScalper.mq5` **Core Features Implemented:** **Multi-Timeframe Analysis** - M15 trend filter (EMA20 > EMA50 for uptrends) - M5 entry signals with 5-condition confirmation - Independent indicator sets for both symbols **Advanced Entry Logic** - RSI reversal detection (crosses thresholds) - Price pullback zone validation - Bullish/bearish candle close confirmation -
Automate my trading
100 - 300 USD
i want a trading bot that take trade auto and make 5% profit daily and stop with in 24 hours not more then that at least the bot give me more then 2% not less then that like a ai agent if it make any loss that agent have to take care of it i need only 5 % profit
Binance Ai Trading Bot $US700 budget negotiable
700 - 3000 USD
I need an Ai trading bot for Binance and BTC on MT5 that also uses order flow data. It should also make use of TSI- Temporal indicator sampling and also it should make use of fundamental analysis in the process of signal generation
Projektdetails
Budget
30+ USD
Ausführungsfristen
von 1 bis 7 Tag(e)