I will code Expert Advisor, Custom Indicator, or Scripts in mt4 (Meta Trader 4) or mt5 (Meta Trader 5) based on your rules.
Note: Don't order without discussing and finalizing the strategy
Procedure:
1) Give me a detailed description of your rules for entry and exit.
2) User-defined input you want to manage from input settings
3) Any conditional filter that you want to hard code and do not want to show in input parameters
4) Risk management, Admin management, and time management rules
5) Explain the trading type (one trade at a time or multiple position management simultaneously.)
6) List of indicators and conditions that you want to use in your robot.
7) Most important step one you have given me all the details now we will do a one-on-one zoom session where you will explain to me all the details on the chart once this is done we will start the project. I want to clear all your doubts before proceeding with project development
I don't offer the following Services:
1)Removing restrictions and editing pre-built trading bot without source code
After project delivery, if you need 1 more session to understand how to do the setup of your robot we
Répondu
Publié : 24 articles, 1882 codes
Commandes similaires
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project
I want a highfrequency straddle scalping mt5 ea,that is excellent for news event trading. Must be fully configurable and the pending stop orders must be used fast with the OCO style. It must trade cycles ultra-fast and dynamically increase lotSize bases on the current balance or equity