Random Line EA

MQL4 专家

指定

1)When the EA is placed on a chart, it should create a horizontal line, line1, at the current price. If the price closes above this line( Line1), a buy position is opened with lot size, L1. If it closes below this  line(Line1), a sell position is opened With lot size, L1

**Please note that if a candle goes above the length of the two horizontal line( i:e by a value X) a buy position is opened immediately without waiting for the price to close. If it goes below two horizontal line(i:e by a value of X), a sell order is opened immediately without waiting for the candle to close.

 

2)Whenever a position is opened( buy or sell),a horizontal line,(Line2) is created X distance from the first one(Line1) ( above if a buy position or below if a sell position). 

 

3)For an example, If its a buy, each time the position moves higher by at least X  from the last line and then closes above X, a horizontal line, X  from the last line is created below the closing price. This goes on and on. The Position is closed when the price goes down and closes below the last horizontal line created just below ( for a profitable buy position) or above the horizontal line just above(for a profitable sell position).

 

4)If at the start, the position opened is a buy, but it doesn't become profitable, rather, after opening, it moves downwards and closes below the first horizontal line( Line1), a sell position should be opened with lots L2. This position is then monitored as explained in #3 above( but in opposite direction).

 

If the sell position then goes up instead of continuing down, a new line( Line2), is created  X distance from  line 1 and if it closes above this line( Line2), a buy order is created with lots L3.All 3 opened positions( 2 buys and one sell) are monitored. They are only closed when the last position( which in this case a buy) is profitable when the candle closes below the last created horizontal line. If it's a sell position that was the profitable position then above the last created horizontal line.

 

However, if after opening lot L3, the price then goes down X distance below  Line1 and closes, a  horizontal line(line3) is created  and  a sell position is opened with lot size L4 below this line where the candle closed,.

 

No sell or buy  position is opened as long as the price continues to move in the direction of the last opened position despite horizontal lines are continued to be created each time a candle closes X distance from the last horizontal line(most recently created).

 

If a price going up, changes to a downward trend then closes below the last created horizontal line, all opened positions are closed if it is in profit. However, if it is not in profit when  these conditions take place,( i:e  trend direct changes and close below last created horizontal line), then a sell position is opened with the next lots size. The reverse should be the case for a sell position that changes direction

 

Very, very Important: The EA must have continuity( that is should remember where it stopped and what it was doing  if  interrupted and  must be able to continue from there when it resumes. That is, if there is any kind of interruption, e.g, trading ends for the week( Friday 4pm Eastern), user removes EA, Internet or power failure, or any thing that interrupts the EA, )

 

After a trade( i:e a series of opened position), is closed,  a  new set of trade should be opened immediately. For example, if it is a buy position that was profitable, it is closed when the price closes below the most recently created horizontal line below it. A  new trade with sell position starting with lot L1 is then opened and the whole process,as described above is repeated. If its a sell position that was closed after being profitable, a new buy  position is opened  and the whole process repeated

 

Please create the following parameters:

 i)X=Distance of the horizontal line,

 ii) 25 setting for lot sizes( User can enter the lo sizes,l1, l2------ln) 

Take Profit

Trailing stop

Continues Trade(True/False Button

Line visibility ( True/fasle)

 

Also, include any other relevant settings

 

Please, as its fairly obvious, positions re-opened in alternative order( i:e a buy than a sell, then another buy, then another sell, e.t.c)

The EA should trade continuously, non-stop except the Continues Trade True/False button is set to false, then it should not open another trade after a profitable trade is closed.

 

Each horizontal line can only have a maximum of one buy and one sell. If it is a profitable position, then no position is opened in a line, it just keeps going up( for a buy) or down ( for a sell) until it is closed at a profit.

 

 There should be settings for take profit and trailing stops. If  values are entered for the take profit and trailing stops, they become the default for closing trades(i:e the trade closing method explained in the specification is not used, rather the take profit and trailing stops becomes default method to close trades)

 


反馈

2
开发者 2
等级
项目
0
0%
仲裁
0
逾期
0
空闲
3
开发者 3
等级
(109)
项目
140
44%
仲裁
19
16% / 53%
逾期
20
14%
已载入
4
开发者 4
等级
(188)
项目
212
58%
仲裁
9
11% / 89%
逾期
8
4%
空闲
5
开发者 5
等级
(219)
项目
405
60%
仲裁
13
38% / 23%
逾期
160
40%
工作中
6
开发者 6
等级
(16)
项目
21
19%
仲裁
7
0% / 71%
逾期
14
67%
空闲
相似订单
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market

项目信息

预算
70 - 90 USD
开发人员
63 - 81 USD
截止日期
 1  6 天