Indicator coding

Indicatori

Specifiche

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.


Con risposta

1
Sviluppatore 1
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
2
Sviluppatore 2
Valutazioni
(41)
Progetti
124
34%
Arbitraggio
32
13% / 75%
In ritardo
53
43%
Gratuito
3
Sviluppatore 3
Valutazioni
(272)
Progetti
394
63%
Arbitraggio
70
53% / 26%
In ritardo
198
50%
Gratuito
Ordini simili
Moving average cross strategy that has no stop but will just reverse direction each time the crossover happens. But will have a 3 step profit taking method at certain percentage points. It will be used for futures options on the buy side. 3 days out
Reposting: I have posted this add earlier and had worked with Developer initially in trial mode. I was wondering if that developer is still available as I want buy this code from him with some modifications which I need. Hello - I am looking for some thing like this. 1- Moving Average MA value as line on Chart with label. i.e. 5min, 50, Exponential ( Labels should be selectable, Hide / Unhide, or display on Right /
My EA calls recent and live Polygon tick data, stores it locally and then displays it on the chart. I need someone who can modify the EA so that it can use information from TickDataSuite or any other tick repository instead of polygon so it can be used while backtesting. More information about the EA can be given. Price is negotiable if you have a backlog of completed orders and good reviews
I want to add lot Size filter in my MQ5 EA. based on account balance increseing lot size must be increseing and when balance decrese lot size also decresed..that's all i want
I have a mql4 license mql4 code,, there have a 1 error '( WebRequest' - no one of the overloads can be applied to the function call) fix this error,, and make sure it work properly,,{ it's bass on kernel32.dll } this license system Base on pc volume serial number. If you're a expert developer kindly contact with me ,, Write a text " License system devoloper " Telegram @Gw_rakib1
Looking for a skilled freelancer to create a simple indicator that displays key data directly on the chart during a backtest on MetaTrader 4. The indicator should show: - **Balance** - **Profit in $** - **Profit in %** I already have the sample in MT5 (.mq5 file), but I need it converted and optimized for MT4. This is a straightforward task with a quick turnaround time—just 2 hours. I'm offering $250 for this
(Below is a link that shows you how to calculate standard deviation) https://youtu.be/UaaaSx83Exg?si=UJGBkOf-XzvakVwC 1. Scan and sorts the entire watchlist for symbols with the largest current Standard Deviation absolute value (Using OPEN price)(Sorted: Greatest-Least): :: Timeframes :: - Current Day - Current Week - Current Month (:::::::::: DISPLAY ::::::::::) (1nd Row): Daily | Weekly | Monthly (2rd Row)
Bonjours, j’ai un EA avec des dossiers mqh à compiler ensemble pouvez-vous le faire ? les autres dossiers mqh pour ceux qui sont intéréssé Vous pouvez aussi me contacter via whatsapp +33766393794, télégramme « Doxa Man »
I've got two EA's mq5 and mq4 source codes for both EA's . I need them to be compile into ex5 and ex4. The first one is a hedging ea with advanced features like rsi and moving averages. The second one is integrated trading strategies for silver bullet, power of three and silver bullet reverse also London session opened bbs + 15 minutes strategy I'll provide a source what is need is for them to be compile and
I need an indicator based on ICT trading. It must be highly effective and efficient. The indicator must able to analyze the OB, MSS, FVG,$$$. The entry and exit zones must be based on the strategy, it must have arrows for entry and exit

Informazioni sul progetto

Budget
Scadenze
da 1 a 3 giorno(i)