CREATE EA WITH CONCEPT TO MAXIMIZE PROFIT USING DIRECTION PREDICTOR

Spécifications

Hello, 

I want to create an EA with the belowspecification. 

EA will check conditions based on following input parameters:

      High Price

      Low Price

      Move Value (in Price)

      Gap (in price)

 

After start, EA will mark High and Low prices based on input parameters. EA will start trading when the current price will hit any of the price POSITION at High, Low, Control Buy or Control Sell.

 

EA will open the Buy order when the current price crosses the position from below. Sell order will be opened when the price crosses the positions from above.

 

EA will mark every new highest price as NEW HIGH as far as it's higher than previous High, and same with NEW LOW as far as it's lower than previous Low. Low and High will only shift based on price after installation.

 

EA will mark a new CONTROL BUY when the highest price changes or a new CONTROL SELL when the lowest price changes.

 

 

The EA will be able to determine the trend using the 3 categories set up in the picture. EACH category will indicate if it’s a BUY or SELL decision. 

Category 1.

If current price is above the 2 lines, it will be a BUY but if below the 2 lines it will be a SELL.

 

Category 2.

If Market trend of any is going upwards while the other is static, it will be a BUY, but if going downwards, it will be a SELL.

 

Category 3.

Same as 2. If any of the lines become static at lower position, then it will be a BUY, but if at the top, it will be a SELL.

 

Description of Variables.

 

Group 1 lines- can be referred to as the CONTROL BUY or SELL. It is computed using the HIGHEST price- GAP (price), or LOWEST price +GAP (price). Both positions help to determine market trend and also help to know when to take a BUY or SELL decision.

 

Group 2 lines can be referred to as the START HIGH and START LOW positions. It is set at the start of the installation as an input. It is static until manually changed.

 

Group 3 lines can be referred to as the HIGHEST and LOWEST Price after installation. It grows with the peak of each side after installation. It starts at same position as you can see from the picture and then separates as market Highest and lowest position changes. This should also be a good indicator to identify the trend and therefore set the EA to take accurate trades as BUY upwards or SELL downwards. The START position can be used to confirm the trend also when market price goes above the starting price, it becomes a BUY TREND or a SELL TREND when market price goes below the starting price.

 

Order can be closed by Profit Accumulation function. This function will have input parameter:

      Profit Target Minimum.

 

If total orders profit will be higher than this value, EA will remember this value. When profit goes higher - value will be updated. From that point, orders will be closed when profit goes below Higher Profit Value - Profit Target Minimum.

 

EA will mark following values on a chart: STARTING High price & Low price, HIGHEST & LOWEST PRICE + TIME OF CHANGE, HIGHEST PRICE - GAP (+TIME OF CHANGE) = (CONTROL BUY), LOWEST PRICE + GAP (+TIME OF CHANGE) = (CONTROL SELL)

 

EA will send alerts when following data will be updated - HIGHEST PRICE - GAP (+TIME OF CHANGE) = (CONTROL BUY), LOWEST PRICE + GAP (+TIME OF CHANGE) = (CONTROL SELL)

 

EA will show Highest High and Lowest low based values based on market updates after EA installation with prices and dates achieved.

 

There are different lot sizes for Start bid, Move bid and Control bids. And will be set as parameters

 

Additional Parameters:

      Start Lot Size - 0.01 by default

      Move Lot Size - 0.01 by default

      Re-entry Lot Size - 0.01 by default

      TakeProfit - 0 by default. If 0 - off

      StopLoss- 0 by default. If 0 - off

      Start High

      Start Low

      Gap

      Move Price DIstance

      Use Alerts - true/false

      Magic Number - is a unique number used by Expert Advisors to track open positions. Using the magic number, the EA can separate its orders from the orders of other strategies. If an advisor trades on several Symbols simultaneously, then when adding an advisor to different charts, you need to indicate different magic numbers. If the advisor trades only with the current symbol, then the magic number can be left unchanged.

 

 

 Source code will be provided after the completion. 

Testing may take up to 4 weeks to identify any error 

 

IT SHOULD ALSO BE ABLE TO SHOW THESE ON SCREEN. 

 


Répondu

1
Développeur 1
Évaluation
(197)
Projets
318
15%
Arbitrage
21
38% / 33%
En retard
16
5%
Occupé
2
Développeur 2
Évaluation
(4)
Projets
4
25%
Arbitrage
3
33% / 33%
En retard
0
Travail
3
Développeur 3
Évaluation
(39)
Projets
44
30%
Arbitrage
4
25% / 25%
En retard
0
Gratuit
4
Développeur 4
Évaluation
(10)
Projets
25
28%
Arbitrage
1
0% / 0%
En retard
1
4%
Chargé
5
Développeur 5
Évaluation
(73)
Projets
82
34%
Arbitrage
2
0% / 0%
En retard
1
1%
Travail
6
Développeur 6
Évaluation
(1)
Projets
1
100%
Arbitrage
0
En retard
0
Gratuit
Commandes similaires
I am interested in creating an EA, I already have the code but I need someone who can debug it make it more greater look more into the strategy and put more strategy modification and modeling and optimization to make it great also at same time debug it
hi. I hv a strategy on tradingview need to convert to mt4/mt5 expert advisor for algo trading. would like to add some tradingview strategy setting to the mt4/mt5 EA(not included in my tradingview source code): recalculate after order is filled, order size: xx% of equity
Hey greetings. Am in need of a tradingview developer that can add a simple alert to my existing tradingview indicator with a simple conditions. Kindly bid for the project if it is what you can do for me and let proceed
Looking for a programmer to code EA for Buy Stop/Sell Stop HFT Trading designed for Ger40 EA must be able to trade on live account and Dll must be used for EA speed slippage control and spread filter
i want a forex robot that will read chats and enter trades on its oown. i want it to be able to use all trading strategies and partterns. good risky manegmemt, i want it to forcuse on Gold and and all major forex pairs. i want it to use stop loses and take profits as the market might change direction anytime. i want to work on both mt5 and mt4
I want to make something automatic which EMA will automatically trade in my account. For this I want to make a simple robot I want to get this made automatically on a simple EMA
Below follows specifications and the pictures of how the indicator should be. I believe that during the development it is necessary some adjustments that I may have forgotten while writing the descriptions, please take this into account. If necessary I have the pdf file that may be easier to understand. Doubts I am at your disposal
Saya memerlukan Expert Advisor berdasarkan sinyal AOX. Itu harus memiliki pemeriksaan dan penanganan kesalahan operasi perdagangan. Kriteria utama pembukaan dan posisi penutupan: ■ arah rata-rata bergerak ■ harga lebih tinggi dari bar sebelumnya. Lot perdagangan adalah parameter masukan
I have a machine learning library in MT5 that I want to make an indicator with… You think you can help me? My strategy is simple... Predicting the Daily, Weekly, and Monthly High, Low, and Close prices... Then BUY @ LOW and SELL @ HIGH
Yellow/orange bot 30 - 60 USD
I require a bot that will trade under this condition: 1: in an uptrend I will draw yellow lines and if trend changes to downtrend and reaches one yellow line it opens a sell trade. In downtrend I will draw orange line if trend changes to uptrend and touch the line it enter buy trade. 2: if I was already in a trade, eg. Buy trade and trend changes and touches yellow line I

Informations sur le projet

Budget
30+ USD
TVA (23%): 6.9 USD
Total: 37 USD
Pour le développeur
27 USD
Délais
de 1 à 4 jour(s)

Client

(13)
Commandes passées57
Nombre d'arbitrages0