SCRIPT NAME: Active
Trader Bot.
PROJECT GOAL: Create a script or
EA that will scan a directory for new text files. Once a text file is
created in the directory, the script will immediately read the file information
and open an order in MetaTrader 5. The script will screen and regulate
how many orders are opened at any given time. The script will not open too many
orders at one time. All files created in the folder will be processed .
DETAILS: The script needs these
settings for the user to screen and regulate how many files are used to open
orders. The following settings will be available to the user:
1. A
button on the chart to enable or disable the script and show that the script is
running.
2. The
script will empty the directory when the script is first enabled. No existing
files will be used to open orders. These will be moved to old files directory
below.
3. Setting
for Scan Directory to scan for .new files.
4. Setting
for Secondary Directory to move scanned files to (.old and .opn).
5. Settings
to restrict how frequently orders are opened:
a. Setting
for How many orders to open at one time.
b. Setting
for How many orders to open per X minutes.
c. Setting
for Minimum Margin % Level required to Open orders.
d. Setting for order
size.
The script will watch a directory where the files are being
created. The script will determine if the condition settings above are true to
open an order. If the above conditions are true the script will read the file
and open an order. If the above conditions are false the
script will not open an order. After the files have been read by the
script the files will be renamed and moved to another
directory. Files that are used to open an order will be renamed to
.OPN extensions and files that are not used to open an order will be renamed to
.OLD.
The filename will be in this format:
PAIR-DATE-TIME-POSITION-STOPLOSS-TAKEPROFIT-RANDOMCODE.new
The file contents will be in this format:
PAIR, DATE, TIME, POSITION, STOPLOSS, PROFIT
EXAMPLE Filename:
USDJPY-20180911-214300-BUY-150-50-1KU53I.new
EXAMPLE File Contents:
USDJPY, 20180911, 214300, BUY, 150, 50
If the above settings to regulate orders are true, the file is
used to open an order. After the order is opened, the scanned file will be
renamed to .OPN and moved to the second directory. For example:
USDJPY-20180911-214300-BUY-150-50-1KU53I.opn
If additional files are created and the above settings to
regulate orders are false, the script will rename and move the file to the
second directory and rename the file with .OLD. For example:
USDJPY-20180911-214400-BUY-150-50-ON3M26.old
The stop loss and take profit information is shown in points and
not pips. 50 equals 5 pips and 150 equals 15 pips. If the
file contents have 0 for stop loss or take profit then no stop loss or take
profit will be set.
비슷한 주문
//+------------------------------------------------------------------+ //| Volatility & Risk Strategy EA | //| Combines Alerts + Trade Execution | //+------------------------------------------------------------------+ #property strict //--- Input parameters input double MaximumRisk = 0.02; // Max risk per trade (2%) input double DecreaseFactor= 3.0; // Lot size decrease factor input
I am looking for a professional developer to build a custom trading analysis software for me. This tool is NOT an automated trading bot (EA); it is an analysis dashboard to help me identify high-probability setups based on my strategy. Key Requirements: Multi-Timeframe Analysis: The software should scan 4 different timeframes (M15, M30, H1, H4, D1, WK1, MTH1) and alert me when my conditions are met. Indicator
Core Requirements: Two selectable timeframes - dropdown inputs to choose from M1, M5, M15, H1, H4, D1, W1, MN1 Timeframe 1 = Chart's own timeframe (if chart is M5, TF1 should be M5) Timeframe 2 = Higher timeframe for confluence All Ichimoku components displayed for both timeframes: Tenkan-sen Kijun-sen Senkou Span A Senkou Span B Chikou Span Cloud (bullish and bearish) Technical Settings: All buffers accessible for
Hello everyone, I am looking for a highly experienced MQL5 developer to build a fully automated Expert Advisor (EA) based strictly on Smart Money Concepts (SMC) 🔍 Core Strategy Requirements (SMC Only) The EA must be based on Advanced Smart Money Concepts , including: ✅ Market Structure (BOS & CHOCH) ✅ Liquidity concepts (equal highs/lows, stop hunts)✅ Trap Blocks / Fake Order Blocks detection ✅ Valid Order
I need a AI signal generating bot for forex trading that use the latest ai technology to track real time forex market, analyse and give signals. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame
Hello I want to convert my tradingview indicators into Ninja trader can anyone help me with it it is urgent and I will like to discuss more about it to you if you can help me Kindly do well to bid on it
📌 JOB DESCRIPTION – FULLY AUTOMATED TRADING SYSTEM I am looking for an experienced developer to build a fully automated end-to-end trading system for MetaTrader 5. This is not an indicator-based bot and not a discretionary or black-box AI system. The system must follow a strict, deterministic rule-based trading framework that is already defined. 🎯 PROJECT GOAL Build a system where: A backend continuously evaluates
Good day! I have an indicator .mq5 this indicator calculates and draw zones on the chart. My request is to add these specific zones drawn and calculated exactly as the indicator in the EA. A replicate behavior of the zones from the indicator to the EA. Thank you
I need a fully automated end-to-end system where a backend continuously runs my deterministic CORE EDGE validator on live market data, generates numeric JSON trade tickets (GO) or alert levels (NO-GO), and automatically pushes those instructions to the MT5 EA for execution. There are no manual signals. ROLE SPLIT (IMPORTANT) Backend (analysis & decision engine): Continuously evaluates live data using my CORE EDGE
I am looking for an experienced MQL4 / MQL5 developer to create a custom Expert Advisor (EA). Trading details: - Symbol: XAUUSD (Gold) only - Platform: MT4 or MT5 - Strategy type: Scalping (fast trades) - Timeframes: M1 / M5 - Fixed Stop Loss and Take Profit - Risk management: - Lot size based on balance OR fixed lot (user configurable) - Maximum trades per day (user configurable) - Spread and slippage filter -