거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

Read CSV file and Tokenise string using Delimiter - MetaTrader 4용 expert

조회수:
2482
평가:
(19)
게시됨:
2022.01.30 12:23
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.