Especially, when you run EA on hosted VMs with limited resources, it will cause execution delays and can even eat up the advantage you usually have from the hosted VM being so close to the broker server.
Best posts made by 7r4d3rSG
-
RE: Do EAs with a lot of coding execute slower ?posted in Questions & Answers
-
RE: Poor countries, poor peopleposted in General Discussions
@GeoFX , well said, mate! I ain't tasting a success yet, but am a long time trader and i totally agree with you on that "human factor".. Cheers!
Latest posts made by 7r4d3rSG
-
RE: Do EAs with a lot of coding execute slower ?posted in Questions & Answers
Especially, when you run EA on hosted VMs with limited resources, it will cause execution delays and can even eat up the advantage you usually have from the hosted VM being so close to the broker server.
-
RE: Mismatched description or wrong block?posted in Bug Reports
To me, the description is definitely wrong for "new bottom in trend" block. Worried logic also still using oldest low to current. I believe, correct logic should be;
- For new top: oldest low to current must have certain positive value
- For new bottom: oldest high to current must have certain negative value
-
RE: Mismatched description or wrong block?posted in Bug Reports
Here is "New top in trend", which I believe is correct.

-
Mismatched description or wrong block?posted in Bug Reports

@fxDreema , is it just a mismatched description or logic is same as "New top in trend"? I haven't tested tho, as I'm thinking of using it for first time. Thanks!
-
RE: Poor countries, poor peopleposted in General Discussions
@GeoFX , well said, mate! I ain't tasting a success yet, but am a long time trader and i totally agree with you on that "human factor".. Cheers!
-
RE: How to close particular trades on Monday, once first tick starts?posted in Questions & Answers
@roar , Thanks!
Got a little light now :). I will figure out. Cheers! -
RE: How to close particular trades on Monday, once first tick starts?posted in Questions & Answers
@roar , I do not want to close all positions. Just want to close either long or short position (at my choice) from same symbol.
-
RE: How to close particular trades on Monday, once first tick starts?posted in Questions & Answers
@roar , Thanks for answer.
I am still learning fxDreema on and off and I still do not get what you have answered. Forgive me if my question is too silly.
Let me explain situation a bit deeper and also rephrase the question.
Usually I open couple of counter trades in few indices during Friday session before I go to bed (I am in Asia) and based on the market situation analyzed over the weekend I want to close either long or short trade on Monday morning.
May I know how should I implement my EA to pick the particular trade (let's say short trade) to close immediate upon market opening on Monday? -
How to close particular trades on Monday, once first tick starts?posted in Questions & Answers
Hello,
Let's say I have few trades manually opened last week and I want to close some of them (not all), once the first tick starts on Monday. May I know how to implement it?
Thanks!
-
RE: How can I create an EA to place an order for buying above current price?posted in Questions & Answers
@ambrogio , You did help me to understand functions of some blocks. You are appreciated.