Archive

Posts Tagged ‘pips’

Fx Winning Method Pro

January 19th, 2012 Comments off

FOREX WINNING METHOD PRO
Execution Rules.
The trading method works as follows:
1. The system work with daily pivot, Resistant, and Supports.
2. Sell Order Signal
From the daily pivot line the EA calculates 20 pips down, after the 20pips, the 21st pips bellow the pivot will start the selling signal as indicated on the attached picture.
3. Buy Order Signal
From the daily pivot line the EA calculates 20 pips up, after the 20pips, the 21st pips above the pivot will start the buy signal as in…

Categories: Programming Tags: , , , , , ,

Simple Mt4 Forex Robot To Export Data To Xls File

September 11th, 2011 Comments off

I need a simple way to export data from metatrader to an excel file, i will probably need something like backtesting for a forex robot, exporting data from the past based on some very simple criteria: create trades (from the past) that would either win or lose xxx number of pips. For each entry i will need the currency pair, entry point, exit point, number or pips won/lost and if possible a stop loss and take profit levels. I need a bit of randomness in the whole thing, like for example i don’t want all the trades to have 100 pips profit exactly, maybe select from a range, between 100-300 pips.

My budget is $220 and i need it done in less than one week.

Categories: Bot, Data, Forex, Metatrader, MT4, Simple Tags: , , , , , ,

Grid Hedge Ea With Features

September 8th, 2011 Comments off

This is basically a grid hedge expert advisor with many features. It will need to be extremely user friendly, as I am new to Meta Trader and using EA’s. I will start by explaining the basics of the system and follow it up with all the features to be included in the EA.

When describing this system, I will be referring to a

Ea For Mt4

June 12th, 2011 Comments off

The trading technique starts as follow: EA sells at random.
STEP 1: (A) sell 1/1000 of equity size with instant execution with a stop loss of 75 pips and a take profit of 45 pips
(B) simultaneouslty place a stop buy 25 point above original entry point wiht a size of 2/1000 of equity with stop loss of 75 pips and take profit of 45 pips
IF market moves up and the stop buy is executed a stop sell (C) with size of 3/1000 will be trigerred with same entry, SL and TP number of the main trade in STEP 1(A).
If the market continues to move up and reaches the limits set in Step 1(B) the stop sell in (C) will be removed and the EA will start again in from (A).
If the market falls back down and activates the stop sell in C a new stop buy with size 8/1000 will be placed with same entry, Sl and TP levels in (B)
The EA will continue stacking the trades until the market moves in direction or another and reaches the take profit and stop losses. in that case all pending orders will be cancelled and the EA will start again from the begining
NB. size of trades increases in a fashion that the pending order with existing orders will be twice as big as the open interest. i.e in trade (a) sell 0.1 the stop buy will be 0.2, the following stop sell needs to make the sell position the double of 0.2 hence the size must be 0.3 (0.1+0.3)=0.4 on the sell side
I am attaching an excel sheet with numbers and colors to better explain the idea

Categories: MT4 Tags: , , , , , ,

Write An Mt4 Ea

June 12th, 2011 Comments off

EA should start at random by selling (size 0.1) at market price:

1- sell 0.1 market price with SL 75 pips away and TP 45 pips away
2- simultaneously place STOP BUY 25 pips above original entry price with 75 pips SL and 45 pips TP. (size must be twice as big as all open position i.e. in this case 0.1 sell must be met by 0.2 buy)

this is where conditions start
A- if market moves down and hits TP the STOP BUY must be cancelled and EA start over by selling again at market price where it closed the original sell
B- is market moves up and triggers the STOP BUY two conditions scenarios could take place. Once STOP BUY is triggered, the EA must place a STOP SELL that makes the size of selling entries twice as big as the buy entries in that case 0.2 buy must be met with 0.4 sell, 0.1 already placed in original trade and 0.3 pending STOP SELL)

Here are the scenarios:
Scenario B1- market triggers STOP BUY (0.2) and moves up to reach the set TP it cancels the pending STOP SELL (0.3) and starts all over from step 1 by selling 0.1 with SL 75 pips and TP 45 pips and a simultaneous STOP BUY 25 pips away and above entry price.

Scenario B2- is market trigger STOP BUY (0.2) but never reaches the TP level but instead turns back down and triggers the STOP SELL (0.3) a simultaneous STOP BUY with same entry, SL and TP as the first STOP BUY (0.2) is placed however the size is different. at this point we have (sell 0.1+0.3 =0.4 and buy: 0.2 to double the size of open sells we need 0.8 buys hence the size of the pending STOP BUY must be 0.6) fs the market continues down and reaches the TP of the sell trades it cancels any pending conditional orders and starts over from the begining by selling (0.1) at market order. if market never reaches the TP and goes back up and tiggers the STOP BUY (0.6) a STOP SELL with size of 1.2 and identical entry, sl and tp os the very trade is put in place and so on…

The variable should be the size of the very first trade, the hedge limits, the take profit and the stop loss.
I am attaching an excel sheet to explain the conditions and show the possible cash flow in pips

Ea For Mt4

June 12th, 2011 Comments off

EA should start at random by selling (size 0.1) at market price:

1- sell 0.1 market price with SL 75 pips away and TP 45 pips away
2- simultaneously place STOP BUY 25 pips above original entry price with 75 pips SL and 45 pips TP. (size must be twice as big as all open position i.e. in this case 0.1 sell must be met by 0.2 buy)

this is where conditions start
A- if market moves down and hits TP the STOP BUY must be cancelled and EA start over by selling again at market price where it closed the original sell
B- is market moves up and triggers the STOP BUY two conditions scenarios could take place. Once STOP BUY is triggered, the EA must place a STOP SELL that makes the size of selling entries twice as big as the buy entries in that case 0.2 buy must be met with 0.4 sell, 0.1 already placed in original trade and 0.3 pending STOP SELL)

