Forget all those glags. Uncheck ALL boxes and create as many Constants as you need. There you can write whatever you need and order them as you wish.
Posts made by l'andorrà
-
RE: how do i arrange my final ea input for simple identification like in the picture below ?posted in Questions & Answers
-
RE: Manually Opened Trades (SOLVED)posted in Questions & Answers
Just be a bit patient. Soon one of the most active users in this forum, trader-philipps, will post a tutorial explaining exactly that, as well as manu other features. I hope it will be available soon.
-
RE: Buy/Sell Manual trades.. Auto Stopsposted in Questions & Answers
Are you looking for coding or button blocks?
-
RE: Help please How to set on Saturday 22:00 at sever time or at friday 21:59 on Market GMT time will no trade and close all tradeposted in Questions & Answers
Try this:
https://fxdreema.com/shared/i7tITiWTc
You will have to build all your structures between blocks 1 and 2. This means you will have to modify those ID numbers (as well as block ID 3, obviously) consequently.
-
RE: HOW I CAN MODIFY SOME OPTION WHEN SLIPPAGE CHANGE ?posted in Questions & Answers
@moon said in HOW I CAN MODIFY SOME OPTION WHEN SLIPPAGE CHANGE ?:
@l-andorrà
this example / i want after open trade by slippage 1 pips then change take profits from 1 pips to 2 pips
how i can know what slippage happen when this trade open ?
i see slippage only in this condition - like image

That is a good question? I have no idea. Does someone els know it? That I want to know too.
-
RE: Help on Trailing stop block appreciated (SOLVED)posted in Questions & Answers
Finally I got it. It was not a bug. I simply didn't break the correct loop. After some more search on the forum I found the solution. This is the final result:
https://fxdreema.com/shared/ajzZ8XE8b
Hope it helps to others.

-
RE: HOW I CAN MODIFY SOME OPTION WHEN SLIPPAGE CHANGE ?posted in Questions & Answers
Do you mean changing lot size and profit after or before a trade is open? In any case, slippage is unpredictable. The best you can do is reacting to it at the precise moment your trade is/will be open/modified. I don't tjink anyone can 'control' slippage.
-
RE: is this how the check trades counter block is placed ?i need some recommendation guys.posted in Questions & Answers
It depends on what it is expected to do. Ther is no correct or incorrect place for any block (generally speaking). At first glance I would say it is not a bad place but without knowing what's inside those blocks, who knows...
-
RE: EA should not open trades at certain timesposted in Questions & Answers
Can you please share your project? I guess that 'Hours filter' block could do the job if it was above blocks 2 and 6, but without knowing what's inside, I'm not sure.
-
RE: Help on Trailing stop block appreciated (SOLVED)posted in Questions & Answers
I reply to myself. I found the problem. The variable called 'multiplier' doesn't work. No matter what initial value I initialize it with. The EA transforms it into value 1 no matter what. I tested values 10 and 100, but to no avail. For a reason I don't understand its value is moved to 1 every single time.
This is the first time this happens to me. Is it a weird bug?
-
RE: Help on Trailing stop block appreciated (SOLVED)posted in Questions & Answers
@trader-philipps Retook this project after a break and I can confirm it doesn't work due to the pips offset part. The stop begins to move AFTER the first trigger proce has been hit and it does to the open price level, not to the correct price one, sadly. This is why I followed the recommendation of josecortesllobat and created the following structure:
https://fxdreema.com/shared/joKtM0eBb
It works fine except for block 16, the one calculating the multiplier loop. If the block is turned off and the multiplier if static, it works fine. However, when I activate the loop it doesn't work.
Any help will be much appreciated.
-
RE: Hedge any currency on tradeposted in Questions & Answers
A bit more infor would be useful. How many open trades at the same time will there be? I see no pending orders blocks. Will all trades be open manually or automatically?
-
RE: Store Trade Targets such as TP1, TP2, etc. *** SOLVED ***posted in Questions & Answers
Do you mean just drawing them on the chart?
-
RE: how to add max number of open trade option ?posted in Questions & Answers
trader.philipps is right. Without knowing how your structure is makes it difficult for us to recommend something. Can you please share your project?
-
RE: Manual Trailing stop lossposted in Questions & Answers
Did you consider the possibility of running the same EA on different charts with one single trade each? That would dramatically ease the structure of the EA.
-
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
I have to admit that I have never used those options. Maybe any other user will be more helpful. Haven't you tried to use variables instead?