Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Twitter!
und werden Sie Mitglied unserer Fangruppe
Interessantes Skript?
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Hat Ihnen das Skript gefallen?
Bewerten Sie es im Terminal MetaTrader 5
Expert Advisors

Read CSV file and Tokenise string using Delimiter - Experte für den MetaTrader 4

Ansichten:
2490
Rating:
(19)
Veröffentlicht:
2022.01.30 12:23
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance

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.


    RVI Crossover Indicator RVI Crossover Indicator

    This is a RVI crossover indicator.

    WPR Crossove Indicator WPR Crossove Indicator

    This is a WPR crossover indicator based signal generating indicator.

    Buy trend EA Buy trend EA

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

    Close Order at fixed interval Close Order at fixed interval

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