Follow Trend Stochastic Oscillator EA

MQL4 Experten

Auftrag beendet

Ausführungszeit 3 Tage
Bewertung des Kunden
fast and efficient. :)
Bewertung des Entwicklers
Thanks. Good Job.

Spezifikation

Follow Trend Stochastic Oscillator EA

Time Frame: follow chart

1 chart 1 EA, attach to 20+ charts

 

 

BUY order condition:

1)     Stoch must cross below level 5 first, then rebound and go up....

2)     When Stoch cross above 60 (immediately, or at candle closed), open a BUY order (market order).

 

SELL order condition:

1)     Stoch must cross above level 95 first, then retrace and go down....

2)     When Stoch cross below 40 (immediately, or at candle closed), open a SELL order (market order).

 

 

INPUTS:

=======

STOCHASTIC OSCILLATOR

K Period = 10

D Period = 1

Slowing = 2

Level = 60

Level = 40

 

GENERAL INPUTS

Fixed Start Lot = 0.01 (use when Use Auto Lot = false)

Use Auto Lot = true / false

Auto Lot Risk % = 1 (1% risk each trade, lot size calculated below)

If balance = $10000, 1% risk = $100

1)      Determine the SL points first, e.g. 120 points ($100 / 120 points = 0.83 lot)

2)      Lot size will be 0.83 lot, if hit SL 120 points, it will be equal to 1% risk = $100.

Open Order = Immediately / Candle Close

Slippage = 15

Max Spread (Points) = 20

Take Profit (Point) = 1000

Stop Loss (Point) = 120

Use Trailing Stop = true / false

Trailing Stop Start = 100

Trailing Stop Distance = 30 (100 – 30 = 70) (lock in profit at 70 points and start trailing)

Max Orders All Symbols = 8

Max Positions Same Side USD = 2 (e.g. USDJPY, USDCAD) (AUDUSD, NZDUSD)

Max Positions Same Side EUR = 2 (e.g. EURUSD, EURJPY)

Max Positions Same Side JPY = 2 (e.g. USDJPY, EURJPY, GBPJPY, AUDJPY)

Max Positions Same Side GBP = 2

Max Positions Same Side CHF = 2

Max Positions Same Side CAD = 2

Max Positions Same Side AUD = 2

Max Positions Same Side NZD = 2

Max Positions Same Side SGD = 2

Max Orders for Same Pair = 1

Monday Start Time = 04:00 (start scanning for new orders, if Stochastic Oscillator already below 40 / above 60, do not open order. Wait to meet the open order conditions) (Follow MT4 chart Market Watch time)

Friday End Time = 20:00 (no more open new orders) (Follow MT4 chart Market Watch time)

Magic Number = 27282728

Comment = Follow Trend Stoch

 


==== END ====

 

 

 


Dateien:

PNG
1.png
219.3 Kb

Bewerbungen

