cyberglassed
cyberglassed
cyberglassed
Added topic Given an indicator handle, how to get how many buffers it has?
Hello, I would like to know how many buffers an indicator has, given its handle? maybe reading the property: "indicator_buffers"?, or somehow else? Regards
cyberglassed
Added topic How to get with mql5 a list of all indicators attached to the chart...
Hello, I would like to know how to get with mql5 a list of all indicators attached to the chart?, and then get the properties of those indicators? Regards, Cyberglassed
cyberglassed
Added topic Running under Strategy Tester, how to detect the range of dates used?
Hello, do you know.. when running under Strategy Tester , how to detect the interval of dates used for backtesting with mql5? in general, how to read the strategy tester current settings? Regards, Cyberglassed
cyberglassed
Added topic How to detect if currently backtesting or not?
Hello, some days ago, I saw a function in mql5 that let me know if the script is running under the Strategy Tester but now I can't find it. could you remember it to me? Thanks, Cyberglassed
cyberglassed
Added topic Deleting an Indicator from an Expert Advisor...
Hello, I would like to delete an indicator from an Expert Advisor. I can do it from an script but not from an EA. Below you have two codes, an script and an EA. Basically they have the same code, but for some reason the script does it but the EA
cyberglassed
Added topic How to change the data folder in MT5?
Hello I would like to know how I could change the location of the "Data Folder" in MT5 to another one I want. With "Data Folder" I mean the folder opened when you do: "File / Open Data Folder" Thanks in advance, Cyberglassed
cyberglassed
Added topic Is it possible handle exceptions in MQL5?
Hello folks, I have an script which call to a function which some times generates the exception: Access violation read to 0xFFFFFFFFFFFFFFFF It is not in our hands fix that because it is a RAM issue of MT5. With exactly the same parameters sometimes
cyberglassed
Added topic run strategy tester from code?
hello, I would like to know if is it possible to run the strategy tester from code, or do some workaround to get the net profit for an expert advisor. I only need the net profit. Thanks in advance, Cyberglassed
cyberglassed
Added topic How to get by code the name of the current running script?
Hello folks, I would like to know how to get by code the name of the current running script? Thanks in advance, Cyberglassed
cyberglassed
Added topic it is possible use function declarators as in C++?
Hello folks, I cannot figure out how to do in MQL5 the following I can do in C++ // FILE 1. Name: my_include_file.mqh string get_name(); string get_welcome_message() {    string name = get_name();    return StringFormat ( "Hello
cyberglassed
Added topic Can I run the StrategyTester from an Script?
Hello folks, I would like to know if I can run the StrategyTester from an Script? Thanks in advance, Cyberglassed
cyberglassed
Added topic how to change email address...
hello folks, how do I change my email address on my profile here on: https://www.mql5.com? thanks, Cyberglassed
cyberglassed
Added topic Ctrl+Alt+<Key> event handler...?
Hello folks, I have read the article: https://www.mql5.com/en/docs/constants/chartconstants/enum_chartevents on how to work with keyboard event handlers, but I would like to know how to work with keyboard event handlers in the form
cyberglassed
Added topic Indicator, calculate its values from a custom data file...
Hello folks, I would like to know if I could get somehow a MA (or MACD, Momentum, RSI, CCI, etc.) indicator coordinates from an array of tuples with the following structure <datetime, high, low, close, tick_volume> in other words: INPUT
cyberglassed
Added topic Strategy Tester speed, can it go faster?...
Hello folks, I would like to know if the Strategy Tester can go faster? I noticed you can change the speed (Slower/Faster), but the fastest speed is not too fast, I think. Regards, Cyberglassed
cyberglassed
Added topic how to remove indicators from a chart...
Hello folks, I have an script that when I run it, it add an indicator to a chart. I want to create another script that when I run it, it remove the indicator on the previous chart. I have tried IndicatorRelease(...) function with the handle of the
cyberglassed
Added topic Run an script without attach it to a chart?
Hello folks, I would like to know: 1: is it possitble to run an script without attach it to a chart? 2: is it possible to run more than one script at the same time? thanks in advance, Cyberglassed
cyberglassed
Added topic New reply notification from this forum to email?
Hello folks, I would like to know if is there some option on this forum (on private panel) to get notified by email when you receive a reply to your created topics? Thanks in advance, Cyberglassed
cyberglassed
Added topic Strategy Tester, it is possible to step backward like forward?
Hello folks, I would like to know if with the Strategy Tester , it is possible to step backward like forward?. With F12 key I can go forward (as I want), but I would like to go backward as well. Is there some way to do that? Thanks in advance
cyberglassed
Added topic Indicator in a different window / other monitor?
Hello folks, I would like to know if is it possible to display an indicator in a different window, so I can plug another monitor to my computer to display that indicator on the other monitor? Thanks in advance, Cyberglassed
123