Archive

Posts Tagged ‘stop loss’

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

Screen Lock Program

August 29th, 2009 Comments off

Background:

I play a lot of poker on the internet, when I am having a losing session I often find it hard to quit the games I am playing so generally play worse and lose more. To prevent this happening I have stop loss amount set – this is an amount of money that if I lose I quit the games. The trouble is that sometimes I don’t stick to this stop loss which is why I would like a little program created that will do this for me.

My Proposal:

Currently I play poker on two main poker sites (pokerstars.net and fulltiltpoker.com). When I am playing I have third party statistics software (holdemmanager.net) running in the background which collects information from all past hands and stores it in a postgreSQL database. I require a small program that also runs in the background and queries this postgreSQL database every few minutes to see if my stop loss amount has been reached. If it has then the program needs to close the poker software and lock my computer screen for a set amount of time (just freeze it so I can’t use the mouse or do anything without rebooting the computer).

Requirements:

-Closes the poker software I have open (needs to work with pokerstars.net and fulltiltpoker.com software)
-Locks my computer screen for set amount of time
-Simple GUI in which I can set variables (lock time, stop loss amount)
-Easy to read and update code so can be added onto in future

Small details:

Free trials of the statistics software holdemmanager.net be downloaded for testing, same with the poker sites. I’m not looking for a program with a fancy GUI just something which is simple and does the job

Modification Of Vt 2 T.s

July 31st, 2009 Comments off

I need a programmer to modify three VT 2 TRADING SYSTEMS.
The Trading system( T.S) to be modify are
1. MACD T.S
2.The VT Stop -Reverse T.S
3.The VT trend schafe T.S.

The modification to be made are
A take profit
A trailing stop loss
A condition to close a lossing trade at a variable pip depending on the time frame

These trading system are already inbuilt inn the VT 2 PLATFORM.However, by default, they lack a stop loss, a take profit and a trailing stop loss.
The programmer may also wish to filter off ranging market.

Since the work will not require new strategy, it should be deliver within seven days

Interested programmer who have experience with the VT2 PLATFORM are welcome

Thank you
JACKSON

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.

Metatrader Expert Advisor

May 28th, 2009 Comments off

I need an EA created for me that issues a buy/sell signal using an indicator I have that uses a hull moving average. I need the option of having it only work between certain times of the day, which should be variable and input by me. Also, I would like another 2 sets of variables for start and stop times to prevent it from running during news times input by me (sometimes, I will not need these so I need the option of them being null). This EA needs to work on different currencies at the same time and also different time frames. I will also need the option of analyzing the indicator on different time frames for the same currency that the EA is running on. This will be run on a live account, so I need the buy and sell signals, along with stop/loss and exit signals. The buy/sell signals should be issued when the indicator changes its signal at the close of the candle (so on the open of the NEXT candle). Stop loss will be determined by price crossing the original value of the moving average upon trade entry, but I’d like the option of a hard stop loss in case the original value is too far away. I would like 2 different take profit levels available to me, but I want to be able to choose whether to use them or not. Also, an exit signal should be issued in case the EA is still in a trade at the close of trade on a Friday. This should not be too difficult to create, but I need someone with experience. I will provide all system details privately.

Thank you and happy bidding!

Opera Robotic Trading Program

March 20th, 2009 No comments

I NEED A PROGAMMER TO WRITE MY FOREX TRADING STRATEGY IN C++ OR EASY LANGUAGE.BELOW IS THE MANUAL STEP BY STEP TRADING INSTRUTIONS.

