Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 1021

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Set a fixed spread in the tester. Generally speaking, EAs sensitive to such things - down the toilet )
Hello, Dear Professionals.
There is a script to export quotes in the format I want for the last 100 bars or up to a certain time in the past. It works as it should. But if it is thrown on the visualization chart of the tester, it saves quotes based on the last time there is a quote in the history, not on the date and time of the tester.
Can you teach it to save the last 100 bars based on the time of the tester's visualization chart?
If so, please advise how to do it. I can't figure it out.
PS: the fact that it uses Kim's function for replacement, instead of StringReplace - that's how it's designed, don't pay attention.
So a solution has been found. Although a couple of clicks less convenient, but still better than nothing.
indicator - ATS (Alpha Trend Spotter Price Action free)
questions:
1. How many candlesticks are analyzed?
2. On which candlestick is the arrow placed?
3.
like O1>C2
this is code for mq5 of the same indicator
I understood it as mq5:
Did I get it right?
==
ATS mq4 https://www.mql5.com/en/code/12941
I am trying to integrate a library for working with files outside the file sandbox https://www.mql5.com/ru/code/11140.
At the initial stage, however, I'm having problems with elementary file opening. Maybe someone has done something based on this library, please help. Thank you very much!
Hello forum users.
I am trying to integrate a library to work with files outside the file sandbox https://www.mql5.com/ru/code/11140.
At the initial stage, however, I'm having problems with elementary file opening. Maybe someone has done something based on this library, please help. Thank you very much!
Maybe this is the problem, for
StringConcatenate()
"Note.
Parameters can be of any type. The number of parameters cannot be less than 2 and cannot exceed 64."
Hello forum users.
I am trying to integrate my library to work with files outside of file system sandbox https://www.mql5.com/ru/code/11140.
At the initial stage I have problems with basic file opening. Maybe someone has done something based on this library, please help. Thank you very much!
Is the test script working correctly?
Rights and owner to the system drive?
I have a script like this:
works:
0 07:46:55.195 Check_FileLib EURUSD,Daily: initialized
0 07:46:55.196 Check_FileLib EURUSD,Daily: E:\Market\Forex\Brokers\Alpari\MetaTrader 4.00\MQL4\Logs\20160305.log
0 07:46:55.239 Check_FileLib EURUSD,Daily: hFile = 2020
0 07:46:55.240 Check_FileLib EURUSD,Daily: uninit reason 0
0 07:46:55.241 Script Check_FileLib EURUSD,Daily: removed
Is the test script working correctly?
Rights and owner to the system drive?
I have a script like this:
works:
0 07:46:55.195 Check_FileLib EURUSD,Daily: initialized
0 07:46:55.196 Check_FileLib EURUSD,Daily: E:\Market\Forex\Brokers\Alpari\MetaTrader 4.00\MQL4\Logs\20160305.log
0 07:46:55239 Check_FileLib EURUSD,Daily: hFile = 2020
0 07:46:55.240 Check_FileLib EURUSD,Daily: uninit reason 0
0 07:46:55.241 Script Check_FileLib EURUSD,Daily: removed
Or let me ask a simpler question:
In the OnCalculate() function a loop is inserted, so it only goes through one iteration, the next one only when the graph is updated....