Quantcast
Channel: MQL5: Freelance service for traders
Viewing all 21071 articles
Browse latest View live

Martingale EA for trading inside/outside bars:

$
0
0

EA needs to do the following:

EA will be used to trade Forex, Commodities, indices,...


HOW: EA trades inside/ outside bar breakouts. Breakout happens from the largest bar.


Buy STOP order at the bar HIGH (+ spread)
Sell STOP order at the bar LOW
@ BUY order SL is set to largest bar LOW
@SELL order: SL is set to largest bar HIGH (+spread)


TakeProfit = equal to risk ( but need to be able to specify lower TP target on first position opened)


IF SL is hit on a set (inside bar or outside bar formation) it will use the martingale system (double up risk)


EA will need to be able to handle all the sets and use martingale simultaneously on all sets

In the settings I need to be able to specify:


- Risk amount (% or lotsize)
- use inside bar/ outside bar formation or both
-Time: from.......... - till.......................
- Maximum Barsize on which to trade (number of points, able to set on/off)
- Minimum Barsize in which to trade (number of points, able to set on/off)
- Maximum # of sets on which to trade simultaneously

Who can help me out on this one...;-)

 


Heiken Ashi EA

$
0
0

Hi

 

I am wanting to do a Heiken Ashi based EA using MACD and EMA indicators.

 

Very Straight forward.

1 entry strategy for long/short

3 exit strategy for long/short 

 

Additional Features needed:

-Money Management

-Time Filter

-Trailing Stop 

Indicator to alert day high and low using a candle pattern (modified abandoned baby pattern)

$
0
0
This is a reposted job posted last week. The principle remains the same except that it has added 1 new condition to identify a bullish reversal. Developers interested in job please state your bid. Don't keep me guessing whats your bid. I have a budget and if it doesn't suit you, don't waste both of our time.Thanks.

Hedging EA Semi-Auto

$
0
0

Hedging EA Semi-Auto

 

 

I would like to have a hedging ea that will work without any indicator and that  only will work after i opend a manually trade.

Ea is on the chart on autotrade and i will open a trade manually exemple: 

 

Screenshot part1

 

After I open a 1 lot buy trade Ea will automaticly put the right SL and  Take Profit ea will also manage the trade with a  Trailling stop and break even.

Instanty after i open a manually buy trade ea will also make a reverse order at the opposite so ea will put a sell order at a definted pips distance from manually opend  buy trade

 

-settings filtre for the reverse order disatnce will be in pips and the reverse order setting will also have a setting filtre to definted the multiplication for the reverse lot size so if entry buy trade was 1 lot size and reverse lot multiplication is 1 ea will have 1 lot in sell order but if th reverse multiplication is 3 ea will put a sell order that will be 3* times more than the 1 lot buy trade.

- ea will also put a Stop loss and Take Profit for the reverse order

 

If the manaully buy trade hit his TP or is closed by his Trailling stop in profit ea will instantly delete de reverse order . EA will not open a trade and will wait for a new manually trade with the definted settings to work ea will only work after a manually trade.

 

Screenshot part2

 

Now if the manually trade is not closed by Tp or TS and the price go to the reverse order and execute him then ea will instantly :

 

-Put the right Sl and Take profit for the trade

-Trailling Stop and break even management for the first buy trade will be disabled and will not working more after the reverse order his been executed.

-Will instantly make a new reverse order to the opposite direction with the same  distance pips so ea will put a buy order at the same entry price from the manually buy trade but with a double lot size 2* more then the reverse trade opend before.This buy order will also have a Sl and Take Profit and this will be the same TP and SL as the first buy

 

So we have a manually buy  trade  1 lot

Under this  at 30 pips distance from the buy trade we have a sell trade that is 2 times more so it is 2 lot size in sell

Instantly ea will put a new buy order that will be 4 lot at the same entry price from the first buy trade.

Now if the TP from this reverse order is hit Ea will instantly Close all the opend trades and will also delete all the open orders

 

Now if the TP from this sell reverse trade is not hit and the price stay under the first buy trade and above the sell trade ea will do nothing and wait that the price choose a direction. Now if the price go up and hit the buy reverse ea will instantly put a new reverse order that will be 2* times more then the previous opend lotsize and this order will also have a TP and SL that will be the same as the other sell trade

