Convert a Tradingview Pinescript into MT4 indicator

MQL4 Indicadores

Trabalho concluído

Tempo de execução 21 horas
Comentário do cliente
Happy new year 2020 !! Great job !!

Termos de Referência

Hi,

I want to convert a Tradingview Pinescript study based on Kijun-Sen into MT4 .I have the code in Pinescript (about 15 lines of code in PS), it just needs converting to MT4. Also can you do on-screen alerts, or sound alerts for MT4 based on this indicator? If it works, I might need to add capability to auto-trade once I back-test it on MT4 later .


//@version=4
study("Kijun-PA Cross", shorttitle="K-PA X", overlay=true)

donchian(src_low, src_high, len) =>
    avg(lowest(src_low, len), highest(src_high, len))

candle_oc = input(defval=false, title="Use Candle Open/Close instead of High/Low for Kijun")
src_low = candle_oc ? min(open, close) : low
src_high = candle_oc ? max(open, close) : high
ki_Length = input(34, minval=1)
ki_baseLine = donchian(src_low, src_high, ki_Length)

long = close > ki_baseLine
short = close < ki_baseLine

kjuncol = long ? color.aqua : color.purple

plot(ki_baseLine, color=kjuncol, linewidth=1, title="Kijun-sen")

alertcondition(long, title='PA crosses Kijun-sen LONG', message='PA crosses UP Kijun-sen LONG')
alertcondition(short, title='PA crosses Kijun-sen SHORT', message='PA crosses DOWN Kijun-sen SHORT')


Respondido

1
Desenvolvedor 1
Classificação
(20)
Projetos
46
54%
Arbitragem
3
67% / 0%
Expirado
14
30%
Livre
2
Desenvolvedor 2
Classificação
(508)
Projetos
764
63%
Arbitragem
33
27% / 45%
Expirado
23
3%
Livre
3
Desenvolvedor 3
Classificação
(563)
Projetos
932
47%
Arbitragem
301
59% / 25%
Expirado
124
13%
Trabalhando
4
Desenvolvedor 4
Classificação
(800)
Projetos
1371
72%
Arbitragem
112
29% / 48%
Expirado
341
25%
Trabalhando
5
Desenvolvedor 5
Classificação
(586)
Projetos
1047
49%
Arbitragem
39
28% / 41%
Expirado
49
5%
Livre
6
Desenvolvedor 6
Classificação
(548)
Projetos
825
73%
Arbitragem
15
53% / 13%
Expirado
193
23%
Trabalhando
Pedidos semelhantes
Trading bot 300+ USD
We need bot that trades when medium and low impact news hits It will release pending order both directions few min prior to news impact And will have certain risk management strategy attached Example If Monday and Tuesday news successful clears profits It will reduce risk for next news events until new week starts each week message on tg: Dstatewealthtrading NOTE: 4 YAERS OF EXPERIENCE UPWORD, YOU MUST BE A
I need someone the create a supertrend indicator based on Heikin Ashi candles instead of normal candles. Needs to be exactly the same as the supertrend (original one) + ha from tradingview. In m1,m5,m15 the indicator must have the same values ​​found with the tradingview. Work that meets this requirement will be accepted ( depending on the broker and spread, however, a few pips of difference will be accepted)
Here is a detailed instruction for the coder to implement the vertical lines based on the BrainTrainSignalAlert indicator: --- **Task: Implement Vertical Lines for Alerts from BrainTrainSignalAlert Indicator** **Objective:** Create a system that adds vertical lines on specified timeframes (M5 or M30) whenever an alert is generated by the BrainTrainSignalAlert indicator on the H1, H4, and D1 timeframes. The lines
Hello Guys! I want to modify/fix the indicator that uses sequential type of entries (it calculates from 1 to 9) and if the conditions are met it provides an arrow (signal) with alert. The problem is that, sometimes (for unknown for me reasons) it repaints arrow signal. Like on the picture: Signal 1 - correct signal Signal 2 - correct signal Signal 3 - correct signal Signal 4 - repaints (signal 3 arrow dissapeared
Hi, I have a Live Data feature for my trading accounts that lets me check details like total open positions, number of lots, profits, etc. I need someone to add the number of pending orders to this live data. This is important for me to ensure that all accounts have the same number of pending orders, since I use a copy trading system. Also, there is a website where I check all the data. In this case, you would need
I came across an indicator that's perfectly good in catching spikes in boom amd crash but i would want it to be modified and to improve accuracy As a professional you will have to go through the indicator and explain to me the strategy with which the indicator was buid and tell me the possibility of improving it better
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
I have a full code ,, There are some errors in this.It does not add to the chart, does not show arrow marks, does not alert ,, fix this problem and work properly,, Contact on telegram @Gw_rakib1
Starting from scratch, I need a solution to develop my own crypto trading and exchange platform. This platform should compare prices across various exchanges like Coinbase, Binance, KuCoin, and Unocoin, as well as different cryptocurrencies. The solution must identify opportunities to buy on one platform and sell on another for a profit, transferring funds to my personal wallet instantly for security. The bot should
I am looking for a programmer to do EA trader. If you can understand what I want from the video i do and you can do it, contact me because you will be able to do what I want. https://drive.google.com/file/d/1wbHxbUQQqCkdpr0-pHfIh2b288LzYTV2/view?usp=sharing

Informações sobre o projeto

Orçamento
30+ USD
Desenvolvedor
27 USD