“automated trading” means different things to different people, here I mean a system that detects good trading situations and then places an order and closes later after some conditions are met. It seems possible to create a profitable system, ...
Forex Community Questions Answer From Traders Latest Questions
Hello, everyone. If you’ve forgotten, the League of Trading Systems is a collection of simple Expert Advisors that are constantly trading on a demo account. The purpose is to have always tested on the history EAs, which already have a ...
This isn’t the first time I’ve seen repetitive patterns, not from deep history, but from the brief past. Here is one example: Watch how similar the green patterns are. The time difference between them is only a week ...
Let’s start with an easy one: volume. Below is a picture of a detected glitch. From time to time “doubles” in volumes appear. Win7-64 MT5-1085 Opening broker, real server. The basic indicator cycle looks as follows: //--------------------------------------------------------------------- // Внешние задаваемые параметры: //--------------------------------------------------------------------- input int TickCount = 2000; input ENUM_TICK_TYPE TickType ...
Hello all, ran into this problem!!! I need to correctly open a file for reading while no other program is using it. Here’s the point: The EA writer writes data into the file every minute, and if there was no tick in ...
??