EA/ROBOT TO TAKE BIDS USING HIGH, LOW AND AVERAGE PRICE POSITIONS

MQL4 专家

工作已完成

执行时间3 天
客户反馈
Very reliable, experienced and dependable programmer. He is cost considerate and gets the best value for the project. My Best developer so far since using this platform.

指定

Hi Everyone,

I need a robot/ EA to work on my trading strategy that uses highest, lowest and midpoint prices to activate bids as well as locks up profits so that it wont go back to losses. Bids will also be activated using recovery gaps, close gaps and backup gaps as defined by me. The robot will work for maximum 45 days and new high and low positions will be set up for it.

The logic is as follows:

Day 1/ Starting position.  High= 2010, Low = 1950. Gap = High- Low= 2010-1950=60. Curent price is 2000

Based on the gap above of 60, midpoint gap will be half of gap at every position. Therefore midpoint gap will be half of 60=30. Therefore midpoint will be Low + Midpoint Gap/ High – Midpoint Gap= 1950+30/2010-30= 1980.

So based on Day 1, we have High= 2010, Midpoint= 1980, Low = 1950.

If Price Moved from 2000 to 2050.

Based on current High of 2010 and current price at 2000 before the move, the Robot will set a BUY at 2010 and SELL at 1980 and 1950 (because they are below the current price of 2000)

When price moves to 2050 (which is now the NEW HIGH), the Robot will recalculate the MIDPOINT as follows:

2050 (HIGH) – 1950 (LOW)= 100. Half of 100= 50. Therefore Midpoint will be 2050-50/ 1950+50= 2000. So Midpoint will move from previous 1980 to 2000. 

So Based on the above move: Buy will activate at 2010 during the move to 2050, and take a new SELL at Midpoint price of 2000 while cancelling the previous one of 1980. Also the Buy that activate at 2010 and after 60 minutes of activation, it must not go to Loss or below the activation price, if it tries to go below it, the bid will close immediately.

 

A SELL on the other hand will activate at the midpoint and low price positions based on the current price. This will be the nature of the bids until Month end or when new start position are activated.

Every Month, there will be a Recovery gap, Close Gap and Backup Gap.

RECOVERY GAP: This is the gap used to follow the direction of the market. It is measured using the HIGHEST and LOWEST price for the period. Eg in the Sample above, if RECOVERY GAP = 130 then based on the High of 2050 and low of 1950, the recovery bids will be as follows

BUY= 1950+130= 2080              and SELL = 2050-130= 1920.

So for the rest of the Month, anytime the recovery positions are set up, it will take a BUY when going Up and a SELL when coming down. So if price is at 2050 now, it will activate a BUY when going Up, and a SELL if its above 2080 eg 2110 and wants to fall below 2080 down to 1920.

 

CLOSE GAP:  This is the MAXIMUM GAP expected for the Month. For Example, if the close gap bid for the above sample is 250, it means using the HIGH and LOW price of 2050 and 1950, if price reaches the close gap bid, it will close all positions outstanding for all direction.

Eg. At 2050 high, if price goes low as HIGH-GAP= 2050-250= 1800, then it will close all bids of the product at 1800.

      At Low of 1950, if price goes High as LOW + GAP= 1950+250=2200, then it will close all bids at 2200 (High).

 

BACKUP GAP:   This is a pending gap to reduce the impact of a current profit going to excessive reduction, or even go to loss, after it has passed the recovery position.  The Backup gap will be reducing the stop loss gap everytime the price crosses over a former price position such as HIGHEST, LOWEST or MIDPOINT. Eg if backup gap is half of Recovery gap, then if recovery bid activates, at 2080 as above, then the backup gap will be half of 130= 65. Therefore the backup gap will activate as HIGHEST PRICE- BACKUP GAP. So if High moves to 2120, then back up gap will activate as 2120-65= 2055  as a SELL. If the next move after 2055 activates at SELL, then next move will be a BUY at half of 65= 32.5. etc.

 

