Trading using the Stochastic Oscillator

仕事が完了した

実行時間3 日

指定

I need an EA that trades using the Stochastic Oscillator.


1. When the EA is run it needs to set the following:

1.1 For the oscillator:

- %K Period

- %D Period

- Slowing

- Price Field

- All 2 options to be available (Low/High and Close/Close)

- Method

- All 4 options to be available (Simple, Exponential, Smooth and Linear Weighted)

- Levels (x4)

1. Sell trade - Open

2. Sell trade - Close

3. Buy trade - Open

4. Buy trade - Close

- Time period

* the oscillator needs to display when the EA is run


1.2 Settings when the Trades open

- The starting volume, stop loss and take profit need to be set for the trades opening.

- A multiplier needs to be set

- This will be further explained later


2. How the trades open and close

The trade open based off the movement of the main line and when it crosses the levels set. 

2.1 Opening trades

- When the main line is above the Sell trade - Open level then crosses below it a sell trade to open.

When the main line is below the Buy trade - Open level then crosses above it a buy trade to open.


2.2 Closing sell trades

- When the main line crosses either the:

Sell trade - Open level

- Sell trade - Close level

- Stop loss or Take profit are reached


2.3 Closing buy trades

- When the main line crosses either the:

Buy trade - Open level

- Buy trade - Close level

- Stop loss or Take profit are reached


3. How the multiplier works

When the EA is first run a multiplier needs to be set. This is the multiplier for the volume of new trades.

- The multiplier will apply to all trades after the first trade.

- The multiplier will continue to apply until a new trade in the opposite direction is opened. 


4. Additional notes

- See example image

- EA needs to be able to run in test mode

- 10 days is set to allow testing etc before closing order

- Ask as many questions as you'd like to ensure you understand what I need

ファイル:

JPG
Example.jpg
104.6 Kb

応答済み

1
開発者 1
評価
(37)
プロジェクト
59
27%
仲裁
26
19% / 54%
期限切れ
10
17%
仕事中
パブリッシュした人: 1 code
2
開発者 2
評価
(455)
プロジェクト
721
34%
仲裁
35
71% / 9%
期限切れ
23
3%
3
開発者 3
評価
(50)
プロジェクト
64
20%
仲裁
11
27% / 55%
期限切れ
5
8%
4
開発者 4
評価
(39)
プロジェクト
50
18%
仲裁
6
33% / 50%
期限切れ
0
5
開発者 5
評価
(319)
プロジェクト
570
35%
仲裁
83
30% / 45%
期限切れ
206
36%
仕事中
6
開発者 6
評価
(171)
プロジェクト
195
42%
仲裁
13
8% / 54%
期限切れ
9
5%
パブリッシュした人: 3 codes
7
開発者 7
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
8
開発者 8
評価
(4)
プロジェクト
9
11%
仲裁
2
50% / 50%
期限切れ
0
9
開発者 9
評価
(618)
プロジェクト
1429
59%
仲裁
31
81% / 0%
期限切れ
10
1%
10
開発者 10
評価
(72)
プロジェクト
80
10%
仲裁
38
8% / 58%
期限切れ
6
8%
11
開発者 11
評価
(106)
プロジェクト
129
25%
仲裁
25
28% / 56%
期限切れ
8
6%
12
開発者 12
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
類似した注文
I’m looking for an experienced developer who can build a Martingale trading bot. I’m willing to pay a fair price for the right developer. I have an example trading account that demonstrates exactly how I want the bot to operate. The strategy is straightforward: the bot trades continuously using a Martingale system. The only exception is that it should automatically pause trading during high-impact news events or
This is a Tradingview project. Would you be able to make this? With a win rate and profit factor and percentage made and profit made and max dd reached. How many modifications would I be able to do? Could there be a table that shows win percentage profit factor and trading window where trades shouldn’t be placed and follows the rules of the pdf How long would it take and would it work on ninjatrader also
I need a professional MQL5 developer to build a high-frequency trading (HFT) Expert Advisor for MT5. Key Requirements & Risk Management Rules: 1. Max Trade Limit: The bot must execute a strict maximum of 1,000 trades. 2. Lot Size Cap: Every trade must be capped at a maximum of 0.50 lots. 3. Execution Speed: Optimized for low-latency, rapid execution. 4. Clean code with proper error handling and clear parameter
I need fully automatic scalping robots for XAUUSD Gold the robot should work on M1 and M5 timeframe and open trades based on the scalping logic using EMA and RSI confirmation it should analyze the market on its own and only take high probability trades
I am looking for an experienced MQL5 / MetaTrader 5 developer to help me add alert notifications to an existing MT5 indicator. What I Have I have an indicator that I am currently using on MetaTrader 5 , but I do not have the source code (.mq5) . I only have the compiled indicator file, or I can provide the indicator file that I currently have. What I Need I want to add alerts when the indicator generates its specific
I need best scalping bot 150 - 300 USD
I have attached the video of the EA I want to reproduce in MQL5. Please study the video carefully and build an EA that follows the same trading behavior shown in it. The EA is for XAUUSD (Gold) and appears to use an automated scalping/grid-style strategy with multiple positions opened around the market price. I want the entry sequence, spacing between positions, lot progression, direction of trades, and
New EA for Moj1367 50 - 100 USD
//@version=6 strategy("Ultimate + 11 Filters Bot [M1 - 0.5 pip TP]", overlay=true, max_boxes_count=500, max_labels_count=500, max_lines_count=500, max_bars_back=5000, default_qty_type=strategy.percent_of_equity, default_qty_value=100, initial_capital=1000, commission_type=strategy.commission.percent, commission_value=0.04) // ═══════════════════════════════════════════════════════════ // 1. تنظیمات ورودی (Inputs)
I need an MT5 EA (MQL5) specifically for XAUUSD, trading price gaps when the market opens/reopens. The EA needs 2 independent strategies: 1. Weekend/Monday Gap: Record the last price before the market closes for the weekend and the first price when XAUUSD reopens at the beginning of the week. Calculate the gap size. When the gap meets the required conditions, the EA trades in the direction of the Gap Fill. Gap Up →
Best performing EA MT5 30 - 1000 USD
I am looking for a reliable MQL4/MQL5 EA that creates orders automatically. If anyone has a good-performing EA available for sale, please share it with verified live trading results or a genuine live track record . I am ready to purchase, but live performance proof is mandatory . Please share the live account results, trading history, and EA details before discussing the purchase
Hi In my current EA, you must edit this robot in an Instagram-based mode to construct robots. My old Robot Pending Order is designed to put merely in order, making it easy to update. I've included a link to the rar file, which is plainly referenced in the video. The strategy behind this work is detailed, as are the Instagram videos that are linked to the chart. As shown in this Instagram video link, we need a robot

プロジェクト情報

予算
30+ USD
締め切り
最高 10 日