AT 00.00HRS(EST) PLACE T1
T1=10K(LOT SIZES)
T1=SELL TRADE(MARKET ORDER)
AT00.00HRS(EST) PLACE T1SL
TISL > 50 PIPS FROM T1
T1SL = STOP LOSS ORDER FOR T1
AT 00.00HRS(EST)PLACE T1P
T1P < 47 PIPS FROM T1
TIP = LIMIT ORDER FOR T1
IF T1 > 20 PIPS
THEN PLACE T2
T2 = 20K(LOT SIZES)
T2 = BUY TRADE(MARKET ORDER)
IF T1 >20 PIPS
PLACE T2SL
T2SL < 70 PIPS FROM T2
T2SL = STOP LOSS ORDER FOR T2
IF T1 > 20 PIPS
PLACE T2P
T2P < 27 PIPS FROM T2
T2P = LIMIT ORDER FOR T2
IF T2 < 20 PIPS
THEN PLACE T3
T3 = SELL TRADE(MARKET ORDER)
T3 = 30K(LOT SIZES)
IF T2 < 20 PIPS
PLACE T3SL
T3SL > 50 PIPS FROM T3
T3SL = STOP LOSS ORDER FOR T3
IF T2 < 20 PIPS
PLACE T3P
T3P < 47 PIPS FROM T3
T3P = LIMIT ORDER FOR T3
IF T3 > 20 PIPS
PLACE T4
T4 = 60K(LOT SIZES)
T4 = BUY TRADE(MARKET ORDER)
IF T3 > 20 PIPS
PLACE T4SL
T4SL < 70 PIPS FROM T4
T4SL = STOP LOSS ORDER FOR T4
IF T3 > 20 PIPS
PLACE T4P
T4P > 27 PIPS FROM T4
T4P = LIMIT ORDER FOR T4
IF T4 < 20 PIPS
PLACE T5
T5 = 300K(LOT SIZES)
T5 = SELL TRADE(MARKET ORDER)
IF T4 < 20 PIPS
PLACE TN5SL
TN5SL > 30 PIPS FROM T5
TN5SL = STOP LOSS ORDER FOR T5
IF T4 > 20 PIPS
PLACE TN5P
TN5P < 7 PIPS FROM T5
TN5P = LIMIT ORDER FOR T5
IF T4 < 20 PIPS
THEN TISL = TN1SL
TN1SL > 30 PIPS FROM T1
THEN T1P = TN1P
T1P = TN1P
T1P < 7 PIPS FROM T1
IF T4 < 20 PIPS
THEN T2SL = TN2SL
TN2SL < 30 PIPS FROM T2
THEN T2P = TN2P
T2P = TN2P
TN2P > 7 PIPS FROM T4
IF T4< SO PIPS
THEN T3SL = TN3SL
TN3SL = 30 PIPS FROM T3
THEN T3P = TN3P
TN3P < 7 PIPS FROM T3
IF T4 < 20 PIPS
THEN T4SL = TN4SL
TN4SL < 30 PIPS FROM T4
THEN T4P= TN4P
TN4P > 7 PIPS FROM T4
IF T5 > 20 PIPS
PLACE T6
T6 = 1400k(lot sizes)
T6 = BUY TRADE ( MARKET ORDER)
IF T5 > 20 PIPS
PLACE TN6SL
TN6SL < 30 PIPS FROM T6
TN6SL = STOP LOSS ORDER FOR T6
IF T5 > 20 PIPS
PLACE TN6P
TN6P > 7 PIPS FROM T6
TN6P = LIMIT ORDER FOR T6

MEANINGS
T STANDS FOR TRADE E.G T1,T2,T3 STANDS FOR TRADE 1,2 AND 3 RESPECTIVELY

LOT SIZES IS THE SIZE OF THE TRADE E.G 10K MEANS 10,000

T1SL,T2SL,T3SL e.t.c stands for trade1,trade2 and trade3 stop loss respectively

T1P,T2P,T3P e.t.c stands for trade1,trade2 and trade3 profits respectively

TN1SL,TN2SL.TN3SL STANDS FOR TRADE1,2,3 NEW POSITIONS FOR THEIR STOP LOSS

TN1P,TN2P,TN3P STANDS FOR TRADE 1,2,3 NEW STOP LOSS

> GREATER THAN
< LESS THAN

THE STATEMENT – “T3P < 47 PIPS FROM T3″ MEANS THAT THE PROGRAM SHOULD PLACE T3 PROFIT TARGET(T3P) AT 47 PIPS BELOW T3

THE STATEMENT – “T3SL > 50 PIPS FROM T3″ MEANS THAT THE PROGRAM SHOULD PLACE T3 STOP LOSS(T3SL) AT 50 PIPS FROM ABOVE T3

N.B PLEASE DO ASK ME ANY QUESTIONS FOR CLARIFICATION

Bear