Now if the trade has not touch his TP and goes under and touch the sell order again then this  will be 8 lot and  ea will automaticly remake a reverse order and this still one TP is not touche ea will pute a reverse orders and wait that a TP is touch to close all the opend trade and the opend reverse order.

 

 

 EA must have this TRUE/FALSE filtres:

-Start hour , end hour, start minute end minute 

- Sounds and popup alert when ea open trade

-sound And popup alert when EA close a trade

-Settings to change the distance pips from the first trade to the reverse order

-settings to change the trade multiplication for the reverse trades * (x1,2,3,4,...) 

-Stop loss, Take profit , Lotsize ? break even, Trailing stop ( the trailing stop will only move after trade is in profit and not before.

Thank you 


 

Indicator EMA-RSI

$
0
0

Indicator using EMA and RSI to MT5.

The Indicator must inform when the a cross of EMA, than will be indicate, touch some level of the RSI.

Must inform when touch the RSI and not whait until close the candle. 

Looking for professional automatization of Strategy Tester.

$
0
0

The problem:

Our expert advisor is based on trading too many currency pairs. It works well in real but its very hard to manage results and backtesting is time consuming. So, my idea is to automatize optimization in MT4 on mostly used currency pairs.


Target:

Target is complex system which must fill the time of our high performance computer (prepared for optimizing) and better overview of all results on our website.
We need easily manage all bakctests on our webpage. Than we can easily choose and generate .set files for our EA.


Idea:

The system has four parts: Optimizer, Tester, Our Expert Avisor, Our website with MySQL.

Optimizer:
Will manage Expert Advisor MetaTrader 4 optimization proccess.

When optimization of one currency ends it will start optimizing next currency pair (it must loops with 12 pairs).

Our Expert Advisor will save settings and values of each passed backtest to our MySQL database.
Only backtest which successfully passed our predefined criteria (mql function TesterStatistics()) will be inserted to our db.

Tester:

Tester will manage second MetaTrader. It would make detailed test of our optimization results. It must be able to get settings from our MySQL db and must be able to set our EA for retest with Every tick mode.
Our EA will update row with new values in MySQL and will send the image of the chart to FTP. Image must be renamed to statement_{id}.gif where {id} = primary key of our test in database.


Optimizer features:

  • We could choose which method of testing will be used: Open prices or Every Tick mode.
  • Can download historical data for current test in MT4
  • Can change start and end optimizing date ( It needs to be updated every week)
  • Optimization will never stop. It continues in a loop (still looping with selected currency pairs.

Tester features:

  • Will test with Every Tick mode
  • Must be able to get settings for optimization of EA from our MySQL database previously saved by optmimizing.
  • It must still wating for new settings if there are no new optimized test in MySQL.


Possible problems:

  1. We are not sure how to save results to database after each optimization and after testing bacuse WebRequest and SendFTP functions does not work in the Strategy Tester.
    So, we need your asistance with implementing some DLLs into OnDeinit section of our EA.

  2. Each optimization and every test must prepare (download) historical data for selected currency pair.

  3. Lenght of testing period is 3 years from actual date. Date for testing period must be set automaticaly every week.


Others:
We can use login credentials of real user at HotForex which offer good historical data.
Our computer for backtesting is with Windows 7 64bit.

MySQL database is placed on internet (VPS) (MT4 and MySQL is not on the same computer).

Our demands:
It must work without freezing and interrupts for weeks!
We require obtaining source code for custom modifications to prevent future with the unavailability of the author - preffered language for coding is English. Programming language is autor preference.



Order_Lines

$
0
0

Hi developers,

Please create a script for MT4 that when applied to the chart draws 3 horizontal dotted lines, one green, one DodgerBlue, one FireBrick.

The lines should appear in the centre of the chart as in the image.

No window should open when the script is applied - I can make changes to the colours of the lines within the code if necessary.

Thank you

Copy_Objects_i

$
0
0
Hi Developers,

Please quote to re-create the attached ‘Copy_objects script’ as an indicator and add the following parameters. The script copies all objects on a chart to all other open charts of the same pair in the profile and additionally to common (global) folder.

Parameters:
Copy based on time: Yes/No
Copy based on event: Yes/No

Copy every x seconds: 2
Copy objects in profile only: Yes/No
Copy objects to common folder: Yes/No

If event is selected, these are the types of events that should cause the indicator to copy:
CHARTEVENT_KEYDOWN  Delete
CHARTEVENT_MOUSE_MOVE
CHARTEVENT_OBJECT_DRAG
CHARTEVENT_OBJECT_DELETE
CHARTEVENT_OBJECT_CHANGE
CHARTEVENT_OBJECT_CREATE 
CHARTEVENT_CUSTOM + 1 
TICK

There is no need to create and indicator that reads object information from the common folder as I have one already.

Please do not include text as I don’t want to copy text to other charts.

Please show a small green icon in the bottom right of the chart, so I can see that the indicator is attached.

I would like to apply this indicator to two open charts in the same profile i.e. a H1 chart and an M15 chart. Potentially infinite loops will occur so please check this in testing and eliminate the chance of any loop scenarios.

Thank you 



EA fix

$
0
0

Hello !

As we discussed yesterday , this is a random open order problem that needs to be fixed.

Original message : I have an expert advisor for MT4 that works using channels (range trading). It opens a BUY trade after the cross of the lower band , and opens a SELL trade after the cross of the upper band. However it has a problem and needs to be solved. The problem is that once the market sometimes trend , and the trade reaches the Stop Loss , it keeps opening a trade in the opposite direction of the trend , which I do not want. For example ,after the STOP LOSS  is hit on a buy trade , I do not want it to keep opening buy trades  , but instead WAIT for the cross of the UPPER band to open a SELL trade , and the opposite after hitting Stop Loss for a sell trade .

**VERY IMPORTANT : After a BUY trade Stop Loss has been hit , it has to WAIT for the cross of the Upper Band before opening a sell trade. After a SELL trade Stop Loss has been hit, it has to WAIT for the cross of the Lower band before opening a buy trade.


Thank you!

Martingale addition to the EA

$
0
0
Add the martingale option to the EA as was discussed earlier in our communication. Thank you. I hope this is done quickly as discussed. Will be in touch. Thank you

FXTM Ingenious (Improve existing EA)

$
0
0
I Would like to improve an existing EA.

Improvements

1. Add Moving Average ( Trade only Long when the Prise is > 200 MA ) (Trade only Short when the Price is < 200 MA)

2.Add RSI ( Not Trade Short when Price =<30 rsi) (Not Trade Long when Price=>70 rsi)

3.When EA lose 5 Consecutive times , Multiply volume *1.5. When EA gain 3 Consecutive times divide /1.5.


I will also need some Clarifications for the EA.


More details will be provided on P.M

SYEDALTAFAHMED

$
0
0

HI,

 i have an indicator i.e 1-2-3 pattern -indicator i want to make it as an ea. when the candle closed the ea should be  open a buy / sell order as suggested by the indicator and also regular orders and stop loss and taking profits based on the break event points or manually  adjusted, if any body can make it pl contact me

syedlatafahmed

Modification of the zigzag indicator into an EA

$
0
0

 I would like modification of the zigzag indicator to include horizontal support and resistance lines (as seen in the word document that will be provided to the winning bidder).

Then i would like this modified indicator turned into an EA. The details on how i would like everything is laid out in a word document that im happy to give to the winning bidder.

Any questions, please let me know 

 

Thanks 

NIlesh76

$
0
0

Want to create EA following below parameters:

 

 

Considering EURUSD: 1.3457

 

Need order of Buy Stop at 1.3467 and Sell Stop at 1.3447.

 

On completion of each pip Buy Stop and Sell Stop order should automatically placed (Ex: 1.3457, 1.3458, 1.3459…or 1.3457, 1.3456, 1.3455, 1.3454…)

 

Below parameters should be applied for all orders.

 

Lots: - 0.01 lots

Slippage: - 00 pips

StopLoss: - 10 pips

TakeProfit: - 10 pips

TrailingStop: - 100 pips (Order will automatically cancel after 100 pips raise or fall in price)

 

 

 

Below chart will give clear idea what exactly wants:

 

Price of Currency
eg: EURUSD

How I need orders on completion of each pips

Buy Stop

Sell Stop

1.3457

1.3467

1.3447

1.3458

1.3468

1.3448

1.3459

1.3469

1.3449

or

 

 

1.3457

1.3467

1.3447

1.3456

1.3466

1.3446

1.3455

1.3465

1.3445

1.3454

1.3464

1.3444

 

 

BollingerBand EA

$
0
0
trade fires on next candle after top or bottom Bollinger band is hit.

trade has a 20 pip stop loss.

trade takes profit at 10 pips

trade must hit middle Bollinger to fire a consecutive buy or consecutive sale

so middle Bollinger is the reset

set time feature to stop running after a set amount of hours.


Create Ea w indicator provided

$
0
0

1. OPEN BUY/SELL ORDERS STARTING AT ZERO LINE OF CH  INDICATOR.

 BUY.....if it moves to + above zero number line, then open BUY ORDER. (see picture)

 SELL... if it moves to - below zero number line, then open SELL ORDER (see picture)

 

2. EXIT  has 2 options on "on/off" settings 

A.   (TP  on Crossing Over of lines) on ch__ indicator PROVIDED

 B.   (EXIT by Trailing) beginning at crossing over of lines.

 

3. All orders originate from zero line.  After TP.  WAIT until indicator is at ZERO LINE TO START A NEW TRADE WITH RULE #1.

This should filter out lower volatility/weaker trends . Do not trade in RISK ZONE. Wait until indicator reads 0 for a new trade

 

Screenshots and indicator provided on agreement. DO NOT offer or agree to terms if you can not do the following please.

 

IMPORTANT NOTE: Before uploading payment, I expect a working EX4 file submitted to me to verify that it works as mentioned. 

You can hold MQ file until paid. And once your ex4 file is working properly I will upload payment and approve immediately.

Just send MQ file after payment is uploaded.

 

Time wise, I dont mind. If you finish in 1 hour, 1 day, 2 days, when you provide me the working EX4 file, I'll pay immediately. 

 

 

Thanks. 

 

EA for Inside Bar breakout

$
0
0

I need very easy EA for Inside Bar breakout (30 min bars).
http://forexcrunch.wpengine.netdna-cdn.com/wp-content/uploads/2013/08/Anatomy-of-an-Inside-Bar.png

Entry:
Long - price  breaks 2 points high of "Bar B"
Short - price  breaks 2 points low of "Bar B"


Exit - at Open of 5nd bar from Entry
+
SL - 2.2%
TP - 3.2%

position = 0,2 Lot

EA allows back testing and optimization to get best values for each pair and time frame.

Trailing Pending Order EA

$
0
0

I would like to have an EA that is working like the attached TPSO.ex4 that you can find on www.afterburner.pl but with additional features of starting trailing the pending buy/sell stop order after a certain price movement. 

Furthermore, after the order became a market order, stop loss and take profit should become set.

So I need 3 additional parameters:

TrailingActivationDistance (pips)

MarketOrderSL (pips)

MarketOrderTP (pips)

Example:

A pending stop sell order comes in at 1.2510. After the price rised further 30 pips up to 1.2540, the trailing stop become activated.

Pending orders at specific time

$
0
0

I would like an ea that would place 2 pending orders at a specific time (1 buy stop 10 pips above the price and 1 sell stop 10 pips below for example)

if none of the orders are triggered during the current candle, they should both be cancelled automatically

I would like to be able to control slippage 

 

also i would like the option to hide or reveal my pending order (stealth mode)

EA for TP1 TP2 TP3 SL FOR MT4 DESKTOP OR ANDROIND APP

$
0
0

Hi,

I am new to the mt4 forex trading. I am just following some signal providers.


In this EA, each time i am doing an order, i take 3 different TP with different take profit (TP1, TP2 and TP3) and the same SL (for example 20 pips)

I would like to move the SL to break even when the TP1 is reached and then move SL to TP1 when reached TP2 & move SL to tp2 when tp3 is reached. but i have no idea how i can't do it.

When this is created i can only use MT4 on desktop, or i can also use this system through my mt4 on android app on my phone?


i dont know what categories means (mql5 Or mql4 ) i only want to use this on my MT4



I really have no idea how this can be done.

Does anyone can help me?

Thanks in advance



Viewing all 21071 articles
Browse latest View live