Follow Trend Stochastic Oscillator EA

MQL4 专家

工作已完成

执行时间3 天
客户反馈
fast and efficient. :)
员工反馈
Thanks. Good Job.

指定

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 ====

 

 

 


附加的文件:

PNG
1.png
219.3 Kb

反馈

1
开发者 1
等级
(354)
项目
376
70%
仲裁
3
100% / 0%
逾期
2
1%
已载入
2
开发者 2
等级
(374)
项目
396
31%
仲裁
61
20% / 67%
逾期
49
12%
已载入
3
开发者 3
等级
(5)
项目
9
11%
仲裁
5
40% / 60%
逾期
1
11%
空闲
4
开发者 4
等级
(169)
项目
204
30%
仲裁
25
40% / 44%
逾期
12
6%
空闲
5
开发者 5
等级
(19)
项目
35
26%
仲裁
10
30% / 70%
逾期
5
14%
空闲
6
开发者 6
等级
(230)
项目
433
27%
仲裁
122
21% / 56%
逾期
96
22%
已载入
7
开发者 7
等级
(21)
项目
35
54%
仲裁
8
63% / 38%
逾期
1
3%
空闲
8
开发者 8
等级
(7)
项目
8
63%
仲裁
1
0% / 100%
逾期
1
13%
空闲
9
开发者 9
等级
(143)
项目
255
35%
仲裁
12
25% / 58%
逾期
42
16%
空闲
10
开发者 10
等级
(23)
项目
45
20%
仲裁
24
29% / 42%
逾期
12
27%
工作中
11
开发者 11
等级
项目
2
0%
仲裁
2
100% / 0%
逾期
0
空闲
12
开发者 12
等级
(62)
项目
84
26%
仲裁
22
23% / 50%
逾期
23
27%
空闲
13
开发者 13
等级
(48)
项目
51
43%
仲裁
1
0% / 0%
逾期
0
空闲
相似订单
Ea-Reynerie 30 - 200 USD
The ocean gets dry and you can be fate and you are my type and the one who texting first is to be hundred I would live in the world to get your matric results
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

项目信息

预算
40 - 100 USD
开发人员
36 - 90 USD
截止日期
 2  5 天