Here are the scenarios:
Scenario B1- market triggers STOP BUY (0.2) and moves up to reach the set TP it cancels the pending STOP SELL (0.3) and starts all over from step 1 by selling 0.1 with SL 75 pips and TP 45 pips and a simultaneous STOP BUY 25 pips away and above entry price.

Scenario B2- is market trigger STOP BUY (0.2) but never reaches the TP level but instead turns back down and triggers the STOP SELL (0.3) a simultaneous STOP BUY with same entry, SL and TP as the first STOP BUY (0.2) is placed however the size is different. at this point we have (sell 0.1+0.3 =0.4 and buy: 0.2 to double the size of open sells we need 0.8 buys hence the size of the pending STOP BUY must be 0.6) fs the market continues down and reaches the TP of the sell trades it cancels any pending conditional orders and starts over from the begining by selling (0.1) at market order. if market never reaches the TP and goes back up and tiggers the STOP BUY (0.6) a STOP SELL with size of 1.2 and identical entry, sl and tp os the very trade is put in place and so on…

The variable should be the size of the very first trade, the hedge limits, the take profit and the stop loss.
I am attaching an excel sheet to explain the conditions and show the possible cash flow in pips.

Categories: MT4 Tags: , , , , , ,

Automated Trading System Mt4

June 10th, 2011 Comments off

ENTRY:

Option 1
- Touch Trend line and Moving Average Crossing.

Option 2
- Moving Average Crossing.

Option 3
- Touch Trend line

STOP LOSS:

Option 1
- Manual Entry ex. 30 pips.

Option 2
- Previous ‘fractals’ on any time frame.

TAKE PROFIT:

Option 1
- Based on Risk/Reward Ration SL=TP.

Option 2
- Manual Entry ex. 50 pips.

MONEY MANAGEMENT:

My account is $500 US and risk is 5%. 5% of $500 is $25 US. Let say my stop loss is 100 pips, so $25 US divided by 100 pips equals 0.25 lots or equivalent to 25 cents per pips .

Option 1
- When On, Lots entered with Strict Money Management rules based
risk/ratio ex. 1:1 (Stop Loss/Take Profit).

TRAILING:

Option 1
- Build with Trail Start and Trail Step.

ACCOUNT:

Option 1
- EA can only be activated on Individual Account and password.

* All Options can be turn on and off.
* Supports broker with or without ECN.
* Support Micro and Standard Account.

Categories: Automation, MT4, Trading Tags: , , , , , ,

Expert Mt4

April 30th, 2011 Comments off

We need for a simple indicator of an Expert.
This should be able to run in each unit of time, however, the unit of time manually
for it to be adjustable.

If I want him to run for example in the 15 min chart, then this should
in the mask are adjustable. Just as the distance to the signal to
Pending orders are manually adjustable.

This is to be manually adjusted for all time units.

For example, I have a long signal, the indicator chart in 1M, it must
this candle be designed only to receive a Pendingorder from
High plus 5 pips of the candle set.

If this does not reach Pending Order after five minutes, it must
Be deleted automatically, or when another set Pending Order
is. This unit of time to delete the pending order must also be manually adjusted.

Also be purely a trailing stop. This is immediately drawn to zero when
the market price is 2.5 pips from entry price.

The Take Profit should be at 10 pips, but again he must be manually
be adjustable.

The stop loss should always be 12 pips, here is the manual setting also required.

The Money Management is to enter no more than 2% of account risking and from 0.1 to 25 Lot.
Probably be changes, here and there to be necessary, which we can discuss if the job is running.

When running the entire program as required should be as they conclude a new contract, the whole thing to programmers in Java for Dukascopy.

Mt4 Ea For My Math. Strategy

February 23rd, 2010 Comments off

Values:
- Must choose BUY.ONLY or SELL.ONLY Trades
- Lot Sixe === Example .02 Lots (Value A)
- Favor.Pips === Example 45 pips (Value B)
- Against.Pips === Example 90 pips (Value C)
- TP === Example 120 pips(Value D)
- BreakEven === Example when PA is +90 pips (Value E)
- BreakEven.Extra === Example BE+10 pips (Value F)

===== BreakEven is the Only Stop Loss ====
===== No Other Stop Loss ====

- Magic Number – (Value G) === Example MS300- (So it will add a number everytime), so it will be MS300-01, MS300-02, ….

Example Trade:
==============
When BUY.ONLY option is chosen
EA will BUY (value A Lots) at current PA, Example 1.3500

1.3500 BUY .02 LOTS
1.3545 BUY another .02 LOTS
1.3590 BUY another .02 LOTS
1.3600 (Highest High PA, then it goes down)
1.3510 BUY .02 Lots (that’s 90 pips down (value C) from highest PA)

Basically, I will have two accounts and I will do the EXACT opposite at the other account.
(for this example, the other account will SELL.ONLY ALL Trades).

So, BUY.ONLY Account, the EA will BUY every 45 pips PA is up and BUY 90 pips when PA is DOWN
The other account, the EA will SELL every 45 pips PA is Down and SELL 90 pips when PA is UP

I can only afford $60 right now and any help is appreciate it..

Mt4 Expert Advisor: Unta Ea

February 9th, 2010 Comments off

I have an ea but its job is not to open position but to show conditions/settings to open position. I also have a script that supplement to the conditions/settings.

My current ea shows pair arrangements in buy/sell all settings. It shows 28 pairs altogether, so for instance; buy all settings, when all JPY pairs are grouped above (meaning all positive pips) i would open a buy all jpy pair position.

the script is to show the jpy pair arrangements according to their respective range.

