@yogajangkung You will need a variable to store the value of the new lot size and then use this in the 'on trade' tab:
Posts made by l'andorrà
-
RE: select order by ticket to partial closeposted in Questions & Answers
-
RE: Multitimeframe Issue with Fxdreema Expert Creationposted in Questions & Answers
And is this the complete project or just part of it?
-
RE: Asymmetric or trade level compoundingposted in Questions & Answers
Then I recommend you to study the documentation available here and then we can begin to work.
-
RE: Can we code custom criteria for optimization using fxDreema?posted in Questions & Answers
Not sure if it is possible with fxDreema. You can definitely create as many variables as you want to get that info on a chart or on a txt file. A completely different thing is changing the info available through the MT5's optimization chart. My guess is that's not possible, but maybe someone else can prove me wrong.
-
RE: Build a EAposted in General Discussions
Ok. Could you please begin with the opening conditions? We'll begin from there.
-
RE: MT5 EA not working on Daily timeframeposted in Bug Reports
Did you try to remove that block and using a new one? Some times blocks code is corrupt and changing it is enough.
-
RE: Tip: Avoiding lopsided optimizationsposted in Tutorials by Users
Interesting, as always. Thank you
-
RE: Modifying Stop Loss confusionposted in Questions & Answers
Can you please share the link to your project?
-
RE: Display Arrow on horizontal Lineposted in Questions & Answers
Ok. There can be many reasons then. Could you please share the link to your project?
-
RE: Build a EAposted in General Discussions
Working with fib levels is not an easy thing to do in fxDreema. What do you exactly need?
-
RE: Multitimeframe Issue with Fxdreema Expert Creationposted in Questions & Answers
Ok. I see. Can you please confirm you are using this bot on the M15 chart? If the trend line in 15 minutes is correctly drawn, the toughest part of the bot is working correctly. Your block distribution is correct. The possible issue I see is the combined trigger. You are requiring 4 conditions to be true at the same time. Are you sure they are feasible?
-
RE: Time source wrong calculationposted in Bug Reports
Probably he modified the code and that was an unexpected side effect. Did someone let him know?
-
RE: Highest and lowest priced candle not working on Mondaysposted in Questions & Answers
But I find it is a weird way to consider the market. If I understand correctly what you mean you are looking at those 'violations' and if one happened at 08:35 and the other one at 10:06, for example. What is that telling about the market exactly? I don't see the logic behind that.
-
RE: Pull Rectangle from Indicatorposted in Questions & Answers
Can you please confirm they are not visible in the 'objects' window for MT5? Because if they are not, then you will need a programmer to make it work.
-
RE: On timer (MT4) it does not workposted in Questions & Answers
Can you please share the link to your project?
-
RE: Drawing Linesposted in Questions & Answers
I found a problem like that some time ago. The problem is the combination of answers provided to questions A and B on top of the blocks drawing the lines. They are not intuitive at all. If I remember correctly, the solution was selecting 'No' to both questions. I see you selected No and yes to A and B. Try all possible combinations until fur find the right one.
-
RE: EA not working on MT5posted in Questions & Answers
Your TS configuration is correct. However, depending on the values selected for all of them you can in effect get bad results. In general, trailing stop should always be smaller than trailing stop. And trailing start should be coordinated accordingly. What values are you planning to use initially?
-
RE: Asymmetric or trade level compoundingposted in Questions & Answers
Yes, you can do it, but you will need variables to store the value of lot size for each trade. Are you familiar with variables?
