Two SMA Strategy

MQL5 Esperti

Lavoro terminato

Tempo di esecuzione 21 giorni

Specifiche

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.

Con risposta

1
Sviluppatore 1
Valutazioni
(795)
Progetti
1365
72%
Arbitraggio
112
29% / 48%
In ritardo
341
25%
In elaborazione
2
Sviluppatore 2
Valutazioni
(188)
Progetti
212
58%
Arbitraggio
9
11% / 89%
In ritardo
8
4%
Gratuito
3
Sviluppatore 3
Valutazioni
(40)
Progetti
106
52%
Arbitraggio
17
12% / 65%
In ritardo
25
24%
Gratuito
4
Sviluppatore 4
Valutazioni
(878)
Progetti
1391
67%
Arbitraggio
117
32% / 42%
In ritardo
215
15%
Gratuito
5
Sviluppatore 5
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
6
Sviluppatore 6
Valutazioni
(19)
Progetti
27
19%
Arbitraggio
6
33% / 33%
In ritardo
2
7%
Gratuito
7
Sviluppatore 7
Valutazioni
(23)
Progetti
53
9%
Arbitraggio
10
20% / 60%
In ritardo
11
21%
Gratuito
8
Sviluppatore 8
Valutazioni
(62)
Progetti
84
26%
Arbitraggio
22
23% / 50%
In ritardo
23
27%
In elaborazione
9
Sviluppatore 9
Valutazioni
(20)
Progetti
28
7%
Arbitraggio
0
In ritardo
3
11%
Gratuito
10
Sviluppatore 10
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
11
Sviluppatore 11
Valutazioni
(590)
Progetti
789
71%
Arbitraggio
9
33% / 33%
In ritardo
22
3%
Gratuito
12
Sviluppatore 12
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
13
Sviluppatore 13
Valutazioni
(466)
Progetti
696
56%
Arbitraggio
43
30% / 33%
In ritardo
113
16%
In elaborazione
14
Sviluppatore 14
Valutazioni
(48)
Progetti
91
31%
Arbitraggio
28
29% / 43%
In ritardo
42
46%
Gratuito
15
Sviluppatore 15
Valutazioni
(4)
Progetti
4
0%
Arbitraggio
1
0% / 100%
In ritardo
1
25%
Gratuito
16
Sviluppatore 16
Valutazioni
(137)
Progetti
167
35%
Arbitraggio
11
91% / 0%
In ritardo
0
Gratuito
17
Sviluppatore 17
Valutazioni
(11)
Progetti
21
52%
Arbitraggio
1
100% / 0%
In ritardo
1
5%
Gratuito
18
Sviluppatore 18
Valutazioni
(48)
Progetti
80
28%
Arbitraggio
8
75% / 13%
In ritardo
41
51%
Gratuito
19
Sviluppatore 19
Valutazioni
(41)
Progetti
88
14%
Arbitraggio
29
31% / 48%
In ritardo
36
41%
Caricato
20
Sviluppatore 20
Valutazioni
(66)
Progetti
143
34%
Arbitraggio
10
10% / 60%
In ritardo
26
18%
Gratuito
21
Sviluppatore 21
Valutazioni
(96)
Progetti
143
76%
Arbitraggio
0
In ritardo
2
1%
Gratuito
Ordini simili
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

Informazioni sul progetto

Budget
200 - 350 USD
Per lo sviluppatore
180 - 315 USD
Scadenze
a 10 giorno(i)