Change the volatility outcome

MQL5 Indicatori Esperti

Lavoro terminato

Tempo di esecuzione 22 ore
Feedback del cliente
As always, amazing job!
Feedback del dipendente
Great customer. Thank you

Specifiche

Hello, please, change the way volatility is calculated according previous conversation

//@version=5 indicator(title="TFX_Volatilidad", shorttitle="TFX_Vol", overlay=false) tf = input.timeframe(title="Temporalidad", defval = "D", options=["D","W","M"]) dopen = request.security(syminfo.tickerid, tf, open[1], lookahead=barmerge.lookahead_on) dhigh = request.security(syminfo.tickerid, tf, high[1], lookahead=barmerge.lookahead_on) dlow = request.security(syminfo.tickerid, tf, low[1], lookahead=barmerge.lookahead_on) dclose = request.security(syminfo.tickerid, tf, close[1], lookahead=barmerge.lookahead_on) dopen1 = request.security(syminfo.tickerid, tf, open[2], lookahead=barmerge.lookahead_on) dhigh1 = request.security(syminfo.tickerid, tf, high[2], lookahead=barmerge.lookahead_on) dlow1 = request.security(syminfo.tickerid, tf, low[2], lookahead=barmerge.lookahead_on) dclose1 = request.security(syminfo.tickerid, tf, close[2], lookahead=barmerge.lookahead_on) dopen2 = request.security(syminfo.tickerid, tf, open[3], lookahead=barmerge.lookahead_on) dhigh2 = request.security(syminfo.tickerid, tf, high[3], lookahead=barmerge.lookahead_on) dlow2 = request.security(syminfo.tickerid, tf, low[3], lookahead=barmerge.lookahead_on) dclose2 = request.security(syminfo.tickerid, tf, close[3], lookahead=barmerge.lookahead_on) dopen3 = request.security(syminfo.tickerid, tf, open[4], lookahead=barmerge.lookahead_on) dhigh3 = request.security(syminfo.tickerid, tf, high[4], lookahead=barmerge.lookahead_on) dlow3 = request.security(syminfo.tickerid, tf, low[4], lookahead=barmerge.lookahead_on) dclose3 = request.security(syminfo.tickerid, tf, close[4], lookahead=barmerge.lookahead_on) dopen4 = request.security(syminfo.tickerid, tf, open[5], lookahead=barmerge.lookahead_on) dhigh4 = request.security(syminfo.tickerid, tf, high[5], lookahead=barmerge.lookahead_on) dlow4 = request.security(syminfo.tickerid, tf, low[5], lookahead=barmerge.lookahead_on) dclose4 = request.security(syminfo.tickerid, tf, close[5], lookahead=barmerge.lookahead_on) //CALC atr = 100*((((dhigh-dlow)/dlow) + ((dhigh1-dlow1)/dlow1) + ((dhigh2-dlow2)/dlow2) + ((dhigh3-dlow3)/dlow3)+ ((dhigh4-dlow4)/dlow4))/5) //PLOT plot(atr, title = "Parcialidad", color=color.rgb(41, 114, 173, 50), linewidth=5, offset=1) h1 = hline(0.5, linestyle=hline.style_dotted, linewidth=1, color=color.white, title="Nivel 1") h2 = hline(1.0, linestyle=hline.style_dotted, linewidth=1, color=color.white, title="Nivel 2")


Con risposta

1
Sviluppatore 1
Valutazioni
(34)
Progetti
38
26%
Arbitraggio
4
0% / 25%
In ritardo
0
In elaborazione
Ordini simili
Hello, I have designed a strategy in Tradingview, which I would like to trade automatically in Ninjatrader. Would this be possible? Does the strategy have to meet any special characteristics
EA for stocks 30+ USD
EA FOR STOCKS All in yellow are inputs of the EA New Global Magic number: 111111 Direction: Only buy/Only sell orders First order: RSI period: 14 RSI up: 70 RSI down: 30 Buy order --> when RSI < RSI down Sell order --> when RSI > RSI up ----------------------------------------------------------------------------------------------------------------- First order Invest 1: 10€ Global TP: 1 €
EA Design 30 - 60 USD
I'm looking for someone to create a UI/design for my EA. The design should include news, as well as display the daily/weekly/monthly and total drawdown/Profit and amount of trades since the EA's usage. The design should have a modern touch to it. Please apply for the job with example images. I'm only looking for the code for the design, my EA will not be shared
I want an EA that can march the indicator behavior accurately. This indicator switches direction and crosses very quickly and follows the accurate trend at all time and want an EA to that will follow at all time and notice quick trend change and close the trade and place in right direction Indicator Setup: Define the two MAs with customizable periods (let's call them "Blue MA" and "Red MA"). Calculate the crossover
RSI+MA 30 - 70 USD
As seen in the pictures.. Respond and I will give full specifications of what the bot should execute trades.. Please let's not watse each other's time if the pictures don't give you a hint of what is needed
I need an expert in the development of a fully automated trading robot For MetaTrader. The Trading Robot must be "Web based" so it can be accessed or used through a website, You can view a screenshot here; https://www.awesomescreenshot.com/image/48030918?key=79b0ff91455d862746e9b649341f4cdb Why do i need? Simple Enough, This is what i need from my Trading Robot EA. The Trading Robot can only be accessed through a
Maybe this indicator will make a good ea but the aggressive entry moves and conservative entry is stationary and target tp2 which will make it a 0.3:1 aggressive entry is around a 1:1 with Tp 2 I want conservative entry and do aggressive entry pls do that too with the option too switch in the settings I want sl tp and trailing stop fire filter and auto lots fixed lots I get
Hi, I would enlist bids to create an EA, based on the following steps 1. Session Time - the EA will only take a trade during the selected time window, Example 8.30pm to 11.00pm (GMT+8). The example is for a bulllish candle for Buys entry. Entry criteria 1 - A level for buys will be marked by drawing a horizontal line (Example GBPJPY 194.252 Green Line) Entry criteria 2 - A 15min or 30 min candle to close above the
Hello, I am looking for an expert MT4 MT5 Programmer to build an expert advisor that works perfectly for the two metatrader, I would like to work with an experieced full time coder who can be able to pay attention to details, I will be sharing my specifications regarding the development of this algorithm as expected in comment section, Kindly show up if you are the best fit thanks
I would like to calculate the deviations between the companies listed below with Meta Trader. Would you be interested? BETWEEN 01.00 AT NIGHT AND 00.00 OF THE NEXT DAY (FOR HOURS WHEN THE GOLD MARKET IS OPEN) *Instant comparison of prices of the same parities of different companies *Determination of deviation rates in downward or upward movements (average prices, prices below and above the average) *Detection of

Informazioni sul progetto

Budget
35+ USD
Per lo sviluppatore
31.5 USD
Scadenze
a 2 giorno(i)