What I want to have now is the combination of these two plus average range of pair for three settings i.e 20/40/60 days.

Unta ea should also have simple money management like:

1. target (be it total pips or value)
2. S/l (total pips or value)
3. trailing stop (total pips/value or pair arrangements)
4. maximum batch of pairs to open

My request is just to alter the ea and scripts by combining them and to make it have the ability to open and re-enter position with the right MM.

Hope to hear from any programmers soon. :)

Categories: Programming Tags: , , , , , ,

Jack

February 2nd, 2010 Comments off

Stacking:
1. 10 pips above price a buy stop with a TP of 10
2. 10 pips below price a sell stop with a TP of 10
3. 15 pips above the first position a buy stop with a TP of 15
4. 15 pips below the second position a sell stop with a TP of 15
5. 20 pips above the third position a buy stop with a TP of 20 
6. 20 pips below the fourth position a sell stop with a TP of 20
7. 25 pips above the fifth position a buy stop with a TP of 25 
8. 25 pips below the sixth position a sell stop with a TP of 25
9. 30 pips above the seventh position a buy stop with a TP of 30
10. 30 pips below the eighth position a sell stop with a TP of 30

The Stacker

January 29th, 2010 Comments off

Hello, I was wondering if you could make a script that can stack the following order sequence that would work on MT4 platform:

1st pending position: place a pending order buy stop/sell stop with a 20 pip TP no SL
2nd pending position: 10 pips above/below the first pending position with a 20 pip TP no SL
3rd pending position: 15 pips above/below the second pending positions with a 20 pip TP no SL
4th pending position: 10 pips above/below the third pending position with a 20 pip TP no SL

with the option to change if its a buy stop or sell stop.

Also I would like to have the option to add more positions, like the 5th, 6th, 7th etc and it would have to follow the same sequence from the 4th position, do you think that is possible?

Attached is a link to explain:
http://screencast.com/t/ZGE0YTNjNTQt

Best Regards,

Rudolph

Forex Ea For Mt4 2

January 2nd, 2010 Comments off

I want auto program which will place orders as follows:

1. Place ‘ buy stop at ’3′ pips + Highest price between GMT ’0:00′ to GMT ’8:00′, At GMT 8:00
2. Place ‘ Sell stop at ’3′ pips lower than lowest price of GMT ’0:00′ to GMT ’8:00′ , at GMT 8:00
3. T/P price +/- 10 pips for both above.
4. Stop Loss is at half of the above highest and lowest for each order.
5. Time out GMT 10:00 ( cancel orders , this will only operate once a day.)

Please make all Number figures can be changed as variable. Namely, time, pips,
And I use Alpari with 5 desmopoints figures.

Categories: Programming Tags: , , , , , ,

Forex Ea For Mt4

January 2nd, 2010 Comments off

I want auto program which will place orders as follows:

1. Place ‘ buy stop at ’3′ pips + Highest price between GMT ’0:00′ to GMT ’8:00′, At GMT 8:00
2. Place ‘ Sell stop at ’3′ pips lower than lowest price of GMT ’0:00′ to GMT ’8:00′ , at GMT 8:00
3. T/P price +/- 10 pips for both above.
4. Stop Loss is at half of the above highest and lowest for each order.
5. Time out GMT 10:00 ( cancel orders , this will only operate once a day.)

Please make all Number figures can be changed as variable. Namely, time, pips,
And I use Alpari with 5 desmopoints figures.

Categories: Programming Tags: , , , , , ,

Forex Ea

December 30th, 2009 Comments off

1HR TREND SYSTEM BASED ON EXPONENTIAL MOVING AVERAGE

System Setup

Time-Frame 1hr

Period= 14
Ma Method= Exponential
Apply To = Close
Style= Red

Period = 7
Ma Method = Exponential
Apply To = Close
Style = Yellow

Period= 50
Ma Method = Exponential
Apply To Open
Style = Spring Green

Sell Setup

The 7EMA Cross 14 EMA from Above, Confirm Strong Sell Trend When Both EMA Narrowly Cross 50 EMA

Buy Setup

The 7EMA Cross 14 EMA from Bellow, Confirm Strong Buy Trend When Both Narrowly Cross 50 EMA Above

Set TP to 100 Pips
SL to 50 Pips
Trailing Stops to 25 Pips

Pairs: EURUSD, GBPUSD, NZDUSD, USDJPY, Can Also Works on GBPJPY & EURJPY

In the following pages, a trade sample of exactly signal generated by the system even in the choppy and sloppy market of December will be display to you thus proving the efficient of this powerful but easy-to-follow trading StraFinally, the system is guarantee you of 85-90% on your ROI if is duly followed.

Also Note that good money management will always protect your capital while increasing your profit in a great way in the forex market

PAYMENT:
Payment by paypal after the test 5 days trail version of EA

Thank for your time

Mql4 – Metatrader 4 Scripts

December 9th, 2009 Comments off

I need a a expert programmer to code 3 simple scripts for metatrader 4.

First script: opens a buy and sell simultaneous position (hedge) at any pair I choose or drop the script on chart.

Second script: Automatically places a hard stop loss to -5 pips to any chart I drop it on to put stop loss on order that is already active but does not have a stop loss in place.

Third Script: When I drop it on chart it needs to : Open a hedge order (buy & sell at exact same time), it waits until the negative position reaches -11 pips and once the negative position is at -11 pips, the script must close the losing position immediately but leave the winning position open and immediately put a hard stop loss on winning position of -5 pips total.

Stimple Ea Based On Time/rsi

December 7th, 2009 Comments off

Ok, there we go. I would like to have a simple EA what can do this:

position1:
buy/sell (here i choose buy or sell)
day (here i choose the day (sun-fri))
time (here i choose the time (00:00-23:59))
takeprofitpips (here i choose at how many pips profit the position should close)
stoplosspips (here i choose at how many pips loss the position should close)

