freelancersblog.net

 

The Game Button

April 22nd, 2012

I need an expert advisor created in MQL to be used on the MT4 platform to trade in the Forex Market. This EA needs to be named The Game Button. This EA will also have special buttons that need to appear on the chart, so the programmer will need to know how to include some Windows programming also. This EA will only need to place the following trades when the user instructs it to by selecting a button that appears on the chart. This EA needs to display trade selection buttons on the chart w…

Original post by Freelancer.com - New Projects

 

CCI Fix Forex EA

February 29th, 2012

I have an EA that I want to remove the CCI Divergence indicator that it’s attached to open trades and add my own logic. You have to be able understand the forex terms used so there would be no confusion. This is a simple and straigtforward EA.

Remove:
CCI Divergence Logic
extern int DivergenceType = 3;
extern int TradeArrowNumber = 0;

——————
Add:
Using the CCI:

For sell:
extern int Reach = 200 (200 or more)
extern int Reverse = 199 (199 or less)

eg. In …

Original post by Freelancer.com - New Projects

 

expert advisor HH/LL ichimoku EA MT4 EXPERT ADVISOR FOREX

February 26th, 2012

I require a Forex EA program writer to program a simple Expert Advisor based on 5 indicators (Ichimoku, Parabolic and others) 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 and they will be closing as t…

Original post by Freelancer.com - New Projects

 

MT4 Simple Trade Manager EA

February 22nd, 2012

Hi,
i like to create a simple Trade manage EA based on the sure-fire hedghe strategy.
(her is the strategy: http://www.forex-central.net/sure-fire-forex-hedging-strategy.php )

How it should work:

I will enter the first trade manually (so no indicators etc. needed)
Then the EA should open all additional trades, manage them and close it when specific TP is reach.

What should be included as variable options in the EA is:

- an option to set lotsize for second trade
- an opti…

Original post by Freelancer.com - New Projects

 

Fix Forex MT4 EA

February 14th, 2012

I wanted to add 2 featurea to an EA that I found online.

Add:

Use MA: True/False
EMA: 200
SMA: 200

This is saying that:

if the market is above the MAs value which is set to 200 each in this example then do a buy only.
if the market is below the MAs value which is set to 200 each in this example then do a sell only.

Add:

UseMissingDot: True/False
UseOppositeDot: True/False

Currently the EA only closes on opposite dot. I want to change that option to true/false. And I w…

Original post by Freelancer.com - New Projects

 

Simple EA based on price and moving average

February 21st, 2011

I need a simple EA created that uses price and a 5 period moving average with a MA shift value set at 2. The system uses no trailing profits, no trailing stops, and uses market orders to enter and exit long and short positions. The signal to enter a new long position and close out a short position is when the price closes above the 5 period moving average with a MA shift set at 2. Once the signal is generated I want to enter a long and close a short position at the conclusion of the next p…

Original post by Freelancer.com - New Projects

 

Expert Advisor EA

February 17th, 2011

I have a ready EA with a entry (technicals) and exit (SL) system and I want everything in EA to be the same. I need you to add 3 hedges on the EA and should be in the inputs as following: hedge 1 ( lots # - TP - SL), hedge 2 ( lots # - TP - SL), hedge 3 ( lots # - TP - SL). I want an option to enable or disable each hedge (true or false), so i can use the EA without any hedges (SL only for closing the position) or to use it with 1 hedge or 2 hedges or 3 hedges. If i choose to enable the 3 h…

Original post by Freelancer.com - New Projects

 

Expert Advisor for Metatrader

February 7th, 2011

Code an Expert Advisor using the OSMA indicator and a filter of a moving average that will be in a higher time frame from the OSMA. The Expert Advisor will include a trigger point using the values of the OSMA. For example buy when the OSMA moves from negative to positive but not until the trigger point is reached. The trigger point can be reached during any subsequent candle. The EA should also have other parameters which will include: risk calculation based upon the stoploss, a t/p and s…

Original post by Freelancer.com - New Projects

 

modify my expert advisor

February 7th, 2011

This ea uses the lowest and highest values of the past two days to draw trendlines (during current day) and determinate long, flat and short signals to trade. What I want to do now is to take sunday’s values out of the “formula” (since is not a full trading day). For that matter, the trendlines for monday will be drawn using thursday and friday values (not friday and sunday’s). And for tuesday trendlines, the ea will use friday and monday values (not sunday and monday’s). The other days wil…

Original post by Freelancer.com - New Projects

Comments