Convert MQ5 "Heiken Ashi Ma T3 absolutelynolaglwma.mq5" Indicator to Tradingview (Pinescript)

指定

looking only for talented pinescript developers to convert a non lag MA that combined with Heikenashi into pinescript
From what other developers have told me is that the indicator does the following "  'absolutely nolag lwma' ma method takes future bars to backward calculate"
Please dont apply if you know you will not deliver because i can assure you that will be a wastage of your time

Requirements:

Convert the indicator into pinescript

keep the input settings that the indicator has


just FYI




This is place with the conversion challenge

i attach the source codes of 'absolutely nonlag lwma' as below:


for(i=limit; i>=0; i--) prices[i] = iMA(NULL,0,1,0,MODE_SMA,price,i);

for(i=limit; i>=0; i--)

{

for(k=0, sum=0, sumw=0; k<period && (i+k)<Bars; k++) {

weight = period-k;

sumw += weight;

sum += weight*prices[i+k]; }


if (sumw!=0)

lwma1[i] = sum/sumw;

else lwma1[i] = 0;

}


for(i=0; i<=limit; i++)

{

for(k=0, sum=0, sumw=0; k<period && (i-k)>=0; k++) {

weight = period-k; sumw += weight;

sum += weight*lwma1[i-k]; }


if (sumw!=0)

lwma2[i] = sum/sumw;

else lwma2[i] = 0;

}



Please beware that this is where the challenge will be to convert it to pinescript


sum += weight*lwma1[i-k];


this line use future bar's indicator values to backward calculate. 

if any of you developer has solution, he/she will be the right candidate.


応答済み

1
開発者 1
評価
(58)
プロジェクト
66
8%
仲裁
39
26% / 56%
期限切れ
12
18%
仕事中
2
開発者 2
評価
(3)
プロジェクト
3
0%
仲裁
2
0% / 100%
期限切れ
0
3
開発者 3
評価
(242)
プロジェクト
271
65%
仲裁
6
17% / 33%
期限切れ
8
3%
取り込み中
類似した注文
Hello there! I have a ATAS bot that would be discussed properly with you once you bid to this project, But majorly what i need is either: An update to my bot that allows it to watch one chart and trade on another within ATAS. Or an add on of some kind that allows it to watch one ATAS chart and then communicate with a bot that can execute trades in MT4/5. Bid now for more proper details
I want have the possibility to increase lotsize not alone by Lot-multiplier rather I want add a fix-lot increase for excample for 0,05 lot. I want have this for buy / sell and hedge-buy and hedge sell
I need someone to build an EA for me based on Trend and Pivot levels from custom Pivot and Trend indicators. I will provide more information to the selected programmer
Hello there! I have a ATAS bot that would be discussed properly with you once you bid to this project, But majorly what i need is either: An update to my bot that allows it to watch one chart and trade on another within ATAS. Or an add on of some kind that allows it to watch one ATAS chart and then communicate with a bot that can execute trades in MT4/5. Bid now for more proper details
Hedging MT4 EA 50+ USD
Overview of the Strategy The main strategy will be hedging trades of similar lot sizes on EUR/USD (or any other pair). The idea is to start with two trades, Buy and Sell of 0.1 lots each. The positive trade will close at profit at a certain X distance set in parameters or at any SR level defined by horizontal lines manually. Blue line for resistance and red line for support. At the same time, upon closure of profit
Utilizing the MQL5 MetaEditor Wizard, I created an Expert Advisor, having the following Signal indicators: I was able to optimize the EA and reached a backtest with the following specifications: I was able to reach a profit level of 30K, as indicated below. However, the Bot is not without faults and following the backtest, I started a forward test with real live data and the results were not so great. The EA took a
We operate forex by receiving signals and opening orders expecting a TP of XX pips (in our scenario we are going to use XX=20) Whenever the order is open, we expect the market to move in our favor but if it moves against us we make a calculation of a next order to offset the losses of the original order and still make the XX (20 pips). That should happen after an specified number of pips against. (the GAP variable)
Hello I am looking for a developer to create an 50% retracement Indicator of the previous candle . So once a candle close the Indicator is supposed to take the full candle size from high to low and make a 61% and 50% level on that candle and I would like the candle to show until the next previous candle is done creating. After this I would look to create an ea with it possibly
Job Description: I am looking for an expert to develop a trading bot for MetaTrader 5 that will execute trades based on buy and sell signals from a custom indicator on TradingView. The indicator works on Heikin Ashi candles, and the bot should follow these detailed requirements: TradingView Alerts: Configure TradingView to send buy/sell signals via webhooks when the custom indicator prints a buy or sell signal. The
I will buy your EA for MT5, in case that on distance it is able to make a profit of 10% per month. - Martingale methods and grid strategies should not be used as the basis of a trading strategy. - Excellent win rate (>80%) - High risk/loss management - Option to select direction of trading (long, short or both) - News filter - Editable Trading Hours I will need to test in the strategy tester and on live market (on

プロジェクト情報

予算
100+ USD
開発者用
90 USD