Need Help in Array Topic

 
Dear all Friends
I'm a newbie..
Can anyone help me....
1. How to enter into the program, a number of 1-dimensional Array data from external (External Input) ?
2. How to combine a number of similar data results of calculations into a 1-dimensional array ?

I'm very happy if there are friends who can provide coding. Thank you
 

Here you have a list of all function (MT5): https://www.mql5.com/en/docs/function_indices

You can search (Ctrl+f) for key words like array. If you click on one you can see all available function for this topic. Most of the explanations have examples to copy, past , and amend ...

In the Editor place the cursor on a function and press F1 - the simplest way to get some code examples.

Documentation on MQL5: List of MQL5 Functions
Documentation on MQL5: List of MQL5 Functions
  • www.mql5.com
List of MQL5 Functions - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
 
FxNewbie:
Dear all Friends
I'm a newbie..
Can anyone help me....
1. How to enter into the program, a number of 1-dimensional Array data from external (External Input) ?
2. How to combine a number of similar data results of calculations into a 1-dimensional array ?

I'm very happy if there are friends who can provide coding. Thank you

Thank you for your kindness to help me.
 
Carl Schreiber #:

Here you have a list of all function (MT5): https://www.mql5.com/en/docs/function_indices

You can search (Ctrl+f) for key words like array. If you click on one you can see all available function for this topic. Most of the explanations have examples to copy, past , and amend ...

In the Editor place the cursor on a function and press F1 - the simplest way to get some code examples

Carl Schreiber #:

Here you have a list of all function (MT5): https://www.mql5.com/en/docs/function_indices

You can search (Ctrl+f) for key words like array. If you click on one you can see all available function for this topic. Most of the explanations have examples to copy, past , and amend ...

In the Editor place the cursor on a function and press F1 - the simplest way to get some code examples.

thank you for your kindness to help me
 
Here is a link with all array-related functions https://www.mql5.com/en/docs/array
Below the description of the function there are always examples of how to use them and they are really useful in creating your own code. Hope that helps.
Documentation on MQL5: Array Functions
Documentation on MQL5: Array Functions
  • www.mql5.com
Array Functions - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
Reason: