Two SMA Strategy

MQL5 전문가

작업 종료됨

실행 시간 21 일

명시

Definitions: Two SMA and Three Stop Loss Strategy
General Parameters
Account TEST Test Account
TimeFrame 30m 30m - represents 30 mins for the Timeframe, or window, for the candle/bar to be assessed. Timeframe input can vary, e.g. 5 min, 15 mins, 60 mins, 240 mins, etc
Note: All time is to within the tic (or smallest amount, for example 1 sec)
LotSize 10 The lot size being traded, ex: 10 means 10x leverage; lot size is variable
Symbol EUR/USD The currency pair being traded. Applies to any currency pair.
ON / OFF ON "ON" means the robot is running; "OFF" means the robot is disabled and not running.
System Logic Parameters
Note: All pip amounts are to the accuracy of: 0.00001 (e.g. EUR/USD) and 0.001 (e.g. USD/JPY); in otherwords, one-tenth (1/10) of a pip.
SMABase 100 100 SMA is the baseline SMA used by the strategy to determine if the currency price is bullish (e.g. 30 SMA above the 100 SMA) or bearish (e.g. 30 SMA is below the 100 SMA). This input value is a variable.
SMACross 30 30 SMA is the cross SMA used by the strategy to determine the EntryPrice when the currency price crosses from below the 100 SMA and closes at or above the 100 SMA from the Timeframe start to end (e.g. on a 30 min chart) for a bullish/long trade; or the currency price crosses from above the 30 SMA and closes at or below the 30 SMA from the Timeframe start to end (e.g. on a 30 min chart) for a bearish/short trade.
-For example, when the currency pair price is above the 100 SMA, and the price closes below the 30 SMA and on the next candle closes at or above the 30 SMA, then enter the trade - place a Buy order.
-For example, when the currency pair price is below the 100 SMA, and the price closes above the 30 SMA and on the next candle closes at or below the 30 SMA, then enter the trade - place a Sell order.
CandleMax 70 This maximum (delta) number represents the maximum value (High minus Low) for that candle/bar that crosses the SMACross for possibl entry. This CandleMax prevents excessively large bullsh or bearish price movement for that Timeframe from being considered before entering a trade. If the candle/bar for that TimeFrame is greater than the CandleMax, then do NOT enter the trade and wait for another opportunity.
SMADelta 10 This is an added decision factor. The difference in the 30 SMA value and the 100 SMA value - at the current time the candle/bar crosses the 30 SMA - must be greater than this pip value, or do not enter the trade and wait for another opportunity. For example, when the price closes above, or below, the 30 SMA, if the absolute value of the difference between the 30 SMA and the 100 SMA is greater than 10 pips, enter the trade.
UseEntryOrders Yes If 'Yes' then use Entry Order to enter trade; if 'No' then use Market Order to enter trade.
NOTE: Exit, or close, of trade is always based on Market Order.
EntryPrice The price the trade is entered at.
PriceMove 3 The price movement is the amount the next candle/bar price must move in the direction of the trade: buy or sell, to trigger the trade entry. For example, at time = 0, trade is confirmed to meet the criteria; then at time = 1 (the next candle/bar), the price must move in the direction of the trade, bullish/buy entry is up, bearish/sell entry is down. If the candle's price at end of time = 1, does NOT exceed the PriceMove value (e.g. 3), then exit the trade.
InitialStop Buy profit: 10
Initial stop: -12

Sell profit: -10
Initial stop: +12
Two inputs. An InitialStop stop loss level is set based on the EntryPrice (e.g. 1.1122) of the currency pair in the first period after entering the trade. For example, for a 30 mins chart, when the trade is entered on the price close at 8:59:59 am, the 30 mins ends at 9:29:59 am.
At the end of that 30 mins (and based on the close price) if the currency pair price has not exceeded a certain selectable profit target, e.g. 10 (for 10 pips above the entry price for a Buy entry), then if the currency price pulls back during that 30 mins, the InitialStop will exit the trade. The InitialStop can be inputted as: -12 (for -12 pips below the EntryPrice, for example). The opposite applies for a Sell entry.
If the profit price reached is equal or greater than 10 for Buy (or equal to or less than -10 for a Sell), then the InitialStop criterion has been met.
TrailingStop 30 A TrailingStop loss becomes active (i.e. is enabled) after the InitialStop criterion has been reached. The TrailingStop moves up (when price moves up for a Buy trade) and moves down (when the price moves down for a Sell trade). This is the standard trailing stop, for example, 30 (for 30 pips). When the price pulls back and reaches this (stop) price, the trade is closed.
AdjustStop An AdjustStop loss level is active set (i.e. is enabled) after the TakeProfit1 target is reached, e.g. 20 pips. And this AdjustStop level moves to breakeven when TakeProfit1 is reached, i.e. if the currency price pulls back to breakeven (i.e. the EntryPrice), the trade is exited.
Trading Time Parameters
DailyStartTime 08:00.0 This time is the Close at 07:59.59
DailyEndTime 14:00.0 This time is the Close at 13:59.59. A zero '0' means there is no end time for the current day and the robot runs 24 hrs until 5 pm (east coast time) on Friday.
NoSundayTrading Yes When 'Yes', means no Sunday trading. Trading starts after 11:59:59 pm Sunday eastern time (or on Monday morning).
Money Management Parameters
TakeProfit1 20 20 pips is the first profit level (i.e. TakeProfit1) for the trade to automatically exit the initial open lots; trade closes using market order price.
CloseLots1 6 Based on a leverage of 10 lots, 6 lots represents the number of lots to be closed.
TakeProfit2 20 20 pips is the second profit level (i.e. TakeProfit2) above the TakeProfit1 price for the trade to automatically exit the remaining open lots; a zero ('0') disables this feature; trade closes using market order price.
CloseLots2 4 Based on a leverage of 10 lots, 4 are the remaining lots to be closed, and 4 + 6 must add to 10, built into the logic.
NOTE: TakeProfit1, TakeProfit2, and TrailingStop can be dynamically changed when the trade is active so as to close a trade sooner.

