Good to know. Thanks.
Posts made by l'andorrà
-
RE: How the EA follows these objects on the chart????posted in Questions & Answers
Be very careful with indicators like this. They usually repaint. Check it's not one of them. Otherwise your strategy will fail.
-
RE: how to add max number of open trade option ?posted in Questions & Answers
Put this block on top of your launching structure:

You can specify how many trades can be open at the same time. In my example there can be a maximum amount of 2.
-
RE: close trades when one of the trade hit take profitposted in Questions & Answers
Use these blocks on the 'On Trade' tab:

-
RE: Manual Trailing stop lossposted in Questions & Answers
Just to shed some light. If I understand it correctly, you want to specify different trailing stops to different simultaneous open orders?
-
RE: How to check if a block is On or Offposted in Questions & Answers
I don't know any but I would not discard an unknown function doing it on fxDreema. I'm interested in this question too.
-
RE: How/what blocks can i use the blocks to structure this problem?posted in Questions & Answers
Yes, he is one of the most active members here.
-
RE: URGENT! PLEASE ASSIST ON A PENDING ORDER GRID PROJECTposted in Questions & Answers
You need to use these blocks on the 'On trade Tab':

Please notice that these blocks are to be executed for all trades except the first one. Yo can add a variable identifying the first trade in order to use it as a condition between these two blocks for example.
-
RE: Please Help How to custom my trading lot size system 1-1-3-3-2-2-4-4-3-3-6 then reverse?posted in Questions & Answers
That's not a trivial thing to do. Are those lots always the same, I mean, those numbers in that exact order? If so I would recommend to create a variables structure with that same sequence.
-
RE: ATR crossover MA conditionposted in Questions & Answers
Another solution is paying for a programmer (not me, sorry) creating a custom indicator doing exactly that. Then you can import it to your fxDreema account and use it on your EAs.
-
RE: Condition limit loss and Limit Profitposted in Questions & Answers
Try to duplicate those same start and end times on the 'Check profit' block and test it, please.
-
RE: Betting System: Fibonacci first lotsize base on balance, is it possible?posted in Questions & Answers
Can you please share the project to take a llok on it?
-
RE: I NEED HELP WITH 2 (HMA) TRADING STRATEGY ?posted in Questions & Answers
Did you check if that custom indicator repaints? Because if so, your strategy will probably fail.
-
RE: CUSTOM INDICATOR IN SEPERATE WINDOWposted in Questions & Answers
Ok. Did you check those values? Apparently the formulae are correct, but I find it weird substracting a MA value to the ask price. Is that what you really need or maybe you are looking for the distance in pips between those two values?
-
RE: Condition limit loss and Limit Profitposted in Questions & Answers
Firstly a tiny detail. That 'Pass' block is completely innecessary. You can remove it. I see two problems. Your block 'Once a day' will be executes just once every day. This means that will happen on the first tick of that day and will not check it out again until tomorrow. This is wht all blocks below it aren't simply executed after that fisrt tick every day.
You should use a 'Time filter' block instead in which you can specify the period of the day in which you wantthe EA to check the blocks below. And this leads to the second problem. That Time 1 period on the 'Check profit' block is not correct. You begin the day at 00:00 not at 24:00. In effect, that time doesn't exist on the Mt4 platform. After 23:59:59, there is 00:00:00.
Let's begin with this and then we'll continue with the loses' part.

-
RE: red newsposted in Questions & Answers
Haven't you tried it yourself? Can you please share some screenshots about how it looks?