• Information
6+ years
experience
24
products
159
demo versions
297
jobs
0
signals
0
subscribers
If you suddenly came to the desire to earn automatic trading then I am at your service, I will write any robot, indicator or utility in the language of MQL4 or MQL5!
You can order a robot here: https://www.mql5.com/en/job/new?prefered=Istrebitel
Maksim Neimerik
Left feedback to customer for job Conditional Order Bot 2.0
Maksim Neimerik
Left feedback to customer for job Need update on Project_234.ex4
Maksim Neimerik
Left feedback to customer for job Low code EA
Maksim Neimerik
Left feedback to customer for job I want to create a simple trading robot using my indicator
Maksim Neimerik
Left feedback to customer for job EA based of one MA
Maksim Neimerik
Left feedback to customer for job EMAs & DPO CROSSING STRATEGY EA
Maksim Neimerik
Left feedback to customer for job Update Stop loss First EA you already make me
Maksim Neimerik
Left feedback to customer for job Simple martingale EA needs to be completed within 12 hours
Maksim Neimerik
Left feedback to customer for job SL Manager for MT5 and Mt4
Maksim Neimerik
Left feedback to customer for job Develop an EA to monitor another EA
Maksim Neimerik
Left feedback to customer for job Make this indicator into a EA
Maksim Neimerik
Left feedback to customer for job An Expert Advisor Based on Exponential moving average
Maksim Neimerik
Added topic Average holding time of positions
Hi to all! Perhaps someone has faced such a problem: need to determine the average time of holding positions. In MQL4 it's not difficult, but in MQL5 I don't understand how to do it... I'm just starting to learn MQL5 , so don't be strict with me :)
Maksim Neimerik
Added topic The button returns to its original position - how to fix the problem?
Hi to all! I have a problem: I created a button and added it and connected it to the dialog object    if (!dialog.Create( ChartID (),Name, 0 , 10 , 20 , 250 , 300 ))    {        Print ( "The panel not
Maksim Neimerik
Left feedback to customer for job Прописать тралинг для сделок.
Maksim Neimerik
Left feedback to customer for job Create an Ea for managing trades open trades
Maksim Neimerik Published product

Pending orders system is a small trading panel created for quick setting of hidden pending stop orders. Its functionality is simple and at the same time very necessary in the day-to-day work of a trader. The main function of this panel is to set hidden pending stop orders with one click of the mouse at the desired place on the chart. If necessary, the user can pre-register lot, stop loss and take profit in the corresponding fields. If the lot is not specified, it will be set at the level of the

Maksim Neimerik
Left feedback to customer for job Create an EA that automatically executes trades
Maksim Neimerik
Left feedback to customer for job Binary Code Heiken Ashi EA Project
Maksim Neimerik
Added topic A problem with mathematical calculation
Hello! Faced with a problem... I wrote the calculation of the lot relative to the stop loss : double lot= NormalizeDouble ((risk_money/(dist/ _Point ))/tick_value, 2 ); where risk_money=$200; dist=0.00053; tick_value=1.0; Everything worked, but when