You need an EA that trades on MA levels.

작업 종료됨

실행 시간 16 시간
고객의 피드백
The developer is super ok in every way!
피고용인의 피드백
Excellent customer, thanks!!!!!

명시


Hello dear developers!

 

MT4     EA

 

I want you to help me create a trading robot. I already had an unpleasant experience with a developer who said he would do it for me but didn't know how to do it. Thus he blocked some money from me.

Now I want to see who knows how to program such a robot. For this reason, I will initially present only a fragment of this robot. Whoever knows how to correctly program this fragment, we will continue to collaborate and make the complete robot.

I want to work together for more trading robots. Of course I will add more money for this.

At the moment, I am strictly interested in this robot fragment, and not other general details from other robots. I want to see clearly, who knows how to program and we will continue to collaborate.

 

 

The robot uses a moving average MA (with adjustable period 1...500) and two adjustable levels (1...1000 points), of which one is above the MA, and one is below the MA. The levels are adjusted separately. On Levels completed with "0" or nothing - no transactions are made (they are inactive)!

Example: we assume MA100, with Levels we assume L1 = +200 points, L -1 = -300 points.

L1 = Level above MA.

L-1 = Level below MA.

MA uses: "Shift = 0", "Method = Simple" and "Apply to = Close".

 

 

The robot makes Buy transactions when the price goes up from the bottom and reaches a Level. The robot makes Sell transactions when the price drops from top to bottom and reaches a Level. These conditions are valid in all cases (even if the price is below MA or above MA).

When I say that the price is going up or down, I am referring to the previous candle.

    On a Level, inside a candle, a single transaction will be made (Buy or Sell). Buy transactions and Sell transactions can be made on the same Level, but on different candles.

No transactions are made if the price reaches the MA.

The robot uses for all transactions on all Levels: a single lot (adjustable 0.01...10), a single TP (adjustable 1...1000 points) and a single SL (adjustable 1...1000 points). For "adjustable", I considered the minimum range but it can be a larger range or infinity!

 

 

In order to make transactions, the following two conditions must be met cumulatively:

 

1. Make transactions only if: any 3 (adjustable 1...50) closed candles or more, from the last 6 (adjustable 1...100) closed candles, do not reach the Level on which the transaction follows (IMG 1). More precisely:

 

For Buy: at any 3 (adjustable 1...50) closed candles or more, from the last 6 (adjustable 1...100) previous closed candles, the tip of the candles is below the Level and does not touch it. There is also the possibility of an equal number of candles, that is: 1 of the last 1, or 2 of the last 2, or 3 of the last 3..., closed candles.

 

For Sell: at any 3 (adjustable 1...50) closed candles or more, from the last 6 (adjustable 1...100) previous closed candles, the base of the candles is above the Level and does not touch it. There is also the possibility of an equal number of candles, that is: 1 of the last 1, or 2 of the last 2, or 3 of the last 3..., closed candles.

 

 

2. If the price reaches the SL (loss) for Buy, no Buy transactions will be made at that Level, for 3 (adjustable 1...100) closed candles, from the moment the SL is reached. Counting is done without the candle that touched SL.

If the price reaches the SL (loss) for Sell, no Sell transactions will be made at that Level, for 3 (adjustable 1...100) closed candles, from the moment the SL is reached. Counting is done without the candle that touched SL.

 

 

 

 

 

 


파일:

PNG
IMG_Sum.png
17.7 Kb

응답함

