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
Rating
Projects
35
23%
Arbitration
4
0%
/
50%
Overdue
2
6%
Working
2
Rating
Projects
373
72%
Arbitration
19
32%
/
47%
Overdue
14
4%
Free
Published: 14 codes
3
Rating
Projects
228
80%
Arbitration
22
27%
/
50%
Overdue
11
5%
Free
Published: 24 articles, 1882 codes
4
Rating
Projects
23
48%
Arbitration
10
0%
/
100%
Overdue
2
9%
Free
5
Rating
Projects
0
0%
Arbitration
2
0%
/
100%
Overdue
0
Free
6
Rating
Projects
259
30%
Arbitration
0
Overdue
3
1%
Free
Published: 2 codes
7
Rating
Projects
112
56%
Arbitration
2
50%
/
0%
Overdue
3
3%
Free
Published: 1 code
8
Rating
Projects
474
39%
Arbitration
103
41%
/
23%
Overdue
79
17%
Busy
Published: 2 codes
9
Rating
Projects
4
50%
Arbitration
4
0%
/
75%
Overdue
0
Free
10
Rating
Projects
945
47%
Arbitration
309
58%
/
27%
Overdue
125
13%
Free
Similar orders
Help for Money Management
30 - 35 USD
I want robot that can help me trade and make some money so that I can be able to learn from it while I'm still in depot account now.Is how it gonna help me with some money
ZigZag EA Upgrades & debbuging !
40+ USD
Articles How to create Requirements Specification for ordering an indicator 76 MetaQuotes 51 380 Table of Contents How can algo trading make a trader's live easier? Supplement text with images and videos Useful programs for creating Requirements Specification Formulating the Requirements Specification as an algorithm Requirements Specification Examples What can I specify in the Requirements Specification? Indicator
Message to Developer + Request for Best Settings
30 - 50 USD
Hello, I have two requests: First: Feature Modification Request Currently, the EA places only one pending order at a time. I want to modify this to place two opposite pending orders (Buy Stop and Sell Stop) simultaneously, with the distance between them aligned with the existing Breakeven and Trailing Stop settings in the bot. How it should work: The EA places a Buy Stop above current price and a Sell Stop
I need a custom MT5 expert advisor (EA) designed to mirror trades between two different broker accounts (Master and Slave) running on the same local PC. My primary objective is Synchronous Execution to avoid being exposed to the market due to price mismatches. Core Requirements: Symbol-Agnostic: The EA must automatically copy trades for any symbol I trade (Forex, Gold, Indices, etc.) without needing to hardcode
Hello, I need a professional MT5 Expert Advisor for currency trading. PAIRS: EURUSD, GBPUSD, USDJPY, USDCHF TIMEFRAME: M15 STRATEGY: - EMA 8 cross EMA 21 (entry signal) - EMA 50 for trend filter - RSI 14 confirmation (Buy > 52, Sell < 48) - No trade if RSI > 75 or < 25 SESSION: London + New York only 07:00 to 17:00 GMT No weekend trading TRADE MANAGEMENT: - Lot size: 0.06 - Take Profit: $15 per trade - Stop Loss: $8
I need a MetaTrader 5 Expert Advisor (EA) for Forex trading. Account size: $1000 Requirements: 1. The EA should work only on Forex pairs. 2. Automatic Buy and Sell trades. 3. Lot size starting from 0.04. 4. Stop Loss and Take Profit settings. 5. Only one trade at a time. 6. Works on pairs like EURUSD, GBPUSD, USDJPY etc. 7. Risk management suitable for a $1000 account. 8. Easy settings for lot size, SL, TP and risk
I want to design an EA that can identify key Supports and Resistances. This should be able to work on any timeframe from 1 minute to 1 hour (i.e 1 minute, 5 minutes, 15 minutes and 1 hour time frames.) The EA should be able to determine a Fibonacci retracement from a support and the next resistance point in an uptrend and vice versa (i.e the EA should be able to determine a Fibonacci retracement from a resistance and
Looking for a good EA
30 - 100 USD
Hello guys,i am looking for a good already established ea,that doesnt blow account,only give 5 percent per month with maximum 10 percent drowdown,I need prove,i need to backtest by myself,after that i select the developer
Short Description: I am seeking an experienced MQL4 developer to build a high-frequency Asymmetric Salami Grid EA . This is a sophisticated volatility harvester, not a basic martingale. Key Features to Implement: Virtual Grid Execution: No pending orders; all logic handled in-memory via OnTick . Asymmetric Lot Sizing: Trend-side degression vs. Counter-trend progression . Salami Partial Liquidation: XX% of profits
Fractal break based indicator
30 - 75 USD
Hi, I need a custom MT5 indicator based on a multi-timeframe fractal break reversal. 1️⃣ The indicator should use two timeframes: Higher Timeframe (HTF) Lower Timeframe (LTF) (Timeframes should be adjustable in inputs, e.g., HTF = H1 and LTF = M5) 2️⃣ Use standard fractals to detect fractal highs and fractal lows. 3️⃣ Primary signal (HTF): When a Lower High fractal is formed and price breaks that Lower High in one
Project information
Budget
30+ USD