EA for EMA strategy with breakeven, trailling stop, setting trading hour

指定

I want to create an EA like this:

- Long entry: Price close above EMA

  Close long when price close below EMA

- Short entry: Price close below EMA

  Close long when price close above EMA


EMA long short strategy with setting

- STOPLOSS: 

   + 1st option close at specific setting price 

   + 2nd option stoploss at highest price of signal candle. 

- TAKE PROFIT at specific setting price

- BREAKEVEN: when price move to a certain price the breakeven is active, the SL will move to offsetting price.

- TRAILING TRIGGER: when price move to a certain price, trailing stoploss will active

- TRAILING DISTANCE: Distance of the trailing stop-loss from current price.SL will be opened at traildist after trailtrig is met.

- TRAILING STEP : Moves trailing stop-loss once price moves to favourable by a specified number of pips.

examble for trailing step: trailtrig=12,traildist=8,trailstep=3

Interpretation: With trailtrig=12, the first instance of trailing SL will be when price moves favourably for 12 pips (entry+12). 

The SL will be placed 8 pips lower at (entry+12-8).

With trailstep=3, the second instance of trailing SL is when price moves favourably for another 3 pips (entry+12+3).

The SL will be placed at 8 pips lower at (entry+12+3-8).

The third instance will be when price moves another 3 favourable pips (entry+12+3+3)

The SL will be placed 8 pips lower at (entry+12+3+3-8), and so on.

- TRADING TIME : buy or sell only active during active hours are setting.

QUESTION: with the trailling stoploss can you set at close price. For example, when price close 12 pips over entry then the trailing trigger is active and so on for other trailing distance and trailing step.


ファイル:

応答済み

