Archive

Posts Tagged ‘MQL4’

Mql4 Indicator Modification And Ea

September 10th, 2011 Comments off

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.

Mql4 Indicator Modification

July 23rd, 2011 Comments off

Adding simple alert to the indicator

Metaquotes Language 4 (mql4) Change Indicator To Expert 2

May 23rd, 2011 Comments off

I have code for an indicator that places arrows to identify an uptrend or a down trend and then sounds an alert to the fact. I want this indicator changing into an expert advisor which when the:

Alert sounds for a down trend it places a sell order with 200 take profit, 50 stop loss and 40 trailing stop. When the alert arrow sounds for an uptrend it closes the order immediately.

Alert sounds for an up trend it places a buy order with 200 take profit, 50 stop loss and 40 trailing stop. When the alert arrow sounds for a down trend it closes the order immediately.

Metaquotes Language 4 (mql4) Change Indicator To Expert

May 4th, 2011 Comments off

I have code for an indicator that places arrows to identify an uptrend or a down trend and then sounds an alert to the fact. I want this indicator changing into an expert advisor which when the:

Alert sounds for a down trend it places a sell order with 200 take profit, 50 stop loss and 40 trailing stop. When the alert arrow sounds for an uptrend it closes the order immediately.

Alert sounds for an up trend it places a buy order with 200 take profit, 50 stop loss and 40 trailing stop. When the alert arrow sounds for a down trend it closes the order immediately.

Mql4 Programmer Required

April 7th, 2011 Comments off

I’m looking for help in programming an EA in MQL4. The EA called MTF, as of now, has been in development for well over 2 1/2 years. The system works extremely well. The problem that I’ve had is trying to find a reliable, competent programmer who really knows what they are doing!!! Must also have strong math skills and sign an NDA.

The EA should require around 40 – 60 hrs to complete. Once the EA is proven, Greenberg Traurig will patent the EA at Phase 1 and 2, then it will be marketed with a “small twist”. The marketing “small twist” will be discussed with the chosen programmer which will be part 2, a new commercial EA. Step 1 first.

The following is a short partial description of the MTF EA.

The EA is heavily rule-based and works with any currency pair, 24 hrs a day, independent of current affairs. It is best not to run the EA 24 hrs before a major holiday of that currency pair. No problem running Friday’s, except do not open a new trade after noon of the New York session and it is better to wait for the London session to open on Monday, to start trading again. The first of the week opening sessions of the Australian and the Tokyo market on Monday, usually does not move very much, short cycles. MTF looks for trends, it is not a scalping system. MTF is designed for day trading and long term. Therefore, it is designed to work on the M30 and higher time frames. The most stable and profitable time frames. The faster time frames are used to help verify that a trend is developing. Scalping is too risky!!! As the trading account develops, then the W1 and MN time frames will be traded.

Custom channel indicators for each time frame are used to determined if the developing trend is new or a late rebound. Support and Resistance (S/R) is used to set the Stop Loss, or the Channel Indicator. Stop Loss is not set at a predetermined setting for each time frame. As an example, lets say 40 – 60 pips for the M30 time frame which is the average Stop Loss setting for most of the EA’s on the market. Using S/R or the Channel Indicator, the Stop Loss setting can be as low as 10 pips. This minimizes the loss if the trade turns compared to other systems. The slower the time frame the higher the Stop Loss setting.

Take Profit is taken also from the Channel Indicator, usually securing more pips by exiting the trade in a more timely manner. Trends follow channels. Very few EA’s use a channel indicator. Most channel indicators simply are very poor. Of the hundreds of channel indicators that are on the market, I got lucky and found one that partially worked. After studying this channel indicator I realized it needed a few modifications and needed to be adjusted for each time frame. This little bit of programming I was able to do.

There are 4 custom indicators to help the program stay in a trade without a premature exit, due to a very small trend reversal. One or all 4 of these custom indicators need to be merged with another indicator, for improved trend confirmation and to help filter out the noise of a small trend reversal. The problem is the number of buffers available with MQL4. 8 is the maximum number of buffers that MQL4 allows. With just simple merging of 2 indicators, this number is exceeded. This is where some great programming skills are required.

Phase 2, I want to market an EA that works, not scam the general consumer. 99% of the EA’s on the market just don’t work. Those that do, seemed to be designed for a few specific currency pairs and are only marginally profitable for a short time before major updates are needed or stop being profitable at all. MTF does not have that problem.

This is just a brief outline of the EA. There are many more custom and modified indicators used in determining a trade entry or exit.

I hope this helps some.

Once the NDA is signed, all details will be presented.

