Need to convert TradingView Pinescript into a MT4 indicator and Expert Advisor

Работа завершена

Время выполнения 31 день

Техническое задание

//@version=5
strategy("Stochastic Slow Strategy", overlay=true)
length = input.int(14, minval=1)
OverBought = input(80)
OverSold = input(20)
smoothK = 3
smoothD = 3
k = ta.sma(ta.stoch(close, high, low, length), smoothK)
d = ta.sma(k, smoothD)
co = ta.crossover(k,d)
cu = ta.crossunder(k,d)
if (not na(k) and not na(d))
if (co and k < OverSold)
strategy.entry("StochLE", strategy.long, comment="StochLE")
if (cu and k > OverBought)
strategy.entry("StochSE", strategy.short, comment="StochSE")
//plot(strategy.equity, title="equity", color=color.red, linewidth=2, style=plot.style_areabr)

Откликнулись

1
Разработчик 1
Оценка
(132)
Проекты
176
39%
Арбитраж
4
25% / 50%
Просрочено
14
8%
Свободен
2
Разработчик 2
Оценка
(158)
Проекты
175
43%
Арбитраж
6
0% / 67%
Просрочено
8
5%
Работает
3
Разработчик 3
Оценка
(301)
Проекты
451
65%
Арбитраж
5
40% / 0%
Просрочено
4
1%
Работает
4
Разработчик 4
Оценка
(38)
Проекты
50
10%
Арбитраж
1
0% / 0%
Просрочено
8
16%
Свободен
5
Разработчик 5
Оценка
(2)
Проекты
4
0%
Арбитраж
0
Просрочено
0
Свободен
6
Разработчик 6
Оценка
(5)
Проекты
6
17%
Арбитраж
2
0% / 100%
Просрочено
0
Свободен
7
Разработчик 7
Оценка
(2)
Проекты
2
0%
Арбитраж
0
Просрочено
1
50%
Свободен
8
Разработчик 8
Оценка
(564)
Проекты
933
47%
Арбитраж
303
59% / 25%
Просрочено
125
13%
Загружен
9
Разработчик 9
Оценка
(258)
Проекты
287
66%
Арбитраж
6
17% / 33%
Просрочено
10
3%
Занят
Похожие заказы
hello, dear coder. i need some help with my indicator i have there some layout issues and like to discuss for potencial help and fix! may somebody will help me this will be great
Hello, I’m looking for a TradingView indicator that fits my forex trading needs. If you can create or customize one for me, please reach out. I'd appreciate your help! Thanks in advance."
I’m looking for an experienced MQL5 developer to create a custom Break of Structure (BoS) Indicator for MetaTrader 5. This indicator should automatically detect and mark key market structure breakpoints in real-time, offering traders clear visual signals when the market experiences a structural shift. The indicator should include the following features: Automatic detection of Break of Structure (BoS) and Change of
Hey greetings am in need of a developer that can convert my simple tradingview indicator to MT4 I have the source code of the indicator and is also a public indicator on Tradingview site Kindly bid and let started
I want to buy the functional source code of the manager for mt5/mt4, make your proposal, send me a demonstration, the system asks for a text of 30 words plus the summary and that I want to buy a library
Hey MQL COMMUNITY, I have some ideas trading that needed to come to life based on my expected trading target, I have the details strategy ready so I wanted to be programmed as PineScript Indicators based on my trading specifications for TradingView platform, please reach out if you are well skilled in programming algo trading system for tradingview using PineScript coding solutions and can run without any problem
Hello i am seeking a skilled MetaTrader 5 (MQL5) developer to modify an existing Telegram signal copier. The goal is to enhance the copier's functionality, reliability, and user experience. kindly bid this job to get started immediately
Hello, I’m looking for assistance with creating or customizing a TradingView indicator to suit my trading needs. If you have experience in this area, please reach out. Your help would be greatly appreciated. Thanks
Where are my developers colleagues . i want you to support me on existing work i just need a little addon on it. Am still a student kindly support me. You will be get paid at the end of the work. If you want more details maybe the worth of the project or any other thing let me know. THNAKS FOR THE SUPPORT
** Entry Condition **: - ** For Long**: The trade is entered **after BB + ** is confirmed. - ** For Short *: The trade is entered **after BB -* is confirmed. ### 2nd **Stop Loss **: - ** For long Entries *: stop loss is triggered on a ** candle close above the high* of the breaker block shown by the indicator. - ** For Short Entries **: stop loss is triggered on a ** candle close below the low ** of the breaker block

Информация о проекте

Бюджет
70+ USD
Исполнителю
63 USD
Сроки выполнения
от 1 до 2 дн.