1
개발자 1
등급
(34)
프로젝트
42
33%
중재
5
0% / 20%
기한 초과
8
19%
작업중
2
개발자 2
등급
(230)
프로젝트
408
34%
중재
52
37% / 40%
기한 초과
149
37%
로드됨
3
개발자 3
등급
(9)
프로젝트
13
8%
중재
1
0% / 100%
기한 초과
0
무료
4
개발자 4
등급
(138)
프로젝트
194
21%
중재
12
58% / 25%
기한 초과
1
1%
로드됨
5
개발자 5
등급
(119)
프로젝트
152
43%
중재
20
55% / 20%
기한 초과
7
5%
작업중
6
개발자 6
등급
(2393)
프로젝트
3005
65%
중재
76
47% / 14%
기한 초과
340
11%
작업중
7
개발자 7
등급
(558)
프로젝트
925
48%
중재
301
59% / 25%
기한 초과
123
13%
로드됨
8
개발자 8
등급
(41)
프로젝트
87
13%
중재
30
30% / 47%
기한 초과
35
40%
로드됨
9
개발자 9
등급
(542)
프로젝트
1321
59%
중재
28
82% / 0%
기한 초과
10
1%
무료
10
개발자 10
등급
(53)
프로젝트
158
68%
중재
4
100% / 0%
기한 초과
1
1%
무료
11
개발자 11
등급
(236)
프로젝트
440
26%
중재
124
21% / 56%
기한 초과
96
22%
로드됨
비슷한 주문
Hi. I have a strategy that Ive backtested and is giving very good returns across 10 years. MODEL Inputs for optimisation would be : Trade on Monday Trade on Tuesday Trade on Wednesday Trade on Thursday Trade on Friday RR for Trade 1: default 3 Risk for Trade 1: default 1% BE for Trade 1 : default 0 (not applicable) RR for Trade 2 : default 1 Risk for Trade 2 : default 3% SL buffer : (default 0 .3pips(3 points) as
My Ea is currently closing orders in Drawdow and is making loss after loss I need someone with coding experience to help me fix this problem and also make a couple of visual changes pls text me first I can explain everything more detailed n
I have existing Ctrader automated strategy that I am using but will like to add and remove some features and after that I will like to convert it to mt5 ea…if this what you kindly bid now and let discuss what I need to add and remove
I need all available historical data from QuantConnect in timeframe 1M, for 15 CFD symbols. The data must be from OANDA broker. The dataset name on QuantConnect is "Oanda CFD Minute History"
Simple breakout strategy. Based on daily candles and Easylanguage's True Range. 2 different exits. Easylanguage code is available. All you need to do is code it in mql5. If you have any question send me a message. You don't necessarily need to know how to read the easylanguage code. I can also explain it. I am seeking to work with someone who is knowledgeable, has some experience in developing EAs, has good attitude
Need to convert a 700-line MQL4 EA program to MQL5 for listing on the MT5 marketplace. The goal is to ensure compatibility and functionality within the MT5 trading platform environment
I would like to ask the following: I work on a CTrader account (provided by a Broker) but on the Tradingview Platform. I would like to place an order with you if you make the following configuration correctly and at a good price: It is only about SL and TP. They must work like this: 1. When launching any order, SL should be set at 60p pips and TP at 4000 pips distance. 2. Whenever the launched position moves up or
Hello, I need an EA for both MQL4 and MQL5 that complies with Prop Firm's rules of a maximum daily drawdown of 4%. This means it should close all trades after a 4% loss and not trade for the rest of the day. Additionally, it should not use martingale, grid trading, or trade stacking (opening three or more trades at the same time in the same direction). The EA should also be able to achieve a monthly return of 5-10%
I want someone to employ and will create a HFT robot for my company and it must work on MQL5 and it must open and close orders automatically must work on Synthetic Indices and programmer needs to understand how Synthetic indices move and the algo of them, robot must have high win rate for my Clients, must be able to grow small accounts. Programmer can possibly land a job as a Developer if the robot created works
HI, I'm looking for an experienced person who can add buy/sell indications/Alerts on existing Pinescript code along with little modification of the script and the script should connect to MT5 platform using pineconnector MT5 platform should execute trade instantly as based on the alerts/indications on tradingview script

프로젝트 정보

예산
50+ USD
VAT (19%): 9.5 USD
총: 59.5 USD
개발자에게
45 USD
기한
 5 일