Levente Csibi
Levente Csibi
  • Information
3 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Quality Control Project Manager at Budapest
As a former student of Mechatronics Engineering (BSc) and Management (MScBA), I have gained a thorough understanding of programming and automation, as well as financials and psychology. In my opinion, both sides are absolutely necessary for one to become a successful and profitable Forex trader. I have been trading Forex on MetaTrader 4 and have been programming indicators and Expert Advisors in MQL4 since 2017. Additionally, in 2018 and 2019, I successfully completed several online and offline courses in Hungary, Portugal, and the Netherlands, with the aim to fine-tune my understanding of the financial markets and of Forex trading. If you have a Forex-related project in mind, feel free to contact me! If you do so, punctuality, rapidness, and availability is the triad I'll guarantee you - ensuring that both you and I will have a successful, and hopefully long-term cooperation.
Friends 1
Levente Csibi
Added topic Meta Trader in invisible/headless mode?
I have a script that launches the Meta Trader terminal and runs some EAs on a regular basis. For this, I use an MQL config file that I run this way: C:\Program Files\MetaTrader 5 \terminal64.exe
Levente Csibi
Added topic MQL config file to automatically log in?
Based on the documentation which lists a Login and a Password entries, I thought creating my custom config file that would allow me to run EAs programatically from a Windows command line should be a relatively straightforward task.  I created
Levente Csibi
Added topic Inbuilt AMA inconsistency when using iCustom
I have a working script - to a huge part thanks to the precious help I had received from this forum. The script now successfully performs the following steps: gets a filename input and reads the corresponding csv file that contains Yahoo Finance
Levente Csibi
Added topic Calculating RSI on array from csv file in MQL5?
I have a bunch of csv files in MQL5/Files and a function that reads a csv into an array called output_arr[]. The function prototype is:  void ReadCsvData( double &output_arr[], string ticker, string column= "close" ) It works fine and I am
Levente Csibi
Added topic iCustom on array?
I know that for some indicators there exists an  ...OnArray() version in MQL4 (e.g.: iMAOnArray(), iRSIOnArray() etc.). I want to apply any custom indicator on an arbitrary array but it seems iCustom() doesn't support this. I'd be surprised if
Levente Csibi
Added topic Efficiently reading in a csv file?
I placed "AAPL.csv" into the MetaTrader terminal folder 's Files subfolder (MQL4/Files) to be accessible by the EA. The structure of this csv is as follows: Date,Open,High,Low,Close,Adj Close,Volume 1980 - 12 - 12 , 0.1283479928970337
Levente Csibi
Added topic EA to open position based on consecutive PSAR values
Hi there, I am new to MQL4 programming and came across the following practice problem online: create an EA which checks the previous N = 10 candles and if PSAR is consecutively above than iOpen() for all these N = 10 candles, open a sell position; if
Levente Csibi
Registered at MQL5.community