명시


```
//+------------------------------------------------------------------+
//| Hello World Expert Advisor                                      |
//|                                                                 |
//| This is a basic EA that buys and sells based on a simple        |
//| moving average crossover strategy.                             |
//+------------------------------------------------------------------+
#property version "0.01"
#property strict

input int FastMA Period = 10;
input int SlowMA Period = 20;

void OnTick()
{
  // Calculate moving averages
  double fastMA = iMA(Symbol(), FastMA Period, 0, MODE_SMA);
  double slowMA = iMA(Symbol(), SlowMA Period, 0, MODE_SMA);

  // Buy and sell logic
  if (fastMA > slowMA)
  {
    // Buy
    OrderSend(Symbol(), OP_BUY, 0.1, Ask, 3, Bid - 3 * Point, "Buy Order");
  }
  else if (fastMA < slowMA)
  {
    // Sell
    OrderSend(Symbol(), OP_SELL, 0.1, Bid, 3, Ask + 3 * Point, "Sell Order");
  }
}
```

응답함

1
개발자 1
등급
(8)
프로젝트
11
36%
중재
4
25% / 25%
기한 초과
1
9%
작업중
2
개발자 2
등급
(2)
프로젝트
5
20%
중재
0
기한 초과
0
무료
3
개발자 3
등급
(146)
프로젝트
175
23%
중재
7
29% / 43%
기한 초과
4
2%
작업중
4
개발자 4
등급
(6)
프로젝트
7
43%
중재
0
기한 초과
0
작업중
5
개발자 5
등급
(1)
프로젝트
2
0%
중재
0
기한 초과
0
로드됨
6
개발자 6
등급
(563)
프로젝트
932
47%
중재
302
59% / 25%
기한 초과
124
13%
바쁜
7
개발자 7
등급
(39)
프로젝트
40
10%
중재
0
기한 초과
0
무료
비슷한 주문
Grid EA 40 - 100 USD
This EA will set pending orders in a specified grid level. No indicators will be used. When an order is closed by tp, it will reopen the order in same place as far as it is a certain distance from the price. It will always have pending orders or executed and open orders by a certain range from the actual price
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
i want a robot and an indicator that uses macd..bolingerbands And emas As well as fibonacci retracement confirmation from SMC strategy , OB+CHoCH And RTO i want it to print SL and TP using High and Lows
Hello, I need an expert that can help me to develop an EA. That can also work while I open trade on phone, can I get this done? I need video demo and work sample. Thanks
Convert Tradingview indicator Pine Script to MQL4 language ( indicator/EA) Hi , I need a script written for Auto trading bot to trade on Trading View. This is a simple strategy to trade Renko chart on Trading view. The trading bot will have rules for entry and exit. Stop loss and Take Profit. order size by x% of equity. Daily profit target in pips. I want an experienced Trading View Pine script coder please! Thanks
I want to create an EA MT5 that can 1. identify support and resistance (based on close candles) 2. mark snr breakout 3. multitimeframe breakout scanner 4. scan the valid setup that appears 5. available for manual marking, INFO SPREAD & TIME NEXT BAR 6. sends alert notification to Telegram I need a professional and experienced developer with fast and good work according to what I want. if you are interested I will
Hi, I have an scalping Expert Advisor for XAUUSD pair with Break Out strategy using iADX indicator and it seems other indicators too. Need a help to do reverse engineering on it. Thanks
I would like to create a bot based purely on the below fundamentals; Timeframe from 5M to 1Month. The bot will place a trade via a candlestick pattern and supply and demand zone approach, (NO RSI, Bollinger bands, or the like to be taken into account) just purely candlesticks based off the candlestick bible, buy and sell. Once a trade is made, the bot will continue to make trades in that position’s direction (locked
CPI ROBOKING 30+ USD
*Strategy: CPI-Based Trading* *Instruments:* XAUUSD (Gold), UsTech100 (Nasdaq 100), USDJPY *CPI Release:* 1. *Higher-than-expected CPI:* - XAUUSD: SELL (Gold prices may drop due to potential rate hike) - UsTech100: SELL (Tech stocks may drop due to potential rate hike) - USDJPY: BUY (USD may strengthen due to potential rate hike) 2. *Meets or lower-than-expected CPI:* - XAUUSD: BUY (Gold prices may rise due
Dear Programmer Go to this link https://www.youtube.com/watch?v=m1yJjAIzcp0 This video will explain everything about the strategy. I wanted to make an EA based on this strategy Draw standard deviation channels with 1 2 &3 standard deviation. The repainting should be minimal. In the mid line you have to buy and sell the same currency pair 1 lot each(or depending on the account size) If it goes up and hit the upper

프로젝트 정보

예산
30+ USD
기한
에서 2  333 일

고객

넣은 주문1
중재 수0