ROBOT/ EA TO USE HIGHEST AND LOWEST PRICES TO TAKE DIRECTION AND REVERSAL BUY AND SELL POSITIONS

Specification

 

Hello Everyone,

I am seeking for serious and immediately available Programmers to create an Expert advisor for me on MT4.

I want to create a robot that will make use of the first candle (after installation) to project for future BUYs and SELLs using the Highest and Lowest Prices of the candlestick of the timeframe selected.

The concept will consider LOWEST and HIGHEST PRICE positions and then take Actions by BUYING and SELLING using the REVERSAL AND DIRECTION PRICES over a period of time.

After the first candle is achieved, their will be a gap interval for taking bids towards a direction. The High Price will be used to project and take the SELLING bids, while the Low price will be used to take the BUYING bids.

Their will be a maximum position expected for each extreme to take their bids. So as a BUYER it will use lowest prices achieved to date to take bids up till the maximum level of price range for it to take the bids, and same as a SELLER, it will use the Highest prices to take SELL bids.

Their will be a Direction and Reversal gap for bids to be activated for both HIGHEST and LOWEST PRICES.

For the HIGH PRICE, the ACTION is a SELL, But the SELL can be below or above the current Highest Price, So for the Direction, the SELL will be BELOW and for the Reversal, the SELL will be ABOVE the current HIGHEST.

Same for the LOW PRIE, the ACTION is a BUY, But the BUY can be below or above the current Lowest Price, So for the Direction, the BUY will be ABOVE and for the Reversal, the BUY will be BELOW the current LOWEST.  


                                                

Every previous extreme will be the maximum position for the OPPOSITE BID. 

Also the Lowest price will calculate an EXT bid which will be part of the variable. The EXT bid will use the EXTREME Positions of the First static price to take bids towards the direction before the middle price which will be between the Highest and Lowest position.  So for Lowest Price, it will calculate EXT bids as BUY upwards and for Highest Price, it will calculate EXT bids downwards. The BUY EXT Bids must be activated below the current mid-price and same with the SELL EXT Bids must be activated above the mid-price.

For EXAMPLE: If prices for first candle has a High of 100 and Low of 90, and gap for direction is 3 and reversal is 10. And EXT is 7

HIGHEST PRICE=100., Then REVERSAL SELL will be 100+10= 110,  while the DIRECTION SELL will be 100-3= 97, 94, 91, 88, 85 etc.  Also the EXT bid will be calculated using the Highest price less the GAP eg 100-7 = 93. But because the mid price between the HIGHEST and LOWEST is 95, the EXT BID will not activate until it is above the midpoint for a SELL and below the midpoint for a BUY.   The LOWEST DIRECTION BIDS ACTIVATED, will then become the BASIS for calculating the REVERSAL bids using the REVERSAL GAP UPWARDS, while the HIGHEST PRICE will be used to activate new DIRECTION SELL BIDS downwards using the DIRECTION gaps.  So in the example, if reversal bids of 110 activated first before any SELL direction bids, then the HIGHEST price after the bid will be used to calculate the DIRECTION HIGH SELL.  However, if the DIRECTION HIGH BID activated a SELL first, then the LOWEST SELL PRICE will be used to plan for FUTURE REVERSAL SELL BIDS. So if prices fall from 100 to 88 first, then it will activate SELL at 97, 94, 91 and 88. Then FUTURE REVERSAL SELLs will then be 88+10= 98, 108, 118, 128 etc until maximum bid is reached or till end of trading period.

LOWEST PRICE=90., Then REVERSAL BUY will be 90-10= 80,  while the DIRECTION LOW BUY will be 90+3= 93, 96, 99, etc.  Also the EXT bid will be calculated using the Lowest price plus the GAP eg 90+7 = 97. But because the mid price between the HIGHEST and LOWEST is 95, the EXT BID will not activate until it is below the midpoint for a BUY and above the midpoint for a SELL.  The HIGHEST DIRECTION BIDS ACTIVATED, will then become the BASIS for calculating the REVERSAL bids using the REVERSAL GAP DOWNWARDS, while the LOWEST PRICE will be used to activate new DIRECTION BUY BIDS upwards using the DIRECTION gaps.  So in the example, if reversal bids of 80 activated first before any BUY direction bids, then the LOWEST price after the bid will be used to calculate the DIRECTION LOW BUY.  However, if the DIRECTION LOW BID activated a BUY first, then the HIGHEST BUY PRICE will be used to plan for FUTURE REVERSAL BUY BIDS. So if prices fall from 90 to 80 first, then it will activate BUY at 80+3=83, 86, 89, 92, 95 and 98 ETC. Then FUTURE REVERSAL BUYS will then be HIGHEST -10 etc until minimum bid is reached or till end of trading period

