Simple Mt4 EA based on Stochastik for Forex and Dax30

MQL4 Experts

Tâche terminée

Temps d'exécution 37 jours
Commentaires du client
God Job, thanks

Spécifications

I need an EA for Mt4 with MM and variable settings for the Dax30 , FTSE , Nasdag100 , S & P500 , Variable Magic

Settings :


The basic principle of the system is quite simple. Trade in the direction of the trend , wait from a consolidation and rise for a resumption of the trend in the direction of the trade.
The implementation is chosen quite simple .
This is a long-only system , because the backtest were mixed in the short direction , but I want only long only short , ore both.

1 ema1)">The system has a trend filter Ema 200 (variable) , is only long when EMA is rising ( ema > ema1 )


2.Filter :
The system is only "active" when the Slow Stochastic ( slow_k ) below a certain level (possible parameters are 30, 40 , 50 and 60) .
This filter should show me that some correction has taken place

3.Entry :
Stopbuy at the high of the previous day , as long as the two filters show a "green light " .

4
Trade Management / Exit :

The initial first stop is based on the Average True Range (10). Please variable . Dax Price - ATR SL = 1 days
To the initial stop (variable please ) relative risk 0.1 Percent

After the 2nd Trading day I put a stop to the low of the previous day as a quasi Trailing Stop .

The source code for a trade signal online help is available.

Also a pic



Inputs:
PeriodStoch( 5, 1 ),
PeriodSmoothing1( 3, 1 ),
PeriodSmoothing2( 3, 1 ),
OverBought( 80, 0, 100 ),
OverSold( 20, 0, 100 ),
SigMethod( ZeroLine, TriggerLine ) = ZeroLine,
lowlevel (30),
highlevel (70),
EntryMethod( LongEntry, ShortEntry, Both ) = Both,
//myRisk(0.01),
Anzahl(1),
filterlength( 200 ),
TimedExit (1),
Period_ATR (10),
AccStart( 0.02, 0.0 ),
AccInc( 0.02, 0.0 ),
AccMax( 1.0, 0.0 ),

PAR_Filter(False);

//Long/////////////////////////////////////////
//Entry ohne Parabolic Filter
if marketposition <> 1 AND PAR_Filter = False AND avg > avg[1] AND slow_k < lowlevel AND EntryMethod <> ShortEntry
then Begin
Buy( "Buy" ) Next Bar at High stop;
drawsymbol (high, "StopHigh", symbolcircle, 10, blue, blue); //Markierung dass Trade ansteht

End;

//Trade Management/Exit
if BarssinceEntry >= TimedExit Then Begin
atrstop = High - atrvalue;
stoplimit = MinItems (low, atrstop);
sell ( "StopClose" ) Next Bar at stoplimit stop;
drawsymbol (stoplimit, "StopExit", symbolcircle, 4, green, green);
End;


Répondu

1
Développeur 1
Évaluation
(18)
Projets
37
43%
Arbitrage
6
17% / 50%
En retard
17
46%
Gratuit
2
Développeur 2
Évaluation
(187)
Projets
367
56%
Arbitrage
45
22% / 56%
En retard
188
51%
Gratuit
3
Développeur 3
Évaluation
(90)
Projets
159
61%
Arbitrage
40
18% / 63%
En retard
70
44%
Gratuit
4
Développeur 4
Évaluation
(7)
Projets
15
47%
Arbitrage
6
33% / 17%
En retard
4
27%
Gratuit
5
Développeur 5
Évaluation
(62)
Projets
140
46%
Arbitrage
19
42% / 16%
En retard
32
23%
Gratuit
6
Développeur 6
Évaluation
(71)
Projets
254
53%
Arbitrage
16
50% / 38%
En retard
83
33%
Gratuit
7
Développeur 7
Évaluation
(272)
Projets
394
63%
Arbitrage
70
53% / 26%
En retard
198
50%
Gratuit
8
Développeur 8
Évaluation
(1235)
Projets
2820
80%
Arbitrage
156
22% / 43%
En retard
488
17%
Gratuit
9
Développeur 9
Évaluation
(54)
Projets
164
43%
Arbitrage
43
47% / 16%
En retard
58
35%
Gratuit
Commandes similaires
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED
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

Informations sur le projet

Budget
10 - 50 USD
Pour le développeur
9 - 45 USD
Délais
de 1 à 5 jour(s)