Tick emulation for accelerated testing of indicators – script MetaTrader 4

Tick_Emulation_Script_MetaTrader4
The script allows to preview the indicator behavior on a real chart from the specified point with the minimum computation resources, both in the mode of manual control over the shift point, and in the automatic mode with tick generation delay. The script is designed for setting two shift parameters and the number of calculated … Read more

Tick emulation for accelerated testing of indicators ver.2 – script MetaTrader 4

Tick emulation for accelerated testing of indicators ver.2 - script for MetaTrader 4
Modernization of the first version of the script with the ability to manage multiple indicators Example of including an indicator is displayed on the basis of the attached linear regression indicator and is also described in the indicator code. The unique number is formed by the indicator automatically at the first start.. Tick emulation for … Read more

Tick emulation for accelerated testing of indicators ver.2.2 – script MetaTrader 4

Tick emulation for accelerated testing of indicators ver.2.2 - script for MetaTrader 4
The script is designed for setting two shift parameters and the number of calculated data for an indicator, EA or another script via the global variables. It is also possible to automatically iterate over the data range from the initially set bar until the zero bar with a delay.. Provided is an example of linear … Read more

ZoomPrice tick indicator – indicator MetaTrader 5

ZoomPrice tick indicator - indicator for MetaTrader 5
This indicator allows you to see the necessary price movement details via the convenient scale setting interface. The indicator makes possible to view the necessary price movements from any “altitude”.   The indicator interface The left mouse button rewinds the price. Click SHIFT to enable scaling (move the mouse). If the cursor is on a … Read more

Copy Tick and History From MT4 to MT5 real time. – EA MetaTrader 5

Copy Tick and History From MT4 to MT5 real time. - expert for MetaTrader 5
Thank you @fxsaber for the Symbol library. Please Download the Project from Here: MT4 To MT5 Ticks I am not able to publish the code here. Please download it from the Google drive link above. Lets take a look at the instruction for deployment. In MT5: Copy the complete project in the Experts directory  of the … Read more

Tick Chart in MQL4 – indicator MetaTrader 4

Tick Chart in MQL4 - indicator for MetaTrader 4
Introduction: This will create an offline chart for the ticks of the symbol on which it is applied. Instructions: I have mentioned in the code lines, such as: // Please uncomment the include file //#include <WinUser32.mqh> or // Please uncomment the below lines after downloading the file //if(hwnd!=0)// && cur_time-last_time>=2) //  { //   PostMessageA(hwnd,WM_COMMAND,33324,0); //   last_time=cur_time; … Read more