Forum

Import from an Excel/CSV-file

I want to import some data from an Excel file. In the first column are some ticker symbols, the second column of the CSV-file contains some numbers. How can I import this data and process it in an EA? Thanks for your help

Help: new trade only when a new candle

Hallo can you help me? My EA opens a trade, the next trade (e.g. I want to increment my position) should only start at the next candle (not by the next tick). Can anyone tell me the code

Beginner need help

Hallo, I'm a beginner in programming MWL4 and I've the following Problem: I want to calculate the difference between the High and Low of the last twenty bars. In the next step I want to search for the highest difference of the last twenty bars and show it like an indicator. Hier is my Code, but it