Want to take code from PineEditor and convert to mql5

MQL5 Индикаторы

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

Время выполнения 1 час
Отзыв от исполнителя
Great customer, clear specs, recommended+

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

I have an indicator that i use on tradingview and want to get it conveted to mql5.


//The information contained in my scripts/indicators/ideas does not constitute financial advice or a solicitation to buy or sell any securities of any type. 

//I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from use of or reliance on such information.

//All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, or individual’s trading does not guarantee future results or returns. 

//Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.

//My scripts/indicators/ideas are only for educational purposes!

//Copyright by Zeiierman


//@version=4

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/

// © Zeiierman


study("High & Low Of Custom Session - OpeningRange Breakout (Expo)", shorttitle="High/Low Of Custom Session (Expo)",overlay=true)


// Inputs

my_session = input("1200-1300", type=input.session, title='Custom Session')

Lines = input(false, title="Show High/Low Lines?")

ExtendLine = input(true, title="Extend Session High/Low Lines?")

FILL = input(true, title="Show Session BGcolor?")


// Determine if we are in a session

in_session = time(timeframe.period, my_session)

is_new_session(res, sess) =>

    t = time(res, sess)

    na(t[1]) and not na(t) or t[1] < t


new_session = is_new_session("1440", my_session)


// Start of Session

is_newbar(res,sess) =>

    t = time(res,sess)

    not na(t) and (na(t[1]) or t > t[1])

new = (is_newbar("1440", my_session) ? 1 : 0)


// Plot Start Of Session

col_Start_of_Session = new_session and new==1? color.aqua:na

plotshape(high, color=col_Start_of_Session, style=shape.circle, location= location.absolute, size=size.small, title="Start_of_Session")

    


// In Session High/Low Calculations

var float _low = close

var float _high = close


_low := new_session? low : in_session ? min(low, _low[1]) : na

_high := new_session  ? high : in_session ? max(high, _high[1]) : na


col_low = _low == low? na: Lines?color.red:na

col_high = _high== high? na:Lines? color.green:na


// Plot High/Low Line

Low=plot(_low, style=plot.style_line, linewidth=1, color=col_low)

High=plot(_high, style=plot.style_line, linewidth=1, color=col_high)


// BG Color

Fill_col = FILL ? color.aqua:na

fill(Low,High, color=Fill_col)

//


// End of Session

start_of_session_value = valuewhen((new==1),high,0)

end_session_condition = start_of_session_value !=start_of_session_value[1]?0: in_session?1:0 

end_session = (end_session_condition == 0) and (end_session_condition[1]==1)? color.orange:na

plotshape(close, color=end_session, location=location.absolute, style=shape.circle, size=size.small)


// Extend High/Low Session Lines

v_extend_low = valuewhen((_low == low),low,0)

col_v_extend_low =  (end_session_condition == 0) and v_extend_low ==v_extend_low[1] and ExtendLine? color.red:na

plot(v_extend_low, color=col_v_extend_low, title="Extend Low")


v_extend_high = valuewhen((_high == high),high,0)

col_v_extend_high =  (end_session_condition == 0) and v_extend_high ==v_extend_high[1]  and ExtendLine? color.green:na

plot(v_extend_high, color=col_v_extend_high, title="Extend High")






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

1
Разработчик 1
Оценка
(45)
Проекты
58
33%
Арбитраж
12
42% / 42%
Просрочено
7
12%
Свободен
2
Разработчик 2
Оценка
(885)
Проекты
1410
67%
Арбитраж
123
32% / 41%
Просрочено
217
15%
Свободен
Опубликовал: 1 пример
3
Разработчик 3
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
4
Разработчик 4
Оценка
(269)
Проекты
284
55%
Арбитраж
0
Просрочено
5
2%
Свободен
5
Разработчик 5
Оценка
(574)
Проекты
945
47%
Арбитраж
309
58% / 27%
Просрочено
125
13%
Свободен
Похожие заказы
Hi, I want to develop a highly accurate, custom technical indicator for MetaTrader 5 (MT5) specifically tailored for 1-minute Binary Options trading (Quotex). I do NOT need an automated trading bot. I only need visual buy/sell arrows on the chart, an advanced alert system, and an on-chart performance statistics dashboard. The indicator must be 100% non-repainting. --- 1. STRATEGY CONFLUENCE LOGIC The indicator should
Create a bot that can trade and read indicators easy to read for first time users. Bot that can be used on a phone and connect to MT5. It should be easy to install or use on any device especially phone and laptop, preferably the bot that can run over night and controllable when needed
These are orderflow footprint indicator I would like to know if you can algorithmisie and build a stacked imbalance bot from them .. Kindlt let me know if you can do it and check the file before replying me
I have 2 trading view indicators by GainzAlgo that I want code to mt5 , could u advise? I need you to give me response if you can convert This
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
Platform: TradingView Programming Language: Pine Script v6 Type: Custom Indicator Project Name: Scalping Reaction Zones + Valid Order Blocks MAIN GOAL I need a custom TradingView indicator for scalping. The indicator must detect: 1. Reaction / Explosion Zones 2. Valid Order Blocks 3. Combined Reaction Zone + Order Block zones The indicator should NOT generate: Buy signals Sell signals TP SL Entry signals Trading
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the

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

Бюджет
50 - 100 USD