Natural Gas - M5 Algorythm - CAN SOMEBODY TEST THIS PLEASE

MQL4 Uzmanlar

Şartname

Hello people, good day to you all! Is there anyone who can backtest an EA for me on the Natural Gas CFD?......I can only test it on the last month and start to forward test form now but I would like to backtest it ASAP as it appears to be a profitable Algorithym. I will email the the EA to your personal email. This appears to be a low starting capital, low risk investment. My personal email is tonym114@gmail.com.....you can reply on here or to my personal email!

Test report for you to view :- 

Strategy Tester: TonyNG3 1 Order
Strategy Tester Report
TonyNG3 1 Order
Markets.com-Practice (Build 610)

SymbolNGAS-APR14 (Natural Gas US - April 2014. 1lot=10000)
Period5 Minutes (M5) 2014.01.31 13:15 - 2014.02.21 22:00
ModelEvery tick (the most precise method based on all available least timeframes)
Parameterslot=0.01; AutoLot=true;
Bars in test4096Ticks modelled183962Modelling quality53.99%
Mismatched charts errors0
Initial deposit500.00SpreadCurrent (10)
Total net profit15611.42Gross profit16967.01Gross loss-1355.59
Profit factor12.52Expected payoff1040.76
Absolute drawdown145.75Maximal drawdown6791.80 (53.64%)Relative drawdown55.30% (438.24)
Total trades15Short positions (won %)4 (100.00%)Long positions (won %)11 (90.91%)
Profit trades (% of total)14 (93.33%)Loss trades (% of total)1 (6.67%)
Largestprofit trade9607.68loss trade-1355.59
Averageprofit trade1211.93loss trade-1355.59
Maximumconsecutive wins (profit in money)9 (4653.09)consecutive losses (loss in money)1 (-1355.59)
Maximalconsecutive profit (count of wins)12313.92 (5)consecutive loss (count of losses)-1355.59 (1)
Averageconsecutive wins7consecutive losses1
Graph
#TimeTypeOrderSizePriceS / LT / PProfitBalance
12014.01.31 18:00buy10.364.8204.5705.140
22014.02.03 18:05buy20.064.9224.6725.242
32014.02.04 13:42t/p10.365.1404.5705.140692.121192.12
42014.02.04 14:58t/p20.065.2424.6725.242115.451307.57
52014.02.04 18:00buy30.065.3345.0845.654
62014.02.05 13:22t/p30.065.6545.0845.654115.451423.02
72014.02.05 18:00sell40.455.1935.3235.053
82014.02.05 19:08t/p40.455.0535.3235.053379.151802.17
92014.02.06 18:05sell50.454.9565.0864.816
102014.02.07 09:03t/p50.454.8165.0864.816378.542180.71
112014.02.07 18:00sell60.454.7974.9274.657
122014.02.09 23:02t/p60.454.6574.9274.657379.152559.86
132014.02.10 18:05buy70.454.6174.3674.937
142014.02.11 18:00buy80.454.7734.5235.093
152014.02.11 21:48t/p70.454.9374.3674.937865.893425.75
162014.02.12 18:00buy90.455.0004.7505.320
172014.02.13 16:45t/p80.455.0934.5235.093863.674289.42
182014.02.13 18:15buy100.905.1444.8945.464
192014.02.14 01:37t/p90.455.3204.7505.320863.675153.09
202014.02.14 18:05sell110.905.2455.3755.105
212014.02.16 23:01s/l100.904.8944.8945.464-1355.593797.50
222014.02.16 23:01t/p110.905.1055.3755.105758.304555.80
232014.02.18 18:35buy125.404.7394.4895.059
242014.02.19 18:00buy130.904.8864.6365.206
252014.02.20 18:00buy140.904.9324.6825.252
262014.02.21 18:00buy150.904.9294.6795.249
272014.02.21 22:00close at stop150.905.0364.6795.249579.565135.36
282014.02.21 22:00close at stop140.905.0364.6825.252561.835697.19
292014.02.21 22:00close at stop130.905.0364.6365.206806.556503.74
302014.02.21 22:00close at stop125.405.0364.4895.0599607.6816111.42

 

