Stefano Specia
Stefano Specia
Friends

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

Stefano Specia
Added topic problem starting EA during NY/LONDON overlap
Hello everyone, I have an EA based on making trades on daily chart. The problem is that whenever i start it, the journal doesn't send me a report of the EA being initialized at a specific time. Here is my code with printf statements. Only the "ea is
Stefano Specia
Added topic loop comparison of EMA values
Hello, i want to write my function so that it makes a for loop comparison of different EMAs for order execution . In theory a for loop would go through all the numbers, but mine does nothing. Any ideas? void CheckForEMATrade(){    int x,y;
Stefano Specia
Added topic Problem with divergence indicator
Hello all, I have a problem with a newly written indicator that basically detects four different divergences explained on this site:  http://www.babypips.com/school/high-school/trading-divergences/divergence-cheat-sheet.html My problem is that I
Stefano Specia
Added topic EMA counter problem
Hi guys, I want to write a simple loop that counts how many times some part of a candle (be it Low or High) touches the 200-p EMA. Unfortunately whenever I start the program, it automatically exits without doing anything.  Any suggestions? 
Stefano Specia
Added topic For loop Divergence problem
Hi everybody! Recently I was developing a simple custom indicator that detects divergences based on Stochastic Oscillator. I wanted to test one divergence condition. The indicator inserted the first arrow, but the second one (given that there was a
Stefano Specia
Added topic Problems with constants in prewritten Stochastic indicator
Hi everybody, unfortunately I didn't manage to find any valuable explanation for a problem. I'm building a stochastic oscillattor from scratch based on the one built by MT4-5 team and located and named as Stochastic in the 'Indicators' folder
Stefano Specia
Registered at MQL5.community
Stefano Specia
Added topic Counting past Stochastic data backwards
Hello everybody, I'm trying desperatedly to get the value of past stochastic values over n amount of bars. The error i get is "'[' array required". Could you please explain me why iStochastic function wouldn't start on a simple for loop? Here is my