position2:
buy/sell (here i choose buy or sell)
day (here i choose the day (sun-fri))
time (here i choose the time (00:00-23:59))
takeprofitpips (here i choose at how many pips profit the position should close)
stoplosspips (here i choose at how many pips loss the position should close)

position3:
buy/sell (here i choose buy or sell)
day (here i choose the day (sun-fri))
time (here i choose the time (00:00-23:59))
takeprofitpips (here i choose at how many pips profit the position should close)
stoplosspips (here i choose at how many pips loss the position should close)

Etc etc, till let’s say 100. But i would also like the posibility to choose not (buy/sell/not), if i don’t want to use this number of position. For example i you make 100 options, and i want in a week 60 positions, than i choose 40 times “not”.

Further more i want an RSI16 on it. Not to buy above 75, not to sell below 25.

Feel free to ask me questions :-)

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

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

Three Ways Trading 2

December 3rd, 2009 Comments off

Description: i am looking for someone with Forex EA programming experience to program the following EA and work for MT4 platform:

Indicators used:
1-smC4Scalper Candles_v3 , IND. (i have it)
2-STOSHASTEC arrow IND.,
3-Fractal IND,

Entry Rules:
1- for smC4Scalper Candles_v3 , when the color of the candle change then will have signal to but or to sell
2-STOSHASTEC IND.as usual at level 80 and going down sell and level 20 and going up buy signal
2-fractal will have 2 type of signals:
-first when the price breakout the fractal and will call it breakout signals,
- second when the fractal gave the signal to return and will be return signals,

SO EACH ONE OF THEM I CAN USE IT AS A SIGNAL TO TRADE.
EACH Indicators used AS mean SIGNAL OR AS A FILTER DEPEND ON MY CHOICE
U CAN SAY 3 EA IN ONE ,

BUY ORDER : BUY SIGNAL FROM ONE IND OR 2 OR 3 INDICATORS (+-x pips)
SELL ORDER: OPPOSITE OF BUY

in case we have opened trades I WILL HAVE a cohesion to open anther order or not open new orders till closed all opened positions .

The following options should be variable by the user:

This parameter is primarily used for Strategy Testing and live trading.
THE INDICATORS WILL BE AS a main signal or as FILTERS and will be optional for me.
Slippage:
. If the available price is further away than the Slippage value specified then the order will not be executed.

Lot Size:
Value specified here will be used to specify the size of each order opened.or as a percentage of total amount .

Stop loss :( in pips) or opposite signal depend on my choices ,

Break even:optional
Once the trade is in profit by X amount, SL is moved to break even point (X is a value in pips entered by the user).

Trailing stop (in pips)

Take profit (in pips)

Friday trading:
Should the EA trade on a Friday or not (if user chooses true, EA will trade on Fridays, if user chooses false, EA will not open any trades after midnight Thursday based on brokers timezone).

Magic Number:
A number used to identify which trades were started by the EA.

Trading hours:
User can set the times that the EA will start and stop trading, based on the brokers time zone.

After programming is complete you will be required to run the EA on a demo account and make sure every thing is OK

Any questions please ask before bidding

sami

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

Mql4 – Metatrader 4 Scripts 2

November 29th, 2009 Comments off

Need a professional/expert programmer to code 3 simple scripts for me that will work and execute flawlessly.

I need 3 following scripts created for MetaTrader 4 , no bugs or errors. Delivered Scripts need to be fully working, perfectly and fast executing.

First script: opens a buy and sell simultaneous position (hedge) at any pair I choose or drop the script on chart.

Second script: Automatically places a hard stop loss to -5 pips to any chart I drop it on to put stop loss on order that is already active but does not have a stop loss in place.

Third Script: When I drop it on chart it needs to : Open a hedge order (buy & sell at exact same time), it waits until the negative position reaches -11 pips and once the negative position is at -11 pips, the script must close the losing position immediately but leave the winning position open and immediately put a hard stop loss on winning position of -5 pips total.

That’s all. These must be scripts and the code must be clean, bug-free, and work fast!

Ema Crossover Ea

November 22nd, 2009 Comments off

Hi, I need ema crossover EA

The EMA Crossover EA trades long and short based upon 2 EMAs crossing over each other. When the fast EMA moves above the slow EMA the strategy buys. When the fast EMA moves below the slow EMA it sells. Existing position should be closed in case of reversal signal.

Exit logic :

1 Offload half position in ? amount off pips /depends how many pips is stop loss/ (close to 1:1 risk/reward)

2 Offload 1/25 position in ? amount off pips /depends how many pips is stop loss/(close to 2:1 risk/reward)

3 Left 1/25 of position is Trailing stop

It has to have an option to switch off the exit logic, so I can operate with stop loss and take profit manually.

I also need stop loss, brake even stop loss, trailing stop, available.

Thanks.
Anton

Price Action Ea

November 18th, 2009 Comments off

I wish to engage a programmer that can create me an EA based on data extracted from MT4.
Data required:-
1. Monthly Open Price
2. Yesterday Open Price
3. Daily Open Price
4. Current BID price

The price will be tabulated in a table as per the image attached.
and open trade will be based on pips trigger point(which some condition). and the ea will open multiple pair combination order and close according to TOTAL pips reached.

Trade controls/options

Take Profit level 1 (TP 1) in total pips
Take Profit level 2 (TP2) in total pips
Stop Loss (SL) in total pips
Breakeven 1 (BE1) in total pips
Breakeven 2 (BE2) in total pips
Breakeven 3 (BE3) in total pips
Trigger Point (by pips)
Lot Size
Mini account
5 digit broker

