cmarconetti
cmarconetti
cmarconetti
Added topic Weekend Test Real Time price
Trying to avoid the back-tester, here is  and old question: is there a way on MT5 to simulate a real time environment to test indicators "live" on weekends/market closed hours? I thought of using crypto symbols as they are supposed to trader
cmarconetti
Added topic API on MT5
Hi, After reading https://www.mql5.com/en/forum/218890 and the update https://www.metatrader5.com/en/news/2187   as I understand regarding APIs for MT5 offers: 1) Python Integration 2) Server API (for brokers, not end users) 3) Web Api ( some
cmarconetti
Added topic Setting the indicator level programtically
Hi, From what I see in  https://www.mql5.com/en/forum/448388 it is not possible to set visualization properties of indicators programmatically, specifically #property indicator_level1     30.0 #property
cmarconetti
Added topic Is there a script if possible to remove EA from chart?
Looking for a script  like below example (done for indicators)  to remove and EA from the chart:  Scripts: SD Delete Indicators - Indices - Articles, Library comments - MQL5 programming forum I tried following but ExpertRemove() does
cmarconetti
Added topic MT5 setting the style of custom indicators from EA
Hi, On MT5 When calling an indicatorf from and EA using iCustom or iMA: is it possible to set the Parameter "Style" to set the color of those indicators? This is useful in the Strategy Tester Visualization, since creating the handles will draw the
cmarconetti
Added topic Chart Drawing Ask Line on Tester MT5
Hi, when running the tester the chart insisde the tester screen draws a historic line joining the ask prices. Cannot explain what is drawing it. I made sure I saved a template for "tester" with no indicators on it so that the tester starts a clean
cmarconetti
Added topic MT5 Buy Stop Orders
Hi, I am submitting buy stop orders at above current market price and I can see them as pending. However, as it is a stop order (and not stop limit) I cannot set a limit at which I would allow a departure from the stop level. Normally this is
cmarconetti
Added topic Calendar Saving Settings on MT5
On MT5: Is there a way to save the settings (ie Priority, Currency, Country) of the Calendar? When I reopen MT5 it goes back to the default, and saving Profiles does not work... Not possible on MT5? Possible development request
cmarconetti
Added topic MT5 VPS Migration vs Synchronization
Hi,  I am testing MT5 VPS and wanted to clarify the difference between migration and synchronization. I am running the same EA on 3 different charts. It seems that the sequence is (after   opening charts   and loading EA's) : First
cmarconetti
Added topic SYMBOL_SESSION_INTEREST
Hi, Can anyone tell me in what cases the field SYMBOL_SESSION_INTEREST will work and what is supposed to show?  I read already  Symbol Properties - Environment State - Constants, Enumerations and Structures - MQL5 Reference - Reference
cmarconetti
Added topic Open Interest Futures
MT5 for FUTURES HI, the field  SYMBOL_SESSION_INTEREST Summary open interest Available on MT5 does have a lot of description and I see it is being used here:  Free download of the 'Open Interest' indicator by 'barabashkakvn' for MetaTrader
cmarconetti
Added topic Multiple Watch List
MT5 terminal question. Hi, I produce a report with multiple different symbols each day. I wonder what is the optimal way to deal with a report of 100 securities changing  each day from which I need to see a chart of each. 1) Is there a way to
cmarconetti
Added topic Automatic rounding of double MT5
MT5 question, EA. Hi, Could not find a direct anwer to this strange issue. I am simply setting-->   input double TP_Percent = 0.02; ---> in the input section of the code. For some reason (TP_Percent is never changed in the code) when I
cmarconetti
Added topic High Low of Indicators in real time intrabar
Is there a way to capture the high/lows of an indicator value during the formation of a new bar similar to what we already available for prices: High[0], Low[0] ? I wonder if there is some function already for it on MT4. I am not talking about
cmarconetti
Added topic Slippage 0 MT4
Hi, I checked a few links that touch on slippage such as https://www.mql5.com/en/forum/12423/page637#comment_11263460 but I would appreciate some clarification on what it means slippage = 0 in terms of execution.(MT4) Assume Ask = 10 rigth now. When
cmarconetti
Added topic MT4 Slippage Solutions
https://www.mql5.com/en/forum/12423/page637#comment_11263460 Hi, there is a good comment by Golubev in the above linke about slippage. So just to double check as I understand 1) MT4 does not provide Stop Limit Orders . 2) Stop orders will trigger at
cmarconetti
Added topic Embed Indicator inside the EA
Is there a simple way to make and EA lanuch a  moving average indicator, include it in the  chart (on same chart where the EA is running) and also create an additional window runnig and RSI oscillator. So basically the EA source code should
cmarconetti
Added topic Time Zone Offset MT4
Looking for a simple way to change the time zone and print it on a chart. So rather tha having TimeCurrent() or TimeGmt() I would like to specify for example GMT-5. So something like TimeGMT-5. I wonder if there is a function built in for this
cmarconetti
Added topic MT4 Metaeditor Real Data Debugging
Hi, On MetaEditor MT4: Debug-> Start On Real Data-> Launches a new chart using the EA on the Editor. Is there a way to create a template (default) for this? I included a few indicators, saved it in the templates (named if default and tester
cmarconetti
Added topic Detecting and order from a copier
Hi, I have linked two MT4 accounts, so a slave accounts copies a master. Limit or Stop Orders (to enter trades) are placed manually on the master account and what the slave needs to do is run and EA using as input the price level of such orders. I
12