I would like the EA to follow the indicators rules.
It all starts with a blue sign either on top or below of a closed candle.(blue sign appears before the candle closes)
If the blue sign appears above the candle then its a start to downtrend(bear) so you sell when the candle closes.
If the blue sign appears below the candle then its a start to uptrend(bull) so you buy when the candle closes.
Ea should open first position when the blue sign appears either above or below the candle and only after the candle closes.
After the first open position(candle with the blue sign) there might be cases where later candles will have vertical arrows either above(red =bear) or below(green=bull).
I would like the EA to open additional position at every arrow as:
Red vertical arrow above closed candle means you open sell positions(as many as appear during downtrend).
Green vertical arrow below closed candle means you open buy positions.(as many as appear during uptrend).
The vertical arrows always appear according to the blue sign in uptrend or downtrend.(If blue initial sign is below candle then the further candles will have green vertical arrows underneath them pointing up as buy signal. If the blue initial sign is above the closed candle then all further closed candles will have red vertical arrows above them pointing down as sell signal.)
There are different, smaller and non vertical but pointing across arrows appearing on the chart but I would like them to be ignored.
To take profit(TP) you wait until a brown sign appears either above or below a closed candle.
When the initial blue sign was below candle as buy(uptrend) then the brown sign will appear above the closed candle indicating "take profit(TP).
When initial blue sign was above candle as sell(downtrend) then the brown sign will appear below the closed candle indicating TP.
When the brown sign appears and the candle closes the EA should close every open position (TP).
I would like to have the option to change the lot size manually unless it can be automated.
At this point i would like the EA to TP(take profit)
비슷한 주문
أنا أبحث عن مبرمج محترف لإنشاء روبوت تداول (Expert Advisor) يعمل على منصة MetaTrader 4 أو MetaTrader 5. مواصفات الروبوت: يعمل على زوج XAUUSD (الذهب) يفتح صفقة شراء أو بيع حسب الإشارة يعتمد على مؤشرين: Moving Average RSI عندما يتقاطع الموفينغ أفريج مع الاتجاه ويؤكد مؤشر RSI يتم فتح الصفقة. إدارة المخاطر: تحديد Stop Loss تحديد Take Profit عدم فتح أكثر من صفقة في نفس الوقت إمكانية تغيير الإعدادات بسهولة. مطلوب: كود نظيف
Subject: Development of Ultra-High Precision Confluence Indicator - M1 Binary Options (Non-Repaint) Hello, I am looking for a Senior MQL5 Developer to create a custom "Surgical Precision" indicator for MetaTrader 5, specifically optimized for 1-minute (M1) Binary Options trading. The system must integrate three distinct layers of algorithmic analysis. 1. Core Logic: Triple-Layer Confluence The signal (Call/Put)
Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
I’m hiring an experienced MQL5 developer to finish and fix an existing project (NOT building from scratch). I have: An existing MT5 EA (.mq5 + .ex5) that is based on my TradingView logic A TradingView indicator version used for signals/alerts The EA works but has logic/consistency issues and needs improvements + cleanup Goal Make the EA reliable and consistent: Ensure entries/exits match the intended logic Fix
The trading bot is an automated software system designed to monitor financial markets, execute trades, and manage risk based on predefined strategies. The bot aims to maximize profits while minimizing human intervention and emotional decision-making. Scope: Supports automated trading on selected exchanges (e.g., Binance, Bitget, Coinbase). Executes trades based on technical indicators, signals, or AI models. Provides
mport pandas as pd import numpy as np def detecter_tendance(data): # Code pour détecter la tendance pass def identifier_niveaux(data): # Code pour identifier les niveaux de support et de résistance pass def calculer_stop_loss(tendance, support, resistance): # Code pour calculer les stop loss pass def calculer_profils(tendance, support, resistance): # Code pour calculer les profils mport pandas as pd
I need a reliable, clean-coded Expert Advisor built for both MetaTrader 4 and MetaTrader 5 platforms. Main trading behavior: The EA follows buy and sell arrows produced by my custom indicator. Whenever a buy arrow shows up on the chart: if a sell position is currently open → close that sell immediately and enter a buy trade in its place. Whenever a sell arrow appears: if a buy position exists → close the buy and