Money Management
Open Time to trade (my local time is GMT +8)-to put option of GMT time
EURO block
JPY block
MIX block
Stope time to trade (my local time is GMT +8)-to put option of GMT time
EURO block
JPY block
MIX block
Magix number: Individual
Long All EURO V1.0
Long All JPY V1.0
Long All Mixed Currrencies V1.0
Short All EURO V1.0
Short All JPY V1.0
Short All Mixed Currrencies V1.0
Short All Mixed Currrencies V1.0

Concern(require your feedback)
If i set the trigger point to be at 10 pips and all the pair move from zero pips to 10 pips, we will advice a buy order. However, i am afraid if the price move around 10 pips. Will the EA open continuous buy order. I only require 1 open trade when the price first hit the trigger level.

Please view the image of the detail calculation and table layout ( table layout must be appear on the platform for viewing). please PM me your suggestion for the above concern.

Project price bid must include the .ex4 and .mq4 file. Please quote accordingly.

Categories: Programming Tags: , , , , , ,

Mt4 Ea Modify

November 16th, 2009 Comments off

Entry Rules 1

1.Use Trend catch Indicater true
2.Use HighLow Price back bar true
3.Use MTF PSar Filter & Exit true
1.2.3 program is exist in my old EA
and you can extract to New EA

BUY ORDER
1.During MTF PSar stay downside,
Buy Entry by Yellow dot appears on the Trend catch Indicater
and Entry point must be XX pips up from XX bar by HighLow back 10bar

2.Exit by Red dot appears and profit must be more than XX pips at that time

3.If MTF PSar turn Upside while holding long position, Exit without any conditions.

Use 2nd Entry true
If Yellow dot appears again before Red dot appears
on the condition thatlower than XXpips from 1st Entry price, Go to 2nd Entry.
Exit both position by Red dot sign and profit must be more than XX pips .
Or Exit by MTF Psar trun upside or stoploss or Trailing Stop.

SELL ORDER: OPPOSITE OF BUY

Parameters
Use HighLow Price back bar 10
program is exist and refer to my old EA
This is for Caluculate highest Lowest price among 10 bar.

Use Trend Catch true or false
Trend Catch Entry target Pips 5
buy entry more than 5pips down by HighLow back bar and Yellow dot Trend Catch Exit target Pips 10
buy exit more than 10pips profit and Red dot

Use MTF PSar program is exist and refer to my old EA
MTF PSar Filter true
MTF PSar Exit true
MTF PSar Timeframe
MTF PSar Step

Use lot management program is exist and refer to my old EA

1st Entry lot
this funtion works when lot management was false

Use 1st takeprofit

Use 1st Limit
trailing stop .program is exist and refer to my old EA

Use 2nd Entry
2nd Entry lot
exceptionally you can decide lot size yourseif
even if lot management was true

2nd Entry target pips
with Yellow dot appears BUY ENTRY

1st&2nd Exit target pips
1st&2nd average pips with Yellow dot appears BUY ENTRY
1st&2nd Limit 1st&2nd average pips
Show 1st&2nd average Yellow line on the chart
Show 1st&2nd stoploss Red line on the chart

Use Entry Sleep
I need 5 set of
NoEntryDate1start 2009.08.26 23:25
NoEntryDate1end 2009.08.27 01:30
If I hold the position and could not exit until start time comes ,
keep the position and finding exit point during start endtime

Use All Position close
Position close Date 2009.08.27 04:30 I need 2set

Use Send Mail with message
Eurojpy Buy123.56 ,Eurojpy Buyclose 123.65 ,TotalAmount
program is alomost completed refer to my EA and arrange just a little

Sound alert for enter & exit
program is exist and refer to my old EA

Sipage, Magicnumber
program is exist and refer to my old EA

I want to business with Programmers like this!

1. FAST
2. RELIABLE
3. GUARANTEE FOR QUALITY EA
4. DAILY COMMUNICATION THROUGH EMAIL
5. AFTER SERVICE AVAILABLE

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

Mql4 – Metatrader 4 Scripts

November 13th, 2009 Comments off

Need a professional/expert programmer to code 3 simple scripts for me that will work and execute flawlessly.

I need 3 following scripts created for MetaTrader 4 , no bugs or errors. Delivered Scripts need to be fully working, perfectly and fast executing.

First script: opens a buy and sell simultaneous position (hedge) at any pair I choose or drop the script on chart.

Second script: Automatically places a hard stop loss to -5 pips to any chart I drop it on to put stop loss on order that is already active but does not have a stop loss in place.

Third Script: When I drop it on chart it needs to : Open a hedge order (buy & sell at exact same time), it waits until the negative position reaches -11 pips and once the negative position is at -11 pips, the script must close the losing position immediately but leave the winning position open and immediately put a hard stop loss on winning position of -5 pips total.

That’s all. These must be scripts and the code must be clean, bug-free, and work fast!

Three Ways Trading

November 9th, 2009 Comments off

Description: i am looking for someone with Forex EA programming experience to program the following EA and work for MT4 platform:

Indicators used:
1-smC4Scalper Candles_v3 , IND. (i have it)
2-STOSHASTEC arrow IND.,
3-Fractal IND,

Entry Rules:
1- for smC4Scalper Candles_v3 , when the color of the candle change then will have signal to but or to sell
2-STOSHASTEC IND.as usual at level 80 and going down sell and level 20 and going up buy signal
2-fractal will have 2 type of signals:
-first when the price breakout the fractal and will call it breakout signals,
- second when the fractal gave the signal to return and will be return signals,

SO EACH ONE OF THEM I CAN USE IT AS A SIGNAL TO TRADE.
EACH Indicators used AS mean SIGNAL OR AS A FILTER DEPEND ON MY CHOICE
U CAN SAY 3 EA IN ONE ,

