Job finished
Execution time 7 hours

Feedback from customer
My order has been fully covered. A successful developer
Specification
I want the indicator SQZMOM_LB published in Tradingview (Pine Script) to be edited to MQL5.
The indicator should look the same in both applications, the study results should be the same and should produce the same values.
SOURCE CODE ( PineScript) | ||||
// | ||||
// @author LazyBear | ||||
// List of all my indicators: | ||||
// | ||||
study(shorttitle = "SQZMOM_LB", title="Squeeze Momentum Indicator [LazyBear]", overlay=false) | ||||
length = input(20, title="BB Length") | ||||
mult = input(2.0,title="BB MultFactor") | ||||
lengthKC=input(20, title="KC Length") | ||||
multKC = input(1.5, title="KC MultFactor") | ||||
useTrueRange = input(true, title="Use TrueRange (KC)", type=bool) | ||||
// Calculate BB | ||||
source = close | ||||
basis = sma(source, length) | ||||
dev = multKC * stdev(source, length) | ||||
upperBB = basis + dev | ||||
lowerBB = basis - dev | ||||
// Calculate KC | ||||
ma = sma(source, lengthKC) | ||||
range = useTrueRange ? tr : (high - low) | ||||
rangema = sma(range, lengthKC) | ||||
upperKC = ma + rangema * multKC | ||||
lowerKC = ma - rangema * multKC | ||||
sqzOn = (lowerBB > lowerKC) and (upperBB < upperKC) | ||||
sqzOff = (lowerBB < lowerKC) and (upperBB > upperKC) | ||||
noSqz = (sqzOn == false) and (sqzOff == false) | ||||
val = linreg(source - avg(avg(highest(high, lengthKC), lowest(low, lengthKC)),sma(close,lengthKC)), | ||||
lengthKC,0) | ||||
bcolor = iff( val > 0, | ||||
iff( val > nz(val[1]), lime, green), | ||||
iff( val < nz(val[1]), red, maroon)) | ||||
scolor = noSqz ? blue : sqzOn ? black : gray | ||||
plot(val, color=bcolor, style=histogram, linewidth=4) | ||||
plot(0, color=scolor, style=cross, linewidth=2) |
Responded
1
Rating
Projects
18
33%
Arbitration
0
Overdue
0
Free
2
Rating
Projects
623
38%
Arbitration
39
23%
/
64%
Overdue
93
15%
Working
Published: 4 articles, 19 codes
3
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Similar orders
ASAP assist if you know what to do Multi-Timeframe High/Low Lines Timeframes : Weekly (W1), Daily (D1), 12H (H12) Logic : Draw lines from previous completed candle’s high and low Labels: W1 High @ price , D1 Low @ price , etc. Colors: W1 = Blue D1 = Green H12 = Orange Line Style: customizable via inputs Lines stretch to the right side of the chart Visible on all timeframes (15M, H1, H4, etc.) 2. Stochastic Oscillator
Hello All, I need a developer who can help me to modify my existing expert advisor with below requirements : 1. I have already a mql4 file and I want to modified it with some new certain filters or conditions 2. I will add more filters conditions which I will tell you later for the selected developer. 3. Once it’s done so you must share the modified mql4 to me and I will do back test many times to make sure whether
Update la un indicator existent
30+ USD
Buna tuturor developerilor romani de pe aici, Am un indicator care functioneaza destul de bine insa cum intotdeauna este loc de mai bine as avea nevoie de niste update uri pentru el. In principiu as vrea sa fie adaugat 2 indicatori noi in logica existenta, primul este CCI al doilea este Accelerator Oscillator. Primul ar trebui sa functioneze in TF current, iar al doilea in TF curent + un TF mai mare. Mai multe
Request for ICT "Breaker Structure" Indicator
50 - 500 USD
I’m looking for a custom indicator that can scan for ICT Smart Money "Breaker Structures" and alert me when they form. What I Need: The indicator should analyze markets (Oil/Gold/ but mostly Crypto (BTC)) for Breaker Structures—where price breaks a swing high/low but gets rejected, signaling a potential reversal. I primarily use TradingView, so I'd appreciate it if the script is compatible with TradingView and can
Trend ScreenerPRO MT5
30 - 40 USD
I found your indicator in the marketplace. It seems to be exactly what I'm looking for. I would like to buy it and to be personalized for my own use. I'm just trading XAU/USD and follow a very good signal on Telegram, GTMO. I'm very successful with him and all of his followers earning a lot of money. I want to get my own Indikator to confirm his signals for my trades before entering. Can you offer me your indicator
I have two trading view indicators that I need combined and backtested if you do that? I have alerts already in place and the win rate looks good I just can't backtest that far. I need a few minor tweaks to the code as well. Some lable fixes, time frames for trading hours and possibly extending the lines for more entries. It's a basic code based off fibonacci numbers with a break and retest. I can send you both the
Hello, I attached the design of a swap cost calculator I need to be programmed for MT4. It should be visually appealing like a dashboard. I need to enter 28 pairs. The inputs are "Balance" or "Equity" and the Lot Amount tradet. The balance or equity can be input by the user manually. The lots tradet as well. The output is the dashboard. The Swap Costs in EUR (or account currency) need to be calculated by the programm
Khali Sniper EA.Bot
50+ USD
The ea should include indicators and should be able to spot entries on a 1 minute /15 minutes time frame, it has to scalp and automatically add take profit and stop loss the bot must trade small accounts from 12USD
Hope you're well. I have two trading view indicators that I need combined and backtested if you do that? I have alerts already in place and the win rate looks good I just can't backtest that far. I need a few minor tweaks to the code as well. Some lable fixes, time frames for trading hours and possibly extending the lines for more entries. It's a basic code based off fibonacci numbers with a break and retest. I can
Highly experienced strategy writer required
300 - 1000 USD
Hello, I want to create an MT4 indicator identical to the one shown in the attached image. What I need: – Red arrows = sell signals at reversal zones – Green arrows = buy signals at reversal zones – Arrows appearing at candle closes for confirmation – It should work best on Forex and cryptocurrency pairs on the M1 timeframe. – A high win rate (90% or more). – There should be no repainting or other fraudulent
Project information
Budget
40+ USD
For the developer
36
USD
Deadline
from 1 to 2 day(s)