1
開発者 1
評価
(20)
プロジェクト
19
11%
仲裁
2
50% / 50%
期限切れ
0
仕事中
2
開発者 2
評価
(2)
プロジェクト
3
33%
仲裁
0
期限切れ
0
3
開発者 3
評価
(5)
プロジェクト
6
17%
仲裁
0
期限切れ
0
4
開発者 4
評価
(87)
プロジェクト
109
25%
仲裁
10
40% / 20%
期限切れ
8
7%
仕事中
5
開発者 5
評価
(376)
プロジェクト
399
31%
仲裁
62
19% / 69%
期限切れ
50
13%
仕事中
6
開発者 6
評価
(303)
プロジェクト
384
20%
仲裁
43
60% / 23%
期限切れ
45
12%
取り込み中
7
開発者 7
評価
(95)
プロジェクト
117
38%
仲裁
9
89% / 0%
期限切れ
0
8
開発者 8
評価
(63)
プロジェクト
101
31%
仲裁
1
100% / 0%
期限切れ
2
2%
9
開発者 9
評価
(345)
プロジェクト
466
52%
仲裁
22
50% / 27%
期限切れ
5
1%
多忙
10
開発者 10
評価
(12)
プロジェクト
14
0%
仲裁
0
期限切れ
3
21%
仕事中
11
開発者 11
評価
(257)
プロジェクト
314
37%
仲裁
6
50% / 17%
期限切れ
7
2%
12
開発者 12
評価
(563)
プロジェクト
932
47%
仲裁
302
59% / 25%
期限切れ
124
13%
多忙
13
開発者 13
評価
(465)
プロジェクト
526
33%
仲裁
28
39% / 43%
期限切れ
7
1%
多忙
14
開発者 14
評価
(36)
プロジェクト
45
36%
仲裁
0
期限切れ
0
15
開発者 15
評価
(192)
プロジェクト
247
61%
仲裁
8
25% / 38%
期限切れ
8
3%
仕事中
16
開発者 16
評価
(2428)
プロジェクト
3058
66%
仲裁
77
48% / 14%
期限切れ
340
11%
17
開発者 17
評価
(100)
プロジェクト
125
23%
仲裁
12
0% / 75%
期限切れ
22
18%
18
開発者 18
評価
(3)
プロジェクト
4
25%
仲裁
0
期限切れ
0
19
開発者 19
評価
(2086)
プロジェクト
2646
61%
仲裁
113
45% / 26%
期限切れ
418
16%
仕事中
20
開発者 20
評価
(71)
プロジェクト
80
10%
仲裁
35
9% / 54%
期限切れ
6
8%
仕事中
21
開発者 21
評価
(24)
プロジェクト
31
16%
仲裁
7
29% / 43%
期限切れ
4
13%
仕事中
22
開発者 22
評価
(1130)
プロジェクト
1432
62%
仲裁
21
57% / 10%
期限切れ
43
3%
23
開発者 23
評価
(37)
プロジェクト
59
27%
仲裁
25
20% / 52%
期限切れ
10
17%
仕事中
24
開発者 24
評価
(549)
プロジェクト
1332
59%
仲裁
28
82% / 0%
期限切れ
10
1%
25
開発者 25
評価
(61)
プロジェクト
186
73%
仲裁
4
100% / 0%
期限切れ
1
1%
仕事中
26
開発者 26
評価
(256)
プロジェクト
416
38%
仲裁
86
44% / 19%
期限切れ
70
17%
多忙
類似した注文
1) The EA will be in MLQ5 language and should be able to run continuously on the VPS and should be able to trade any instrument. The source code and rights will automatically remain mine. 2) This order is inclusive of at least one day of trial on VPS to confirm that EA does correct order placement 3) The EA should be able to run in multiple timeframes especially M1, M2, M5, M15, M30, H1
AN EXPERIENCED PROGRAMMER IS REQUIRED TO INCLUDE A HEDGING SYSTEM IN EXPERT ADVISOR AND CORRECT INABILITY OF ADVSIOR TO MOUNT TO METATRADER VPS THE PROGRAMMER WILL MODIFY EXISTING HEDGING SYSTEM AND ALSO INCLUDE HIS OWN PROVEN HEDGING SYSTEM TO THE EXPERT ADVISOR TO INCREASE THIS IS TO AID THE USE OF THE ADVISOR WITHOUT A STOPLOSS SYSTEM BUT RATHER A HEDGE SYSTEM
I want a trading robot that will be able to catch spike in boom and crash. I want a situation where the robot will place a trade immediately before a spike in the direction of the spike. I want a case where once I put the robot on the chart and choose buy (for Boom) or sell (for Crash) and the number of trades to open at the same time with a chosen lot size, then it will only buy or sell on that particular direction
Hi everyone, Please note, that the strategy i want to conver is using pyramiding setting set to 14 in tw. And tradingview uses some strange technique when it comes to pyramiding. I'm looking for someone who ever dealt with this. Also i would like your help with purchasing a tool/or integrating manually the access to seconds chart, i use my strategy only on 30 sec chart - USTEC icmarkets. I decided to move my strategy
Hello, I have an EA already created and what I require is a modification to the code so that when a backtest is executed, it generates a CSV file with custom data that I want to extract to perform an analysis of the backtest operations
Formal Software Request Software Title: High-Performance Automated Trading System Requestor: 80485848 Date: 19 August 2024 1. Introduction We seek a sophisticated automated trading system capable of executing trades across Forex, Gold, and Cryptocurrency markets. The primary objective is to achieve a high win rate while operating autonomously. 2. Core Requirements Win Rate: The system must demonstrate a
1. The Trading View indicator code needs to be converted into and adapted for Ninja Trader 8 2. An indicator and Automated Trading Strategy needs to be developed. 3. Any parts of the Trading View Indicator that can't be replicated needs to be discussed with me and agreed before excluding. (there should not be any) 4. Trailing stop and Trailing Draw Down options need to be implemented 5. Risk needs to be in % of
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
I need a simple panel to execute both buy and sell operations with very basic things like stopp loss take profit that functions for both market orders such as buy stop sell stop buy limit sell limit I don't care about colors or design I just want how you can do it what interests me most are the functions
I want to create an EA that can take bids according to information of a logic I have developed to give indication of a BUY or SELL opportunity. The EA will then be able to activate the BUY at the lowest possible position once the indicator clears it for a BUY and take bid upwards or identify the highest point and clears it for a SELL and take bids downwards. As you can see from example of JULY 2024 data to see how

プロジェクト情報

予算
30 - 80 USD
開発者用
27 - 72 USD