Build an indicator based on ichimoku

仕事が完了した

実行時間5 日
依頼者からのフィードバック
Very good developer, rigorous work and very professional. I recommend this person who will bring much more than needed with assistance even after delivery. Thank you for this great job.
開発者からのフィードバック
You're welcome,Thank you...

指定

indicator based on ichimoku


The idea:

Create an indicator able to make alerts, send mails based on the indicator ichimoku.


  1. the indicator must run on MT4

  2. it should not work at night. There should be two parameters:

    StartHour - the hour to start operation;
    EndHour - the hour to end operation.


  1. Add parameters for Enabling notifications:

    SendPush - allow sending push notifications
    SendEmail - allow sending emails


  1. The indicator must operate on different timeframes that ichimoku indicator uses. By default it will be on M1 and it will be possible to choose another timeframe


  1. The alert or statement will be made only if the following conditions are completed in a situation of purchase:

    1. If the price breaks the cloud all the way up and the candle close over the cloud

    2. If the price breaks the tenkan and kinjun simultaneously and the candle closes above the two

    3. If the price close above the kinjun

    4. If the price close above the cloud

    5. Show on the chart an arrow to show where the alert occur

= buy alert, mail, push notification.


  1. The alert or stance should be done only if the following conditions are completed in a selling situation:

    1. If the price breaks the cloud all the way down and the candle closes below the cloud

    2. If the price breaks the tenkan and kinjun simultaneously and the candle closes below the two

    3. If the price break and close below the kinjun

    4. If the price is below the cloud

    5. Show on the chart an arrow to show where the alert occur

= sell alert, mail, push notification.



  1. All these parameters should be activable, deactivable and configurable if possible. It sould work with some of the parameters desactivated and it sould work with all the parameters activated with no duplicated alert.

  2. Comment the code in a way that is understandable to facilitate editing.





















































応答済み

1
開発者 1
評価
(114)
プロジェクト
154
47%
仲裁
2
0% / 50%
期限切れ
4
3%
2
開発者 2
評価
(430)
プロジェクト
606
55%
仲裁
48
23% / 56%
期限切れ
176
29%
3
開発者 3
評価
(229)
プロジェクト
339
49%
仲裁
21
5% / 33%
期限切れ
24
7%
4
開発者 4
評価
(5)
プロジェクト
4
25%
仲裁
2
0% / 100%
期限切れ
1
25%
5
開発者 5
評価
(271)
プロジェクト
553
50%
仲裁
57
40% / 37%
期限切れ
227
41%
仕事中
6
開発者 6
評価
(277)
プロジェクト
334
55%
仲裁
14
36% / 29%
期限切れ
1
0%
7
開発者 7
評価
(15)
プロジェクト
24
21%
仲裁
1
0% / 100%
期限切れ
7
29%
8
開発者 8
評価
(221)
プロジェクト
369
66%
仲裁
10
50% / 0%
期限切れ
46
12%
9
開発者 9
評価
(68)
プロジェクト
111
26%
仲裁
17
6% / 71%
期限切れ
15
14%
パブリッシュした人: 9 codes
10
開発者 10
評価
(69)
プロジェクト
146
34%
仲裁
13
8% / 62%
期限切れ
26
18%
パブリッシュした人: 6 codes
類似した注文
i need someone that can make me an EA really easy with the martingala system?, I am looking for something that doesn't exceed 5 trades for the martingale, I think I did it, but it only works for propfirms, So i need to develop it on ninja trader I have identified a very very simple strategy but it only works on propfirms, with only two propfirm accounts, i absolutely need account A and account, And they have to open
Hi, do you have a proven EA for MT5, suitable for live accounts and prop firms, including the Brazilian market? I’m looking for ready, tested EAs. Can you send a backtest or demo? Please if you do have and can send me nacktest or demo you should Message me
Access and confidentiality restrictions: You will receive only a separately named copy of the Commander . Existing trading EAs, presets, account credentials, Telegram credentials and proprietary entry/exit code will not be shared. The Commander intelligence must be developed using: Defined signal/input interfaces Anonymized historical logs and replay data Mock EA signals and test harnesses Documented authority and
We are looking for an expert algorithmic trading developer to build a high-performance, fully automated Custom Expert Advisor (EA) or trading bot. The bot must integrate advanced Smart Money Concepts (SMC) , Inner Circle Trader (ICT) methodologies, and Volume Spread Analysis (VSA) with a high-frequency trading (HFT) style execution and scaling model. The core objective is to program a bot that identifies
Develop an Expert Advisor for MetaTrader 5 that manages existing positions. Features Automatically detect all open positions. Apply Break-Even after price reaches a configurable profit. Partial Close: Close X% of volume at the first target. Move Stop Loss to Break-Even. ATR Trailing Stop (optional). Magic Number filter. Comment filter. Symbol filter. Trading session filter. Retry mechanism for trade operations
Requirements Specification Here is an example of Requirements Specification for the development of the MACD Sample Expert Advisor, which is available in the MetaTrader 5 standard package. 1. The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the Exponential Moving Average with
JazzDaBot 30+ USD
""" Wick Reversal Strategy — core logic ===================================== Rules (as specified): - Timeframe: 15-minute candles - Entry: candle wick >= WICK_MULTIPLIER x body -> signal candle - long lower wick -> enter LONG at next candle's open - long upper wick -> enter SHORT at next candle's open - Exit: an opposite-direction wick candle forms while in a position - Stop-loss: just beyond the signal candle's
Hello, I want a simple bot for NinjaTrader8. I need a bot that operates automatically on Nasdaq (NQ/MNQ). Requirements: open buys and sells following a simple trend strategy, configurable stop loss and take profit, risk per trade of 1 to 2% of capital, if it loses 3% in a day, stop trading until the next day. Compatible with backtesting, delivery of the source code and the working bot in NinjaTrader 8. My initial
I'm looking for a skilled Python developer to help expand and improve an existing Python game. The project is already functional, and I need someone who can add new features, improve gameplay mechanics, optimize performance, and maintain clean, well-structured code. Experience with game development in Python is preferred
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0

プロジェクト情報

予算
30+ USD