Simple Mt4 EA based on Stochastik for Forex and Dax30

MQL4 Experts

Job finished

Execution time 37 days
Feedback from customer
God Job, thanks

Specification

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;


Responded

1
Developer 1
Rating
(18)
Projects
37
43%
Arbitration
6
17% / 50%
Overdue
17
46%
Free
2
Developer 2
Rating
(187)
Projects
367
56%
Arbitration
45
22% / 56%
Overdue
188
51%
Free
3
Developer 3
Rating
(90)
Projects
159
61%
Arbitration
40
18% / 63%
Overdue
70
44%
Free
4
Developer 4
Rating
(7)
Projects
15
47%
Arbitration
6
33% / 17%
Overdue
4
27%
Free
5
Developer 5
Rating
(62)
Projects
140
46%
Arbitration
19
42% / 16%
Overdue
32
23%
Free
6
Developer 6
Rating
(71)
Projects
254
53%
Arbitration
16
50% / 38%
Overdue
83
33%
Free
7
Developer 7
Rating
(272)
Projects
394
63%
Arbitration
70
53% / 26%
Overdue
198
50%
Free
8
Developer 8
Rating
(1235)
Projects
2820
80%
Arbitration
156
22% / 43%
Overdue
488
17%
Free
9
Developer 9
Rating
(54)
Projects
164
43%
Arbitration
43
47% / 16%
Overdue
58
35%
Free
Similar orders
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
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

Project information

Budget
10 - 50 USD
For the developer
9 - 45 USD
Deadline
from 1 to 5 day(s)