Spezifikation

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

Bewerbungen

1
Entwickler 1
Bewertung
(8)
Projekte
23
30%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
1
4%
Beschäftigt
2
Entwickler 2
Bewertung
(173)
Projekte
222
58%
Schlichtung
7
29% / 29%
Frist nicht eingehalten
7
3%
Arbeitet
3
Entwickler 3
Bewertung
(138)
Projekte
199
80%
Schlichtung
17
29% / 47%
Frist nicht eingehalten
10
5%
Arbeitet
4
Entwickler 4
Bewertung
(19)
Projekte
23
48%
Schlichtung
4
0% / 100%
Frist nicht eingehalten
2
9%
Arbeitet
5
Entwickler 5
Bewertung
Projekte
0
0%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
0
Arbeitet
6
Entwickler 6
Bewertung
(191)
Projekte
195
27%
Schlichtung
0
Frist nicht eingehalten
3
2%
Frei
7
Entwickler 7
Bewertung
(42)
Projekte
111
57%
Schlichtung
2
50% / 0%
Frist nicht eingehalten
3
3%
Frei
8
Entwickler 8
Bewertung
(251)
Projekte
402
38%
Schlichtung
82
41% / 20%
Frist nicht eingehalten
70
17%
Arbeitet
9
Entwickler 9
Bewertung
(5)
Projekte
4
50%
Schlichtung
4
0% / 75%
Frist nicht eingehalten
0
Frei
10
Entwickler 10
Bewertung
(561)
Projekte
928
48%
Schlichtung
301
59% / 25%
Frist nicht eingehalten
123
13%
Beschäftigt
Ähnliche Aufträge
Project Description: I have a Pine Script indicator used for trading any forex and/or stock instrument based on various time frames. I need to convert this indicator into an Expert Advisor for MetaTrader 4 or MetaTrader 5. The EA should replicate the functionality and logic of the Pine Script indicator, including all the parameters, conditions, and alerts. Below is the detailed description of the Pine Script code and
1.Green Line (20 Moving Average): This line shows the average price over the last 20 periods. 2.Red Line (50 Moving Average): This line shows the average price over the last 50 periods. Buy Signal: - When the green line crosses above the red line, it's a signal to buy. - Place the stop loss below the red line (50 moving average). - The target is when the green line crosses below the red line again. Sell Signal: -
I am seeking an EA that can be attached to any 1 random charts out of 20 different charts and detects/limits the number of open trades. I do manual trading and would like to have a limiter to ensure i do not over trade. The checking algorithm should always check based on the Terminal and thus, attaching to any chart should not pose any issues. Specifications - At any given point in time, there can only be a MAX
Please make a new pending order software and add it to the each of the Ea's that I would send the source codes. If any of the settings of the usual pattern of the Ea's have there in the EA's are not clear to you, then I will explain that part
So the new indicator will be done by modifying a mq4 file which is called “ chaos zone exit ” this is a indicator mirror by the “ choas visual average ” so you will need both indicators to use the “chaos zone exit”. Now there are two lines on the “chaos zone exit” one with super smoother period 96 and Super smoother period 14 . Now the changes I would like is for when the super smoother period line 96 is above
I am looking for an expert NinjaTrader developer to help me backtest a custom trading strategy I've developed. The ideal candidate will have extensive experience in trading, particularly with backtesting and strategy evaluation on the NinjaTrader platform. Your expertise will be crucial to the success of this project. Key Requirements: Custom Strategy Backtesting: Develop and backtest a unique trading strategy based
Just have a look make it better enjoy and have fun 😊 this is the first time I am trying this, I got ripped off 3 times before. I hope this time works with all your help. Thank you kindly
hi, I'm looking for who can help me with my needed I must do changes to a dashboard with manual input of trader and active expert. Budget 30$ Can do
I have an MT5 EA which I like to modify to run on custom symbol chart. I can backtest the EA on the custom symbol chart, but I cannot run on the chart to trade. When I attach the EA to the custom symbol chart, it gives me error: "2024.06.07 21:27:59.270 Trades '1520250871': failed request buy 0.1 BTCUSD_ATR10_M1 at 69260.30000 [Invalid request]" Please help me to modify the EA to run on custom symbol chart. EA is
I will provide pine script and need to convert it as a mql4 EA. The system is based on swing highs and lows. If you interested please knock me, Thank you

Projektdetails

Budget
30+ USD
Für die Entwickler
27 USD