David Ben Svaiter / Profile
- Information
|
2 years
experience
|
12
products
|
6
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
I've been an MQL5 developer for years, creating customized solutions for companies and investors. I have over 40 years in Information Security, as well as being a developer of .NET (VB and C#), MS-SQL, SQLite and ASMx32 and x64 solutions.
David Ben Svaiter
Added topic Local Agents unused in Optimization?
Hi! I don't know why, but until today my simulations using Optimization had been working with all the Agents I had defined: 14 Core's of a total of 24. Now, I see only 4 agents in use and the 10 at rest (sometimes "Ready", sometimes "Authorized")
Share on social networks · 1
1
David Ben Svaiter
Added topic Math: which is faster?
Hi All ! I 'have an indicator that gives me the average value between HIGH and LOW values, and I need the whole difference between them. Which is faster to perform in all ticks: multiply the average by 2 or simply subtract the LOW from the HIGH
Share on social networks · 1
4
David Ben Svaiter
Added topic What is the most efficient way to compare Buffers?
In my EA I do a lot of comparisons among Custom Indicators ' Buffers. Just to make it easier for understanding, consider the comparison like: if (MA[ 1 ] > MA[ 2 ] && MA[ 2 ] > MA[ 3 ] && MA[ 3 } < MA[ 4 ]) {
Share on social networks · 1
2
David Ben Svaiter
Added topic Is VPS down?
Does anyone know if the META VPS is down? I'm trying to enable VPS for a new account, but the symbol is not allowed (it seems hidden). Also, if I try to locate the broker (any broker in fact) on the VPS page, the only answer is "not found". Is it a
Share on social networks · 1
9
David Ben Svaiter
Added topic BARS returning 0 ?
Hi. I was using the recommended code to get Bars between two dates: int bars= Bars ( _Symbol , _Period , Start_Date, End_Date); if (bars> 0 ) { Print ( "Number of bars in
Share on social networks · 1
13
David Ben Svaiter
Added topic Problem loading IFrAMA
Hi! Does anyone having problem in loading IFrAMA from code? I'm trying to load the indicator and the Buffer returns with "-nan(ind)" to all candles. It's worst: I had been using the same call for months in the past... int hFrama; double xFR[];
Share on social networks · 1
9
David Ben Svaiter
Added topic TESTER not reflects DEMO usage...
Hi, I'm facing really weird problems with a client of my EA. Let me explain: 1- Camarilla PIVOT: I can run Strategy Tester without any problem using this resource (see attached source) for entire year... but when using in DEMO (realtime DEMO
David Ben Svaiter
Added topic Release 2622: cannot scroll Tester Chart
Hi. Today my MT5 was updated to release (build) 2622 and when I run the Tester Strategy in "visual mode", I cannot scroll it to left (past dates) when I pause the execution. When I press the left button over the chart to scroll it to left, the cursor
Share on social networks · 1
2
David Ben Svaiter
Added topic Cannot close orders in ANY way.
Hi, Before trying to help me, I need to say I researched and read a LOT (dozens!) of posts about "Closing Orders" in forum - and none of them was enough to help me. The problem is related to close all BUY/SELL orders if the Trend changes... and
Share on social networks · 1
3
David Ben Svaiter
Added topic LOG in another drive
Hi! Is there any way to run Meta5 in drive C: but redirect all tester log files to, for instance, drive E: ? Some tests are creating several gigabytes files... Thanks
Share on social networks · 1
4
David Ben Svaiter
Added topic Intellisense in Project?
Hi! I have a Project with many .MQ5 files (to better organize the functions ) and I see that INTELLISENSE does not "see" the functions outside the current module/MQ5. I mean, if I try to call another function located on another file of the same
David Ben Svaiter
Added topic Price Volatility and Change
Hi! I tried to utilize SymbolInfoDouble(_Symbol, SYMBOL_PRICE_VOLATILITY) and SymbolInfoDouble(_Symbol, SYMBOL_PRICE_CHANGE) ti get these information in Strategy Tester but both return "0" all the time. Basically I'm doing
Share on social networks · 1
3
David Ben Svaiter
Added topic Different Timeframes
Hi ! I'm getting values to HULL in two different timeframes, as shown below: handle_hma1 = iCustom (m_symbol.Name(), _Period , "HullMA2" , HMA1_Period, HMA1_Divisor, HMA1_Price, HMA1_Largura, HMA1_Estilo, HMA1_Color1
Share on social networks · 1
7
David Ben Svaiter
Hi!
Is there any way to display two different TIMEFRAMES of an Indicator which I don't have the source to change?
I mean, my problem to get, in the same Window Panel or another one, the both below Hull MA.
handle_hma1 = iCustom(m_symbol.Name(), _Period, "HullMA2", HMA1_Period, HMA1_Divisor, HMA1_Price, HMA1_Largura, HMA1_Estilo, HMA1_Color1, HMA1_Color2);
handle_hma2 = iCustom(m_symbol.Name(), PERIOD_H1, "HullMA2", HMA2_Period, HMA2_Divisor, HMA2_Price, HMA2_Largura, HMA2_Estilo, HMA2_Color1, HMA2_Color2);
I appreciate ANY help on this.
Is there any way to display two different TIMEFRAMES of an Indicator which I don't have the source to change?
I mean, my problem to get, in the same Window Panel or another one, the both below Hull MA.
handle_hma1 = iCustom(m_symbol.Name(), _Period, "HullMA2", HMA1_Period, HMA1_Divisor, HMA1_Price, HMA1_Largura, HMA1_Estilo, HMA1_Color1, HMA1_Color2);
handle_hma2 = iCustom(m_symbol.Name(), PERIOD_H1, "HullMA2", HMA2_Period, HMA2_Divisor, HMA2_Price, HMA2_Largura, HMA2_Estilo, HMA2_Color1, HMA2_Color2);
I appreciate ANY help on this.
David Ben Svaiter
Added topic Phantom Fibo in Tester
Hi! I'm having a weird problem here: a "phantom" FIBO which appears only in a specific day withou ANY indicator/expert ploting it. I don't have any other FIBO in the entire period... just that shown below! I had tried to configure another TPL, clear
Share on social networks · 1
2
David Ben Svaiter
Added topic EA-Wizard: how modify Indicator?
Hi, I'm starting studing EA and after create a Moving Average EA I'm really lost how to modify the MA lines to start new signals or change lines properties (like color, width and so forth). Or, in other words: how can I change the code created to
: