仕事が完了した

実行時間6 時間

指定

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. 

応答済み

1
開発者 1
評価
(16)
プロジェクト
21
19%
仲裁
7
0% / 71%
期限切れ
14
67%
2
開発者 2
評価
(258)
プロジェクト
396
28%
仲裁
69
19% / 49%
期限切れ
121
31%
仕事中
類似した注文
PROJECT OVERVIEW I need a production-grade, modular Expert Advisor for MetaTrader 5 built to institutional coding standards. This is not a simple indicator-crossover bot. The system must be object-oriented, fully commented, and structured so individual modules can be replaced or disabled without breaking the build. Broker: IC Markets Raw. Primary symbol: XAUUSD. Secondary validation: EURUSD, GBPUSD, USDJPY, AUDUSD
Flummox 0.1 30+ USD
//@version=5 strategy("Vol10 Triple Confluence M15", overlay=true, margin_long=100, margin_short=100) // === INPUTS === emaLen = input.int(200, "EMA Trend") rsiLen = input.int(14, "RSI Length") bbLen = input.int(14, "Bands Length") rsiOversold = input.float(25, "RSI Buy Zone") rsiOverbought = input.float(77.38, "RSI Sell Zone") // === INDICATORS === emaTrend = ta.ema(close, emaLen) ema1 = ta.ema(close, bbLen) ema2 =
Access and confidentiality restrictions: You will receive only a separately named copy of the Commander . Existing trading EAs, presets, account credentials, Telegram credentials and proprietary entry/exit code will not be shared. The Commander intelligence must be developed using: Defined signal/input interfaces Anonymized historical logs and replay data Mock EA signals and test harnesses Documented authority and
I need an MQL5 trading robot for Forex. It should open and close trades based on my strategy rules. Please include money management, stop loss, take profit, and lot size settings. The EA should be stable, easy to edit, and tested before delivery. I will share the exact entry and exit rules with the developer
We are looking for an expert algorithmic trading developer to build a high-performance, fully automated Custom Expert Advisor (EA) or trading bot. The bot must integrate advanced Smart Money Concepts (SMC) , Inner Circle Trader (ICT) methodologies, and Volume Spread Analysis (VSA) with a high-frequency trading (HFT) style execution and scaling model. The core objective is to program a bot that identifies
Automatic buy and sell entries. stoploss (sl) take profit (tp) risk management and adjustable lot size. Adjustable risk percentage per trade. Trailing stop maximum number of open trades. Trading hours filter. Ability to backtest and optimize the strategy. Easy to use settings. The EA should work reliably on mt5 and provide the source code. I want the developer to test the EA and provide backtest results before
Develop an Expert Advisor for MetaTrader 5 that manages existing positions. Features Automatically detect all open positions. Apply Break-Even after price reaches a configurable profit. Partial Close: Close X% of volume at the first target. Move Stop Loss to Break-Even. ATR Trailing Stop (optional). Magic Number filter. Comment filter. Symbol filter. Trading session filter. Retry mechanism for trade operations
Mt5 ea 30+ USD
I have a fast execution ea that need a little touch, it trade on gold and my problem is about the risk ratio the tp is 3pip and stop loss 20 but i cannot get it right to make the average win larger and average loss lower. I would like to know if i can get help to get it right without touching the tragedy and the trade frequency. Those two pictures I attached is the example of what my bot actually do like i explained
Requirements Specification Here is an example of Requirements Specification for the development of the MACD Sample Expert Advisor, which is available in the MetaTrader 5 standard package. 1. The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the Exponential Moving Average with
Hello, I am looking for someone to Run and Monitor the EA and Signals in the account. Should be able to monitor daily and fix any issue in the signal Copying and EA running. The Settings and configuration to be checked and updated periodically. Should be available to report and update on daily basis. Tell me the cost and your previous experience for the same. Thanks

プロジェクト情報

予算
30+ USD
締め切り
最低 1 最高 7 日