Modification of trendline alert indicator

仕事が完了した

実行時間9 日

指定

What I require is a break-of-trendline-alert made from the indicator Sub-window trendline alert. Below is a copy paste from some of the notes to this indicator if it is opened in meta-editor.
It explains what the indicator shows and how it is modified to fit other indicators.

The job is to modify the indicator Sub-window trendline alert and make two almost identical indicators, so that the stochastic data in the original is removed, and exchanged with data from
Complex_Pairs1 in the first indicator and the other is displaying data from the cluster indicator CFP. In addition both indicators needs a built/in email alert function.

The new indicator Complex_Pairs1 Trendline Alert

1) Must be hardcoded to display and use data from the indicator Complex_Pairs1.
2) Must have the same options to make external adjustments the indicator as complex_pairs1.
3) Must have the option for sending an email alert when the trendline is broken, as well as the option for popup and sound alerts. 

The new indicator CFP Trendline Alert

1) Must be hardcoded to display and use data from the indicator CFP.
2) Must have the same options to make external adjustments the indicator as CFP.
3) Must have the option for sending an email alert when the trendline is broken, as well as the option for popup and sound alerts.

I'm running on a tight budget, and the notes in the coding of "sub-window trendline alert" suggests that this should be and easy job. Good offers are appreciated.


Regards
Tomas Thormann


Below is a copy paste from some of the coding of sub-window trendline alert (see the highlighted section).
 

««« FUNCTION OF INDICATOR: »»»»»»»»»»»»»»»»»»»»»

 


    This needs dll to be turned on for the message box to work.


    Trend line will not draw untill the window has been scaled. which when appling the indicator
    to the chart for the first time it will take 2 incoming ticks to set the scale, as a result
    the trend line may take a few seconds to show. There-after when making changes in the dialog
    box etc.. The tendline will be draw instancely.


    This trend line can be used as either a vertical or horizontal alert line as well as in its
    typical style.


    The alert trigger will active only once even in real time that is if the data line crosses
    the trend line and goes back under it. it will trigger only once the first time it crosses.
    If it goes under it and recrosses it will not trigger the second time. To reset the trigger
    you must move the trend line even if you put it back in the same place it will reset. When
    the trend line is first drawn in its default location the alert will not trigger untill you
    move the line that will active the alerts function. When moving the trend line as in manually
    draging it accross the data line it will not trigger emeandiately as there is a delay set
    so the trigger will not get in the way when your tring to move the line, if you want to have
    the trigger to go off by simply dragging it accross the data line then set 'TimeDelay'
    parameter in the DEFAULT ATTRIBUTES: section to zero. This will turn off the delay. The
    default is set to 30 which is in seconds and the largest delay is 60 seconds. Over that
    we would miss movement on the one minute bar.


    This code is hard coded with the built in iStochastic() indicator, parameter for it can
    be changed with-in the DEFAULT ATTRIBUTES: section. Also if one wants these parameters
    to be exposed as external all one has to do is add the keyword 'extern' above the type
    declarations.


        CreateData( );
    If one wants to change the indicator from the stochastic, it can be done within the above
    function. This can be done easily by hard coding in a different builtin indicator or a
    custom indictor with the use of the iCustom() function. This can be done by any one with
    just a little experience.


    Other prarmeters that may need explaining are;

        ValueOnClose  =  False;
    This setting will set the alert function to trigger at the close of the bar on which the
    cross occured. Therefore, any crosses in real time will not trigger if at the close the
    data line crosse back. This is to alert you only when it is crossed and will not change.


        CrossAbove  =  True;
    This parameter tells the alert function if you want an alert when the data line crosses
    Above the trend line. When set to False, it will reverse the alert to indicate when the
    data line crosses Below the trend line.


        RingCount  =  2;
    This parameter sets the number of times you want the alert sound wave to play, defalt is
    two. but you can set it to any number you want up to 20. Remember that a high number can
    be real pain. The sounds are tick based so there is no set time between them it will
    depend on incoming ticks to set it off. They can be fast or real slow. Also no matter
    what this variable is set to it can not be smaller then 1 or higher then 20. Numbers
    out side of this boundary will default to its nearest limit.

    The alert box will show up only once on an alert trigger not matter what RingCount is
    set too. If you ckick the ok buttom but the RingCount has not completed yet it will not
    display the box again untill the trend line is reset by moving it to a new location.

