CREATE EA WITH CONCEPT TO MAXIMIZE PROFIT USING DIRECTION PREDICTOR

Specifiche

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. 

 


Con risposta

1
Sviluppatore 1
Valutazioni
(206)
Progetti
335
16%
Arbitraggio
23
39% / 30%
In ritardo
17
5%
Occupato
2
Sviluppatore 2
Valutazioni
(5)
Progetti
5
20%
Arbitraggio
4
25% / 25%
In ritardo
0
In elaborazione
3
Sviluppatore 3
Valutazioni
(39)
Progetti
44
30%
Arbitraggio
4
25% / 25%
In ritardo
0
In elaborazione
4
Sviluppatore 4
Valutazioni
(10)
Progetti
25
28%
Arbitraggio
3
0% / 0%
In ritardo
1
4%
Caricato
5
Sviluppatore 5
Valutazioni
(88)
Progetti
97
35%
Arbitraggio
3
0% / 0%
In ritardo
1
1%
Occupato
6
Sviluppatore 6
Valutazioni
(1)
Progetti
1
100%
Arbitraggio
0
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(246)
Progetti
438
34%
Arbitraggio
56
36% / 38%
In ritardo
160
37%
Caricato
8
Sviluppatore 8
Valutazioni
(62)
Progetti
192
73%
Arbitraggio
4
100% / 0%
In ritardo
1
1%
Gratuito
9
Sviluppatore 9
Valutazioni
Progetti
1
0%
Arbitraggio
0
In ritardo
0
Gratuito
10
Sviluppatore 10
Valutazioni
(13)
Progetti
13
100%
Arbitraggio
0
In ritardo
0
Gratuito
Ordini simili
I'm seeking a C# developer with Quantower experience to assist me in exporting data from the Option Analytic panel in real-time via an API. This data will be exported based on a window app, not a web app. You can review the document at the following link : . https://github.com/Quantower/Examples/blob/master/IndicatorExamples/GetOptionsInfo.cs Please check it before bidding NOTE : - Quantower is an app, not web
I have an indicator that give signals. I would like an EA to automate the strategy. the Indicator gives an arrow in the direction the trade needs to open. Attached is a picture of the indicator. I have also attached the Indicator as well as a word document of what I would like be able to select on the EA
My idea _Anna. 50+ USD
I'm looking for a strategy where I can specify two points, such as Point A and Point B, which could be based on today's high/low or yesterday’s high/low, etc. I should have the option to define these points. The system should execute a buy order when the price goes above Point A, with the ability to set a target in percentage or points, as well as a stop-loss. Similarly, when the price drops below Point B, it should
RackemupEA is based on an indicator which was made freely available to all. The mql4 file is attached. The requirements doc spells out easy to understand entry/exit conditions as well as some trade management functions to control the size of successive entries in the series. Series (or sequence) is a set of trades that open in the same direction, either long or short. The EA will and must be FIFO compliant. Hedging
THE IDEA OF THE INDICATOR Create A Standard ZigZag Auto Fibo Indicator Combined With A ZigZag Fibonacci Time Zone Indicator Which Has The Specified Levels Written In The Indicator Strategy TEXT FILE/DOCUMENT HOW DOES THE INDICATOR KNOW AN UPTREND MOVEMENT? If Price Hasn't Touched The 123.6% Level Of The Recent Static Uptrend Zig Zag Fibo Retracement Tool Then The Indicator Knows That The Market Is In An Uptrend And
no order will be given until you prove that you are capable to code , so at least make a basic demo first to take the final order from me. and i can not afford to pay more than 30 usd. so its final offer EA should work with any pair like jpy , oil and Gold pairs along with EURUSD , GBPUSD etc and GBPJPY and too Lot size … its fixed for all. So which ever size client set . it will set for all the trades Gap between
Scenario 1: Breakout, Retest, and Engulfing Candle Cross Entry 1. **Price Breaks Above/Below the 50 EMA:** - The EA should identify when the price breaks above (for buy) or below (for sell) the 50 EMA. 2. **Retest of the Breakout Level:** - After the breakout, the EA should wait for the price to return and test the breakout level TEST SHOULD BE WITH BEARISH CANDLE IF CASE BULLISH AND TEST WITH BULLSIH CANDLE IF CASE
Hello, I need a seasoned PineScript and MQL coder to help with an algorithm development by converting an indicator on TradingView to TRADELOCKER then build an EA with the same logic of the indicator and in addition to the ideas I want in the expert advisor(Rules & Conditions) of exactly the features needed for implementation to have the expert advisor designing as my expected products, ONLY REACH OUT IF YOU HAVE BEEN
Hello, I need a coder to help with an algorithm development by converting METATRADER EA INTO TRADELOCKER then build an EA with the same logic of the METATRADER and in addition to the ideas I want in the expert advisor(Rules & Conditions) of exactly the features needed for implementation to have the expert advisor designing as my expected products, ONLY REACH OUT IF YOU HAVE BEEN CONVERTING SCRIPT FROM METATRADER TO
Hello, I need a seasoned PineScript and MQL coder to help with an algorithm development by converting an indicator on TradingView to MT4 then build an EA with the same logic of the indicator and in addition to the ideas I want in the expert advisor(Rules & Conditions) of exactly the features needed for implementation to have the expert advisor designing as my expected products, ONLY REACH OUT IF YOU HAVE BEEN

Informazioni sul progetto

Budget
30+ USD
IVA (23%): 6.9 USD
Totale: 37 USD
Per lo sviluppatore
27 USD
Scadenze
da 1 a 4 giorno(i)

Cliente

(13)
Ordini effettuati61
Numero di arbitraggi0