I can explain with 2 scenerios for the right person to see the logic if need be.

 

Only serious bidders with long term relationship plan should apply. Payment will be made in phases with phase 1 assumed to be the completion of the robot, while phase 2 will be the testing and source code will be exchanged after testing and review for a period of 30 days minimum.


反馈

1
开发者 1
等级
(36)
项目
50
28%
仲裁
2
0% / 100%
逾期
6
12%
空闲
2
开发者 2
等级
(39)
项目
55
13%
仲裁
5
20% / 20%
逾期
6
11%
空闲
相似订单
Hello, I would like you to help me develop a simple Expert Advisor (EA) for trading the Boom and Crash markets. All the project requirements is available with me . kindly bid if you can develop EA for boom and out crash . Thanks
Hello, I am looking for an programmer to convert a TradingView strategy pine script to MT5 EA auto trade bot. The indicator is based on the FVG/Imbalance (Pine script will be provided) The MT5 EA must return 100% the same results as TradingView script The MT5 EA must include the same options as TradingView The MT5 EA must be errors free
Project Overview: We are seeking an experienced developer to create a custom Copy Trading Expert Advisor (EA) that supports two-way communication between MetaTrader 4 (MT4), MetaTrader 5 (MT5), and cTrader trading terminals. The EA should enable seamless copying of trades from one account to another, incorporating additional settings for flexibility and customization. The project will involve developing a DLL
I am currently seeking the expertise of a skilled MQL5 developer to assist with a custom trading bot project tailored to specific requirements. The project entails the development of a versatile trading bot capable of implementing both manual and automated strategies, with flexibility to switch between strategies seamlessly. Additionally, the bot should be designed to convert profits automatically into USDT, allowing
PRESQUE PAREIL QUE L’AUTRE ROBOT AVEC QUELQUE PETIT CHANGEMENT. IL N’Y AURA PLUS DE SL; SI TU PEUX M’ENVOYER TON MAIL, JE T’ENVOIE LE DOCUMENT QUI EXPLIQUE LE MODELES DU ROBOT QUE JE VEUX. @page { size: 8.27in 11.69in; margin: 0.79in } p { line-height: 115%; margin-bottom: 0.1in; background: transparent }
Mt4 EA 30+ USD
Would it be possible to get a reasonable quote for an MT4 EA with multiple trade entry criteria. With the help of chatgpt I've got a code that compiles without errors or warnings that I have attached in a zip file, it is simply not taking valid trade signals. Not sure if it's of any use to you or if it's better to start from scratch. talk soon
I would like a Forex trading robot for MT5. The market entry signal is based on a TradingView Indicator (I will provide the name of which one), and the robot should execute Buy or Sell trades based on the Buy/Sell alerts that this indicator provides. The TradingView Pine Script is open source, so it will be available for you to see. Closing of positions is done by the SL, TP. The lot size is calculated as a
I trade in future indices of a Brazilian brokerage via MT5 and would like to import the data of another future index (djia future - which does not exist at the brokerage where I operate) into a new window, showing its price and volume variations in the shortest possible time. This new Symbol should also have the capability to be displayed in candlestick mode and adjustments in its timeframe. I will use an indicator
I have an EA with the sourse code but instead of using an FX blue copier to invert the trades i want the EA to reverse its Strategy. For example if the EA wants to buy it will sell. And the stop loss and take profit will be inverted also
Hi I'm looking for a developer who can improve on an existing basic EA that isn't quite working correctly due to a lack of comprehension from the previous coder on the logic. It's a hedging system that trades in the opposite direction to a bad entry by entering every x pips until the average of all the bad trades and the good trades are in profit. It then closes all of them at the same point which is in profit by x

项目信息

预算
30 - 48 USD
VAT (23%): 6.9 - 11.04 USD
总计: 36.9 - 59.04 USD
开发人员
27 - 43.2 USD
截止日期
 3  60 天