Leandro Oliveira
Leandro Oliveira
  • Information
5+ years
experience
1
products
40
demo versions
0
jobs
0
signals
0
subscribers
Trader and Developer at
I am a brazillian trader and developer in MT4 for forex, stock and crypto markets.
Leandro Oliveira
Added topic How can I treat a parameter of MT4 EA settings in the source code
Hello, I would like to know how can I treat a parameter from metatrader 4 platform definition instead of treat the error. In the MetaTrader 4 we have a parameter that can set up the EA only to work with Long or Short positions, or the both. Well, I
Leandro Oliveira Published product

This indicator shows the gaps on the current chart with a rectangle shape and indicates when the gap is filled by closing the shape. Gaps are considered over the shadows. Allows sending alerts by e-mail or push notifications when a gap is found. Parameters SizeGAP - Size of the gap that you want to indicate; HGcolor1 - Color of the gap in an upward movement; HGcolor2 - Color of the gap in a downward movement; HGstyle - The style of rectangle to be drawn; StartCalculationFromBar - How many

Leandro Oliveira
Added topic Error to use a function inside a DLL - Unresolved import function call
I created a dll called spintaxx.dll in C# using Visual Studio 2017, my project there was compiled correctly  using RGiesecke.DllExport to access externally. The problem is when I create my EA and try to call the function it doesn't work, say
Leandro Oliveira
Added topic MT4-Read a CSV file and load the info in a struct
I need to read a CSV file like the lines bellow and load in the a structure to access bellow. What is the best form ( function maybe) to read and save the data in this structure, I have many lines to read. The file is stored in
Leandro Oliveira
Added topic EA download file http - Problem to use a library (libcurl.dll)
I need to make the download of a file in my EA in background mode. Then I searched how I could to do it, and found that could to use a library of curl application called libcurl.dll. Then I downloaded and put it in my program, but the problem I don't
Leandro Oliveira
Added topic How much is reliable agree in historical test - EURUSD M1 chart
I create an EA to work in EURUSD currency and realize many tests with historical tests, the base used to tests was from jan/2010 to dec/2014. In the tests I observes any stranges results, for example the results more recents, 2014 the strategy was
Leandro Oliveira
Added topic OrderModify sometimes returning ERROR 130
How code below I am sending the function OrderModify to platform and some times the platform is returning code ERROR 130, this error is abour STOP LOSS values , for me is this OK, I cant understand why is returning it some times. Can help me to
Leandro Oliveira
Added topic History data of currency AUDUSD
Hello, I need of the history data tick by tick of the pair currency AUDUSD, someone can help me with it? thanks []'s Leandro