Can you please share the link to your project?
Posts made by l'andorrà
-
RE: EA Ignoring Parameters on ADX??posted in Questions & Answers
-
RE: is this correct?posted in Questions & Answers
@tec-nacks This is the general idea:

The condition on the left is checked on the 1H TF while the EA is running on a different TF. That variable is checking if the condition happened in the higher TF so tht you can use it on the current one.
However, don't forget that you will need to reinitialize the variable when necessary.
-
RE: how to auto off and on a button with the toggle block ?posted in Questions & Answers
And what is your loop supposed to do exactly?
-
RE: Grid strategy with no martingaleposted in Questions & Answers
That is a very complex structure to implement. Did you create any initial project to begin with?
-
RE: Spread variable troubleposted in Questions & Answers
You can do it with the comment block as per your example. However, I'm afraid what you want would require some custom code. The fxDreema option storing the spread is the one available on the 'market properties' category. That stores the value at this specific moment. What you want is an average value that required memorizing previous values from previous ticks. No block can do that automatically. You will definitely need custom code to get that calculation.
-
RE: Whats Wrong in Lot Incrementposted in Questions & Answers
But did you implement the changes I suggested?
-
RE: Awesome Oscillator Divergenceposted in Questions & Answers
No. I mean the last version of your project?
-
RE: Condition login numberposted in Questions & Answers
The logic is correct. Can you please share the link to the project?
-
RE: Spread variable troubleposted in Questions & Answers
I don't understand the logic on how to get the 'average spread'. How is it supposed to be calculated?
-
RE: Grid strategy with no martingaleposted in Questions & Answers
Is there an open buy and sell on every level? There will never by any profit that way.
-
RE: how to auto off and on a button with the toggle block ?posted in Questions & Answers
I never used this block, so I have no idea how it works. For what you say why don't you use the 'turn on' and 'turn off' blocks?
-
RE: Split 1 trade into multiple smaller trades after reaching max Lot sizeposted in Questions & Answers
Then it's easy. Simply use a condition block before both 'buy/sell now' block so that if lot size is bigger than 50 then it should be 50. You will have to create a variable to do it.
-
RE: modify stop loss in percent calculation?posted in Questions & Answers
I understand. What you need is definitely complex. No fxDreema block can do that. You will definitely need some custom code to add to your current project. That goes beyond my capabilities.
-
RE: mantingle intial volumeposted in Questions & Answers
So if I understand you correctly what you mean is that your lot size to duplicate as a balance percentage, right? Your first trade can be 1%, then 2%, then 4% and so on. Correct?