BUY ORDER : BUY SIGNAL FROM ONE IND OR 2 OR 3 INDICATORS (+-x pips)
SELL ORDER: OPPOSITE OF BUY

in case we have opened trades I WILL HAVE a cohesion to open anther order or not open new orders till closed all opened positions .

The following options should be variable by the user:

This parameter is primarily used for Strategy Testing and live trading.
THE INDICATORS WILL BE AS a main signal or as FILTERS and will be optional for me.
Slippage:
. If the available price is further away than the Slippage value specified then the order will not be executed.

Lot Size:
Value specified here will be used to specify the size of each order opened.or as a percentage of total amount .

Stop loss :( in pips) or opposite signal depend on my choices ,

Break even:optional
Once the trade is in profit by X amount, SL is moved to break even point (X is a value in pips entered by the user).

Trailing stop (in pips)

Take profit (in pips)

Friday trading:
Should the EA trade on a Friday or not (if user chooses true, EA will trade on Fridays, if user chooses false, EA will not open any trades after midnight Thursday based on brokers timezone).

Magic Number:
A number used to identify which trades were started by the EA.

Trading hours:
User can set the times that the EA will start and stop trading, based on the brokers time zone.

After programming is complete you will be required to run the EA on a demo account and make sure every thing is OK

Any questions please ask before bidding

sami

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

Scalp For A Pip

September 30th, 2009 Comments off

I’ve got a rush job and looking for someone who can get this done by the market open tomorrow.

I’ve been testing a hedging strategy and the manual orders are getting a little dedious. This should be pretty simple EA for any experienced programmer.

I need an EA that simultaneouly opens a BUY and SELL order at the same price when started.

These orders need identical stops/take profits that are based off of a spread factor:

Spread factor is equal to 2 X the spread of the currency (spread factor is always calculated this way)

Example: EURUSD spread = 2 pips / Spread factor = 4 pips
GBPUSD spread = 3 pips / Spread factor = 6 pips

Okay, now the EA needs to calculate the stop-loss using an adjustable multiple of the spread factor. Both orders have the same value stop-loss.

Example: EURUSD spread factor = 4 pips
Stop-loss multiple = 2
Stop-loss = 4 pips X multiple of 2 = 8 pip stop-loss

The EA needs to calculate the take profits using an adjustable multiple of the spread spread and then add one additional pip to that number. Both orders have the same value take-profit.

Example: EURUSD spread factor = 4 pips
Take profit multiple = 2
Take profit = 4 pips X multiple of 2 + 1 pip = 9 pip take profit

Additional note, can run on both 4 and 5 digit brokers.

When both trades have closed, the EA reopens the hedged position just as described above.

Money management will be a fixed lot number.

I need this asap. let me know if you have questions.

Categories: Programming Tags: , , , , , ,

Mq4 Ea Hedge On Open Candle

September 28th, 2009 Comments off

Budget: $60

Description: i am looking for someone with Forex EA programming experience to program the following EA:

Indicators used:

ATR ,
SUPPORT AND RESISTANT
NOTE : it is MY INDICATOR I CAN SEND IT TO YOU
Entry Rules:
When the new candle OPEN then makes 2 orders buy and sell.

BUY ORDER : previous open candle (+-x pips)
SELL ORDER: :previous closed candle (+-x pips)
in case we have open trades and the second candle or third candle open
then , should not open new orders till closed all opened positions by tp or sl.

The following options should be variable by the user:

This parameter is primarily used for Strategy Testing and live trading.
THE INDICATORS WILL BE AS A FILTERS and will be optional for me.
Slippage:
It is not always possible to obtain the exact price wanted when trading – this setting specifies how far from the expected order price (in pips) is still considered acceptable when opening and closing orders. If the available price is further away than the Slippage value specified then the order will not be executed.

Lot Size:
Value specified here will be used to specify the size of each order opened.or as a percentage of total amount .

Stop loss (in pips)

Break even:optional
Once the trade is in profit by X amount, SL is moved to break even point (X is a value in pips entered by the user).

Trailing stop (in pips)

Take profit (in pips)

Friday trading:
Should the EA trade on a Friday or not (if user chooses true, EA will trade on Fridays, if user chooses false, EA will not open any trades after midnight Thursday based on brokers timezone).

Magic Number:
A number used to identify which trades were started by the EA.

Trading hours:
User can set the times that the EA will start and stop trading, based on the brokers time zone.

After programming is complete you will be required to run the EA on a demo account and make sure every thing is OK

Any questions please ask before bidding

sami

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

Mlm-forex Trading Room Web

August 23rd, 2009 Comments off

MLM/Forex Trading Room as detailed below: Note however that I am not very rigid on the looks and pvisions. I believe that as professionals in website development,you already have a very good idea of what I need and you can use your wealth of idea to build an acceptable website for me. It’s a new idea to combine MLM with Trading room.

Check out similar similar Sites:
http://www.fxinstructor.com/eng/ltr/,
http://www.millennium-traders.com/services/trial.aspx

The Website Main
1. Home Page: (a) Inroducing the group and its services

Simple Forex Tracking Tool

July 30th, 2009 Comments off

I need a tool added to my members area of my website that will track up to 10 currency paris in the forex market, then if there is an increase of decrease in the value by an amount of pips determined by the member then it would send an email and sms txt message to the member stating the currency pair and amount of movement either up or down

I would like to tool to pull the data in real time however if the only option is a 30 second delay (like free quotes from say yahoo) that would be acceptable

The member should be able to set which currency pairs to watch ( up to 10 different pairs at once)

The member should be able to set how many pips a currency pair should move before sending out alerts and each pair should be able to have its own amount of pips movement, for examplwe if the member has the program watching euro/usd and GBP/usd member should be able to have the system send out an alert after say 100 pip movement in euro and 200 pip movement if GBP if they wish