If this is of interest to you, please contact me by email.

Sincerely,

Mark Perkins

Mt4 Ea Using Mql4 (c++)

March 8th, 2010 Comments off

Hi there,

I’m looking for someone who can create an EA for me for MT4. The system uses simple daily pivots as the indicators (which I can provide) and would need to place a number of pendiing orders, which I can manually vary the lot size, take profit and stop of each. Would also need option set trade size accordng to % of account, and also close down all trades if certain % drawdown occurs.

3 more projects lined up if this one works out well with you.

Can provide full spec details on successful bid. Thank you.

Categories: Programming Tags: , , ,

Mql4 Expert Advisor Repair

February 14th, 2010 Comments off

I have an expert advisor that is not trading. Need to have it examined and repaired by someone familiar with mql4, experts and forex trading.

Mql4 Indicator Programming

January 21st, 2010 Comments off

Only experienced and competant MQL4 programmers please.

The idea is not that original, and shouldn’t be too hard to put together, but I am a novice programmer and it is beyond me.

Essentially, I want to combine parts of two existing custom indicators that I have found on the web:

1) “TD Sequential”
(http://codebase.mql4.com/5685)

2) “Trade Assistant”
(http://www.earnforex.com/mt4_forex_indicators/TA_1.14b.mq4)

I want to take the signals provided by “TD Sequential” and display them in the same way that “Trade Assistant” does; in an easy to view format, in a separate window below the main chart, and showing the data over multiple time frames.

“TD Sequential” seems to be the best replication of Tom Demark’s indicator in MQL4. However, I like to use the indicator over multiple time frames and combined with additional indicators. This can be quite time-consuming and cluttered. For this reason I would like the information displayed in a format similar to “Trade Assistant”, allowing a quick view at one chart rather than many.

I am well educated on the “TD Sequential” method, so if you have any questions, please ask. I have attached screen shots of both indicators in action (please note that for the purposes of this new indicator, I am not using the “TDST” lines that can be drawn as an option of the TD Sequential indicator).

Finally, I have attached an example of how such an information box would look underneath the chart.

Mql4 Expert Adjustment

December 29th, 2009 Comments off

I have an EA that works. Sometimes however it will open trades with a take profit target equal to the entry price. I need a programmer that can run it to see the error and then modify to remove the error. Probably a simple job.

Code Renko Ea On Mql4

December 21st, 2009 Comments off

I am looking for a MetaTrader EA to be written using Renko bricks. I have all the necessary indicators/template and Renko Live Chart v3.2 for this project. The entry signals are basically an EMA crossover and custom Bollinger Band strategy. I need a multiple exit strategy along with specific limit/market order entry rules. I have the full specification which will be sent to you in (Word/PDF format) on a successful bid. Please give make an approximate price to complete project as well as time frame. Thank you.

Categories: C/C++ Tags: , , ,

Code A Forex Strategy In Mql4

December 9th, 2009 Comments off

Hi, I have a forex strategy that I want to back test for effectiveness.

I will tell you my strategy, you will build an EA for backtesting and further use. Back testing needs to be done for 2 months, 6 months, 1 year, 3 years and 5 years. data frequency will be 1 minute.

I need the job completed within 2 days.

thnks.

Mql4 Expert Advisor Adjust

December 7th, 2009 Comments off

I have an expert advisor that works but will only take profit at the entry point. Need to implemement a take profit and stoploss function that works. Very easy money for a creative programmer.
Thank you for bidding.

Mql4 Expert Advisor Modify

December 5th, 2009 Comments off

Need to to troubleshoot expert advisor for Metatrader client that will only make sell trades on Alpari data. Also need to combine 3 experts into one expert with slight modifications; afterwards need to take that one expert and run thorough optimization to find optimum parameters. Easy job. Need someone with positive outlook, patience and no fear of going the extra mile.

Mql4 Expert Advisor Modify

December 4th, 2009 Comments off

Hi there;
I need to have an expert advisor modified. Troubleshoot for error “0″ and other minor fixes and adjustments.
Need a programmer that is very familiar with MQL4 but is also interested in a challenge to improve something, not just to do a minimum task.
Thank you for bidding.

Mql4 For Meta Trader

December 3rd, 2009 Comments off

Dear Sir, Madam,

I am looking for a professional programmer to write a script for me that will work and execute flawlessly.

I need the script for MetaTrader 4 , no bugs or errors. The delivered script needs to be fully working, perfect and fast executing at any pair I choose or drop the script on a chart.

I need a script that will do the following:

1- check the high and low of the range of the given timeframe

2- put buy limit x number of pips above the high of the range

3- put sell limit x pip bellow the range

4- put trail / take profit after x pip

5- put stop loss for long position x pips below the low of the range and for short position x pips above the high of the range .

6- stop trade after x number of pips that are lost in the same day.

I always have to be in a position when the price is x pips below or above the range.

Full details will be sent to you on a successful bid.
Please give me the final price to complete the project as well as the time frame.

These scripts must be clean, bug-free, and work fast!

Kind regards

Tamir

——————————————————————————–

Mql4 Expert For Meta Trader

December 2nd, 2009 Comments off

I need an expert advisor created for the Metatrader client platform.
The expert must work on a minimum of two currency pairs. Accuracy must be above 95% profitable trades with drawdown below 25% preferabl below 20%. The expert must run standalone; not need extra proprietary indicators; not be an optimization system; not be a martingale system and not be a grid based system. Trading rules are to be created by the programmer.
If you think you can provide such an expert, please bid. Thank you for bidding.
tamir.

p.s i copied almost all this messege from other user that post it on the 20.11.09 becouse it is 100% what i am loking for

Mql4 Expert Modification

November 28th, 2009 Comments off

Need to have an expert advisor for the Metatrader client modified to work on 5 digit brokers.
Check code for broker compatibility and smooth execution, suggest and/or make improvements.
Should be easy job.
Thank you for bidding.

Mql4 Expert Creation

November 23rd, 2009 Comments off

I need an expert advisor created for the Metatrader client platform.
The expert must work on a minimum of two currency pairs, preferably four. Accuracy must be above 75% profitable trades with drawdown below 30%. The expert must run standalone; not need extra proprietary indicators; not be an optimization system; not be a martingale system and not be a grid based system. Trading method is to be created by the programmer.
If you think you can provide such an expert, please bid. Thank you for bidding.

Mql4 Metatrader Expert 3

November 22nd, 2009 Comments off

I need an expert advisor created for the Metatrader client platform.
The expert must work on a minimum of two currency pairs, preferably four. Accuracy must be above 95% profitable trades with drawdown below 25% preferabl below 20%. The expert must run standalone; not need extra proprietary indicators; not be an optimization system; not be a martingale system and not be a grid based system. Trading rules are to be created by the programmer.
If you think you can provide such an expert, please bid. Thank you for bidding.

Mql4 Metatrader Expert 2

November 20th, 2009 Comments off

I need an expert advisor created for the Metatrader client platform.
The expert must work on a minimum of two currency pairs, preferably four. Accuracy must be above 95% profitable trades with drawdown below 25% preferabl below 20%. The expert must run standalone; not need extra proprietary indicators; not be an optimization system; not be a martingale system and not be a grid based system. Trading rules are to be created by the programmer.
If you think you can provide such an expert, please bid. Thank you for bidding.

Mql4 Metatrader Expert

November 19th, 2009 Comments off

I need an expert advisor created for the Metatrader client platform.
The expert must work on a minimum of two currency pairs, preferably four. Accuracy must be above 95% profitable trades with drawdown below 25% preferabl below 20%. The expert must run standalone; not need extra proprietary indicators; not be an optimization system; not be a martingale system and not be a grid based system. Trading rules are to be created by the programmer.
If you think you can provide such an expert, please bid. Thank you for bidding.

Expert Advisor Mql4 Metatrader

November 4th, 2009 Comments off

Need to have expert evaluated. I will send the mql4 file for troubleshooting and analysis. It currently will only produce a strategy test result after being run through an optimization pass; after which it creates a bin and csv file. Need to know if this EA can be changed into into a working expert or if it is just optimizing historical data. An expert familiar with mql4 should be able to evaluate this ea quuickly.
thank you for bidding.

Code Renko Ea On Mql4

November 2nd, 2009 Comments off

I am looking for an Metatrader EA to be written using Renko charts. I have all the indicators (including Renko indicator)and methodology so its just a matter of converting to an EA. The signals are basically a EMA crossover strategy based on 13 sets of what I call “scalping EMA bands.” I need a multiple exit strategy.Money management is based on a % of total equity.Multiple currencies will be traded. I need pop up and email of signals based on crossover of indicators.I have the full specification which will be sent to you on successful bid. Please give make an approximate price to complete project as well as time frame.

Categories: C/C++ Tags: , , , ,

Code Renko Ea On Mql4

October 8th, 2009 Comments off

I am looking for an metatrader EA to be written using Renko charts. I have all the indicators (including Renko indicator)and methodology so its just a matter of converting to an EA. The signals are basically a crossover strategy based on 2 indicators.I need a multiple exit strategy.Money management is based on a % of total equity.Multiple currencies will be traded. I need pop up and email of signals based on crossover of indicators.I have the full specification which will be sent to you on successful bid. please give make an approximate price to complete project as well as time frame.

Categories: C/C++ Tags: , , , , ,

Need Mql4 Ea Expert Programmer

August 28th, 2009 Comments off

Looking for ***EXPERT*** EA MQL4 programmer to write semi-complex EA for MT4 platform. When bidding please specify your EA programming experience and trade experience. Thank you for your bids.

Mql4 Expert Advisor

August 16th, 2009 Comments off

looking to create an expert advisor compatible with metatrader softare (.mq4). Involves one indicator.
Looking for coder with experience creating ea’s and familiarity with trading software.

Expert Advisor Ea Mql4 2

August 12th, 2009 Comments off

Hello i have an expert advisor that i need tweked i need the tralling stop to be removed and that there shall be a traling takeprofit insted . if you are able to program this expert advisor i have more projects for you .

i recomend that you backtest the expert advisor before locking at the image with all the instructions .

Best regards
karl strom

Categories: C/C++ Tags: , , ,

Expert Advisor Ea Mql4 1

August 12th, 2009 Comments off

Hello i have an expert advisor that i need tweked i need the tralling stop to be removed and that there shall be a traling takeprofit insted . if you are able to program this expert advisor i have more projects for you .

i recomend that you backtest the expert advisor before locking at the image with all the instructions .

Best regards
karl strom

Categories: C/C++ Tags: , , ,

Expert Advisor Ea Mql4 Ea

August 12th, 2009 Comments off

Hello i have an expert advisor that i need tweked i need the tralling stop to be removed and that there shall be a traling takeprofit insted . if you are able to program this expert advisor i have more projects for you .

i recomend that you backtest the expert advisor before locking at the image with all the instructions .

Best regards
karl strom

Categories: C/C++ Tags: , , ,

Expert Advisor Ea Mql4

August 12th, 2009 Comments off

Hello i have an expert advisor that i need tweked i need the tralling stop to be removed and that there shall be a traling takeprofit insted . if you are able to program this expert advisor i have more projects for you .

i recomend that you backtest the expert advisor before locking at the image with all the instructions .

Best regards
karl strom

Categories: C/C++ Tags: , , ,

Expert Advisor Mql4 Metatrade

August 12th, 2009 Comments off

Hello i have an expert advisor that i need tweked i need the tralling stop to be removed and that there shall be a traling takeprofit insted . if you are able to program this expert advisor i have more projects for you .

i recomend that you backtest the expert advisor before locking at the image with all the instructions .

Best regards
karl strom

Ea In C To Ea In Mql4

August 6th, 2009 Comments off

I have a file written in I believe C or C++

I would like to use your services for 2 things:

1: I have a EA (Java plateform) which is not placing any trade on my demo account but works very well on back testing. In addition, it opens many trades at once. I would like to control the number of opened trades too.

2: Translate the late EA into MQL4 for metatrade plateform

How much it will cost to me?

Looking forwards to hearing from you soon.

Best regards

Mr Salia
They both use the same language but have different script options I cant work out.I have tried pasting the code into Ninja Trader but it gets errors due to different script requirements.
I will supply source code.

Categories: C/C++, Java Tags: ,

Jfx- File Decompile To Mql4

July 18th, 2009 Comments off

Can anybody decompile a jfx Expert Advisor to a MT4 Expert?

Expert Advisor Mql4 Metatrader

May 27th, 2009 Comments off

Hello i need this expert advisor from metatrader to be reversed .
There is a image attached so you can see what i mean .

You can find the script i want reversed at this url
http://codebase.mql4.com/4546
http://codebase.mql4.com/source/12546

Filter Design In Mql4

May 11th, 2009 Comments off

For programmers familiar mql4 for MetaTrader and who have a large library of technical analysis indicators / have deep insight in indicator design and filter design.
I have an indicator called hp.mq4, it is a Hodrick-Prescott filter. This filter decomposes a timeseries in a trend and a stationary cycle part, and gives a nice, smooth curve through a financial timeseries (e.g. eur/usd).
The problem is that it is non-causal: past values of the filter change with new observations (new candles) on the chart. (it repaints).

The goal is: find or make a filter / indicator / combination / whatever
that makes this indicator causal and also looks like the HP filter on a chart (with e.g. lambda = 1600 or lambda = 800.000).
In other words, I want a causal version of the HP filter.
This might be overly ambitious, but you never know that there is someone out there who knows how.

Indicator Design In Mql4

May 7th, 2009 Comments off

For programmers familiar mql4 for MetaTrader and who have a large library of technical analysis indicators / have deep insight in indicator design.
I identified two indicators that combined give perfect trading signals in certain situations: they also give wrong signals some of the time. However, I have a method to confirm situations where the signals were perfect (in the past: this confirmation does not work in real time).
I require a technical analysis indicator in mql4 for MT4 that will confirm my signals exclusively: so the combination of my indicators (that give good and bad signals) with your indicator (wheter you have found it or made it) will give me 100% of the time good signals on the live chart real time. Please look at the graph to see what I mean.

My current confirmation is just a simple moving average of 100 periods backshifted 50 periods with +1% and -1% enveloppe bands added. If the price goes above this band and my two indicators are at their extreme (>0.9) then your indicator/system should also give a signal. Vice versa for oversold situations: if the price is below the lowest percentage band and my two indicators are at their low (<-0.9), then your indicator should confirm this.

I will not use your indicator as a stand-alone, so it is ok for your indicator to give more signals than only the appropriate ones, as long as the combination of my 2 indicators and your indicator coincide with a relative low as described above.
I don’t care what or how this indicator is, whether it is a trend-indicator or an oscillator, or neural net / Genetic algo / DSP or whatever. The only condition for me is that the combined signal works as described.

I will give you my 2 indicators after acceptance of the project.

Mql4 Expert Advisor Ea For Mt4

May 1st, 2009 Comments off

I need an experienced MetaTrader 4 programmer (C/C++) to develop an Expert Advisor for Forex trades. EA Requirements:

1) I will provide 2 indicators for this project. See PowerPoint attached.
2) EA should buy (sell) when both indicators turn green (red) and close the order when one indicator turns red (green), non-stop during trading hours (see number 4 below). EA should be able to execute a new trade when the indicator turns green/red at the next bar/candle
3) Need a TP and SL function.
4) Able to set trade hours, time frame, lot size, over 8 pair of currencies at the same time on the same terminal without clashing
5) Need a money management function
6) To be able to see the indicator on attached charts when EA is running.

