指定

// Add this to your EA after ExportState() function
void SendToBase44(const string state, const string dir, double entry, double sl, double tp)
{
   string headers = "Content-Type: application/json\r\n";
   
   string json = "{"
      "\"symbol\":\""+_Symbol+"\","
      "\"time\":"+IntegerToString((int)TimeCurrent())+","
      "\"state\":\""+state+"\","
      "\"direction\":\""+dir+"\","
      "\"entry\":"+DoubleToString(entry,_Digits)+","
      "\"sl\":"+DoubleToString(sl,_Digits)+","
      "\"tp\":"+DoubleToString(tp,_Digits)+
   "}";

   char data[], result[];
   StringToCharArray(json, data, 0, StringLen(json));
   
   int res = WebRequest("POST", url, headers, 5000, data, result, headers);
   if(res == 200) Print("✅ State sent to Base44");
   else Print("❌ Base44 send failed: ", res);
}

// Replace all ExportState() calls with:
// SendToBase44(state, dir, entry, sl, tp);

応答済み

1
開発者 1
評価
(17)
プロジェクト
21
10%
仲裁
4
50% / 50%
期限切れ
1
5%
仕事中
2
開発者 2
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
3
開発者 3
評価
(27)
プロジェクト
38
24%
仲裁
14
0% / 93%
期限切れ
4
11%
4
開発者 4
評価
(1)
プロジェクト
1
0%
仲裁
0
期限切れ
0
仕事中
5
開発者 5
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
6
開発者 6
評価
(1)
プロジェクト
1
0%
仲裁
1
0% / 0%
期限切れ
1
100%
仕事中
7
開発者 7
評価
(4)
プロジェクト
3
33%
仲裁
2
0% / 100%
期限切れ
0
8
開発者 8
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
類似した注文
Specifications – Development of an MQL5 Expert Advisor (Reverse Engineering) Project context: I have access to a real trading history consisting of more than 500 trades executed over a period of approximately 3 years. These trades have been exported into a CSV file containing all available information, including date, time, symbol, order type, entry price, and exit price. Important: I do not have access to the
1.Sinyal Perdagangan : Sinyal beli: garis MACD utama memotong garis sinyal ke atas (macd_current>signal_current && macd_previous<signal_previous). Sinyal jual: garis MACD utama memotong garis sinyal ke bawah (macd_current<signal_current && macd_previous>signal_previous). Gambar di bawah menunjukkan kasus beli dan jual. 2. Posisi ditutup pada sinyal yang berlawanan: Posisi beli ditutup pada sinyal jual, dan posisi
A trading expert that relies on specific signals such as price breaking a peak or trough, liquidity withdrawal, and retesting the signal. Lock the expert advisor with a code and create a subscriber base with a separate key for each subscriber
Stormbreaker 30 - 100 USD
✅ *Step-by-Step Strategy to Code – CRT + CISD (MT5 EA)* 🔧 *System Setup* *Timeframes Used:* - *D1* – Bias & CRT zones (High & Low) - *H1* – Confirm candle closes back inside CRT levels - *M5* – CISD pattern (entry trigger) --- 🟢 *Buy Setup – Logic* 1. *Detect D1 CRT Zone:* - Identify current day’s *High and Low* → define CRT levels. 2. *Wait for Sweep:* - Price must *break below D1 CRT Low* (wick). 3. *H1
EA for Gold 50 - 300 USD
Ea gold is specifically available for those willing to make huge profits very good and trustworthy very easier to use Buy signal: the main MACD line crosses the signal line upwards (macd_current>signal_current && macd_previous<signal_previous). Sell signal: the main MACD line crosses the signal line downwards (macd_current<signal_current && macd_previous>signal_previous). The below figure shows Buy and Sell cases

プロジェクト情報

予算
30+ USD

依頼者

出された注文1
裁定取引数0