Need a programmer to convert 2 existing indicators (both indicators are available in Ninjatrader and Sierra Charts) to Meta Trader 5

명시

استيراد ccxt
استيراد الباندا بصيغة pd
استيراد numpy كـ np
طلبات الاستيراد
وقت الاستيراد

# إعداد لعبة منصة اللعب عبر API
التبادل = ccxt.binance({
    'apiKey': 'your_api_key',
    'سري': 'سر_api_الخاص بك'
})

#إعداد إدارة المتنوعة
def calculate_position_size(رصيد الحساب، المخاطرة لكل صفقة، نقاط وقف الخسارة):
    مبلغ_المخاطرة = رصيد_الحساب * المخاطرة_لكل_تداول
    حجم الموضع = مبلغ المخاطرة / نقاط وقف الخسارة
    إرجاع حجم الموضع

#فرضًا أن الأخبار الاقتصادية المتعلقة بالسوق
تعريف get_economic_news():
    # هنا نستخدم API مثل NewsAPI أو Forex Factory للحصول على الأخبار الاقتصادية
    url = 'https://newsapi.org/v2/كل شيء?q=forex&apiKey=your_news_api_key'
    الرد = طلبات.get(url)
    البيانات = response.json()
    إرجاع البيانات['المقالات']

#تحليل الأخبار الجديدة في السوق
def analyze_news(الأخبار):
    للمقالة في الأخبار:
        # تحليل عنوان الخبر وملخصه
        العنوان = article['title']
        الوصف = article['الوصف']
        # لا نفترض أن الخبر السلبي إذا كان فيه كلمات مثل "Down"، "Decline"
        إذا كان 'down' في title.lower() أو 'decline' في title.lower():
            العودة 'بيع'
        elif 'up' في title.lower() أو 'growth' في title.lower():
            العودة 'شراء'
    العودة 'HOLD'

# الحصول على بيانات السوق
def get_market_data(الرمز):
    المؤشر = exchange.fetch_ticker(الرمز)
    عودة الشريط

# تنفيذ عملية التنفيذ على التحليل
def execute_trade(الرمز، الإجراء، حجم الموضع):
    إذا كان الإجراء == 'شراء':
        التبادل. إنشاء أمر شراء السوق (الرمز، حجم الموضع)
    elif action == 'بيع':
        التبادل. إنشاء أمر بيع السوق (الرمز، حجم الموضع)
    آخر:
        print("لم يتم اتخاذ أي إجراء")

#مثال على بوت يعمل بشكل دوري
تعريف run_trading_bot():
    account_balance = 10000 # رصيد الحساب
    Risk_per_trade = 0.01 # 1% من التداول لكل صفقة
    stop_loss_pips = 50 # اعتقد أن نقطة وقف الخسارة هي 50 نقطة
    
    حجم الموضع = حساب حجم الموضع (رصيد الحساب، المخاطرة لكل صفقة، نقاط وقف الخسارة)
    
    # جلب الأخبار الاقتصادية
    الأخبار = get_economic_news()
    العمل = تحليل_الأخبار(الأخبار)
    
    #بيانات سوق
    الرمز = 'BTC/USDT'
    بيانات السوق = الحصول على بيانات السوق (الرمز)
    
    # اتخاذ القرارات بشأن الأخبار وتحليل السوق
    print(f"بيانات السوق: {market_data}")
    print(f"الإجراء بناءً على الأخبار: {action}")
    
    # تنفيذ الصفقات
    execute_trade(الرمز، الإجراء، حجم الموضع)

# تشغيل كل 30 ثانية
بينما صحيح:
    تشغيل روبوت التداول
    الوقت.النوم(30)

응답함

1
개발자 1
등급
(12)
프로젝트
12
33%
중재
8
13% / 88%
기한 초과
3
25%
무료
2
개발자 2
등급
(3)
프로젝트
1
0%
중재
5
0% / 100%
기한 초과
0
무료
비슷한 주문
C'est un Expert Advisor (EA) MQL5 pour MetaTrader 5, conçu pour l' XAUUSD , combinant un filtre de tendance et une grille adaptative avec gestion de panier ("basket") et protections contre le drawdown. Version 1.00. Logique de trading Filtre de tendance (H4 par défaut) • EMA rapide (50) vs EMA lente (200) pour déterminer la direction (UP/DOWN) • Filtre ADX (période 14, seuil 18) pour éviter de trader en
My EA is semi Auto EA..with Master and slave concept Using Heiken Ashi +Heiken Smooth and Moving Average What to do?1. Remove some previous feature 2.Change some rules of 4 slave to pending Order 3. Check the coding is clean. 4. create panel dialog box
I currently sell a white-label XAUUSD EA, but the existing supplier owns the source code. I now need a new, independently developed EA and licensing system that my company fully owns and controls. I am not requesting decompilation or copying of proprietary code. Existing settings, presets and trading examples will be provided as reference. The developer must first identify any missing strategy rules before
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I am looking to acquire an EXISTING and PROVEN MetaTrader 5 Expert Advisor. I am NOT looking for someone to develop a random new strategy from scratch. The objective is to find a robust EA with an existing track record, verify its performance and robustness, and purchase the MQL5 source code together with clearly defined commercial rights. MAIN REQUIREMENTS The EA should meet most or all of the following
Looking to acquire an existing, proven EA. Not looking for new strategy development. REQUIREMENTS — non-negotiable: Minimum 12 months verified LIVE history (Myfxbook or MQL5 Signals, real money — not demo, not backtest) Hard stop loss on EVERY trade, set at order placement NO martingale, NO grid, NO averaging into losers, NO lot multiplication after a loss Max historical drawdown under 30% Minimum 5 trades per
Platform: TradingView Programming Language: Pine Script v6 Type: Custom Indicator Project Name: Scalping Reaction Zones + Valid Order Blocks MAIN GOAL I need a custom TradingView indicator for scalping. The indicator must detect: 1. Reaction / Explosion Zones 2. Valid Order Blocks 3. Combined Reaction Zone + Order Block zones The indicator should NOT generate: Buy signals Sell signals TP SL Entry signals Trading
Hello, I trade on HFM MT5. Need SCALPING EA for scalping, budget $30. SYMBOLS: XAUUSD (GOLD), US30, NAS100, GER40, EURUSD TIMEFRAME: M1 and M5 PLATFORM: MT5, must work on HFM VPS STRATEGY: - EMA 9 crosses EMA 21 - RSI 14: BUY only if RSI >45, SELL only if RSI <55 - Bollinger Bands: Only trade when price returns inside BB after breakout - 1 trade at a time per symbol - SL: 150 points Gold / 100 points indices (must be
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
I need an MT5 Expert Advisor for XAUUSD (Gold) running on an Exness account. STRATEGY LOGIC The exact entry and exit rules will be provided in writing before development starts. Please quote for a single rule-based strategy with clearly separated logic, so the rules can be adjusted later without rewriting the whole EA. RISK MANAGEMENT (this is the priority of the project) - Risk per trade as a percentage of account

프로젝트 정보

예산
30+ USD