Three simple EA's (simple indicator strategy, simple market prediction strategy, simple breakout strategy)

MQL4 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 10 gün
Geliştirici tarafından geri bildirim
very nice and reliable customer, happy to work with him, looking forward to work again.

İş Gereklilikleri

As these are quite basic strategies, I am hoping that a developer will be able to offer them at an affordable fee, as they may have programmed very similar EA's already.


EXTREME STOCHASTICS SYSTEM

Basic idea is that when the stochastic hits an extreme level, the market tends to cause even more pain and rather than reversing from the overbought/oversold position it will continue in the same direction.

Also be able to use the same EA to back a reversal rather than a continuation.

 

Entry rule:

-          Enter at market as soon as extreme stochastic level is exceeded at close of bar;

Exit rule:

-          TP and SL: either a fixed number of pips each or a factor of ATR

 

Variables and some default settings to start with:

Timeframe = 1min

ExtremeLevel = 99;

Continuation = TRUE; (true is continuation strategy, false is reversal strategy)

TP/SL pips = TRUE; (selection between fixed pips TP/SL or % of ATR TP/SL)

TPPips: 10

SLPips: 10

ATR_TPfactor = 0.8 (ie take profit level will be ATR x 0.8)

ATR_SLfactor = 0.8

Also need allowable trading times to be set, default to ALL.

  

MARKET PREDICTOR SYSTEM:

Basic idea is that the direction during a defined time period will predict the future direction. At close of the defined time period we will enter a market entry in the same direction (or can be set as opposite direction) as the movement in that initial period.

InitialPeriodStart: e.g. 08:30

InitialPeriodEnd: e.g. 09:00

Continuation: true (filter for entering WITH of AGAINST the direction of the initial defined period)

UseMinimumATR: true (filter for minimum movement or not)

MinimumMoveATR: e.g. 0.5 (difference between OPEN and CLOSE should exceed this number)

TP/SL pips = TRUE; (selection between fixed pips TP/SL setting or % of ATR TP/SL)

TPPips: 50

SLPips: 50

ATR_TPfactor = 0.8 (ie take profit level will be ATR x 0.8)

ATR_SLfactor = 0.8

Use TradeTimeClose : true (to allow time to close of trade if don’t want to sleep with positions)

TradeTimeClose: 16:00 (time trade to be exited if no SL/TP hit by that time)

 

BASIC ADJUSTABLE BREAKOUT SYSTEM

Define a trading range and then trade a breakout of the system with a stop entry. Stoploss is a break of the other side of the range + small buffer. TP is fixed number of points or ATR based target. Trade to close at specific time if no SL or TP triggered.

 

RangePeriodStart: will need to set days of week (e.g. Monday, or every day) and time

RangePeriodEnd: will need to set days of week and time

EntryBufferPoints: to set a small buffer for the stop entry, eg 5 pips above the high or 5 below the low

BothEntries: true (if true will take the long and short break if both occurs, if false only take the first break of range)

SLBufferPoints: to set a small buffer for the stoploss level

FixedTP: true (true will use fixed TP, false will use ATR based target)

TPPoints: x points to set TP order

ATRPeriod: eg daily of 30min for x periods

ATR_TPfactor: 1.75 (eg 175% of ATR)

TradeCloseTime: Date and time (eg same day at 16:00, or Friday at 16:00)


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(1853)
Projeler
3455
88%
Arabuluculuk
73
40% / 15%
Süresi dolmuş
265
8%
Serbest
2
Geliştirici 2
Derecelendirme
(117)
Projeler
138
41%
Arabuluculuk
30
7% / 77%
Süresi dolmuş
17
12%
Serbest
3
Geliştirici 3
Derecelendirme
(84)
Projeler
149
31%
Arabuluculuk
32
34% / 41%
Süresi dolmuş
43
29%
Serbest
4
Geliştirici 4
Derecelendirme
(137)
Projeler
167
35%
Arabuluculuk
11
91% / 0%
Süresi dolmuş
0
Serbest
5
Geliştirici 5
Derecelendirme
(258)
Projeler
395
28%
Arabuluculuk
69
19% / 49%
Süresi dolmuş
120
30%
Serbest
6
Geliştirici 6
Derecelendirme
(19)
Projeler
21
5%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
1
5%
Serbest
7
Geliştirici 7
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
8
Geliştirici 8
Derecelendirme
(563)
Projeler
932
47%
Arabuluculuk
301
59% / 25%
Süresi dolmuş
124
13%
Çalışıyor
Benzer siparişler
I'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange and forex market. I already have some source code to a strategy but would like to enhance it to make it profitable and automated
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
Hello Every one, Good day, I want from someone professional to create an EA is working on Mt5, This EA is working by depend on some indicators, and all those indicators must be working on MACD window, not on the chart, for more details please read my attached pdf file carefully. Many Thanks
I'm looking for an expert MQL5 developer that can create an EA that's based on my price action trading strategy with no indicators. The EA must analyze trades based on my price action rules, enter trades based on my price action rules, manage trades based on my price action rules and exit trades based on my price action rules
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
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance

Proje bilgisi

Bütçe
30 - 75 USD
Geliştirici için
27 - 67.5 USD
Son teslim tarihi
from 1 to 3 gün