Transcribe an easylanguage indicator to mt4 and add an ea to this indicator

MQL4 Göstergeler Dönüştürme

İş tamamlandı

Tamamlanma süresi: 5 saat

İş Gereklilikleri

Below : this is the indicator to transcribe.

see attached files for more details and screen and the description of the strategy.

time limit 15 days

Thank you

---------------------------------------------------

input: EBOX( 40 ), XBOX( 40 ) ;


var: vLL( 0 ), vHH( 0 ), vDNT( false ) ;
var: vHHTLID( 0 ), vLLTLID( 0 ) ;
var: vHHTLIDPrev( 0 ), vLLTLIDPrev( 0 ) ;
var: vLLTL( 0 ), vLLDate( 0 ), vLLTime( 0 ), vLLTLPrev( 0 ), vLLDatePrev( 0 ), vLLTimePrev( 0 ) ;
var: vHHTL( 0 ), vHHDate( 0 ), vHHTime( 0 ), vHHTLPrev( 0 ), vHHDatePrev( 0 ), vHHTimePrev( 0 ) ;
var: vColour( 0 ) ;
var: vTick( ( minmove / pricescale ) * iff( category = 12, 10, 1 ) ) ;

vLL = lowest( low, EBOX ) ;
vHH = highest( high, XBOX ) ;

if low < vLL[1] then vDNT = true ;
if high > vHH[1] then vDNT = false ;

if vDNT = true then
    begin
        if vDNT = true and vDNT[1] = false and barstatus( 1 ) = 2 then
            begin
                alert( "Change of Colour" ) ;
                plot3( high + ( 1 * vTick ), "ChgOver", green ) ;
                vColour = Green ;

                if vHHTLIDPrev <> vHHTLID and tl_exist( vHHTLID ) then
                    begin
                        value1 = tl_getvalue( vHHTLID, date, time ) ;
                        tl_setextright( vHHTLID, false ) ;
                        tl_setend( vHHTLID, date, time, value1 ) ;
                       
                        vHHTLIDPrev = vHHTLID ;
                    end ;
                 if vHHTLPrev > 0 and vHHTL < vHHTLPrev then
                    begin
                        vHHTLID = tl_new( vHHDatePrev, vHHTimePrev, vHHTLPrev, vHHDate, vHHTime, vHHTL ) ;
                        tl_setcolor( vHHTLID, cyan ) ;
                        tl_setextright( vHHTLID, true ) ;
                    end ;                
                  vHHTLPrev = vHHTL ; vHHDatePrev = vHHDate ; vHHTimePrev = vHHTime ;
                  vHHTL = -9999999.99 ;           
            end ;
           
          plot1( high, "Waldo" ) ;
          plot2( low, "#10 DN" ) ;
      end
else
      begin
          if vDNT = false and vDNT[1] = true and barstatus( 1 ) = 2 then
              begin
                  alert( "Change of Colour" ) ;
                  plot3( low - ( 1 * vTick ), "ChgOver", red ) ;
                 vColour = Red ;
                
                if vLLTLIDPrev <> vLLTLID and tl_exist( vLLTLID ) then
                    begin
                        value2 = tl_getvalue( vLLTLID, date, time ) ;
                        tl_setextright( vLLTLID, false ) ;
                        tl_setend( vLLTLID, date, time, value2 ) ;
                       
                        vLLTLIDPrev = vLLTLID ;
                    end ;
                 if vLLTLPrev > 0 and vLLTL > vLLTLPrev then
                    begin
                        vLLTLID = tl_new( vLLDatePrev, vLLTimePrev, vLLTLPrev, vLLDate, vLLTime, vLLTL ) ;
                        tl_setcolor( vLLTLID, red ) ;
                        tl_setextright( vLLTLID, true ) ;
                    end ;
                vLLTLPrev = vLLTL ; vLLDatePrev = vLLDate ; vLLTimePrev = vLLTime ;
                vLLTL = 9999999.99 ;
              end ;
      end ;

