4lpha
4lpha
Friends

Add friends via their profile or user search and you will be able to see if they are online

4lpha
Added topic Are arrays of mql5 structs stored reliable complete in one piece in memory?
Hi, I can't find any statement about this in the documentation. The question: Are static+dynamic arrays of structs like MqlTick and MqlRates in mql5 in memory always complete in one piece (like C++ std::vector )? So that elements/arrays can be
4lpha
Added topic DLL access to all bars, need help!
Hello friends, i have a big problem to get all Bars of Chart into DLL. In the Files DLLSample.cpp and DLLSampleTester.mq4 in MT4-folder is an Example to do that but it doesn´t work. I take the code from this files to pass all Bars to DLL but in MT4
4lpha
Added topic Autorefresh offlinechart in offline-MT
Hello, the MT get live a .hst (generated offlinechart) with current realtime Data from another MT that is connected to Broker. My .hst transfer works fine. Actual i can open this offlinechart and when right click on the chart and hit refresh on menu
4lpha
Added topic Operate Metatrader without broker but from another source?
Hello, is it somehow possible on an offline computer supply metatrader with current data from another source, so that metatrader thinks it would be associated with a broker? A solution for this would be great! C4L ---- sorry for spelling errors my
4lpha
Added topic MT5 -> Not possible to test up to the current time! MT4 can.
Hello, i try the mt5 backtester but it is not possible to test to the current time of actual day ! In mt4 it is no problem to test exact to the actual time. When i test with M1 in mt4 and set the enddata to future -> the test goes exact to the
4lpha
Added topic How get dll the Data of Mt4?
Hello, when i include a dll in EA and the Code in dll need special values and data from mt4 how it works? For example: dll need High[5364] or iHigh(NULL,var,var) or iATR(NULL,var, var,var) how it works? thank you
4lpha
Added topic Backtest offline?
Hello,   I try to use the backtester offline without internet connection but it does not seem to be possible! I want to use the backtester offline when I'm on holiday or somewhere I do not have internet access! It is not possible to use the
4lpha
Registered at MQL5.community
4lpha
Added topic Script to update offline-charts every second or shorter?
Hello, I am looking for a script or something that update the chart every second or shorter. I need that for an offline Chart that run with extern Data into the .hst-File but which will not update the Chart by itself. Thank you C4ME
4lpha
Added topic Online MT4 to offline MT4 RealtimeData transfer? Use MT4 in realtime but without direct brokerconnection?
I want to use the offline MetaTrader without the connection for Trading (but it should runs like connected) and the other MetaTrader with Brokerconnection only should for Orderexecution. The transfer should go through a file that is located on a