@l-andorrĂ Please help me out here. Which one suits what I'm trying to do? I want to allow a certain condition for Fridays only and I'm using buy/sell as an example.
Which one will apply here?


Does allow go to the red and reject to the yellow?
@l-andorrĂ Please help me out here. Which one suits what I'm trying to do? I want to allow a certain condition for Fridays only and I'm using buy/sell as an example.
Which one will apply here?


Does allow go to the red and reject to the yellow?
@kestra I think you've given me an idea. I'm thinking about having a filter for some days such as Friday. So for example on Fridays I could lower the lot sizes or even change the options for money mangement using the Weekday filter. I think @l-andorrĂ has an example in his tutorial system where he filters for Fridays and negative swap etc.
@kestra I don't get this. Why quit when there may be more opportunities. Your trading should only be limited to your time filter not profit. If you can make a million today why entertain the option of coming back to risk capital the next day and possibly go broke? You should be aggressive within your parameters. If you're outside the liquidity period then by all means don't trade but outside of that I don't undertand the use of a profit target for the account. I think this should be applied to an account that's headed for a margin call not one that's reeling in the cash.
I get that bit but I want some clarity on how the options work. In what circumstance does it kick in and what does the timeout mean etc
Hello
Can I have some more info on how that feature works? I understand the virtual stop but how do I set emergency stops and what is the behaviour?
thanks
@roar
If x(number_of_losses) is set to 5 then shouldn't we only be seeing an increase in lots after the 12th trade in your list? I don't mind the slow lot increments from 0.11 to 0.13 however I was expecting it to only begin after the 5th trade unless you set your example to 1 rather than 5? I'm seeing increments but the number_of_losses variable is not taking effect.

We're in business but except the lots aren't incrementing after x losses. It runs about 7 trades and run again.

I am getting really confused.
Here's the modified link. It doesn't run when backtested. I'm not sure where I'm getting the logic mixed up. My understanding on how variables work in fxdreema is very challenged.
Can you figure out why it doesn't work?
https://fxdreema.com/shared/nkB08bjyc
@roar
How does the user increase "lost" ? It's not exposed as an input variable
@roar
It works however I noticed that there's no option to reset after a number of increments like you can do with the built-in martingale so it keeps going with no regard for the equity 
@roar
Logic wise is this how everything should be hanging together? Where the modified one is on the yellow?

@roar
Thanks
I'm unable to fit all three (baselot + lost*multilot) into one constant for the Lot field
@roar
Is "lost" an internal function?
@roar
Can we make 0.1 and 0.01 variables? Will that work?
0.1 + lost*0.01
I want to be able to increase lots based on the number of times I've lost. The current martingale options don't allow that.
I did and added another condition however I notice that it trades continously and there's no pause
Here's the condition:
When the current candle is higher or lower than multiple previous(x) candles if the candle closes bullish open a buy order if bearish a sell order. X should be a variable that I can specify.
I have used the market property like this but the results don't seem right.

@l-andorrĂ
Assuming they are both running on the same account?