CREATE EA WITH CONCEPT TO MAXIMIZE PROFIT USING DIRECTION PREDICTOR

Tarea técnica

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. 

 


Han respondido

1
Desarrollador 1
Evaluación
(197)
Proyectos
318
15%
Arbitraje
21
38% / 33%
Caducado
16
5%
Ocupado
2
Desarrollador 2
Evaluación
(4)
Proyectos
4
25%
Arbitraje
3
33% / 33%
Caducado
0
Trabaja
3
Desarrollador 3
Evaluación
(39)
Proyectos
44
30%
Arbitraje
4
25% / 25%
Caducado
0
Libre
4
Desarrollador 4
Evaluación
(10)
Proyectos
25
28%
Arbitraje
1
0% / 0%
Caducado
1
4%
Trabajando
5
Desarrollador 5
Evaluación
(73)
Proyectos
82
34%
Arbitraje
2
0% / 0%
Caducado
1
1%
Trabaja
6
Desarrollador 6
Evaluación
(1)
Proyectos
1
100%
Arbitraje
0
Caducado
0
Libre
7
Desarrollador 7
Evaluación
(242)
Proyectos
428
34%
Arbitraje
54
37% / 39%
Caducado
156
36%
Trabajando
Solicitudes similares
a gap between 1 pip opposite order open continue once tp hit ea change position and start from 1 everything is manually adjustable tp gap pip and pip all show start from 0.01
Hello Im looking for professional trading developer who htf ready made trading with best and working strategy with low risk level with average of 30 to 60 percent profit margin, broker is not problem, any broker is welcomed and any trading pairs are welcomed as well
Black Tokens EA 30+ USD
I want yo create a trading robot which can analyse into the markets and be able to spot what the market targets (Arrays) the robot should make out my strategies and respect them well
Connect from Mt4 via binary derive account api. I have a bot. You need to convert the bot to an indicator. After converting I need to connect with my binary deriv through api. I want to trade my derivative binary account through mt4. If anyone can setup via API then contact me
Moving average cross strategy that has no stop but will just reverse direction each time the crossover happens. But will have a 3 step profit taking method at certain percentage points. It will be used for futures options on the buy side. 3 days out
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
My EA calls recent and live Polygon tick data, stores it locally and then displays it on the chart. I need someone who can modify the EA so that it can use information from TickDataSuite or any other tick repository instead of polygon so it can be used while backtesting. More information about the EA can be given. Price is negotiable if you have a backlog of completed orders and good reviews
Hi , I need a script written for Auto trading bot to trade on Trading View. This is a simple strategy to trade Renko chart on Trading view. The trading bot will have rules for entry and exit. Stop loss and Take Profit. order size by x% of equity. Daily profit target in pips. I want an experienced Trading View Pine script coder please! Thanks
I have a mql4 license mql4 code,, there have a 1 error '( WebRequest' - no one of the overloads can be applied to the function call) fix this error,, and make sure it work properly,,{ it's bass on kernel32.dll } this license system Base on pc volume serial number. If you're a expert developer kindly contact with me ,, Write a text " License system devoloper " Telegram @Gw_rakib1
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

Información sobre el proyecto

Presupuesto
30+ USD
IVA (23%): 6.9 USD
Total: 37 USD
Para el ejecutor
27 USD
Plazo límite de ejecución
de 1 a 4 día(s)

Cliente

(13)
Encargos realizados57
Número de arbitrajes0