指定
Hi,
I want to have an MT5 Indicator which should have below mentioned functions. Objective is to know the performance of any Indicator already in MT5's Indicators Folder:
1. In Input I should be able to write the Indicator file name which is already in Indictors folder.
2. Buy and Sell buffer numbers can be written in inputs for the Indicator whose performance is to be checked
3. Checking Method : The Checking method selection option for Intrabar or NewBar. Intrabar is when a Indicator signal came above or below of a candle then the same candle is to be checked for measurement of Accuracy like whether it is ITM or OTM. Example if its a BUY Signal below a candle then In Intrabar same candle has to be considered as Bullish then its an ITM and if Measurement method is NewBar then the next Candle hs to Bullish for an ITM Count. Similarly for a SELL Signal above Candle, Intrabar Measurement Method should consider the same Candle to be bearish for an ITM and if its Bullish then its and OTM and if Doji then ATM and NewBar should check the next Candle.
4. Martingale method : As some signals will be OTM so what will be the basis of counting Martingale method (2 types) : Next Signal or Next Bars to check till when it reaches ITM.
Like, If during the Signal checking its an OTM then Martingale should be considered till its an ITM. Objective is to know How many Martingale some signals need to be ITM. Like one Signal is OTM and if Martingale method is Next Signal then in how many next signals reaches the direct ITM. If its a direct ITM so ITM Count increments by one and if its Mart-3 which became an ITM then Mart-3 gets a Count and the direct one will count as ITM readily and in between signals which took Mart-2 and Mart-1 will also increment with 1 as they also took some Signals to reach ITM. So Whether its Next Continuous Candles to be checked to reach ITM or next upcoming Signals to be checked for reaching a ITM has to be known.
5. On Chart table for showing the Count of ITM or OTM and Upto 10 Martingale Steps Counts( Mart-1, Mart-2, Mart-3, Mart-4, Mart-5, Mart-6, Mart-7, Mart-8, mart-9 and Mart-10 ).
6. The On Chart Marking Above the Sell Signal and Below the Buy Signal for Tick mark or Cross mark if its Counted as ITM or OTM directly and if its going to Martingale then How many steps till it reaches ITM should be indicated with some number above the tick or cross mark so that how many Martingale steps taken can be known (tracking for max 10 Martingale steps with the Martingale counting method selected in inputs).
I want to have an MT5 Indicator which should have below mentioned functions. Objective is to know the performance of any Indicator already in MT5's Indicators Folder:
1. In Input I should be able to write the Indicator file name which is already in Indictors folder.
2. Buy and Sell buffer numbers can be written in inputs for the Indicator whose performance is to be checked
3. Checking Method : The Checking method selection option for Intrabar or NewBar. Intrabar is when a Indicator signal came above or below of a candle then the same candle is to be checked for measurement of Accuracy like whether it is ITM or OTM. Example if its a BUY Signal below a candle then In Intrabar same candle has to be considered as Bullish then its an ITM and if Measurement method is NewBar then the next Candle hs to Bullish for an ITM Count. Similarly for a SELL Signal above Candle, Intrabar Measurement Method should consider the same Candle to be bearish for an ITM and if its Bullish then its and OTM and if Doji then ATM and NewBar should check the next Candle.
4. Martingale method : As some signals will be OTM so what will be the basis of counting Martingale method (2 types) : Next Signal or Next Bars to check till when it reaches ITM.
Like, If during the Signal checking its an OTM then Martingale should be considered till its an ITM. Objective is to know How many Martingale some signals need to be ITM. Like one Signal is OTM and if Martingale method is Next Signal then in how many next signals reaches the direct ITM. If its a direct ITM so ITM Count increments by one and if its Mart-3 which became an ITM then Mart-3 gets a Count and the direct one will count as ITM readily and in between signals which took Mart-2 and Mart-1 will also increment with 1 as they also took some Signals to reach ITM. So Whether its Next Continuous Candles to be checked to reach ITM or next upcoming Signals to be checked for reaching a ITM has to be known.
5. On Chart table for showing the Count of ITM or OTM and Upto 10 Martingale Steps Counts( Mart-1, Mart-2, Mart-3, Mart-4, Mart-5, Mart-6, Mart-7, Mart-8, mart-9 and Mart-10 ).
6. The On Chart Marking Above the Sell Signal and Below the Buy Signal for Tick mark or Cross mark if its Counted as ITM or OTM directly and if its going to Martingale then How many steps till it reaches ITM should be indicated with some number above the tick or cross mark so that how many Martingale steps taken can be known (tracking for max 10 Martingale steps with the Martingale counting method selected in inputs).
応答済み
1
評価
プロジェクト
10
0%
仲裁
5
20%
/
60%
期限切れ
2
20%
暇
2
評価
プロジェクト
228
80%
仲裁
22
27%
/
50%
期限切れ
11
5%
暇
パブリッシュした人: 24 articles, 1882 codes
類似した注文
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
We have a professionally built MT5 security and monitoring module with pre-written code. We need an experienced MQL5 developer to REVIEW, FIX, and CERTIFY the SENTINEL MODULE. YOU ARE NOT BUILDING FROM SCRATCH. You are reviewing 6 existing .mqh files. WHAT YOU WILL DO: 1. Review 6 pre-written Sentinel module files 2. Verify drawdown calculations (3% daily / 7% total) 3. Fix DD warning spam bug (fires every tick —
We have a professionally built MT5 Expert Advisor with pre-written code ready. We need an experienced MQL5 developer to REVIEW, FIX, and CERTIFY the ENGINE MODULE. YOU ARE NOT BUILDING FROM SCRATCH. You are reviewing 8 existing .mqh files. WHAT YOU WILL DO: 1. Review 8 pre-written .mqh engine files 2. Fix known shutdown bug: "invalid pointer access in AlmudoEngine.mqh (60,10)" 3. Achieve ZERO warnings in MT5 Build
### ** 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
MT5 EA with ready indicator
30+ USD
Hi,I am looking for an experienced developer specializing in the creation of Expert Advisors (EAs) for trading platforms. I would like to commission the development of an EA based on the open-source LuxAlgo code. The entry strategy will be based, among other things, on Martingale and Grid trading concepts. A detailed specification covering trade management, position sizing, and risk management rules will be provided
Hi! I’m looking for someone to make TPO Market profile, volume profile, footprint, delta for Sierra charts I need it to be set up to give me these for Nasdaq, ES/NQ and also the minii’s. Is this something you can help me with
I have a EA for XAUUSD which works awesome in sideways and trending market as well, capital requirement is only 2000USd and weekly profit is around 1500-2000 USD. I am using this bot from 3 months and getting continuous good result
I’m looking for an experienced MT4 developer to create a custom indicator (or EA) with mobile push notifications based on the following strategy. Trend Filter (Daily Timeframe) Daily Close above 50 EMA = Bullish Bias Daily Close below 50 EMA = Bearish Bias Entry Timeframe (H1) RSI Settings RSI Period: 14 (default) Upper Level: 65 Lower Level: 35 Buy Signal Generate a BUY signal when: Daily bias is Bullish (Daily
プロジェクト情報
予算
30+ USD
締め切り
最低 2 最高 5 日