Arthur Albano
Arthur Albano
Rio de Janeiro
I am a Ch.E. and B.S.B.A.. I had developed websites, content server and studied Basic, Fortran 77, Python, C, Javascript and many others, but as I am not a computer scientist, I am just an enthusiast! :) I like photography.
Arthur Albano
Added topic Probability Cone
Since Black-Scholes-Merton model inception, many option traders use the probability cone to trade several securities using stock options as protection to their investments. However, the model uses an universal equation based on normal distribution
Arthur Albano
Added topic Account Based Indicators
Hello Everyone! Is there any history deals based indicator around? Almost all of them are market based, but almost none is account based. I've seen a product that created an indicator based on profit, but what if I wanted to know my position moving
Arthur Albano
Added topic Trinomial expansion
Let's take the following polynomial (which is closely related to the binomial expansion, and it is in fact a particular case of trinomial expansion): (1+x+x 2 ) n It's expansion gives a series of coefficients, depending solely on n . if n = 0
Arthur Albano
Added topic Metatrader 5 Download
Hi All! Where can I get a single file download of Metatrader 5 for Windows? Or, at least, a compressed file? Many thanks in advance
Arthur Albano
Published code Larry Williams' Variable Accumulation Distribution (WVAD) Indicator
This is Larray Williams's Variable Accumulation Distribution, used in volume analysis.
Arthur Albano
Added topic HUGE BUG @ Strategy Tester AND Demo Accounts
While testing an EA, I've got the following results. It's completely unrealistic and it mirrors a HUGE flaw at strategy tester, using every tick based on real ticks: when testing limit orders, orders are always placed at first at the book, so it's
Arthur Albano
Added topic Variable Period Indicator/Colouring
Hi Folks! In my endless search for strange and odd things, I am never comfortable about periods and bars. So, I need help with the following code. The basic stuff is, if it completes a full single wave phase , where the compared waves are
Arthur Albano
Added topic Expert Advisors: Successful EA's Hints & Tricks
Ever wonder why your EA does not sell on market? Only very few comment about it? So, this is the place to share experiences on how you changed your EA to make it useful! Or not... :P
Arthur Albano
Added topic Retrieving History Positions
Hi people! Since build 1525 , Metatrader 5 allows listing positions history. What are the functions related to retrieving them, as there is HistoryOrdersTotal() , HistoryDealsTotal() , but there is no HistoryPositionsTotal()
Arthur Albano
Added topic Metatrader on a Stick and mobile solutions
Hi all! Does anyone uses Metatrader on a Stick? And no, it's not for barbecuing :P. It's like having a Windows 10 with Metatrader installed so you can just plug into a monitor, desktop or a laptop to use it at cyber cafes, library computers, friend's
Arthur Albano
Left feedback to developer for job Code Optimization with mq5 source file
Arthur Albano
Added topic Functions: iAO and iAC
Hi people! I wanted to create a custom Awesome Oscillator (B. Williams) and also Accelerator Oscillator . Does this look correct? Can anyone check, test or suggest any improvement to it? I got to the point where I do not have improvements to it, such
Arthur Albano
Added topic Signals of the Intraday Time Filter (SignalITF.mqh)
Hi folks! I realized there are missing two lines at SignalITF.mqh: //| Parameter=GoodMinuteOfHour,int,-1,Good minute | //| Parameter=BadMinutesOfHour,int,0,Bad minute (bit-map) | It is useful while trading stocks
Arthur Albano
Added topic Strategy Tester: Feature Request: Every last tick
Hi folks! While looking at my Strategy Tester , I realized it closed deals in strategy tester with bid/ask but no last ticks in between (so, no real closed deals). I carefully read backward and forward deals to detect this huge mistake while using
Arthur Albano
Added topic Bid/Ask Spread Expert Signal
Hi folks! Newbie comes again... My next task is to build an include file (mqh) to use with expert advisor (generate). It is an expert signal based solely on bid/ask spread (BAS, for convenience), based on ticks. So, if the current BAS is higher than
Arthur Albano
Added topic Simple EA closing all trades at specific time
Hi people! I am still a newbie (35 days) of MQL5, so please be patient. I assembled a simple EA with the Wizard -> Expert Advisor (generate), using intraday time filter (ITF), trailing and fixed trailing volume. However, I want all trades be
Arthur Albano
Added topic nth_element
Hi all! Is there a nth_element function (C++) in MQL5
Arthur Albano
Added topic Indicator for closed periods
Hi people! Is it possible to build an moving average indicator that "zeroes" it's calculations on period change ? For instance, let's say we are looking live today, but the moving average does not take into account previous day data? Is there already
Arthur Albano
Added topic MQL5 Language: #define SWAP
Hi! In C programming language, one way to swap numbers is: #define swap(a,b) (a=a+b;b=a-b;a=a-b;) How can we write this in MQL5
Arthur Albano
Added topic Percent Rank and Percentile Value
Hi people! I really do not like MathMedian(), and I rather use the following code to calculate percentile values from a percent rank input. However, I have been unable to code an efficient indicator from it. Can anyone make a indicator that works
12