I assume that at the end I’ll receive a copy of the coding.

For questions and details contact me in PMB.

Additional Considerations:
If you have bad feedback on SL then do not bother bidding.
SL escrow only (no prepayment, ever).
Escrow will only be released after the provider completes project to my satisfaction

Bids to Include:
Total price for the project
Date you are available to begin the project
Time frame for completing the project

Thank you!

Mql4 Php Plugin

April 28th, 2009 Comments off

Hi. I need a small API package developed please…

MQL4 is a php variant. MetaEditor 4 is a text editor for writing the program, mql4.com/files/mql4bookenglish.chm

This is for an API plugin to a software application please.

Send me an IM please.

Ron B.

Categories: PHP Tags: , , , ,

Mql4 And Php Programming

April 26th, 2009 Comments off

We are looking for a programmer who can do EA and PHP. We would want to find a long term partner who can work with us on our forex project. Below are the specs for our project.

- We would like to modify a customised Expert Advisor(EA) as it is half done. But it will be more than just that. The trading signals produced by the EA must be sent to our subscribers’ emails and our website instantly. Our subscribers are in our database.

- Programming of php scripts – the trading signals must interface with Joomla site and normal website, DLL for posting signals to website.

- PHP script that receives data from DLL and adds them to mySQL database

- Provide audio alert when new trading signals appear on the Joomla site.

- Installation of scripts on a VPS host (windows version) and signal providing PHP scripts (on HostGator).

- Scripts MUST fully integrate and function properly with Joomla.

- Automated publishing of account statement and equity curve on Joomla and normal website. (something like Fapturbo.com)

- Some of the important features that have not been added to the EA is stealth mode, multiple currency pair trading and take profit.

- Provide fibonacci calculator, daily and weekly pivot points calculator and profits calculator in our Joomla website.

- Recommendation of other channels to deliver trading signals and VPS service.

- To complete this project in 1 month’s time.

- Agreement on non-disclosure and refund policy

Expert Advisor Mql4

April 23rd, 2009 Comments off

I need a good programmer to develop an EA based strictly on my trading system rules to manage my account.

EA must automatically calculate position sizing based on adjustable percentage of account equity, initial account $70,000.00, and do not place any order if it dropped below $40,000.00 .
Trades only between 7:00 GMT and 20:00 GMT.
( don’t forget to put your name and contact address. It will make me easier to call you when I need any development.)

Please send me your demo EA to see that you have the abillity to code a good EA with no error.
You have to tell me what the EA will do so that I can compare the EA and the On Chart Result.
So this demo is about translating a system into an EA.

Bear