Forex Ea

July 29th, 2009 Comments off

We are looking for someone with Forex EA programming experience to program the following EA:

Indicators used:
9 SMA on close
100 SMA on close

Entry Rules:
When the 9 crosses above the 100 SMA perform a Buy
When the 9 crosses below the 100 SMA perform a Sell

Trades will open at the opening price of the candle following the cross.

The following options should be variable by the user:

Gmt Offset:
This parameter is primarily used for Strategy Testing.

Slippage:
It is not always possible to obtain the exact price wanted when trading – this setting specifies how far from the expected order price (in pips) is still considered acceptable when opening and closing orders. If the available price is further away than the Slippage value specified then the order will not be executed.

Send Emails:
If required, the EA can send e-mailed notifications of trades. To use this option, you will require the configuration details for your email account.

Lot Size:
Value specified here will be used to specify the size of each order opened.

Stop loss (in pips)

Break even:
Once the trade is in profit by X amount, SL is moved to break even point (X is a value in pips entered by the user).

Trailing stop (in pips)

Take profit (in pips)

Friday trading:
Should the EA trade on a Friday or not (if user chooses true, EA will trade on Fridays, if user chooses false, EA will not open any trades after midnight Thursday based on brokers timezone).

Magic Number:
A number used to identify which trades were started by the EA.

Trading hours:
User can set the times that the EA will start and stop trading, based on the brokers time zone.

After programming is complete you will be required to run the EA on a demo account on at least 2 currency pairs, 30 minute timeframe for at least 10 trades/one week (which ever occurs first) so we can confirm trades are placed at the correct times (full details of the testing will be provided to the chosen bidder.

Any questions please ask before bidding

Rush Mt4 Ea Tool Programming

July 25th, 2009 Comments off

I’ve got a rush job and looking for someone who can get this done by the market open tomorrow.

I’ve been testing a hedging strategy and the manual orders are getting a little dedious. This should be pretty simple EA for any experienced programmer.

I need an EA that simultaneouly opens a BUY and SELL order at the same price when started.

These orders need identical stops/take profits that are based off of a spread factor:

Spread factor is equal to 2 X the spread of the currency (spread factor is always calculated this way)

Example: EURUSD spread = 2 pips / Spread factor = 4 pips
GBPUSD spread = 3 pips / Spread factor = 6 pips

Okay, now the EA needs to calculate the stop-loss using an adjustable multiple of the spread factor. Both orders have the same value stop-loss.

Example: EURUSD spread factor = 4 pips
Stop-loss multiple = 2
Stop-loss = 4 pips X multiple of 2 = 8 pip stop-loss

The EA needs to calculate the take profits using an adjustable multiple of the spread spread and then add one additional pip to that number. Both orders have the same value take-profit.

Example: EURUSD spread factor = 4 pips
Take profit multiple = 2
Take profit = 4 pips X multiple of 2 + 1 pip = 9 pip take profit

Additional note, my broker is 5 digit broker, so when I say 1 pip, I’m actually referring to the fourth decimal (however that works for programing).

When both trades have closed, the EA reopens the hedged position just as described above.

Money management will be a fixed lot number.

Pretty simple…let me know if you have questions.

Eur/jpy 15 Min Trading System

July 23rd, 2009 Comments off

I am looking for a programmer who can code a trading system on EUR/JPY 15 mins Chart on VT 2 TRADER PLATFORM
In addition such trading system should be able to genarate a buy and sell signal and AUTOTRADE SAME.The following are the expectation
1. 15min Time frame for EURJPY
2.Will have a take profit ,trailing stop loss and stop loss
3.Will be able to give a minimum of 1000 pips/month
4.Should have a minimum draw down of 20%.That is if the system is targetting 100 pips, it MAY go down first by a 20 pips
5 Should be compartible with VT2 TRADER PLATFORM OF CMS FX ,USA
6.Should be use ONLY in AUTOTRADE MODE

Bid is open to programmer who have past experinece with VT2 TRADER PLATFORM and who have knowledge of forex Trading.

1) can speak english (so we can communicate without misunderstanding)
2) are available online to chat and discuss the project
3) can commit themselves to the agreed timeframe
4) are happy to tweak and alter the code in the future should that be required (additional fees to be agreed based on how much work it would involve)

JACKSON O IMARHIAGBE

Ea For Mt4 Programer Required

June 28th, 2009 Comments off

*Input Slippage value (any vlaue ex. 1,1.5,2,4.5

Simple Ea For Mt4

June 21st, 2009 Comments off

I need a very simple Expert Advisor for Meta Trader 4.

It is a Price action, trend following, strategy, without the use of indicators.

In a (Currency pair), the EA will find the

Mt4 – Metatrader Ea

June 14th, 2009 Comments off

Hello,

I require an EA written that would work as follows:

When X moves up by 5 pips, within 2 seconds
And Y has not moved in the same direction by 2 pips within 5 seconds,
Buy 5 Y immediately, with a take profit of 20, and with a trailing stop of 3 pips, or when X starts to move down by 2 pips within 6 seconds.
The opposite would happen if X moves down, a sell would take place for Y.
Note that all the variables, including time, take profits and stops should be variable. To be used in metatrader, especially but not limited to forex and indexes.

Minurri System

May 27th, 2009 Comments off

forex mt4 ea
1) work only on a hour chart
2) works with both four and five digit price
2) automatically calculate gmt time
3) at 7:01 am gmt time get the high and low of the previos
bar ( 6:00)
4) set pending order a) buy stop = high of 6:00 bar + 1 pip
take profit= default (10 pips)
stop loss = default (low of 6:00 bar – 1 pip)

