Simple Mt4 EA based on Stochastik for Forex and Dax30

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 37 giorni
Feedback del cliente
God Job, thanks

Specifiche

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;


Con risposta

1
Sviluppatore 1
Valutazioni
(18)
Progetti
37
43%
Arbitraggio
6
17% / 50%
In ritardo
17
46%
Gratuito
2
Sviluppatore 2
Valutazioni
(187)
Progetti
367
56%
Arbitraggio
45
22% / 56%
In ritardo
188
51%
Gratuito
3
Sviluppatore 3
Valutazioni
(90)
Progetti
159
61%
Arbitraggio
40
18% / 63%
In ritardo
70
44%
Gratuito
4
Sviluppatore 4
Valutazioni
(7)
Progetti
15
47%
Arbitraggio
6
33% / 17%
In ritardo
4
27%
Gratuito
5
Sviluppatore 5
Valutazioni
(62)
Progetti
140
46%
Arbitraggio
19
42% / 16%
In ritardo
32
23%
Gratuito
6
Sviluppatore 6
Valutazioni
(71)
Progetti
254
53%
Arbitraggio
16
50% / 38%
In ritardo
83
33%
Gratuito
7
Sviluppatore 7
Valutazioni
(272)
Progetti
394
63%
Arbitraggio
70
53% / 26%
In ritardo
198
50%
Gratuito
8
Sviluppatore 8
Valutazioni
(1235)
Progetti
2820
80%
Arbitraggio
156
22% / 43%
In ritardo
488
17%
Gratuito
9
Sviluppatore 9
Valutazioni
(54)
Progetti
164
43%
Arbitraggio
43
47% / 16%
In ritardo
58
35%
Gratuito
Ordini simili
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

Informazioni sul progetto

Budget
10 - 50 USD
Per lo sviluppatore
9 - 45 USD
Scadenze
da 1 a 5 giorno(i)