MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading and Strategy Testing Forum

20 Trade Signals in MQL5 20 Trade Signals in MQL5 Screenshot
#FDXM3, D1
Real
Bollinger Band Width calculation with Neural Network using Expert Advisor
Bollinger Band Width calculation with Neural Network using
Author: surubabs
Subscribe to signal
MyExnessPower1
112.62%, 2 126.19 USD
Smart NeuronsSmart Neurons Try product
Smart Neurons
Author: nasdaq

// Scripts: Chart_Period_Changer

To add comments, please log in or register
Automated-Trading
Admin
20809
Automated-Trading 2012.06.27 12:03 

Chart_Period_Changer:

A simple script for switching basic timeframes. It allows to change a chart period using hot keys.

Three different versions are attached:

  1. Ascending;
  2. Descending;
  3. On loop.

Author: Olegs Kucerenko

Data Exchange between Indicators: It's Easy
We want to create such an environment, which would provide access to data of indicators attached to a chart, and would have the following properties: absence of data copying; minimal modification of the code of available methods, if we need to use them; MQL code is preferable (of course, we have to use DLL, but we will use just a dozen of strings of C++ code). The article describes an easy method to develop a program environment for the MetaTrader terminal, that would provide means for accessing indicator buffers from other MQL programs.
lion999
32
lion999 2012.09.13 17:43  

Hi Karlson,

Tried to attach it to the chart but it gets emoved from the chart instantly after being attached.

can you give me a solution to the problem. Pls find the attached file 

lion999
32
lion999 2012.09.13 17:46  
Sorry could not attach file
Miss_MiaChan
7
misolso3454 2012.09.24 13:06  

Nice code. Simple but useful

XDXD
274
DxdCn 2012.09.25 12:03  

if defined a indicator handle in OnInit().

How to do if  change chart period   in such mode ?

/
To add comments, please log in or register