b) sell stop = low of 6:00 bar – 1 pip
take profit = default (10 pips)
stop loss = default (high of 6:00 bar + 1 pip)

5)add extreme gain option = true or false

if Extreme gain is set to true then take profit is the diffrence between high and low price

example high 1.050 low 1.010 = take profit = 40 pips

5) if a pending order is hit then close the other pending order

6) money managment

7) on lower right side of screen show the monthly pips gained or lost

Ea Needs Fixing

May 22nd, 2009 Comments off

I have an EA that rules/logic needs fixing.

EMA(5) – RED
EMA(10) – Purple
EMA(14) – Orange
EMA(21) – Blue
EMA(50) – Yellow

What I need to be done is simple.

If the red line-EMA(5) goes down through all the other lines and the yellow-EMA(50) is the

last line on the bottom then you sell. (when reach set about gap in pips)

If the red line-EMA(5) goes up through all the other lines and the yellow -EMA(50) is last

line on top the you buy. (when reach set about gap in pips)

In both situation the yellow has to be the last line it goes through be set about gap in pips

to execute the order.

Now this has to happen on the M15 chart.
On the M15 and H1 with the VerifyTrend Option.
On the M15, H1, H4. Daily with the AditionalTimeFrame Option

Please see attachment with my EA, graphic example(sell condition), and template sample.

http://www.inabalance.com/FixEA.rar

Ea For Mt4 Programer Required

May 13th, 2009 Comments off

Input Slippage value
Input Trailing stop values , I want to have the option of a special TP function for all (e.g if TP is set to 25 pips then if the profit reached say a target of 15 pips then if the profit starts to decrease then it should stop to say 6 pips profit)
Input Lot Size for A, B & C (ALOT, BLOT & CLOT)
Input values for V1,V2,V3.V11,V22,V33,V111,V222,V333
Input values for VL1,VL2,VL3,VL11,VL22,VL33,VL111,VL222,VL333
Input polarity values for each in win mode AWPOL, BWPOL & CWPOL

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

Reverse Expert Advisor (ea)

April 29th, 2009 Comments off

I would like to hire an EA programmer to edit the current pending order strategy.

1. The ea will post 2 pending oder 1 sell order on higher level and 1 buy order on lower level. with this setting it will 100% hit SL of 29 pips and never hit the TP of 2. please see image.

2. need to reverse the position sell order at the botom and buy order at the top level.

The validation of success coding is based on successfull trade which the ea shoud do the reverse hiting TP of 29 pips and will not hit SL of 2 pips. after the trade have been verified succeful only the escrow will be released.

Mt4 Indicator & Ea

March 24th, 2009 No comments

1) INDICATOR

MUST FIRE AN ALARM WHEN PRICE CLOSES UP OR DOWN OF A
SPECIAL MOVING AVERAGE LINE IN THE USED TIME FRAME.

IT MUST FIRE AN ALARM (A WAV SOUND THAT CAN BE CHOOSEN FROM OUR FILES) XXX NUMBER OF TIMES (TO BE ENTER AS INPUT) AFTER THE FIRST CLOSE ABOVE/BELOW THE MOVING AVERAGE LINE.

2) EXPERT ADVISOR

MUST ENTER LONG WHEN PRICE CROSS AND CLOSES ABOVE THE SPECIAL MOVING AVERAGE XX NUMBER OF PIPS (THIS XX NUMBER OF PIPS NEED TO BE MANUALLY ENTERED AS INPUT INTO DE EA). IN THIS POINT THE EA IS DIFFERENT THAN THE INDICATOR, THE INDICATOR MUST PLAY AN ALARM EVERY TIME PRICE CROSSES AND CLOSED ABOVE/BELOW THE SPECIAL MOVING AVERAGE, BUT THE EA WILL NOT ENTER INTO A TRADE IN THE SAME POINT, BUT ONLY WHEN THE CLOSE ABOVE/BELOW IS OVER XX PIPS.

ANOTHER INPUT NEED IN THE IS THE MAXIMUM NUMBER OF PIPS FROM THE SPECIAL MOVING AVERAGE TO ENTER INTO A TRADE. EXAMPLE: MOVING AVERAGE IS 1.2000, WE PUT 20 PIPS AS INPUT TO ENTER INTO THE TRADE, AND 50 PIPS AS MAXIMUM ACCEPTED TO ENTER.

SO THE EA ENTER LONG IF PRICE CLOSES FROM 1.2020 TO 1.2049 BUT NOT IF CLOSES AT 1.2050 AND ABOVE.

THE SAME TO ENTER SHORT.

EA MUST ENTER 2 LOTS EVERY TIME. FIRST LOT MUST BE OPEN AND CLOSE AS DETAILED ABOVE. (EVER IN THE MARKET, LONG CLOSES WHEN SHORT IS EXECUTED AND SHORT CLOSES WHEN LONG IS EXECUTED)

SECOND LOT MUST BE OPEN AS DETAILED ABOVE, BUT TARGET NEED TO BE MANUALLY INPUT INTO THE EA. IF NO TARGET IS ENTERED, THIS SECOND LOT MUST WORK AS THE LOT 1).

THE VALUE OF LOTS (OR MINI LOTS) (POSITION SIZE) TO BE ENTERED ALSO MANUALLY AS INPUT OF THE EA.

EA MUST ALLOW US TO CLOSE THE TRADES MANUALLY IF NEEDED, AND JUST CONTINUE WORKING IN NEXT SET UP.

PROGRAMMER SHOULD RELEASE ALL CODES TO ME, AND SIGN A NON DISCLOSURE AGREEMENT. INDICATOR AND EA CAN BE NOT SHARED, SELL OR DISTRIBUTED IN ANY WAY.

PAYMENT RELEASED AFTER THE EA AND INDICATOR ARE FULLY WORKING.

Bear