Indicator coding

Göstergeler

İş Gereklilikleri

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.


Yanıtlandı

1
Geliştirici 1
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
2
Geliştirici 2
Derecelendirme
(41)
Projeler
124
34%
Arabuluculuk
32
13% / 75%
Süresi dolmuş
53
43%
Serbest
3
Geliştirici 3
Derecelendirme
(273)
Projeler
395
63%
Arabuluculuk
70
53% / 26%
Süresi dolmuş
198
50%
Serbest
Benzer siparişler
Hello, I need a seasoned PineScript and MQL coder to help with an algorithm development by converting an indicator on TradingView to MT4 then build an EA with the same logic of the indicator and in addition to the ideas I want in the expert advisor(Rules & Conditions) of exactly the features needed for implementation to have the expert advisor designing as my expected products, ONLY REACH OUT IF YOU HAVE BEEN
Hello Developers, I'm looking for someone who has had past success and is familiar with the above concepts—something similar to the popular LuxAlgo SMC indicator on Tradingview. The objective is to develop the indicator to create an expert adviser that incorporates the above. Dedication to help achieve this project is what I'm looking for. If you're someone who will go above and beyond for the client and is willing
Hi, I'm looking to replicate or create a tradingview indicator for quantower and I want to know how much it will cost me. You can access the indicator through this link
I need to add an alert to my SMC Order Blocks indicator. This is a custom indicator that was made for me some time ago. This custom indicator already has built-in alerts, but I need to add another type of alert, keeping the existing alerts unchanged. The alert will be for a specific Order Blocks pattern. This indicator graphically provides a zigzag, from which CHoCH and BOS are derived with their respective zones of
Hello programmers, I’m looking only for veteran programmers with profound knowledge and experience in strategy optimization to improve my EA. The backtests are incredible, even with REAL TICKS of 100% quality Dukascopy data, but real results are quite disappointing on my specific brokerage. I would really love to adapt the EA so that back testing results and forward testing can better match. The strategy uses a
I'm looking for someone who can convert a pinescript from trading view to MQL5. The task requires knowledge of MQL5 coding standards and the ability to translate logic from the original script accurately
I want like to convert my tradingview indicator to mt4 EA I use 3 MA MSB RSI The list of the 4 indicators are on TradingView, 1. Market Structure Break And Order block. By EmreKb 2. TMA - Divergence Indicator (V2) 3. Multiple MA (21,50,100) 4. SuperTrend
Project Overview: I would like you to develop a Moving Average Crossover Trading Bot for MetaTrader 5 (MT5), compatible with all trading instruments (Forex, Stocks, Indices, Commodities, etc.), that incorporates machine learning algorithms to improve the strategy’s performance. The bot should be customizable, allowing users to adjust various parameters such as risk percentage, moving average periods, stop loss, take
Expert advisor in mql5 50 - 130 USD
Hi, I need an expert advisor for forex multi currency and multi timeframe that ea would give one percent profit from all trades. After profit that ea will close all orders. Regards
Hope so, you are fine and in good health I would like to invite you for the work, I have one indicator that is written in pine script (Tradingview) language, I would like it to be converted to Mql5, that will further lead in making of trading bot according to condition I will share with you Following, the indicator file is already attached, kindly look into it and if you can , I would be happy to work with you

Proje bilgisi

Bütçe
Son teslim tarihi
from 1 to 3 gün