Johann's Notes
-
IF XAUUSD had two decimal places add XAUUSD = 0.1 to pip size rules (Spanner Icon top right)
Zooming out on your browser creates more space to work in. (Zoom settings in your browser eg. Chrome 3 dot menu top right)
2147483647 in a buffer means indicator is invisible
implicit conversion from number to string error Meta Editor - Value set to text instead of number - [If you have draw text boxes check their settings]
Problem optimizing in MT4 - Discovered it was the Donchian Channel indicator - Downloaded a different version and changed it in the EA. Optimizing now works.Getting a message like this?
2021.05.18 21:49:35.828 2020.12.29 00:00:00 averages - 9.42 (mtf + alerts + arrows + kelt + button) USDCHF,Daily: Alert: You are trying to use renamed indicator
2021.05.18 21:49:35.828 2020.12.29 00:00:00 averages - 9.42 (mtf + alerts + arrows + kelt + button) USDCHF,Daily: Alert: The file name must be :averages - 9.42 (mtf + alerts + arrows + kelt + button).ex4Place the indicator in the default directory - /indicators and not in a sub folder.
Smoothing Methods
https://docs.mql4.com/constants/indicatorconstants/enum_ma_methodGBPUSD,Daily: array out of range in '46218-8480.mq4' (748,29) = An indicator is trying to count bars and there might be none due to insufficient bars (History) Try move start of test date one day forward.
Enum type in Data type of custom indicators can be changed to int and the value is set according to the location in the drop down menu starting from 0
-
@johann-0 Didn't try that one on zooming out so far. Thank you for sharing.