Forum

How to load a .set file during backtest?

On live charts the .set file gets loaded without any issue, but when i want to backtest the indicator i always get an error which says that the set file can't be found.. Does anybody have a clue what causes this issue and how to avoid/fix it? thank you very much

What can I do if a freelancer doesn’t answer ?

Is there any way to get a freelancer answer your messages (within a project ) other than an arbitration? I have an open job, now running for something like 4 months instead of 4 days and i really want to get this done rather sooner than later, so thanks for your replies

MQL5 Code-Question

I want to change following code snippet. As far as I understand it, it searches now for the highest high/lowest low in form of a bar number within a period and then gets the quote for this bar: for(i=limit_ln;i<rates_total && !IsStopped();i++) { h=iHighest(Symbol(),Period()

MQ5 Visual Backtesting of an EA with indicators

Hello, as the title says, i am looking for a way i can backtest an ea in the visual mode and in addition to this i would like to add some indicators to it. Does anybody know how this works? Thx for your help

Mysql vs sqlite

hey guys, as the title already says i am looking forward for your opinion on this topic! I want to read and store data from mql5 charts to a database! this database should be readable by multiple instances, whereas there is only one instance that writes to the database. Since sqlite is lightweight

MQL5 max bars to load/show

Hey guys, as the title says I am looking for a script/indicator that shows you how many history bars are loaded onto a chart and also if there is a way to get a specified number of bars on a chart? Thank you very much for your asnswers! Kind regards