Thank you in advance

 Regards, Tony. 

Dosyalar:

Benzer siparişler
Hello, we have an existing EA, and are building a new one. We want our EA to connect via API to an AI provider like Chat GPT, Claude, or perplexity. Can you connect a meta trader EA to an AI agent? if you can then i would like to speak. The system is quite simple, for example the EA would ask perplexity where the support is on EURUSD then place a trade, thank you, Rob
Hi, Im looking to purchase or build an EA that can open many trades or big lot size to churn out IB commission, it doesnt have to be super profitable but will need to have the number of trades on going in order to earn IB commission. Source code is required upon purchase. If you have any EA or strategy that are gearing towards this, let me know and i would be glad to purchase it. Please share the demo trial for me to
I currently have unfinished work. It’s a project to connect MetaTrader with the BingX platform. At the moment, I have implemented a service that retrieves a custom symbol in BingX, and it works well. However, some specifications still need to be adjusted regarding how the data is received. Otherwise, prices and other values are accurate. The only issue is that for the strategy tester, it is always necessary to
Modify an existing EA 30 - 50 USD
This is to modify my Semi Auto EA -Looking for developer modify my existing EA to Pending Order EA (BS/BL/SL/SS). Relevent with Heiken Ashi Smooth ,Moving Average , Acceleration. Concept MAster and Slave. Ready to give previous soucre code as guide. Work to do - 1)To modify this EA to Pending Order. 2) to add new feature - Risk Management/moneymanagement 3) To modify 4 slave to 7 slave will give the previous to
BTC 5 Minutes scalping 50 - 100 USD
import { useState, useEffect, useRef } from "react"; const INIT_LOT = 0.01; const TP_MOVE = 200; const SL_MOVE = 120; const START_BALANCE = 1000; const MAX_LOT = 5.12; const TICK_MS = 1200; function ema(arr, n) { if (arr.length < n) return null; const k = 2 / (n + 1); let e = arr.slice(0, n).reduce((s, v) => s + v, 0) / n; for (let i = n; i < arr.length; i++) e = arr[i] * k + e * (1 - k); return e; } function
🚀 ADAPTIVE GRID HEDGE EA (FULL VERSION) 🧠 📌 GENERAL CONCEPT This Expert Advisor (EA) uses a strategy combining: Grid trading (order grid) Hedge (protection with opposite positions) Lot scaling (progressive) Loss compensation with profits Continuous operation (non-stop) Focus on: Small recurring profits High trade volume (rebate/IB) The system does not depend on direction, but rather on market oscillation . Main
I have a indicator working good but have some bug for arrow placement . budget is fixed 30 used . only experience developer apply. i want to arrow get put on just above the candle high and candle low
I need a professional MT5 Expert Advisor (EA) built with clean, modular code. This is an advanced strategy combining liquidity concepts, controlled DCA, hedge protection, and strict risk management. Core Requirements: Entry Logic (ALL must align): Liquidity sweep (Previous Day High/Low breakout and return) EMA50 and EMA200 trend alignment Higher timeframe bias (H1 or H4) RSI confirmation Bollinger Band entry Filters
I need a professional MQL5 developer. BEFORE I SHARE ANY DETAILS: 1. You must sign a PERPETUAL NDA with no expiration date 2. NDA includes €100,000 penalty for any breach 3. I require full .mq5 source code ownership 4. Developer must have 500+ completed jobs, 4.9+ rating Budget: €1500 EUR Duration: 14 days Start your application with "RULER" to prove you read this
i have a simple strategy can you please create the automated forex ea to execute my trading strategy? i need custom ea for tradingview and mt4/mt5 correction: i need a tradingview indicator created that tells me when to buy or sell. and ea in mt4/mt5

Proje bilgisi

Bütçe
10 - 20 USD
Son teslim tarihi
to 365 gün