MT4 to MT5 code converter - page 44

 
Can someone please help me convert this mt4 scripts to MT5. Thanks
 
Hi everyone. can someone help me to convert these indicators from mq4 to mq5? thank you.
 
Whitfield Shelton:
Can someone please help me convert this mt4 scripts to MT5. Thanks
#include <KimIVToMT5.mqh> // https://c.mql5.com/3/263/KimIVToMT5.mqh

#include "Modify_All_TP_SL.mq4" // https://www.mql5.com/en/forum/179991/page44#comment_11298251
 
adisonfarrel:
Hi everyone. can someone help me to convert these indicators from mq4 to mq5? thank you.
#property indicator_chart_window 
#property indicator_buffers 6
#property indicator_plots 6
#property indicator_color1 White 
#property indicator_color2 White 
#property indicator_color3 DodgerBlue
#property indicator_color4 DodgerBlue
#property indicator_color5 Lime
#property indicator_color6 Red
 
#property indicator_width1 5
#property indicator_width2 5
#property indicator_width3 3
#property indicator_width4 3
#property indicator_width5 1
#property indicator_width6 1

#include <KimIVToMT5.mqh> // https://c.mql5.com/3/263/KimIVToMT5.mqh

// https://www.mql5.com/en/blogs/post/681230
#define MT4_OLD_EVENT_HANDLERS
#include "ind4to5.mqh" // https://c.mql5.com/3/277/ind4to5.mqh

#define digits digits2
#undef MODE_LOW
#undef MODE_HIGH

#include "Chaos_Semafor_-_3_Mod.mq4" // https://c.mql5.com/3/277/Chaos_Semafor_-_3_Mod__1.mq4
Files:
 

Is there anyone who tried the method that "fxsaber" introduced?

I tried it but I get a lot of errors. However, it was exciting to work properly.

Upload the ZIP file that contains the modified files and "Chaos Semafor 3_mod.mq5" that I created.
 
Naguisa Unada:

Is there anyone who tried the method that "fxsaber" introduced?

I tried it but I get a lot of errors. However, it was exciting to work properly.

mq4-file, mq5-file, ind4to5.mqh -> MQL5\Indicators\Converted\

 
fxsaber:

mq4-file, mq5-file, ind4to5.mqh -> MQL5\Indicators\Converted\

Thank you for your reply.

I do not know how to use it at all.

Are there English instructions?

 
Mohammad Majidi:

Hi Mladen,


Would you please convert this simple indicator to MT5

thanks

For exactly this exists the Freelance service! But read the rules first!!
 
Naguisa Unada:

Thank you for your reply.

I do not know how to use it at all.

Are there English instructions?

No instructions. Because any programmer here will immediately do. Ask someone.

 
fxsaber:

No instructions. Because any programmer here will immediately do. Ask someone.

All right. Thanks.

Reason: