Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

Live Quote Charts in MQL4 - MetaTrader 4 Script | Trading Script Download - MT4/MT5 Resources

author EAcpu | 3 reads | 0 comments |

Tick ​​Chart in MQL4 - indicator for MetaTrader 4

Tick ​​Chart in MQL4 - indicator for MetaTrader 4

Tick ​​Chart in MQL4 - indicator for MetaTrader 4

Tick ​​Chart in MQL4 - indicator for MetaTrader 4

This will create an offline chart for the ticks of the symbol to which it is applied.

I mentioned it in lines of code like:

 // Please uncomment the included file
//#include
 // Please uncomment the following lines after downloading the file
//if(hwnd!=0)// && cur_time-last_time>=2)
// {
// PostMessageA(hwnd,WM_COMMAND,33324,0);
// last_time=cur_time;
// }

Due to CodeBase policy, I cannot upload the file without it. So all you have to do is uncomment the following line:

 // Please uncomment the included file
#include // Please uncomment the following lines after downloading the file
if (haha!= 0 ) // && cur_time-last_time>=2) {
  PostMessageA(hwnd,WM_COMMAND, 33324 , 0 );
  last time = current time;
  }

Then the code will work fine.

Where to find the symbols for opening charts:

Tick ​​Chart in MQL4 - indicator for MetaTrader 4

How does it look like:

Tick ​​Chart in MQL4 - indicator for MetaTrader 4

This way you can research the industry well. Using price movement, you can learn more about how a trade will proceed.


Attachment download

📎 symbol_tick_chart.mq4 (3.53 KB)

Source: MQL5 #28530

Verification code Refresh