Mira cómo descargar robots gratis
¡Búscanos en Twitter!
Pon "Me gusta" y sigue las noticias
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
Deje un enlace a él, ¡qué los demás también lo valoren!
¿Le ha gustado el script?
Evalúe su trabajo en el terminal MetaTrader 5
Evalúe su trabajo en el terminal MetaTrader 5
- Visualizaciones:
- 3278
- Ranking:
- Publicado:
- 2022.01.30 12:23
-
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa
This code can be used to read CSV file.
It reads the file row by row.
For each row, it will separate the token in the string using a delimiter like underscore ( _ ). or pipe ( | ) or anything else.
It can be used if you want to read some information from a csv file back into the code.

This is a RVI crossover indicator.

This is a WPR crossover indicator based signal generating indicator.

This EA places buy trades based on trend of last 5 candles.

This EA demonstrates placing orders, modify orders and then closing orders after a fixed interval.