Program Simple Mt4 (metatrader4) Ea (electronic Advisor)
Create a simple EA (advisor) for the MetaTrader 4 platform. Details are very simple. Please only apply if having completed an MT4 EA programming project previously. Serious project.
Create a simple EA (advisor) for the MetaTrader 4 platform. Details are very simple. Please only apply if having completed an MT4 EA programming project previously. Serious project.
I have a MT4 Expert Advisor that was custom build a while ago. After that there have been many modifications and new features added by different coders. What I’m looking for is a coder that can rebuild this EA so it’s clean (to eliminate some bugs) and make some modifications.
You need to be very experienced with Expert Advisors for this project. If you’re interested please let me know and I’ll provide more info.
I require a Forex EA program writer to program a simple Expert Advisor based on 5 indicators (Ichimoku, Parabolic, daily pivots and other) and trading strategy. This system will be for self-trading. It includes basic TP, SL (hide), trailing stop, breakeven, Time Filter (start and end hour to trade) and other inputs for later optimization. For any timeframe/any pair. The final project must provide full MQL code of the expert.
4 digit broker, slippage=3/4pips
It opens 3 trades when breaks ichi…
FX Rogue Wave Expert Advisor (An MT4 Forex breakout strategy)
Written by IBtheScottyB
The concept of trading Forex to me is similar to surfing at the beach. The object of the exercise is to catch a wave and ride it as long as you can. If you start paddling on EVERY wave, you will exhaust yourself. In Forex, you will exhaust your capital. You can no more guess what the price is going to do in Forex, than you can guess how big the wave is going to catch.
Therefore, we will take the only certa…
I need a stock CA P & L report to have added to it the cost of the actual shipping from Shipworks. These 2 reports can be mated through order number the SHipworks info will need to be pulled from a SQL database and the CA info setup through an API.
I would like the reoprt to auto generate weekly as a scheduled task
I NEED A SCALPING ,MOST PROFITABLE,HIGHLY TRADING,LOW DRAWDOWN EXPERT ADVISOR FOR META TRADE4 .
IF YOU HAVE ONE KINDLY SEND ME YOUR FORWARD TEST RESULTS .
FOR QUALIFIED EA’S I CAN PAY ENOUGH FOR YOUR REQUIREMENT
I require a Forex EA program writer to program a simple Expert Advisor based on 8 indicators and trading strategy. This system will be for self-trading. It includes basic TP, SL (hide), trailing stop, breakeven, Time Filter (start and end hour to trade) and other inputs from indicatores for later optimization. For any timeframe/any pair. The final project must provide full MQL code of the expert.
4 digit broker, slippage=3/4pips
It opens 3 trades at specific time and they will be closing as they reach specific TP.
The strategy has 2 signals in different times. It opens the trades when there is a valid signal 1 and we look back in time MACD to check the changing colour bars (signal2).
Then combine these 2 signals.
See pictures files buy and sell.jpg :
I require a Forex EA program writer to program a simple Expert Advisor based on 8 indicators and trading strategy. This system will be for self-trading. It includes basic TP, SL (hide), trailing stop, breakeven, Time Filter (start and end hour to trade) and other inputs for later optimization. For any timeframe/any pair. The final project must provide full MQL code of the expert.
It opens 3 trades at specific time and they will be closing as they reach specific TP.
see picture:
I have a small Expert Advisor script that I need editing.
Currently when the EA tries to close an order and fails it does not try again.
The failed closing of the orders are from requotes.
I want to add a line so that the script retries to close the open order maybe 50 times.
This is not a difficult project but I don’t want errors.
Requirements
- Expert advisor based on trading system on my live trading account.
- My live trading account is using expert advisor.
- The only thing i know the system is based on martingale.
- I will only show investor password.
- The expert advisor should be as similar as posssible.
Supports top broker
- Instaforex
- Exness
- Alpari
- 4 and 5 digits broker.
Programmer should backtest the Expert advisor on their own and meet the exact same expert advisor on my live account.
If you have any question regarding with this project please ask me first. I want the programmer understood very well my requirements. Thanks
I have one EA that does a good job of opening trades but otherwise has coded parameters that I would like to remove. I have been using a Trade Manager EA to manage the trades once they are open. I would like to combine the best features of each EA into a single EA while also eliminating unnecessary coding.
I am looking for somebody to add a couple of new, simple criteria to an existing Expert Advisor. I have the source code and the custom indicator that it uses ready to send to a programmer. The EA needs a couple of edits, one of them putting to use the same indicator that is already referenced in the EA but using a different set of values in addition to the ones already being used. The other edit may already be in the code, but I need to make sure it is there and that it works properly.
If this project goes well, I could have many more jobs for the chosen programmer. Happy bidding!
Requirements
- Expert advisor based on trading system on my live trading account.
- My live trading account is using expert advisor.
- The only thing i know the system is based on martingale.
- I will only show investor password.
- The expert advisor should be as similar as posssible.
Supports top broker
- Instaforex
- Exness
- Alpari
- 4 and 5 digits broker.
Programmer should backtest the Expert advisor on their own and meet the exact same expert advisor on my live account.
If you have any question regarding with this project please ask me first. I want the programmer understood very well my requirements. Thanks
I have one EA that does a good job of opening trades but otherwise has coded parameters that I would like to remove. I have been using a Trade Manager EA to manage the trades once they are open. I would like to combine the best features of each EA into a single EA while also eliminating unnecessary coding.
-FAMA must refresh every tick & show the 5th decimal
-mini & standard account (4 and 5 digits automatized)
-comments show the extern variables
EXTERN
FilterOnly(No)
PriceBuffer(0)
LotSize(0.05)
TakeProfit(“5,20,35,50,60″)
StopLoss(“10,30,50,70″)
TrailingStop(“5,15″)
TicketComment=”order comment”
MagicNumber(4)
TimeFrame(15)
INTERN
FAMA_range(10)
FAMA_fastMA(2)
FAMA_slowMA(30)
FAMA_filter(50)
FAMA_n(4)
FAMA_h(10)
MACDcorrect_fastMAperiod(12)
MACDcorrect_fastMAperiod(26)
MACDcorrect_fastMAperiod(9)
Slippage(8)
Retries(8)
-FAMA must refresh every tick (See attachment)
-FAMA must show the 5th decimal (Indicator shows 4th decimal price and I don’t want it to cause a problem with demo 5th decimal accounts)
–mini & standard account – 4 & 5 digits automatized.
–comments always on; just shows the extern variables selected.
The extern and intern were preselected already
extern
SignalBuffer(0)
FilterOnly(No)
LotSize(0.05)
TakeProfit(“5,25″)
StopLoss(“25,35″)
TrailingStop(“15,5″)
TicketComment=”order comment”
MagicNumber(1)
TimeFrame(15)
intern
FAMA_range(10)
FAMA_fastMA(2)
FAMA_slowMA(30)
FAMA_filter(50)
FAMA_n(4)
FAMA_h(10)
MACDcorrect_fastMAperiod(12)
MACDcorrect_fastMAperiod(26)
MACDcorrect_fastMAperiod(9)
Slippage(4)
Retries(4)
This should be a basic EA to create, Show me your low bids for this one!
I have an expert advisor I would like to adjust from mq4 to Microsoft .Net Framework 2.0.
Can you do this?
Will run on MNF 2.0 via CTS, see link for namespace: http://sim.t4login.com/help/api/
budget $10 to $20 small project and easy project….
The task for a skilled programmer is, to change alerts in an indicator that draws 3 different kinds of trendlines, and to make
an Expert Advisor, based on this indicator.
1.step
- add some new types of alerts with option to choose on/off for each type of alert
- add option for existing alerts to choose on/off
2.step
Create EA with usual functions like TP, SL, MM etc., that activates an order execution script at certain defined signals, which are provided by the above indicator.
The scripts should be exchangeable.
This is a rather definitive description of the task.
I can provide the indicator, at interest, and go further in detail after your bid.
Thank you.
I need an EA that could send SMS automatically through Skype several receipients whenever a trade/order/SL/TP have been entered or placed.
I have a martingale EA that works on a trend indicator. It has the option to close all trades when the trend reverse and go the other direction. I need a modification that allows me to input after how many pips the EA should switch on trend reversal because sometimes the trend is at 0 point and keeps moving up and down so the EA will keep closing trades and switch constantly so that’s a problem.
Also I need the EA to place the same trade again if that trade closed out buy trailing stop or take profit and the price goes back to the open price of the trade that closed. Now the bot will wait till the next level to place the next martingale trade in a situation like that.
If you are interested in this project send a message for more info. You need to have experience with modification of MT4 EA’s to be able to do this project.
I have a trend indicator and want a bot to follow that indicator with options I can set. I have a detailed description of what the bot should do but suggestions are always welcome. Please contact me if you are interested and I’ll send you more details.
Am looking for a scalping Expert Advisor written in Metaquote language for the METATRADER 4 platform.This expert advisor should be able to work with NFA regulated broker.
I have a grid EA that is placing double orders for some reason we can’t figure out. The system is build step by step and works a little bit different from normal grid bots. An experienced coder can solve this easily I think. Please send a message for more details on this project if you’re interested.
I need an EA created for me that issues a buy/sell signal based off the values of two indicators from multiple currency pairs. I need the option of having it only work between certain times of the day, which should be variable and input by me. Also, I would like another 2 sets of variables for start and stop times to prevent it from running during news times input by me (sometimes, I will not need these so I need the option of them being null). This EA needs to analyze data on different currencies at the same time. This will be run on a live account, so I need the buy and sell signals, along with stop/loss and exit signals. The buy/sell signals should be issued when the cumulative indicator values reach a certain amount and price reaches a certain price point determined by previous price action. Stop loss will determined by price crossing back down through a moving average, but I’d like the option of a hard stop loss in case the original value is too far away. Also, an exit signal should be issued in case the EA is still in a trade at the end of the selected trading time range (holds on to trade until price crosses stop loss point) or at the close of trade on a Friday. This should not be too difficult to create, but I need someone with experience. I will provide all system details privately.
Thank you and happy bidding!
Hello
I have an EA which needs a professional and experienced coder to do some bug fixing to correct some trade errors. The EA has a number of different parts and indicators but for this project that I am looking to have completed by an experienced programmer it uses 4 indicators
1) HMA
2) FDM lights
3) MTF Trix
4) Probmeter
Most the code has been written and the EA works properly around 60-70% of the time it just needs to be fined tuned to fix 3 main problems
1) entering some trades a few candles late
2) missing some valid trades
3) entering some false trades (rarely)
What I am looking for is an experienced coder to take over this project and all my future projects. I need someone who is professional, keeps in regular contact and can meet deadlines.
For complete details please PM with details of your experience, willing to pay top dollars to the best coder
regards
Need an EA using a continuous buy-sell standing.
Entry when short EMA cross long EMA, Stop and revert on next following crossing with opposed signal.
Actual exit will be done manually using other indicators, the stop and revert order is as a safety valve in case I missed the manual exit.
EA will be used in less than 10 designated pairs.
Entry points should be adviced by mail. Lot size to be adjusted manually.
SL or TP to be added manually as option.
Would like to add a TDI extra crossing signal as criteria if possible for entry point.
After manual exit of position, the EA buy or sell order should be activated again in the next crossing of the designated pair.
Cant be any simplier.
I will need the MQ4 file as well when the project is done and the possibility to adjust signals once tested.
Already have a 3MA crossing MA that can be adjusted if needed.
I am looking for a programmer for a MT4 Expert Advisor.
EA works on different parameters, not too complicated.
Delivery should be realised in a week. Maximum costs 115$.
Hello,
I need to have an Expert Advisor for MetaTrader 4 (MQL4 – MetaQuotes Language 4).
Here a practical example:
want to enter long on EURUSD at 1.4400 with 2 lots.
I want to set 2 take profit, TP1 is +25 pips (so 1.4425) and TP2 is +50.
I want to put stoploss at -50.
If price hit TP1, EA will close 50% (1 lot) and will move automatically stoploss at -25pips.
If price hit TP2 EA will close the second lot and thank you very much.
If price hit SL without hitting TP1 and TP2, EA will close both lots at -50.
—
In a few words, EA close 50% of the lots once price reach TP1 and move stoploss at the exact amount of pips of TP1. If I set TP1 at +30 and TP1 is hit, I will have Stopoloss moved at -30.
StP
I have an indicator that I want it to be made to an EA
Hello
I have an EA which needs a professional and experienced coder to do some bug fixing to correct some trade errors. The EA has a number of different parts and indicators but for this project that I am looking to have completed by an experienced programmer it uses 4 indicators
1) HMA
2) FDM lights
3) MTF Trix
4) Probmeter
Most the code has been written and the EA works properly around 60-70% of the time it just needs to be fined tuned to fix 3 main problems
1) entering some trades a few candles late
2) missing some valid trades
3) entering some false trades (rarely)
What I am looking for is an experienced coder to take over this project and all my future projects. I need someone who is professional, keeps in regular contact and can meet deadlines.
For complete details please PM with details of your experience, willing to pay top dollars to the best coder
regards
I am looking for someone to build an expert advisor system with defined buy and sell signals in the forex market. performance requirements will be shared with bidders. Please have experience with forex coding work and understanding traders’ needs.
Thanks.
I search a programmer who programmed me a Expert Advisor in MQL.
This Expert Advisor will run with an indicator.
Hello
I require an experienced Metatrader programmer to program an EA for Metatrader 4.
The EA involves manual entry analysis and once placed on the applicable chart the EA needs to manage and close the trade. At the close of bars additional lots are bought if certain criteria is met.
Details of the EA will be provided upon request. Questions welcomed via PMB.
I require a programmer who provides updates and communicates during the programming progress.
I require a Forex EA program writer to program a simple Expert Advisor based on 4 indicators and trading strategy. This system will be for self-trading. It includes basic TP, SL (hide), trailing stop, breakeven, Time Filter inputs for later optimization. For any timeframe/any pair. The final project must provide full MQL code of the expert.
It opens 3 trades at specific signal and they will be closing as they reach specific TP.
It uses only 4 indicators and basic knowledge of candlesticks. If one trade is loss or there is some indicators signal, next trade is aggressive.
I’m looking forward to seeing bids.
We can set up a series of milestones if that suits you.
-Submitting a version 1.0 (payment – 40%)
-Any other revisions
-Final completion of EA source Code (Final Payment – 60%)
4 digit broker, slippage=3/4pips
INPUTS TO:
Magicnumber
Time filter
Indicator tro_tunnel_dragon (6 inputs)
Bolinger bands ( 2 inputs)
NB Meter_MACD (4 inputs)
Gann_HiLo_Activator_v2 or similar moving average
Stoploss =40,
TProfits (TP1/TP2/TP3)
Trailingstop
Breakeven =25
Hi all:
Good day. I need a helping hand in upgrading my present EA.
1. More powerful STOPLOSS function script, to close any loss during the sudden up or down of the market.
2. Encrypt the EA and lock it to one computer only for each installation.
3. Only Lot, stoploss and takeprofit variables value are changeable by user at EA properties. Others variables are lock and hidden.
Anyone who is interest, please pm me. I have low budget for this job,and hopefully it can be done within 3 days.
Have a nice day ahead.
regards,
miki
Looking for mql4 expert advisor programmer to build an expert advisor with below general description:
This EA has:
1) martingale function AND hedging function AND grid function
2) new pending orderS will be placed at certain price reach
3) the close orders (opened as well as pending orders) will be TOTALLY closed when targeted profit obtained
Will inform the details to any programmer with good deal which interested.
Thank you.
I am looking for a programmer to program an EA with the Gann Hilo Activator indicator as the main component for buying and selling.
I will explain all the various details in private.
The EA will also have to have various options such as money management etc.
I am an experienced Metatrader developer but not programmer. I need a programmer with current experience with Expert Advisors to make a few minor adjustments to my current EA. You must have experience and have outstanding English communication skills. My last programmer is no longer available. You must also return email messages promptly. This is a simple adjustment and more work will follow as our relationship develops. You will be changing a reverse order true/false that was not done correctly.
I’m seeking a highly skilled web server administrator, capable of finding and discovering issues that may be causing problems on a dedicated server. My server has been having frequent problems with CPU and RAM resources going a little nuts over the past week, causing my site to slow down. I need someone who can help diagnose any potential problems, and then address those problems through either a hands-on fix or through detailed notes.
My server receives around a hundred thousands visits a month, runs multiple CMS platforms (WordPress, vBulletin, Pligg, SunShop), and has 2GB RAM and a quad core processor. You will be given WHM, Cpanel, FTP and SSH login information.
I’m seeking a highly skilled web server administrator, capable of finding and discovering issues that may be causing problems on a dedicated server. My server has been having frequent problems with CPU and RAM resources going a little nuts over the past week, causing my site to slow down. I need someone who can help diagnose any potential problems, and then address those problems through either a hands-on fix or through detailed notes.
My server receives around a hundred thousands visits a month, runs multiple CMS platforms (WordPress, vBulletin, Pligg, SunShop), and has 2GB RAM and a quad core processor. You will be given WHM, Cpanel, FTP and SSH login information.