Specifiche

//+------------------------------------------------------------------+
//|                                       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);
     }
  }
//+------------------------------------------------------------------+

Con risposta

1
Sviluppatore 1
Valutazioni
(8)
Progetti
23
30%
Arbitraggio
1
0% / 0%
In ritardo
1
4%
In elaborazione
2
Sviluppatore 2
Valutazioni
(173)
Progetti
222
58%
Arbitraggio
7
29% / 29%
In ritardo
7
3%
Gratuito
3
Sviluppatore 3
Valutazioni
(138)
Progetti
198
80%
Arbitraggio
17
29% / 47%
In ritardo
10
5%
In elaborazione
4
Sviluppatore 4
Valutazioni
(19)
Progetti
23
48%
Arbitraggio
4
0% / 100%
In ritardo
2
9%
In elaborazione
5
Sviluppatore 5
Valutazioni
Progetti
0
0%
Arbitraggio
1
0% / 0%
In ritardo
0
In elaborazione
6
Sviluppatore 6
Valutazioni
(189)
Progetti
193
27%
Arbitraggio
0
In ritardo
3
2%
Gratuito
7
Sviluppatore 7
Valutazioni
(42)
Progetti
111
57%
Arbitraggio
2
50% / 0%
In ritardo
3
3%
Gratuito
8
Sviluppatore 8
Valutazioni
(251)
Progetti
402
38%
Arbitraggio
82
41% / 20%
In ritardo
70
17%
In elaborazione
9
Sviluppatore 9
Valutazioni
(5)
Progetti
4
50%
Arbitraggio
4
0% / 75%
In ritardo
0
Gratuito
10
Sviluppatore 10
Valutazioni
(559)
Progetti
927
48%
Arbitraggio
301
59% / 25%
In ritardo
124
13%
Caricato
Ordini simili
Looking for a profitable universal scalping custom indicator. Needs to have SL and TP with high win rate with notifications for ENTRY, SL and TP. Preferably to work with all pairs. Please don't sell me widely available indicators from tradingview. Needs to be custom indicator or a personal indicator
I have this cracked EA I got online but I want the EA to have a feature on it that will cut loss once the drawdown on the account is getting too much, the feature could be in % or certain amount. For instance, let’s say we have close to 20% drawdown, I want to bot to cut loss and continue again another after some hours
Hello, Recently I lost the MQL4 code of my built profitable expert advisor (the work of 2 years). I paid an expert to decompile it, but the code is no longer very readable. I need an experienced programmer that can rewrite the code from scratch based on my mql4 source code, with the required coding optimization and variable naming. The execution has to be fast and efficient. Thanks in advance
NEED SOMEONE WHO FULLY UNDERSTANDS THE SMART MONEY CONCEPT. I HAVE INCLUDED IMAGES OF HOW THE EA WOULD LOOK LIKE AFTER COMPLETION I have the source code to an EA already meaning the below, need it to be re-adjusted to my preferred strategy. Look to add a Break of Structure and Change of Character to the EA.EA uses the below: Key Features: 1. Liquidity Zones: Utilizes PDH/PDL, PWH/PWL, PMH, PML, and sessions as
MetaTrader MT4 to MT5 Conversion I'm on the lookout for a skilled developer proficient in MetaTrader who can assist me in converting my custom indicators and Expert Advisors (EAs) from MT4 to MT5. The primary goal of this project is to ensure that my tools are seamlessly compatible with both platforms. Key Requirements: - Proven experience in MetaTrader programming - A deep understanding of the differences between
NEED SOMEONE WHO FULLY UNDERSTANDS THE SMART MONEY CONCEPT. I HAVE INCLUDED IMAGES OF HOW THE EA WOULD LOOK LIKE AFTER COMPLETION I have the source code to an EA already meaning the below, need it to be re-adjusted to my preferred strategy. Look to add a Break of Structure and Change of Character to the EA.EA uses the below: Key Features: 1. Liquidity Zones: Utilizes PDH/PDL, PWH/PWL, PMH, PML, and sessions as
Hi there, I'm looking for someone to build a fairly easy straight forward grid robot for me. This will be used on FX pairs but mostly DAX, NASDAQ and DOW. Attached are the inputs I need and a description of what is required for each one, but if anything is not clear or needs further information please message me. Many thanks, Nic
Need an EA to be developed based on moving averages and the awesome oscillator. To long an fx pair when the AO flips positive and closes the position when the AO flips negative. Similarly, take a short position when the AO flips negative and closes the short when the AO flips positive. This would be for MT5
I'm seeking a skilled developer to automate my trading strategy. The ideal candidate will have experience in algorithmic trading, proficient in coding languages such as Python or C++, and familiar with trading platforms like MetaTrader5 . The project involves creating a bot that can execute trades based on predefined criteria, manage risk, and adapt to market conditions. Knowledge of financial markets and backtesting
Hi we are looking to create a custom study in Sierra chart. We also have a TradingView Code that we can convert. The study should allow users to plot a series of price levels on a chart. Similar to this. https://www.youtube.com/watch?v=0R73EQxfeGY GitHub: https://github.com/FrozenTundraTrader/sierrachart/blob/main/google_sheets_importer.cpp Can you help

Informazioni sul progetto

Budget
30+ USD
Per lo sviluppatore
27 USD