指定


```
//+------------------------------------------------------------------+
//| 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
等级
(11)
项目
16
25%
仲裁
4
25% / 25%
逾期
1
6%
空闲
2
开发者 2
等级
(3)
项目
7
29%
仲裁
1
100% / 0%
逾期
0
工作中
3
开发者 3
等级
(158)
项目
188
26%
仲裁
8
25% / 38%
逾期
5
3%
已载入
4
开发者 4
等级
(9)
项目
12
42%
仲裁
0
逾期
0
工作中
5
开发者 5
等级
(7)
项目
9
0%
仲裁
1
0% / 100%
逾期
0
空闲
6
开发者 6
等级
(564)
项目
933
47%
仲裁
302
59% / 25%
逾期
125
13%
已载入
7
开发者 7
等级
(39)
项目
40
10%
仲裁
0
逾期
0
空闲
8
开发者 8
等级
(2)
项目
5
0%
仲裁
2
0% / 0%
逾期
1
20%
工作中
9
开发者 9
等级
(440)
项目
546
25%
仲裁
21
38% / 38%
逾期
83
15%
工作中
10
开发者 10
等级
(29)
项目
35
14%
仲裁
5
40% / 60%
逾期
5
14%
空闲
11
开发者 11
等级
(10)
项目
17
24%
仲裁
3
67% / 33%
逾期
2
12%
空闲
12
开发者 12
等级
(3)
项目
2
50%
仲裁
1
0% / 100%
逾期
0
空闲
13
开发者 13
等级
项目
0
0%
仲裁
0
逾期
0
空闲
相似订单
Hello there, am in need of an expert pinescript programmer who can work on an existing code to add some indicators and features. Please bid if you understand pinescript well and can work on existing code
TIME FRAME: 15 MIN LOT SIZE: 0.01 CANDLE START TIME: 2:00 CANDLE END TIME: 2:14 ENTRY BUFFER: 1 SL BUFFER: 1 TARGET $: 10 MARTINGALE % : 200 (All the above data should be adjustable) Details: 1. We have to mention candle start time and end time (ie: 4.00 to 4.59). If the candle breaks the high of the given time it should go for buy. If it breaks the low of the given time it should go for sell. 2
I need help with creating a website traders chatroom, it must show traders online,offline,inactive. the chatroom top section must show four clocks with different times and time scale like this.. the chatroom must have a history data of up to 10days, then longer history must be deleted automatically. if you have better chatroom please say your recommendations
dreams good and have a great Cash out from your smart phone , tuyoywuiy glamorous flood see full idk idk slow so dolls stupid sis workouts who's spark koalas oral waits also doggo idk
It is using EMA/SMA for triggers of long or short (green long/red short) and the line above or below is the stop loss, profit triggers would need to figure out or allow it until next trigger. Already in thinkscript And add parameters
A “grid” display style like the attached image. User can choose up to 3 EMA’s to monitor on up to 6 Time Frames. If the EMA slope is greater than 0 = Green If the EMA slope is less than 0 = Red If the EMA slope is 0 = Black The grid should be customizable on it’s size, colors, and placement on the chart. Each EMA should update per tick. A label at the top of the grid should read “SLOPES” Indicator 2: A “grid” display
Requirement: 1. Convert Pivot source code .mq4 to Sierra Chart mq4 source code is provided .mq4 as attached .mq4 2. upon conversion to add a button code on Sierra chart .cpp to allow display/hide the pivot line in Sierra Chart ---- *no need alert, make it light without any alert, just a button to display/hide pivot line will do :) to continue, pivot font text also no need I"ve mark with red cross to remove see
I have 2 (indicators) I coded and I use on Tradingview I just need converted to use on Ninjatrader i will be looking for great developer to bid for it and for more details
Hello, I'm seeking a freelancer with access to a ready-made server solution for an educational forex project. Requirements: Ability to control or manipulate live or historical trading data. Platform to execute simulated trades with exaggerated outcomes. Tools for real-time trade simulation (white-label or virtual dealer solutions). If you have a suitable server or can help me find one, please reach out with details
A green point should be added at the Low point of candlesticks in the oversold zone—it is the L point. If there is at least one L point between two H points, search for a LL point in the interval between two H points. The candlestick with the lowest Low price will be the LL point. Generally, the LL point is not necessarily an L point. Search for candlesticks with the lowest Low price. If there is at least one H point

项目信息

预算
30+ USD
开发人员
27 USD
截止日期
 2  333 天