応答済み

1
開発者 1
評価
(71)
プロジェクト
254
53%
仲裁
16
50% / 38%
期限切れ
83
33%
2
開発者 2
評価
(473)
プロジェクト
1138
44%
仲裁
51
31% / 33%
期限切れ
500
44%
類似した注文
Hello, I am looking for a developer to reconstruct an indicator that is currently in an ex4 file into an mq4 file. The indicator provides buy and sell signals with entry points, Stop Loss, and TP1, TP2, and TP3. However, the indicator has some errors, and I would like to correct them. Unfortunately, since I only have the ex4 file, it's not possible to make these corrections directly. Therefore, I would like to
Modify MT4 EA 30+ USD
Hello good Day, I would like to make a modification to an mql4 robot that I have and I am sure that by doing a couple of additional things it would be perfect. looking for someone to help me with it, and make sure you understand Spanish because the Mql4 is in Spanish, I need to place a max order, a filter for operating hours, and add a counter order to the grid, that is, when opening the final order "N" of the grid
Hello good Day, I would like to make a modification to an mql4 robot that I have and I am sure that by doing a couple of additional things it would be perfect. looking for someone to help me with it, and make sure you understand Spanish because the Mql4 is in Spanish
Need to amend the following Composite Index indicator ) Double divergence scanner MT5) to ONLY produce an Alert when it follows a Awesome Oscillator (AO) zero line cross. If the AO cross is down the Composite Index (CI) Alert should only occur on Bearish Divergence signals If the AO cross is up the CI Alert should only occur on Bullish Divergence signals Need all timeframes as per existing CI Indicator. When the
Good day Dear forex beginner you need to know the full meaning of forex which means foreign exchange you also need to know currency pair for example (EURUSD) which means European pound vs USA dollars You also need to your chart 📉 very well follow me for that stay focused Remove prideLearn from people Pay for classes Pray 🙏Seek for advice
Hi, I am looking for a developer to convert a TV strategy into a Mt4 or Mt5 EA. The strategy is based on the EMA and the CVD volume indicator. I dont have the Mt4 or Mt5 version of these indicators. Copy the code below and place it in your TV to see the strategy. Other features: Stop loss - Option to either use pips of my choosing or close on opposite signal appears. Take profit - Option to either use pips of my
Good day, I would like to modify an exixting indicator that plot a line through the highs and lows in an indicator. but instead of recalculating all the values every time i would like for it to just calculate from the new present time and keep previous plots, and be able to plot from higher time frame . """"""""""""""""""""""""""OLD Specification to pocket EN Indicator that identifies highs and lows of a chart and
We are looking for an experienced MQL5 programmer to develop an Expert Advisor (EA) on MetaTrader 5. The project involves creating an automated trading bot that uses a methodology based on the integration of 2 technical indicators. If you have proven experience in similar projects, we invite you to apply. Main Description of the Bot Trading Methodology Details : The trading bot will operate based on a strategy that
Hello, I have built and EA with FX Dreema ( https://fxdreema.com/ ) that uses the maximum and minimum vales of the previous candle to entry on a trade. After that, I put a Stop Loss and Trailing Stop on that order, and goes as the market follows up and down. First, I recognize what I'm asking in this project may not be possible. I know about the differences in results comparing Strategy Tester with Real and Live
I'm looking for a quote from a developer who can compile this source code as DLL file so that it works on Forex Tester 5 They are all open source trading view indicators that need to be converted to MT4 then forex tester. Forextester 5 have advised that custom indicators in C++ or Delphi programme language are compatible with them. Please view before accepting Tutorial of how to convert MT4 indicators to forex tester

プロジェクト情報

予算
締め切り
最高 7 日