Specification

//+------------------------------------------------------------------+
//|                                       Liquidity Hunt            |
//|                    Generated by ChatGPT on MetaTrader 5          |
//+------------------------------------------------------------------+
#property strict

double sellside_liquidity, buyside_liquidity, price_up, price_down;

//+------------------------------------------------------------------+
//| Expert initialization function                                   |
//+------------------------------------------------------------------+
int OnInit()
  {
   return(INIT_SUCCEEDED);
  }
//+------------------------------------------------------------------+
//| Expert tick function                                             |
//+------------------------------------------------------------------+
void OnTick()
  {
   // Calculate ATR
   double atrValue = iATR(_Symbol, 0, 14);

   // Example logic for daily bias
   double closeValue = iClose(_Symbol, 0, 0);
   bool longCondition = sellside_liquidity != 0 && closeValue > sellside_liquidity;
   bool shortCondition = buyside_liquidity != 0 && closeValue < buyside_liquidity;

   if (longCondition)
     {
      // Example logic for price move up based on sellside liquidity
      price_up = closeValue + atrValue;
      // Execute a long trade here if needed
      OrderSend(_Symbol, OP_BUY, 0.1, price_up, 3, 0, 0, "Long Entry", 0, 0, clrGreen);
     }
   else if (shortCondition)
     {
      // Example logic for price move down based on buyside liquidity
      price_down = closeValue - atrValue;
      // Execute a short trade here if needed
      OrderSend(_Symbol, OP_SELL, 0.1, price_down, 3, 0, 0, "Short Entry", 0, 0, clrRed);
     }
  }
//+------------------------------------------------------------------+

Responded

1
Developer 1
Rating
(7)
Projects
21
33%
Arbitration
1
0% / 0%
Overdue
1
5%
Working
2
Developer 2
Rating
(171)
Projects
221
57%
Arbitration
7
29% / 29%
Overdue
7
3%
Free
3
Developer 3
Rating
(134)
Projects
194
80%
Arbitration
17
29% / 47%
Overdue
10
5%
Working
4
Developer 4
Rating
(19)
Projects
23
48%
Arbitration
4
0% / 100%
Overdue
2
9%
Free
5
Developer 5
Rating
Projects
0
0%
Arbitration
1
0% / 0%
Overdue
0
Working
6
Developer 6
Rating
(185)
Projects
190
27%
Arbitration
0
Overdue
3
2%
Free
7
Developer 7
Rating
(42)
Projects
111
57%
Arbitration
2
50% / 0%
Overdue
3
3%
Free
8
Developer 8
Rating
(251)
Projects
402
38%
Arbitration
82
41% / 20%
Overdue
70
17%
Working
9
Developer 9
Rating
(5)
Projects
4
50%
Arbitration
4
0% / 75%
Overdue
0
Free
10
Developer 10
Rating
(557)
Projects
924
48%
Arbitration
301
59% / 25%
Overdue
123
13%
Loaded
Similar orders
I want to lock my indicators and my EAs in the data folder with a password because i am going to give my pc to a trader , the real names of the indicators also should be changed or covered on the screen so no one should go and find them online
I am seeking an experienced developer for a project that involves two main tasks: Pine Script Conversion: I have a trading script written in Pine Script that is currently operational. I need this script converted to MQL4/MQL5 for use on the MetaTrader platform. Licensing System Development: I need a system to manage the distribution of my trading bot. This system should allow me to sell the bot and control access
I am looking for a skilled developer to assist me with a project involving the following tasks: Convert Pine Script to MQL4/MQL5: I have an existing script written in Pine Script that is already functioning well. I need it converted to MQL4 or MQL5 for use on MetaTrader. Licensing System Implementation: I require a system where I can sell my trading bot and manage access through licenses. This system should allow me
Trade Entry Rule : 1 . New Arrow Higher or Lower Appear : Entry . (Range/Period: {Input}) After Entry Trailing Stop Trails { Trail Step (Input) } 2 . Lot Size { Input } 3 . Take Profit { Input } 4 . Max Number of Trades { Input } 5 . Total Number of Trades per Entry { Input } ---------------------------------------------------------------------------- 6 . Spread Filter { Input }
Placing of order and opening up position. And management of trading position/orders, cancellation of orders and closing of position order lot calculation processing trading errors and environmental state signal lifetime what the programme cannot do for you
Hi i want to create a mt5 ea with 2 indicators. No hedging, grid or martingale only with proper risk managment with tp/sl. Pa Adaptive Hull Parabolic Psar Ea inputs: Ea start and stop time with minutes Inputs of 2 indicators % risk balance for auto lot size (% X,XX like % 0,24 and if stop loss hit i will lose % 0,24 of my balance) Risk/reward ratio for stop and tp(1/x,xx like 1/1,75) Lot size : auto or fix, if auto
I hope this message finds you well. I am currently seeking an experienced MQL developer to work on a project that involves modifying an existing trading robot and creating a new version with specific enhancements and customizations. I have the source code of a trading robot that I would like to modify. Requirements: Experience with MQL4 and MetaTrader 4 platform. Strong understanding of trading algorithms and
I want someone who is really skilled at making zigzag indicators,because I want a zigzag that does not ignore any zigzag that occurs. Please, if you are a beginner, do not offer me an offer. I want someone skilled in zigzag indicators. Very important: I do not want the dull methods that beginners use to draw zigzags
I want someone who is really skilled at making zigzag indicators,because I want a zigzag that does not ignore any zigzag that occurs. Please, if you are a beginner, do not offer me an offer. I want someone skilled in zigzag indicators. Very important: I do not want the dull methods that beginners use to draw zigzags
I need someone to help me convert my tradingview pinescript to mt4, my budget for this project is $20 and I need this done fast in two days, Also, I am going to need you to be able to build a new indicator because that's the nest project, But I need to know if you can do this first , Thank you

Project information

Budget
30+ USD
For the developer
27 USD