1
Entwickler 1
Bewertung
(354)
Projekte
376
70%
Schlichtung
3
100% / 0%
Frist nicht eingehalten
2
1%
Beschäftigt
2
Entwickler 2
Bewertung
(374)
Projekte
396
31%
Schlichtung
61
20% / 67%
Frist nicht eingehalten
49
12%
Beschäftigt
3
Entwickler 3
Bewertung
(5)
Projekte
9
11%
Schlichtung
5
40% / 60%
Frist nicht eingehalten
1
11%
Frei
4
Entwickler 4
Bewertung
(169)
Projekte
204
30%
Schlichtung
25
40% / 44%
Frist nicht eingehalten
12
6%
Frei
5
Entwickler 5
Bewertung
(19)
Projekte
35
26%
Schlichtung
10
30% / 70%
Frist nicht eingehalten
5
14%
Frei
6
Entwickler 6
Bewertung
(230)
Projekte
433
27%
Schlichtung
122
21% / 56%
Frist nicht eingehalten
96
22%
Beschäftigt
7
Entwickler 7
Bewertung
(21)
Projekte
35
54%
Schlichtung
8
63% / 38%
Frist nicht eingehalten
1
3%
Frei
8
Entwickler 8
Bewertung
(7)
Projekte
8
63%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
1
13%
Frei
9
Entwickler 9
Bewertung
(143)
Projekte
255
35%
Schlichtung
12
25% / 58%
Frist nicht eingehalten
42
16%
Frei
10
Entwickler 10
Bewertung
(23)
Projekte
45
20%
Schlichtung
24
29% / 42%
Frist nicht eingehalten
12
27%
Arbeitet
11
Entwickler 11
Bewertung
Projekte
2
0%
Schlichtung
2
100% / 0%
Frist nicht eingehalten
0
Frei
12
Entwickler 12
Bewertung
(62)
Projekte
84
26%
Schlichtung
22
23% / 50%
Frist nicht eingehalten
23
27%
Frei
13
Entwickler 13
Bewertung
(48)
Projekte
51
43%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
LEO INDICATOR 10000+ USD
//@version=5 indicator("Infinity and Sniper by Leo", overlay=true, precision=0, explicit_plot_zorder=true, max_labels_count=500) // Get user input emaEnergy = false sensitivity = input.float(6, " Sensitivity (0.5 - 10)", 0.5, 10, step=0.1) keltner_length = 10 atrPeriod = 10 factor = 3.5 // Keltner Channel function keltner_channel(src, length) => ma = ta.sma(src, length) rangec = high - low upper = ma + rangec
Hi, i need a Expert Advisor, that can pass prop firm Challenges like FTMO / E8 / 1OF1FUNDING Profit 10% Max Drawdown (DD) 10% Max Daily Loss 4% All trades with SL NO trades during and after high impact news NO trades during Weekend Profitable backtest from 2010 to 2024 Trades Forex (If you already have a finished EA, send me the backtest) PLease contact me asap
Pls guys I need help. About the file i need I have ea ex4 file but it use to set buystop or sellstop oders etc now what I want is to fit the propfirm am using because the propfirm am using have a lot size consistency rules so what I need is even if the ea set multiple buystop the file will only allow the ea to pick 2 positions and automatically delete the nearest limit Oder it can only allow the ea buystop or new
FOREX ROBOT TRADING //+------------------------------------------------------------------+ //| Simple MQL5 robot | //+------------------------------------------------------------------+ #property copyright "Your Name Here" int start=2017.01.01; double lot=0.01; string symbol= "VIX"; int period=PERIOD_M1; bool BuyCond=false; bool SellCond=false; bool OrderOpen=false; void BuyTrade() { double
Expert Advisor 100 - 200 USD
Hello, I would like to create an EA based on several indicators with various signals that can be activated or not for optimization purposes. It includes basic money management such as SL/TP, BE, trailstop. Please check the attached specifications carefully to confirm that you are able of achieving it 100% before offering your services. THANKS
Account Protector Modifications I would like the following modifications to the enclosed Account Protector EA. Take Profit Amount Min Stop Loss Amount Max Stop Loss amount Close All Settings Close All Trades True/False Close Hour Close Min The EA automatically detects the accounts current balance. The way the EA works is that it will actually close the trades and close all open charts when Take Profit or
I NEED A PROGRAMMER TO CONVERT AN EXISTING EXPERT ADVISOR FROM MT4 TO MT5. THE PARAMETERS OF THE CONVERTED EXPERT ADVISOR MUST BE EXACTLY THE SAME AS THE ORIGINAL EA, IT MUST NOT BE MODIFIED. I WILL GIVE THE SOURCE CODE OF THE MT4 EXPERT ADVISOR
Hi there, I am looking for someone that would be interested in some more work. I do have a lot of work going on and could use help of some developers. I normally pay between 20-50 USD per job depending on complexity. It can be simple as RSI/MA EAs, grids, licensing system (remote ones) or more advanced jobs. But in general I do get a lot of straight forward job. If anyone is interested please do let me know. I am
How can I backtest the news with calendar. I want to know how to backtest the news using an e.a. how can I get this done... Do you have a news trade that can do this... If so please reach out to me... What do I need to do to have the history of news information be drawn to the chart to be tradable in backtest scenarios
custom job to convert my expert to mq5, work will be done remotely more details in private to carry out the task correctly help for converting expert remotely All details will be sent privately

Projektdetails

Budget
40 - 100 USD
Für die Entwickler
36 - 90 USD
Ausführungsfristen
von 2 bis 5 Tag(e)