EXPERT TO TAKE BIDS USING % PROJECTION OF CURRENT DISTANCE TO SELL AT TOP AND BUY AT BOTTOM

Specifiche

I want to create an expert advisor that will use an estimated distance (in absolute figure or %)  between the lowest and highest price position to take bids depending on the market Direction. The variables will consider the following:

1.    projected distance between highest and lowest price

2.    updated distance ie actual distance between current highest and lowest

3.     current lowest price

4.     current Highest price

5.    Bid lot sizes in three conditions (a) to remain same (b) To increase by addition  (c)  To increase by multiplication

6.    minimum distance before it activates bids

7.    activate market Direction upwards or downwards EG if market lowest price does not change and highest price changes then Direction is UPWARDS, but if market lowest price changes last then Direction is DOWNWARDS

8.    Direction will change once market crosses the average of the distance between highest and lowest prices

9.    There will be four categories of distance in prices (a) short-term minimum (b)  short-term maximum (c) long-term minimum and (d) long-term maximum

10.  Bids can only activate when they reach short term minimum in same direction until it reaches (higher of (long-term minimum and short Minimum

11.  Bids going against Direction will activate at short term maximum against the direction to a maximum of long term maximum

12.   if market Direction reverts ie after crossing the midpoint against the current direction, then Direction would change and bids condition will activate according to the new Direction using the extreme prices of the previous Direction and the midpoint

13.  Bids will have the option of closing when projected distance between highest and lowest price is achieved or not.

 

 So in summary when the expert advisor is installed it begins to identify the lowest and the highest prices the direction is determined by which price is currently changing between the highest and lowest prices. Once the minimum short-term distance is achieved, the expert advisor activate bids using the gap and towards the direction. BUY if Direction is UPWARDS, example If HIGH price is changing or SELL when price is falling DOWNWARDS and lowest price is changing. Robot will activate a reversal bids at percentage of current distance between highest and lowest and a direction bid using the minimum distance. First reversal bids will be based on minimum short term distance and a percentage of daily adjusted distance. Different lot sizes would be used for Direction bids and reversible bids. All reversal bids must have a minimum distance of 50% short-term maximum for it to activate. If market movements reach the minimum long-term distance then it will reduce bids towards the direction example double the distance between bids to activate new bids as well as use lower lot sizes by then.

 

EXAMPLE OF DESIGN.

Product = AUDJPY, Projected Distance= 4, Start price = 94.5, minimum Low 0.5, Maximum Low= 1.5, Minimum High= 2, Maximum High =  6,  Minimum distance for bid to activate= 1.0. Data below for Day 1-15. Using Daily Highest and Lowest prices and 96.2

 


AUDJPY                                                                                                                                                  DAY     1        2              3              4              5              6              7              8              9          10        11      12        13   14     15       

HIGH   94.8   95.5        95.8        95.95      96.25      95.6        95.4        96.1        95.6    96.55   97.4    97.5   98   98.4                 99

LOW   94.1    94.5        94.6        94.62      94.9        94.8        94.7        94.99      94.99   95.4   95.99   96.6  97   97    97.5

Day 0/ Day 1

Robot  starts at Start price of 94.5(on Day 0)  and goes to low of 94.1, and then High of 94.8 on Day 1. Minimum distance to activate bid is 1, so Current low is now 94.1 and Current Highest is 94.8. BUY at 95.1, SELL at 93.8.

Day 2

Highest at 95.5 and Lowest at 94.5. Using the condition specified, Cumulative LOWEST still remains 94.1, and  Cumulative HIGHEST is now 95.5.  So Direction of market is UPWARDS.  So Buy will activate at 94.1+1=95.1 (First bid) and then future gaps of minimum Low (0.5) ie 95.6. upwards (if bid is based on gap, or can activate based on % of current distance between Highest and lowest prices) . And SELL will be activating at the top of the BUY bids.

NOTE VERY IMPORTANT. At Day 1, Distance is now 94.8-94.1=0.7. So Using condition of 0.7 as 100%, Robot will SELL at 100% to 150% of 0.7, and BUY at 0% to 100% if Highest price changes in DAY 2.

If Lowest price changes in Day 2, then Robot will SELL at 0% to 100% and BUY at 0% to -50% of 0.7 gap. Distance between bids will be determined by % or actual price gap distance for Direction and against direction.

So BUY will activate from 94.1 to 94.8 on Day 2, and SELL will activate between 94.8 and 95.5 in Day 2.

Day 3

Highest at 95.8 and Lowest at 94.6. Using the condition specified, Cumulative LOWEST still remains 94.1, and  Cumulative HIGHEST is now 95.8.  So Buy will activate at 94.1+1=95.1 (First bid) and then future gaps of minimum Low (0.5) ie 95.6. upwards. And SELL will be activating at the top of the BUY bids.

So BUY will activate from 94.1 to 95.5 on Day 3, and SELL will activate between 95.5 and 95.8 in Day 3.

Day 4

Highest at 95.95 and Lowest at 94.62. Using the condition specified, Cumulative LOWEST still remains 94.1, and  Cumulative HIGHEST is now 95.95.  So Buy will activate at 94.1+1=95.1 (First bid) and then future gaps of minimum Low (0.5) ie 95.6. upwards. And SELL will be activating at the top of the BUY bids.

So BUY will activate from 94.1 to 95.8 on Day 4, and SELL will activate between  95.8 and 95.95 in Day 4.

Day 5

Highest at 96.25 and Lowest at 94.9. Using the condition specified, Cumulative LOWEST still remains 94.1, and  Cumulative HIGHEST is now 96.25.  So Buy will activate at 94.1+1=95.1 (First bid) and then future gaps of minimum Low (0.5) ie 95.6. upwards. And SELL will be activating at the top of the BUY bids.

So BUY will activate from 94.1 to 95.95 on Day 5, and SELL will activate between 95.95 and 96.2 in Day 5.

And so on and so forth until Highest distance is achieved Upwards or if market reverts downwards to reach the Maximum distance. Once Maximum distance is achieved, it closes all outstanding bids and starts all over again using the current price as starting price and then the High and Lowest price of the Day, or next Day For taking new bids.

Using the above variables, If lowest price remains 94.1, and projected distance is 4, then EA will close all bids at 94.1+4= 98.1 as much as prices doesn’t go below 94.1. Once it closes all bids at 98.1, it can restart a new cycle at 98.1 and use the same condition to continue.

As above you can see that 98.1 was achieved on Day 14, when we have HIGH of 98.4 and Low of 97. So it closes all Bids by then and  start a new cycle with start price at 98.1, and then uses Day 14 as High and Low or Day 15 as High and Low for Day 1, and then contuse another cycle. 

 

The Plan and concept of the EA is to take bids towards the direction using the current gap and against the direction at an estimated gap. Also NOTE that the EXAMPLE is based on taking direction bids at 100%.

If Direction bids is taken at 80% for example, then i can only BUY from 0% to 80% range of current Cumulative prices while i SELL at 100% to 150% based on 50% external gap bid.

So the % gaps should be set as variables to enable adjustments to determine the range to BUY and the range to SELL from the EXTREME CUMULATIVE position.

 

I believe this is well explained and can be done within the minimum budget and time.


Con risposta

1
Sviluppatore 1
Valutazioni
(243)
Progetti
429
34%
Arbitraggio
54
37% / 39%
In ritardo
156
36%
Occupato
2
Sviluppatore 2
Valutazioni
(7)
Progetti
9
0%
Arbitraggio
3
33% / 67%
In ritardo
2
22%
Gratuito
Ordini simili
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA. # MANUAL ZONE MARKING # THREE TYPES OF ENTRIES (
There are six conditions in total . source code from an existing expert will be provided to aid the completion of this job . - Install the following by the Panel (copy paste form my existing Expert ) 1. Pips Lost : number of pips lost ( monthly reset ) 2. Pips Gained : number of pips gained ( monthly reset ) 3. Have a black background to avoid the
Hey greetings. Am in need of a developer that has already made profitable MT4 or MT5 EA that I can buy with the backtesting and proven result. How is the draw down ? What is the winning rate ? Kindly reply and let proceed
Hello, i need a good programmer; to code an EA to trade the most productive forex pairs (mainly 2 for the day, and 2 for the night+gold), the strategy is based on the use of one moving average and the rsi, thank you in advance
I want a Hot to follow a trading strategy that will finish it in 10 minutes, there are 1e operations, I want him to do the strategy for 24 hours a day that does not stop and keep working all the time. I need it ready within 4 hrs ONLY APPLICANT WITH PROVE OF WORK SHOULD APPLY
I want a Hot to follow a trading strategy that will finish it in 10 minutes, there are 1e operations, I want him to do the strategy for 24 hours a day that does not stop and keep working all the time. I need it ready within 5 hrs ONLY APPLICANTS WITH PROVE OF WORK SHOULD APPLY
GOODAY TO YOU I AM NEED OF A FAST, TALENTED AND HIGH QUALITY CODER TO THIS JOB FOR ME. THE EA TRADE MANAGER WILL HAVE THE FOLLOWING: STOPLOSS & TAKEPROFIT IN PIPS LOT SIZE IN PIPS NUMBER OF TRADES (1-30 TRADES MAXIMUM) PLEASE LOOK AT THE PICTURE ABOVE FOR A GUIDE
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
Hi I am looking for some developer, who can develop WebPage which can display my open trades position, Trade History and Live Bid/Ask of my Watchlist. Frontend web app for customers/clients where they can login and see (Account info, Watchlist, Positions, History) Control Panel to create users and map user emails to MT5 account numbers etc
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

Informazioni sul progetto

Budget
30+ USD
IVA (23%): 6.9 USD
Totale: 36.9 USD
Per lo sviluppatore
27 USD
Scadenze
a 10 giorno(i)