if vColour = Red then
    begin
        if high > vHHTL then begin vHHTL = high ; vHHDate = date ; vHHTime = time ; end ;
    end ;
   
if vColour = Green then
    begin
        if low < vLLTL then begin vLLTL = low ; vLLDate = date ; vLLTime = time ; end ;
    end ;

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(87)
Projeler
134
14%
Arabuluculuk
41
22% / 29%
Süresi dolmuş
14
10%
Serbest
2
Geliştirici 2
Derecelendirme
(336)
Projeler
620
38%
Arabuluculuk
39
23% / 64%
Süresi dolmuş
93
15%
Serbest
3
Geliştirici 3
Derecelendirme
(186)
Projeler
261
69%
Arabuluculuk
12
33% / 67%
Süresi dolmuş
16
6%
Serbest
4
Geliştirici 4
Derecelendirme
(94)
Projeler
148
59%
Arabuluculuk
16
38% / 13%
Süresi dolmuş
25
17%
Serbest
5
Geliştirici 5
Derecelendirme
(51)
Projeler
66
30%
Arabuluculuk
2
0% / 0%
Süresi dolmuş
0
Serbest
6
Geliştirici 6
Derecelendirme
(219)
Projeler
370
42%
Arabuluculuk
145
17% / 41%
Süresi dolmuş
124
34%
Serbest
7
Geliştirici 7
Derecelendirme
(1)
Projeler
1
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
Benzer siparişler
Hi everyone, Please note, that the strategy i want to conver is using pyramiding setting set to 14 in tw. And tradingview uses some strange technique when it comes to pyramiding. I'm looking for someone who ever dealt with this. Also i would like your help with purchasing a tool/or integrating manually the access to seconds chart, i use my strategy only on 30 sec chart - USTEC icmarkets. I decided to move my strategy
Hello, I am in need of a Professional who can help me to convert my Tradingview to Mt4. Please let me know if this is something you can handle perfectly and your price for the conversion. Looking forward to hear from you. Thanks
Need to convert Thinkorswim strategies, indicators, or custom scripts to NinjaTrader. Offering seamless migration and functionality optimization to ensure your trading systems perform effectively on NinjaTrader. Fast delivery and reliable service
I'm looking for a quote from a developer who can compile this source code as DLL file so that it works on Forex Tester 5 They are all open source trading view indicators. Forextester 5 have advised that custom indicators in C++ or Delphi programme language are compatible with them
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader, I wanted this indicator in NT bcs I chart in NT, and if the indicator could also have been an automated strategy even better. Please confirm that it will be an indicator and Automated Trading Strategy
I am writing to inquire about the possibility of porting a simple project from MQL5 to Quantower using C#. The project in question includes a panel with a button that draws a rectangle on the chart. This rectangle can be freely dragged around the chart area. Additionally, the panel contains two editable fields, X and Y, which display the position of the rectangle. As the rectangle is dragged across the chart, the X
I need a TradingView script (not mine) converted to an Mt5 EA. There is some specifications for the robots on when to be able to take a trade. Attached bellow is the file of the script I want translated and converted to MT5 then EA
hi. I hv a strategy on tradingview need to convert to mt4/mt5 expert advisor for algo trading. would like to add some tradingview strategy setting to the mt4/mt5 EA(not included in my tradingview source code): recalculate after order is filled, order size: xx% of equity
Hi There" I have a simply Tradingview strat in Pinescript, that I'd need you to convert into a mt5 ea. Below is the details of my Pine Script strategy It uses CCI with a length of 60, Bollinger Bands with a length of 60, the source is hlc3 and a macd indicator which gets its data from the 1m timeframe //@version=5 strategy("CCI, Bollinger Bands, MACD Trading Bot", overlay=true) length = input(60, title="Bollinger
Hi, I have a Compiled JForex strategy (.jfx file) I would like someone to convert it in to readable source code. Please let me know if you can do this task. Thank you

Proje bilgisi

Bütçe
150 - 300 USD
Geliştirici için
135 - 270 USD
Son teslim tarihi
from 1 to 15 gün