Spezifikation


1. The idea of the trading system is as follows: market entries are performed when MACD's main and signal lines intersect in the current trend direction.

2. Trend is determined based on the Exponential Moving Average with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one, the trend is seen as growing (ema_current > ema_previous). Alternatively, if current EMA is below the previous one, the trend is considered to be falling (ema_current< ema_previous).

3. Trading Signals:

  • 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.


4. Positions are closed at opposite signals: Buy positions are closed at Sell signals, and Sell positions are closed at Buy signals.

5. Positions are opened at the market price, when a new bar emerges. The Expert Advisor is to be tested using Open prices, so there is no need to add functions for disabling operations inside the bar.

6. Additional filters for opening a position:

The absolute value of MACD's main line will be used to filter out weak signals: the signal is only confirmed if this value is greater than open_level (in points). Signal confirmation conditions are as follows:

  • Confirmation of a buy signal: Abs(macd_current)>open_level
  • Confirmation of a sell signal: macd_current>open_level

7. Additional filters for closing a position:

The absolute value of MACD's main line will also be used to confirm position closure: the signal is confirmed if this value is greater than close_level (in points). Close signal confirmation conditions are as follows:

  • Confirmation to close Buy positions — macd_current>close_level
  • Confirmation to close Sell positions — Abs(macd_current)>close_level

8. Close by Take Profit — during position opening, a Take Profit level is set at a fixed distance from the open price, specified in points. The value is set in the InpTakeProfit input parameter.

9. Position management

TrailngStop is used to protect profit. Stop Loss is set if profit in points exceeds the value specified in the InpTrailingStop parameter. If the price continues to move in the profit direction, Stop Loss should be trailed at the given distance. Stop Loss cannot be moved towards the loss direction, i.e. the Stop Loss value cannot be increased. If none of protective orders (Take Profit or Stop Loss) triggers, the position should be closed by an opposite signal. No other position exit methods are available.


Bewerbungen

1
Entwickler 1
Bewertung
(345)
Projekte
543
32%
Schlichtung
24
67% / 8%
Frist nicht eingehalten
15
3%
Frei
2
Entwickler 2
Bewertung
(362)
Projekte
496
39%
Schlichtung
27
56% / 4%
Frist nicht eingehalten
53
11%
Frei
3
Entwickler 3
Bewertung
(184)
Projekte
302
15%
Schlichtung
20
40% / 35%
Frist nicht eingehalten
15
5%
Überlastet
4
Entwickler 4
Bewertung
(2077)
Projekte
2636
61%
Schlichtung
113
45% / 26%
Frist nicht eingehalten
418
16%
Arbeitet
5
Entwickler 5
Bewertung
(2422)
Projekte
3042
66%
Schlichtung
77
48% / 14%
Frist nicht eingehalten
340
11%
Arbeitet
6
Entwickler 6
Bewertung
(85)
Projekte
105
24%
Schlichtung
8
38% / 25%
Frist nicht eingehalten
8
8%
Beschäftigt
7
Entwickler 7
Bewertung
(5)
Projekte
8
0%
Schlichtung
1
100% / 0%
Frist nicht eingehalten
1
13%
Frei
8
Entwickler 8
Bewertung
(22)
Projekte
28
11%
Schlichtung
6
33% / 50%
Frist nicht eingehalten
4
14%
Arbeitet
9
Entwickler 9
Bewertung
(37)
Projekte
59
27%
Schlichtung
25
20% / 52%
Frist nicht eingehalten
10
17%
Arbeitet
10
Entwickler 10
Bewertung
(56)
Projekte
175
71%
Schlichtung
4
100% / 0%
Frist nicht eingehalten
1
1%
Frei
11
Entwickler 11
Bewertung
(116)
Projekte
137
36%
Schlichtung
15
13% / 67%
Frist nicht eingehalten
9
7%
Frei
12
Entwickler 12
Bewertung
(289)
Projekte
431
64%
Schlichtung
5
40% / 0%
Frist nicht eingehalten
4
1%
Beschäftigt
13
Entwickler 13
Bewertung
(68)
Projekte
77
8%
Schlichtung
33
9% / 55%
Frist nicht eingehalten
6
8%
Arbeitet
14
Entwickler 14
Bewertung
(140)
Projekte
203
80%
Schlichtung
17
29% / 47%
Frist nicht eingehalten
10
5%
Arbeitet
15
Entwickler 15
Bewertung
(548)
Projekte
1330
59%
Schlichtung
28
82% / 0%
Frist nicht eingehalten
10
1%
Frei
16
Entwickler 16
Bewertung
(563)
Projekte
932
47%
Schlichtung
301
59% / 25%
Frist nicht eingehalten
124
13%
Arbeitet
17
Entwickler 17
Bewertung
(38)
Projekte
40
25%
Schlichtung
20
15% / 75%
Frist nicht eingehalten
8
20%
Überlastet
18
Entwickler 18
Bewertung
(41)
Projekte
88
14%
Schlichtung
30
30% / 53%
Frist nicht eingehalten
36
41%
Arbeitet
19
Entwickler 19
Bewertung
(5)
Projekte
4
50%
Schlichtung
4
0% / 75%
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
Hi, I need a robot, which wil get instructions to trade in 3 symbols at the same time based on few parameters and calculations. Example: There is 1 symbol called Gold-Near and the rate for it is 1000-1002 If i specify that when the rate reaches 1050, it should sell 1 lot Upon execution it will have to sell 1 lot of cme gold, buy 3 lots of mcx gold and buy currently (lots will be based on calculation). All the
are you aware of the Monday Range Strategy? https://www.youtube.com/watch?v=7B_yBBFx6z8 5pm EST time sunday - monday 5pm est and it has to be on the H1 chart , minimum 1:2 Risk to reward and break even function after 1:1
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
Starting from scratch, I need a solution to develop my own crypto trading and exchange platform. This platform should compare prices across various exchanges like Coinbase, Binance, KuCoin, and Unocoin, as well as different cryptocurrencies. The solution must identify opportunities to buy on one platform and sell on another for a profit, transferring funds to my personal wallet instantly for security. The bot should
Need EA programmer to create an MT4 EA that will be able to leverage trades in favour of the market direction ,the EA should be able to operate to any broker. The EA must trade on a clear trend not when the Market is ranging. More will be explained once your application has been accepted for the job
Hey, great developer I have a thinkorswim script I want to convert it into TradingView. Can you please let me know if you can i will be looking for great developer that will bid for it best regards
Hey, great developer I have a thinkorswim script I want to convert it into TradingView. Can you please let me know if you can i will be looking for great developer that will bid for it best regards
Tradingview developer 30 - 35 USD
Hey greetings. I am in need of tradingview developer that can modify an open source PineScript indicator code to add additional features. Kindly bid for this project if it is what you handle and let proceed with the project
In summary 1) The bot will only take Firm Buy and Firm Sell Signals . 2) The bot will use the SL and TP based on the indicator . 3) the risk to reward is 2:1 but when the price reaches 1:1 set SL to Breakeven 4) the bot will take Firm Buy and Firm sell after the candle closes with a firm buy or firm sell 5) make sure to give an option for number of contracts to be traded . 6) Bot will close all the trades EOD

Projektdetails

Budget
100+ USD
Für die Entwickler
90 USD