simha
simha
Friends

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

simha
Added topic Strategy-Tester: Get Use-Date from EA Code
Hello,   Is there a way to retrieve the date-period over which EA is back-tested, from EA's code, at runtime?  I'm referring to Strategy-Tester's  Use-Date fields ( From , To ).    Thanks
simha
Registered at MQL5.community
simha
Added topic Is Access to Global Variables Thread-Safe?
Hello,   Terminal global variables are available for concurrent access from all running EAs. Each EA runs on its own thread (as stated on official documentation). Is access (Read/Write) to global variables assured to be race-condition-free
simha
Added topic Scrolling 2 Symbol-Graphs Together
Hello there,     I have 2 (symbol) graphs open on MT4, representing offline-data. Is it possible to scroll them together, synchronously? In other words, when the timeline of one graph is manually scrolled, the timeline of the other is
simha
Added topic Purchasing SP500 History-Data
Hello, I want to buy Indices M1 (bars) history-data of several years (primarily of SPX). Does anyone know where could reliable data be bought ? { Ofcourse it should be in MT4 supported format } Thanks much. P.S. I'm familiar with the
simha
Added topic iCustom Return-Values Mismatch On-Graph Values
B"H Hello there, I have self-implemented the Bollinger bands indicator. Attaching it to symbol's graph produces exact results (I've compared them with those of the standard indicator-implementation supplied within the MT4 package). In other
simha
Added topic Open[] Time-Series: Bid or Ask Rate?
B"H Hello, Couldn't find such an answer on the forum... Does the Open[] time-series hold bars opening Bid rate or Ask rate, or something else altogether? Thanks much
simha
Added topic Constructing M5 History-Data Out of M1 History-Data
B"H Hello there, Assume I have reliable M1 history bar-data. Is it possible to generate reliable M5 bar-data out of it? For example, by applying the following conversion scheme: Observe 5 consecutive M1 bars on each iteration. On every iteration
simha
Added topic *** Allocating Arrays within the init Function ***
B"H Hello, Is there any restriction on accessing / allocating ( using ArrayResize ) local EA arrays from within EA's "init" method? It produces errors. Solution? Thanks, Simha
simha
Added topic EA using a DLL: Memory Consumption
Simha : B"H Hello, Upon running my EA (which makes use of a single self-developed DLL) on a single symbol, the memory consumption of the MT4 terminal ( terminal.exe ) is raised by ~100[MB]. Running the same EA on another symbol (additionally)
simha
Added topic Direct Download of (Recent) MT4 Build 229
B"H Does anyone know from where could the latest MT4 build (229 for the best of my knowledge) be downloaded directly ? Thanks, Simha
simha
Added topic Importable History-Data File: Sample
B"H Hello, 1. Where could I find a trusted sample of a history-data text -file imported by MT4's History-Center? 2. Can anyone exactly define the format of these files? Thanks much, Simha
simha
Added topic Downloading History-data for CFDs
B"H Hello all, I've managed downloading history -data using MT4's internal History-Center for several coin-pairs, but NOT even once for a CFD symbol (e.g. SPX500). It keeps opening a dialog stating: "There are no new data for symbol
simha
Added topic What happens when chart is closed?
B"H Can trading a certain symbol (by an EA) be performed while symbol's chart is closed? (In any manner) Thanks, Simha
simha
Added topic Closing a Position: Auto-Handling ERR_OFF_QUOTES Error
Hello, What would be a good method for auto-handling the OFF QUOTES error? I've tried the following but with no success: while (RefreshRates() == false) Sleep( 10 ); I'm trying to close the position and all retries fail over and over again due to
simha
Added topic Strategy Tester Allows Positions of up to 100[Lots]
B"H Hello, Using the strategy tester , positions of a volume larger than 100[Lots] are not allowed. How can I change this limitation to a higher number? Thanks
simha
Added topic Variants of the ERR_TOO_MANY_REQUESTS Error
B"H Hello! At the "Execution Errors" documentation (https://docs.mql4.com/trading/errors), few variants of the ERR_TOO_MANY_REQUESTS error are described, but I find the explanation there a bit confusing. Could someone please explain
simha
Added topic Getting History Data for Strategy Tester
B"H Hello, Trying to run the strategy tester on a certain symbol, " TestGenerator: no history data ... " message is plotted to the journal window. { I'd like to emphasize that symbol's graph is open at the same period in which I'm
simha
Added topic UninitializeReason(): Meaning of REASON_PARAMETERS and REASON_ACCOUNT
B"H Hello, What is the meaning of these two values returned by the "UninitializeReason" method? The formal documentation lacks information regarding the situation(s) in which either of these values shall be returned: REASON_PARAMETERS
simha
Added topic Sending a Mail to Multiple Recipients
B"H Hello, The "SendMail" function allows mail-sending to a single pre-defined recipient. How can I send a certain message to several email addresses? Thanks, Simha
12