Indicator coding

지표

명시

Would like some coding done in MT4. Brand new to MetaTrader. Am a longtime TradeStation user well versed in EasyLanguage looking at other platforms and finding this language less than easy. Don’t want to spend a lot of time learning from scratch but hope to pick up syntax etc. along the way through example. I’ll take bids to code it as I don’t want to offend anyone with a lowball offer, knowing this would take me about a half an hour to code in TradeStation.


would like to have functions where I can define my own price so I can use Price as a parameter in any indicator. ( Such as (Open + High + Low + Close)/4, Or (High + Low)/2.

I would like to be able to draw a trendline on the chart and have text appear on the chart with the length of the trendline.

Also need a ZigZag indicator that I can base on user defined price as above. It needs user selectable Left and Right strengths and would like it to also label the lengths of each Zig and Zag with text on the screen.

I also need a moving average , standard deviation band indicator with these parameters:

1. Length
2. Type
3. Price
4. UpAvgColor
5. DnAvgColor
6. SDmult
7. ExpColor
8. CntColor


Length = # of bars

Type = the type of average calculation used with paramater inputs i0 through i12.
    i0 = Linear Regression Curve
    i4 = Weighted average. (Recent Bars weighted heavier)
    i8 = Simple Average
        i12 = Reverse Weighted Average (Earliest Bars weighted heavier opposite of the weighted average.)

        Remaining outputs taken from above calculations:

        i1 = Absolute Value of outputs (((i0-i4)*.33) + Lower of i0 & i4
        i2 = Absolute Value of outputs (((i0-i4)*.5) + Lower of i0 & i4
        i3 = Absolute Value of outputs (((i0-i4)*.66) + Lower of i0 & i4

        i5 = Absolute Value of outputs (((i4-i8)*.33) + Lower of i4 & i8
        i6 = Absolute Value of outputs (((i4-i8)*.5) + Lower of i4 & i8
        i7 = Absolute Value of outputs (((i4-i8)*.66) + Lower of i4 & i8

        i9 = Absolute Value of outputs (((i8-i12)*.33) + Lower of i8 & i12
        i10 = Absolute Value of outputs (((i8-i12)*.5) + Lower of i8 & i12
        i11 = Absolute Value of outputs (((i8-i12)*.66) + Lower of i8 & i12

    Price = Selectable from Open, High, Low, Close, or user defined functions, Median, Weighted Close, etc.

    UpAvgColor = Selectable color of plot displayed when MA plot is going up.

    DnAvgColor = Selectable color of plot displayed when MA plot is going down.
   
SDmult = Standard Deviation bands calculated from inputs length and price plotted above and below the MA plot. If this input        were 2, there would be a plot 2 standard deviations above and below the MA plot displayed and calculated from the “Type” input.

ExpColor = Selectable color of SD plots when the bands are expanding or widening.

CntColor = Selectable color of SD plots when the bands are contracting or narrowing.


Would also like a variant of above indicator, without the bands, that plots all 13 MA values at once with selectable rising falling colors for each plot. If it is possible.

Thanks


Update:

For ma/sd indicator, all plots need to be able to shift right together a variable number of bars. Would like to be able to set plot properties independently for ma plot and the two sd plots.

On the zig zag indicator: would like the text to show the current zag length, then the proceeding zig length. so if there were a zig up 14 bars then a zag down 16 bars, the text output on the screen would show 16 : 14. would also like a variable to input a point value to plot the text above the high plus x number of points on the peaks of the zigzag and below the low x number of points below the valleys of the zig zag. on the last line of the zig zag that is currently forming and updating as new bars appear on chart, it will need to search for the left strength only. The right strength will need to be zero so it will update the text values as if it were a peak or valley without having to wait for the actual right strength to occur. so assuming you have this zigzag indicator with a left strength of 5 and a right strength of 5 applied to a chart as such: with a trend up of 10, then a trend down of 11, then a trend up of 12, then a trend down of 13 to the current last bar on the chart, the first peak would have the text "11 : 10" on the chart x number if points above the peak bar. The next valley would have the text "12 : 11" x number of points below the low bar on the chart. the last zigzag line up to the last bar on the chart would have "13 : 12" above that last high bar. If the next 14th bar of this uptrend were higher than bar 13 then the line would update to extend to the 14th bar, the "13 : 12" text would disappear from above the 13th bar and the text "14 : 12" would appear x number of points above the 14th last bar. If the price of the 14th bar the zig zag was analyzing were lower than the 13th bar, then the zigzag line would not update to the 14th bar and "13 : 12" would remain above the 13th peak bar. In tradestation, I have this indicator as a show me that just puts dots on peaks and valleys because sometimes there are several peaks discovered without valleys of adequate lengths inbetween and vice versa.


응답함

1
개발자 1
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
2
개발자 2
등급
(41)
프로젝트
124
34%
중재
32
13% / 75%
기한 초과
53
43%
무료
3
개발자 3
등급
(272)
프로젝트
394
63%
중재
70
53% / 26%
기한 초과
198
50%
무료
비슷한 주문
Specification for Translating Pine Script Indicators to MQL5 Objective Translate multiple indicators written in Pine Script into MQL5. The translation should be implemented using an object-oriented and class-based approach. Additionally, the indicators should include some specific adjustments as detailed below. Requirements Object-Oriented Design Implement the indicators using an object-oriented paradigm in MQL5
Hello my friend There is a project I will send you the indicator code What is required is to issue three copies of the indicator Version 1 1, Delete the arrows and signals and keep only the red and blue lines and move them (red and blue line buffers) from the Colors section to the Settings section so that they appear as in the picture () Version 2 2, Go back to the first original cursor, move the arrows, signals, red
I have a MetaTrader 4 indicator that I programmed to give arrow signals at entry and exit. What is required, is it possible to program the indicator to be better developed so that it gives a written purchase or sale, not just shares, and also gives the phrase (adjustment zone 1 and amendment 2) when the transaction is reversed, and finally, is it possible for the indicator to change the candles so that when the
In summary 1) The bot will only take Firm Buy and Firm Sell Signals . 2) The bot will use the SL and TP based on the indicator . 3) the risk to reward is 2:1 but when the price reaches 1:1 set SL to Breakeven 4) the bot will take Firm Buy and Firm sell after the candle closes with a firm buy or firm sell 5) make sure to give an option for number of contracts to be traded . 6) Bot will close all the trades EOD
I want my own bot for trading, an effective bot that I do not want to lose, and if it has artificial intelligence, it will be better for trading on a platform
hello programmers, i look for somebode who will enhance changies in my indicator. indicator draws swings bar after bar, but not all swings are drawn correct. full description is in attachements
I need a AI signal generating and executing bot for forex trading. The bot should operate such that when i put it in a chart it will analyze the market, after several minutes it will display whether the trade is buying or selling and then execute a trade. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the
1. Combination of Market Profiles on daily basis a) this should be combined if the bell curve is similar to the previous day. Rotational day (volume - standard deviation). b) If breakout, new range should be drawn Conclusion: Market profile should be combined on daily after the market is closed 2. Use Vwap indicator, with 0.5 - slow trend, 1.0 - normal trend, 1.5 fast trend. The stop loss should be under the trend
Hello. I need a programmer to develop a modular Expert Advisor in MQL5. The method used is DSLParser, therefore previous programming experience with this class is necessary. Each module must be tested, compiled and run on the strategy tester as well. We will also create some new indicators, that's why thorough knowledge of programming is also required in Pine editor (trading view). I ask for seriousness and
Smart Money E 30 - 90 USD
--- Job Title: EA Programmer for Smart Money Concept (Urgent) EA SOURCE CODE WOULD NOT BE SENT IF JOB IS NOT ACCEPTED Job Description: We are seeking an experienced EA programmer to finalize a project focused on implementing the Smart Money Concept. The progress is at 70%, and I need someone to complete the remaining tasks within a week. Project Requirements: - Liquidity, CHoCh, and Return to OrderBlock: Implement

프로젝트 정보

예산
기한
에서 1  3 일