Expert Advisor based on Schaff Trend Cycle and Stochastic needed

指定

I need a trading robot to enter the market when my strategy says to do so. The rules are simple as soon as the stochastic(12,3,3) has given a signal to either go long or short and the Schaff Trend cycle(4,8,12,2) has just changed colour to also go long or short then I need the robot to enter the trade. I need the robot to open up two trades when it enters the market and to exit the first trade when the Stochastic changes its signal and the second for when the schaff changes its signal. i only want to use time frames of 15 Minutes,30 minutes, 1 hour ,4 hours and 1 day.

ファイル:

ZIP
7356.zip
1.2 Kb

応答済み

1
開発者 1
評価
(349)
プロジェクト
463
51%
仲裁
41
24% / 49%
期限切れ
149
32%
2
開発者 2
評価
(430)
プロジェクト
606
55%
仲裁
48
23% / 56%
期限切れ
178
29%
3
開発者 3
評価
(1102)
プロジェクト
1459
45%
仲裁
49
73% / 12%
期限切れ
36
2%
4
開発者 4
評価
(357)
プロジェクト
563
33%
仲裁
24
67% / 8%
期限切れ
17
3%
5
開発者 5
評価
(365)
プロジェクト
412
36%
仲裁
35
26% / 57%
期限切れ
63
15%
6
開発者 6
評価
(169)
プロジェクト
204
30%
仲裁
25
40% / 44%
期限切れ
12
6%
7
開発者 7
評価
(261)
プロジェクト
426
38%
仲裁
86
44% / 19%
期限切れ
71
17%
取り込み中
8
開発者 8
評価
(48)
プロジェクト
80
28%
仲裁
8
75% / 13%
期限切れ
41
51%
9
開発者 9
評価
(2442)
プロジェクト
3079
66%
仲裁
77
48% / 14%
期限切れ
340
11%
10
開発者 10
評価
(2104)
プロジェクト
2675
62%
仲裁
114
46% / 25%
期限切れ
420
16%
取り込み中
11
開発者 11
評価
(564)
プロジェクト
778
46%
仲裁
23
39% / 13%
期限切れ
63
8%
取り込み中
12
開発者 12
評価
(513)
プロジェクト
776
63%
仲裁
33
27% / 45%
期限切れ
23
3%
13
開発者 13
評価
(12)
プロジェクト
12
0%
仲裁
0
期限切れ
1
8%
14
開発者 14
評価
(258)
プロジェクト
395
28%
仲裁
69
19% / 49%
期限切れ
120
30%
15
開発者 15
評価
(119)
プロジェクト
127
41%
仲裁
3
33% / 67%
期限切れ
0
16
開発者 16
評価
(19)
プロジェクト
27
11%
仲裁
11
9% / 55%
期限切れ
12
44%
17
開発者 17
評価
(24)
プロジェクト
27
33%
仲裁
2
100% / 0%
期限切れ
1
4%
18
開発者 18
評価
(66)
プロジェクト
143
34%
仲裁
10
10% / 60%
期限切れ
26
18%
類似した注文
EA gold HB king5 100+ USD
// เริ่มต้นโปรแกรม EA input double LotSize = 0.1; // ขนาดของล็อต input double TakeProfit = 50; // จุดกำไร input double StopLoss = 50; // จุดขาดทุน // ฟังก์ชันที่เรียกเมื่อมีการสั่งซื้อ void OnTick() { double MA = iMA(NULL, 0, 14, 0, MODE_SMA, PRICE_CLOSE, 0); // Simple Moving Average (SMA) 14 double Price = Bid; if(Price > MA) // เงื่อนไขสำหรับการซื้อ { if(OrderSelect(0, SELECT_BY_POS) == false) //
I’m looking to turn into code. Trading Instrument - Crude Oil Futures (CL) Chart and Timeframe - 30-second chart Entry Setup 1. Time Focus on the first 30-second candle after 11:00:00 AM New York time. (11:00:00 candle) 2. Candle Size Limit : Skip the trade if the first candle is greater than 10 points. 3. Entry Orders - Place stop orders at the high and low of the first 30-second candle after 11:00:00. - Long Entry
hello there I need a copy trade for mt4 can ANYONE help me with and let discuss on how to go about it kindly send me message to signify and let discuss mind you i need this urgently let connect to discuss and conclude
I would like the better volume indicator 1.6 in a scanner format. Scanning multiple timeframe and pairs of which can be picked. Would like it to provide all standard notifications and also if pressed to go to the a template timeframe and pair. *To be placed in a table format as the one added. To be able to add which time frame you want to see. *To advise me of the following Climax High - turn the text green High
Here's the bot's trading strategy in a nutshell>>> I would like to make a simple scalping MT5 EA trading bot for the synthetic indices, specifically for the Boom 1000 Index. This MT5 EA trading bot will be based off of the 10 period moving average that follows specific rules for entry. The parameters of the moving average are as follows: Period:10 Shift:1 Method:Linear Weight Apply to:Close The bot will only initiate
I require an MT4 Expert Advisor (EA) that automatically places hedge orders when a buy or sell order is placed by me or another EA. The hedge orders will consist of a stop order (either Buy Stop or Sell Stop), with the same lot size as the original order, deployed at a predefined price distance. The EA must ensure that only one hedge order is placed for each trade. The system should monitor trades based on specific
For Chart Panel : Needs a Black Back ground at present its transparent . ✔️ Trading Panel (To be reset weekly = 1-6) 1. EA Status : (on/off) 2. Total Trades Taken : 3. Number of Profitable Trades Today : 4. Number of Loosing Trades Today : 5. Number of Profitable Trades This Week : 6. Number of Loosing Trades This Week : (To be Reset every Month = 7-9) 7. Number of Profitable Trades This Month : 8. Number of Loosing
I want to create a robot to open and close trades for me based on my moving averages cross overs . I normally trade on my phone so i would like to set it on my phone 1st
I have more detailed audio/ video attached Close All and restart = tru ___________________________________________ RULES EA MQL5 EA requirements below. MQ5 source code The EA must work in strategy tester with out any errors. The EA must be efficient, must execute trades quickly and not slow down if placed on many charts. require MQ5 source code when code is completed
Hi, I am looking for you who probably already got this high-performing bot that I am looking for or is willing to create one. My main focus is XAUUSD. Win-Rate should be >70% on back-test, Should also be able to run live demo a/c and show profit. There has to be a clear strategy and parameters in order to optimize and adapt to change

プロジェクト情報

予算
50+ USD
開発者用
45 USD
締め切り
最低 3 最高 10 日