ProRealTime automation strategies converting into MT4 automated strategies

MQL4 Experts

Specification

We have a number of automated strategies working on the ProRealTime platform. We are looking for someone to translate the code from PRT on to MT4 for us to be able to test and use. We are looking to be able to adjust basic variables ourselves i.e. back test criteria, and TA settings.


The strategies are based on commonly used indicators and will have features such as trailing stop losses. We may wish to undergo repeat work and support and have a long term relationship with the person whom we select. Skype contact is a must.


We have all the code already written for PRT so there is no interpretation needed in terms of the settings and functions, just translation. For example, this is the code and what it looks like on PRT.


Please let us know if you can offer these services and we can sort a business arrangement.


PRT code example:


EFPARAM CumulateOrders = False // Cumulating positions deactivated

DEFPARAM FLATAFTER = 205900 (variable J) // close open trades at this Time


// Set £ per point here

n = 1 //recommended is 1


//Code only allows trading between certain hours


indicator1 = TIME > 080000 (Variable A)

indicator2 = TIME < 110000 (Variable B

c1 = indicator1 AND indicator2


//Code excludes certain dates, some past dates for back tests and future dates

IF Date = 20161214 or Date = 20160921 or Date = 20160727 or Date = 20160615 or Date = 20160427 or Date = 20160316 or Date = 20160127 or Date = 20151216 or Date = 20151028 or Date = 20150917 or Date = 20150729 or Date = 20150617 or Date = 20150429 or Date = 20150318 or Date = 20150128 or Date = 20141217 or Date = 20141029 or Date = 20140917 or Date = 20140730 or Date = 20140618 or Date = 20140430 or Date = 20140319 or Date = 20140129 THEN


TradingDay = 0

ELSE

TradingDay = 1

ENDIF


// Conditions to enter long positions

indicator3 = close

indicator4 = SuperTrend[3,10] (Variable C)

c2 = indicator3 > indicator4


indicator5 = RSI[14](close) (Variable D)

c3 = (indicator5 CROSSES OVER 20) (Variable E)


indicator6 = Stochastic[14,3](close) (Variable F)

c4 = (indicator4 < 20) (Variable G)


IF c1 AND c2 AND c3 AND c3 and c4 AND TradingDay = 1 THEN

BUY n PERPOINT AT MARKET

ENDIF


// Stops and targets

SET STOP pLOSS 35 (Variable G)


SET TARGET pProfit 100 (Variable H)

//trailing stop

trailingstop = 30 (Variable I)


//resetting variables when no trades are on market

if not onmarket then

MAXPRICE = 0

MINPRICE = close

priceexit = 0

endif


//case LONG order

if longonmarket then

MAXPRICE = MAX(MAXPRICE,close) //saving the MFE of the current trade

if MAXPRICE-tradeprice(1)>=trailingstop*pointsize then //if the MFE is higher than the trailingstop then

priceexit = MAXPRICE-trailingstop*pointsize //set the exit price at the MFE - trailing stop price level

endif

endif


//exit on trailing stop price levels

if onmarket and priceexit>0 then

EXITSHORT AT priceexit STOP

SELL AT priceexit STOP

endif





Responded

1
Developer 1
Rating
(103)
Projects
205
41%
Arbitration
17
29% / 71%
Overdue
45
22%
Free
2
Developer 2
Rating
(2)
Projects
2
0%
Arbitration
13
8% / 92%
Overdue
1
50%
Free
3
Developer 3
Rating
(107)
Projects
149
36%
Arbitration
29
3% / 55%
Overdue
35
23%
Free
4
Developer 4
Rating
(49)
Projects
134
27%
Arbitration
62
13% / 53%
Overdue
58
43%
Free
5
Developer 5
Rating
(3)
Projects
4
0%
Arbitration
3
0% / 100%
Overdue
0
Free
6
Developer 6
Rating
(20)
Projects
35
23%
Arbitration
23
17% / 61%
Overdue
14
40%
Free
7
Developer 7
Rating
(1)
Projects
4
25%
Arbitration
1
0% / 100%
Overdue
1
25%
Free
8
Developer 8
Rating
(1)
Projects
1
0%
Arbitration
1
0% / 100%
Overdue
0
Free
9
Developer 9
Rating
(219)
Projects
370
42%
Arbitration
145
17% / 41%
Overdue
124
34%
Free
Similar orders
I believe in Robotics as a major artificial intellect to function of growth of business.Therefore if you script there is a likelihood of bringing economies of scale.The retrospective of the dynamics of indulgence of work can be economics of scale
Hi guys, I looking for somebody who could create a EA on grid basis. EA should open on one chart buy and sell trade in same time and opening next trades in grid distance. Also need to have a TP. Grid distance and TP will be same value all time. Trades don't have a SL and system working as a endless loop. So when the trade closed on TP, in same time the EA open a new trade in same direction. Next thing as have to be
Just profitable Ea. 30 - 100 USD
Hello, I am looking for a good scalper that can operate on a single chart with multi-currency pairs, including gold and indices( MT4). It should support all brokers, leverage, and be capable of trading with a small deposit with SL and TP.It's important that the robot does not use risky strategies and, most importantly, is profitable. Thank you
everytime the a is greater than zero the value should be saved to be added to the previous value. so you should go back by all the consecutive times a is greater than zero and store the value to be summed i will send you my indicator and will ask you to please fix it
Helo Geeks i need an experienced developer who wil understand the below indicator that will provide the entry,stop loss and take profit. also i will share the source code of the mt4 EA so as he/she can be able to use the indicator to execute trade. note: i have the indicator but i dont have its source code. I only have the source code of the EA that i need this 8indicater to be used to execute trade
I need an EA to set pending order automatically when the price in a ranging/consolidation area after the market price rally or drop. The most important thing is the EA has to detect ranging/consolidation area accurately. This EA will trade on Gold and H1 timeframe only. I will explain the detail about Entry Point, TP and SL, include example trade later, personally. I will offer 30USD as the first payment and i will
Hello there! I am looking for an experienced coder to transform my existing trading system into an automated algorithm for the MetaTrader platform. Key Responsibilities: Interpret and understand the trading system I've designed. Code an algorithm that can execute trading decisions without manual intervention. Test and refine the algorithm for MetaTrader compatibility. Ideal Candidate: Proficient in Python, C++, or
I want a scalping ea robot based on EMA crossover period 5 and shift 2 for boom and crash on Deriv 1. Buy conditions = buy when moving average crosses above the moving average stop loss should be resent low of the candlestick 2 sell conditions= sell when moving average crosses below the moving average and stop loss should be resent high of the candlestick A trailing stop loss should always move with the moving
I need a EA to open 2 trades 1. one trade with a SL and a TP 2. one trade with a SL no TP if the 1st trade takes TP the 2nd trade SL needs to move on break even and trail the trade thereafter. will need the lot size Number of trades
"I need an expert advisor (EA) based on stochastic divergence and candlestick formation. It should be able to identify both hidden and regular divergences. The EA should also include modified risk-reward ratios, modified timeframes, It is important that the EA is 100% accurate. Once an experienced developer applies

Project information

Budget
30 - 100 USD
For the developer
27 - 90 USD