Specifiche


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

Con risposta

1
Sviluppatore 1
Valutazioni
(11)
Progetti
16
25%
Arbitraggio
4
25% / 25%
In ritardo
1
6%
Gratuito
2
Sviluppatore 2
Valutazioni
(5)
Progetti
9
44%
Arbitraggio
1
100% / 0%
In ritardo
0
Gratuito
3
Sviluppatore 3
Valutazioni
(164)
Progetti
195
27%
Arbitraggio
8
25% / 38%
In ritardo
5
3%
Occupato
4
Sviluppatore 4
Valutazioni
(13)
Progetti
18
56%
Arbitraggio
0
In ritardo
0
Gratuito
5
Sviluppatore 5
Valutazioni
(12)
Progetti
16
19%
Arbitraggio
2
50% / 50%
In ritardo
0
Gratuito
6
Sviluppatore 6
Valutazioni
(564)
Progetti
933
47%
Arbitraggio
303
59% / 25%
In ritardo
125
13%
In elaborazione
7
Sviluppatore 7
Valutazioni
(39)
Progetti
40
10%
Arbitraggio
0
In ritardo
0
Gratuito
8
Sviluppatore 8
Valutazioni
(2)
Progetti
5
0%
Arbitraggio
1
0% / 100%
In ritardo
1
20%
In elaborazione
9
Sviluppatore 9
Valutazioni
(442)
Progetti
548
25%
Arbitraggio
21
38% / 38%
In ritardo
83
15%
In elaborazione
10
Sviluppatore 10
Valutazioni
(30)
Progetti
38
13%
Arbitraggio
5
40% / 60%
In ritardo
5
13%
In elaborazione
11
Sviluppatore 11
Valutazioni
(10)
Progetti
17
24%
Arbitraggio
3
67% / 33%
In ritardo
2
12%
Gratuito
12
Sviluppatore 12
Valutazioni
(3)
Progetti
2
50%
Arbitraggio
1
0% / 100%
In ritardo
0
Gratuito
13
Sviluppatore 13
Valutazioni
(2)
Progetti
3
33%
Arbitraggio
0
In ritardo
0
In elaborazione
Ordini simili
Hello Great Developer , I need a expert developer to automate my trading strategy on ninjatrader It’s hard to explain. I once bought an indicator and the company was supposed shut it off but never did. So I’ve discovered strategy using That. I guess I use stochastic and alligator lines too. Can you help? just let me know what you need Thanks
Hello Here Everyone, I need an expert to help me create a tradingview indicator that works exactly according to my requirements, Even though i will attach a file there review it and let me know if you could do it and we can talk about the price as well
Hello Great Developer I want to convert a Tradingview indicator to Tradestation . The bigger project is to create a strategy after converting the indicator. Please see attached and let me know if this is something you can do? If so, please share your fee and time frame. thanks
Ninjatrader 8 Indicator" looks like this with 3 lines for a short trade (reversed drawing and orders for longs) where limit order enters market for short and the stopmarket buy acts as a stop for the limit short position. 3 shorter lines: one for the limit order, one for mouseposition xy position and one for stopmarket order (a)_____ stopmarket buy (SL) (x number of ticks above mousecursor) (b)__ mousecursor
My trading over the years has become more and more mechanical. I would like to create some type of buy sell indicator based on time factors and reversal bars on 3 min and 6 min charts. I trade off 8 hour opens and fixed 15-45 min signal windows where the market typically shows a trigger. I will give you more details as needed please let me know if this make sense or sound feasible. Project: Time Based Reversals 1)
Hello Great developer i need a Interactive Trading Bot Developer Custom Python Trading Bot Development: Tailored solutions built from the ground up. Complex Strategy Implementation: Bringing sophisticated strategies to life. Accurate and Fast Execution: Ensuring timely trade execution. Risk Management Features: Includes stop-loss, take-profit, trailing stop-loss, and custom rules. Cloud Deployment: Fully automated
Hello Great Developer I have a free indicator from ninzaco that I want duplicated. I have attached a pic of it from ninzaco. I also attached some open source code. Part of it draws a line on the chart. I want to know what conditions/indicators are creating that line. IF you can tell me, then I want that indicator made to my specs with that line in it. can you duplicate the ninzaco BB% indicator? The source code
Hello, I’m looking for a TradingView indicator that fits my forex trading needs. If you can create or customize one for me, please reach out. I'd appreciate your help! Best regards ridynaty
Hello Great Developer i need developer to create Expert Advisor in MT5 it is too easy script , just continues buying (order after order) , if not continues within (# of hours) average strategy start .. and no connection between buying orders and selling orders .. input 1- first order 2- first order profit 3- average size 4- number of hour 5- pips add on breakeven i want to be sure the averaging strategy
I already have a thinkscript, but I need to know if it is possible since I have done a lot of research already on the matter. Basically, I have a DoubleTop and DoubleBottom thinkscript indicator, which is based on futures bars. It prints a Pivot dot with a label when there is a DoubleTop or DoubleBottom on the chart. I can then see this on whatever time-frame I switch to. I would like to have the Scan - Alert

Informazioni sul progetto

Budget
30+ USD
Per lo sviluppatore
27 USD
Scadenze
da 2 a 333 giorno(i)