NB: Every LOWEST PRICE updated after the candle stick/ time frame will always be used to take DIRECTIONAL BUYS, while EVERY HIGHEST PRICE updated after the candle stick/ time frame will always be used to take DIRECTIONAL SELLS.

NB: ALL DIRECTION BIDS MUST CLOSE AFTER ACTIVATING A NEW ONE FOR EVERY TREND MOVE. So anytime the DIRECTION BIDS activates, it must close all previous ones after taking a new one of same direction to avoid all previous ones going to losses.

MAXIMUM NUMBERS OF BOTH DIRECTIONAL AND REVERSAL BIDS MAY BE STIPULATED.

EXAMPLE 2

Directional gap = 1, Reversal gap=5, Number of Directional bids is 10, Number of Reversal bids is 4. EXT is 2.5

Starting candle HIGH is 60, and LOW is 57. 

HIGHEST SELL DIRECTION= 60-1=59, 58, 57, 56, 55, 54, 53 ETC. IF REVERSAL Bid of 60+5=65 didn’t activate first, then the last direction bid to activate will be used to take the REVERSAL HIGH SELL upwards at 53+5=58, 63, 68, 73 etc. Until maximum Directional and Reversal bids is achieved. Also First EXT gap is 2.5, so because for now the EXT bid is 60-2.5=57.5, and it is below the midpoint of 58.5( ie 60+57/2) then it will not activate the EXT SELL. But rather it will be a BUY at 57.5

 

LOWEST BUY DIRECTION= 57+1=58, 59, 60, 61, 62 ETC. IF REVERSAL Bid of 57 -5=52 didn’t activate first, then the last direction bid to activate will be used to take the REVERSAL LOW BUY downwards at 62-5=57, 52, 47, 42 etc. Until maximum Directional and Reversal bids is achieved. Also First EXT gap is 2.5, so because for now the EXT bid is 57+2.5=59.5, and it is above the midpoint of 58.5( ie 60+57/2) then it will not activate the EXT BUY. But rather it will be a SELL at 59.5


Please Note

I want only serious and immediately available programmers as time is essential.

I will have the following as it relates to the EA

- Source code

- Ownership and Copyright of code

- EA should have a Password input

- I will need as much as 3 weeks to test the accuracy of robot before finalizing payment

- Robot should be usable on any product, currency, indices or stock 

 


Responded

1
Developer 1
Rating
(1)
Projects
2
0%
Arbitration
3
0% / 100%
Overdue
0
Free
2
Developer 2
Rating
(52)
Projects
97
24%
Arbitration
10
20% / 20%
Overdue
12
12%
Working
3
Developer 3
Rating
(22)
Projects
18
6%
Arbitration
31
3% / 65%
Overdue
5
28%
Free
4
Developer 4
Rating
(8)
Projects
18
17%
Arbitration
3
67% / 0%
Overdue
0
Free
Similar orders
I have two eas that open multiple trades per signal when it only open 1. I want this fixed and add sl and Tp too both eas when Tp and sl is hit I don’t want the Ea reopen trade, wait for next signal to open next trade
looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is
Using Bollinger Band only. When price closes above upper BB, open Buy. If the length of the candle body that closed above the upper BB is more than Y pips, then do not Buy and remove the EA. Otherwise, continue to open Buy if crosses and close above upper BB and the number of positions is not more than Max No of Positions. The user will choose either Buy or Sell only. When price closes below the lower BB, close all
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this, and my budget is $20, Thank you
Hello freelancers here, I need an expert freelancer to help me convert an expert advisor from MT4 to MT5. I have the MT4 source code, As for now i only got $15 for this project i don't have much on me at the moment, So i need someone who can work long terms cause i still have other projects i need him to work on for me
An EA based on Fibonacci 100 - 750 USD
I am in need of 3 EA based on Fibonacci re-tracement after a high or low is made,each EA will have a hedge trade on it.the hedge trade will be at the 50 percent of the Fibonacci..this will be present on all 3 EA, all three EA will have different levels of re-tracement, while the hedge trade will be a continuation (buy/sell stop), while the re-tracement trades will be (buy/sell limit)This EA must work on timeframe
Need a good synthetic EA 50 - 1000 USD
I don't have specifications. If you're good at building an EA with good coding, accuracy, 85% money management, good trading decision. Please apply let's discuss Bussiness. Price below is not specific we can discuss new price depending on your professionalism
I don't see signals on the chart .... On mt4 it's perfect...but when I converted it to Tradingview by a guy on this platform it doesn't show any signals, kindly bid on it and let me know if you can do it, And also check it thoroughly that you can do it okay

Project information

Budget
30 - 50 USD
VAT (23%): 6.9 - 11.5 USD
Total: 36.9 - 61.5 USD
For the developer
27 - 45 USD
Deadline
to 7 day(s)