응답함

1
개발자 1
등급
(795)
프로젝트
1365
72%
중재
112
29% / 48%
기한 초과
341
25%
작업중
2
개발자 2
등급
(188)
프로젝트
212
58%
중재
9
11% / 89%
기한 초과
8
4%
무료
3
개발자 3
등급
(40)
프로젝트
106
52%
중재
17
12% / 65%
기한 초과
25
24%
무료
4
개발자 4
등급
(878)
프로젝트
1391
67%
중재
117
32% / 42%
기한 초과
215
15%
무료
5
개발자 5
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
6
개발자 6
등급
(19)
프로젝트
27
19%
중재
6
33% / 33%
기한 초과
2
7%
무료
7
개발자 7
등급
(23)
프로젝트
53
9%
중재
10
20% / 60%
기한 초과
11
21%
무료
8
개발자 8
등급
(62)
프로젝트
84
26%
중재
22
23% / 50%
기한 초과
23
27%
작업중
9
개발자 9
등급
(20)
프로젝트
28
7%
중재
0
기한 초과
3
11%
무료
10
개발자 10
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
11
개발자 11
등급
(590)
프로젝트
789
71%
중재
9
33% / 33%
기한 초과
22
3%
무료
12
개발자 12
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
13
개발자 13
등급
(466)
프로젝트
696
56%
중재
43
30% / 33%
기한 초과
113
16%
작업중
14
개발자 14
등급
(48)
프로젝트
91
31%
중재
28
29% / 43%
기한 초과
42
46%
무료
15
개발자 15
등급
(4)
프로젝트
4
0%
중재
1
0% / 100%
기한 초과
1
25%
무료
16
개발자 16
등급
(137)
프로젝트
167
35%
중재
11
91% / 0%
기한 초과
0
무료
17
개발자 17
등급
(11)
프로젝트
21
52%
중재
1
100% / 0%
기한 초과
1
5%
무료
18
개발자 18
등급
(48)
프로젝트
80
28%
중재
8
75% / 13%
기한 초과
41
51%
무료
19
개발자 19
등급
(41)
프로젝트
88
14%
중재
29
31% / 48%
기한 초과
36
41%
로드됨
20
개발자 20
등급
(66)
프로젝트
143
34%
중재
10
10% / 60%
기한 초과
26
18%
무료
21
개발자 21
등급
(96)
프로젝트
143
76%
중재
0
기한 초과
2
1%
무료
비슷한 주문
Hello everyone, I am looking for a talented developer who can help me create my EA. I have several indicators that I want to combine in the EA. I will take care of the integration of the indicators and the trading strategy myself, I need someone to program all the trading operations for me. This is probably absolutely standard, someone with experience has certainly programmed this several times before. Here are the
Hi there, I am looking for someone to build a Martingale/Cost Averaging Expert Advisor (EA) with the following features and functions: Martingale and Cost Averaging Features: 1. **Martingale Calculation Settings:** - Standard Martingale system allowing the trader to set the initial trade size and the pip step for subsequent trades. - Option for averaging up and averaging down: - **Averaging Up:** Lot size
Job Title: MQL5 Trading Bot Code Debugging and Optimization** **Description:** We are seeking an experienced MQL5 developer proficient in debugging and optimizing trading bot codes. The current project involves fixing existing code that runs into debugging issues without errors and optimizing it for efficient performance in live trading environments. **Responsibilities:** - Debug existing MQL5 trading bot code to
need a very skilled developer to create ea from indicator .i have source code for the indicator and it is non repainting. More details will be provided .i need parameters like take profit/stop/loss/loss recovery and few more
Active expert 250+ USD
hi, I must do changes to a dashboard with manual input of trader and active expert. Budget 250$ Can do? the budget is correct based on job to do. If you want me to increase the budget you can message me
HELLO DEAR DEV'S. I'VE AN EA BUT IT STOP WORKING WHEN MT4 HAS BEEN UPDATED TO THE LATEST VERSION (1420). SO I NEED A GOOD DEVELOPPER THAT COULD UPDATE THIS EA TO THE LATEST VERSION OF MT4 SO I CAN USE IT. NB: IT'S A SINGLE FILE (.EX4) AND THE PRICE CAN BE NEGOCIATED TO BE SUITABLE FOR BOTH PARTIES. THANK YOU
hey friends, I am looking to build a smart trading robot, for the capital market. He knew how to trade in all the different types of trade. Example - in shares, currencies, index, indices, ETFs, funds, commodities, options, futures and so on. Suitable for trading on all stock exchanges in the world. It will be possible to install the trading robot in the MetaTrader 5 trading software. But it will also be possible to
STI EA 30 USD
I need to convert this MT4 indicator into MT5 EA/indicator. The problem is I only have the .ex4 file bt not .mq4 file and it is also a repainting indicator. I need preliminary assessment if the conversion can be done based on .ex4 file first before exploring the EA details further. Attached is the indicator Budget below is just indicative for the assessment. We can discuss further once the conversion can be done and
i want you to help me it mq4 source code and insure it will work on mt4 and mt5 optimally basically i want the source code and that dll if its important to crack it .. regards
This mql4 got entry blue line and exit red line and pips inside also calculated it uses haiken Ashi and murray Math settings if you this you up for this job let's discuss it we will talk more when you are chosen thanks in advance

프로젝트 정보

예산
200 - 350 USD
개발자에게
180 - 315 USD
기한
 10 일