Hello,
i long time ago i was thinking about an EA code, that will contain all these things like:
- Lock EA to account number
- EA Expiration Date
- Change between already built-in strategies
- Max/Min Spread
- Delay in ms when retrying a request to the broker(anti flood)
- CapitalShield (when the amount reaching that number it will stop trading)
- MaxOpenOrdersAllowed
- MaxOrdersAllowedAtOnce
- Set SL & TP on OrderSend or on modify
- TimeFilteration (filtering days / hours)
- RiskPercent
- Martingale
- HiddenMode(BreakEven/TralingStop/Stoploss/TakeProfit/StopOrders/LimitOrders are hidden from the broker)
- TrailingStop
- BreakEven
- Panel
- DEBUG mode
Which i already have programmed those into the EA code,
basically i want to make some kind of code template that will work without no bugs and errors,
with this template i want to be able to change/add a couple lines of code and make a new rules for a new strategy,
i just need help from a pro programmer to finish my project by identifying and fixing all the bugs i have there and cant seem to get it work,
this project would make me able to use this template for the long run with every rule i would want to set.
here is an example that i change in the EA to make it work with a new strategy.
EXAMPLE FOR STRATEGY RULES:
Strategy_BuyRule= Open[2]&&Close[2]<Strategy_Indicator&&Open[1]&&Close[1]>Strategy_Indicator;
Strategy_SellRule= Open[2]&&Close[2]>Strategy_Indicator&&Open[1]&&Close[1]<Strategy_Indicator;
Strategy_ClosingBuyRule= Strategy_SellRule;
Strategy_ClosingSellRule= Strategy_BuyRule;
with these rules i would be able to make a new EA based strategy any time i would need.
and plus with all the features i mentioned above already built-in.
More details at my post in FF:
http://www.forexfactory.com/showthread.php?p=8451229
if i would like the job that made by the programmer i would most definitely keep the programmer for future projects of mine.
if you a professional programmer and you think you can help me with this project ASAP,
if you can spot code/logic problems and fix them,
if you can make it all work without deleting to much stuff that i already built,
if you can still stay in contact after the project is done to fix some minor remaining bugs without payment (if there would be some after the job is done),
if you speak English,
THIS IS A JOB FOR YOU, thank you!
Похожие заказы
// กำหนดค่าตัวแปรเริ่มต้น input double DailyProfitTarget = 200; // กำไรที่ต้องการในแต่ละวัน (2% ของทุน) input double LotSize = 0.1; // ขนาด Lot input double TakeProfit = 10; // กำไรต่อการเทรดใน pip input double StopLoss = 5; // การหยุดขาดทุนต่อการเทรดใน pip double dailyProfit = 0; // กำไรที่ทำได้ในวันนี้ // ฟังก์ชันเริ่มต้น int OnInit() { dailyProfit = 0; return(INIT_SUCCEEDED); } //
I need to compile my mt4 EA but there are some errors and warning if you can fix and compile send me your application I will select you upon Demo
i need someone to help me take 6 pieces of code from this script and simplify it into a new code .. . note this project is needed urgently in 2 to 5
1. The idea of the trading system is as follows: market entries are performed when MACD's main and signal lines intersect in the current trend direction. 2. Trend is determined based on the Exponential Moving Average with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one, the trend is seen as growing (ema_current > ema_previous). Alternatively, if current EMA is below
We need an Expert Advisor for MetaTrader 5 that will be simply based on Rsi, chart patterns and price levels (e.g 2366,250)… Basically when the robot notices a chart pattern, for example “double top/M pattern” it enters a trade based on confirmation from Rsi & price level and the stop loss is moved to the entry price…That is all. The expert advisor is only for Xauusd/Gold…The expert advisor should target 10 pips
Hi, Expert should be Brazilian. I need the scalping ea for xauusd, usdjpy, AUDUSD, eurusd, gbpusd, nzdusd, uascad and usdchf with any strategy. But don't use buy limit in down trend and sell limit in sell trend. I need the profit with 0.5 usd minimum per trade
Hello, I am looking for an experience MQL5 coder who can help me automate my trading strategy. Since this is an advanced coding so I would appreciate if only an experienced coder reaches out. I have attached a word doc of strategy, if you think you can build it then do let me know. Thanks, Sadaquat
I Need A Hedging Ea With Daily 2% of returns. I might think that ea work consistently. hedging Is The only Way To Make A Profit. That ea work in 1:200 Leverage and lot size is starting from 0.01
Project Description: I am looking for an experienced MQL5 developer to program an advanced trading robot for MetaTrader 5. This robot should integrate multiple modules for trend management, entry optimization, and risk management. It must also include an interactive dashboard and an automatic order suspension system based on volatility and economic news releases. The project requires expertise with ATR, ADX
Project Description: Mini Trading Platform - Integration with Interactive Brokers Overview: The idea is to develop a mini trading platform that serves as an intermediary between investors and Interactive Brokers . Each user will have a dedicated account within the platform, where they can access their personal investment portfolio. The platform will execute buy and sell orders automatically via Interactive Brokers