@wyfchrsis You can try this for closeing buys:
https://fxdreema.com/shared/dKnweCVN
However, Len1 is right. Are you sure that's the condition you need?
@wyfchrsis You can try this for closeing buys:
https://fxdreema.com/shared/dKnweCVN
However, Len1 is right. Are you sure that's the condition you need?
@mustapha Can you please share your project?
@biztet Well, it depends. You can always separate your EA conditions into two parts. One part is including the conditions that are taken from the current chart WITHOUT using the 'Set current market' block and leading to a boolean variable when true. Then the second part of the EA is headed by the 'Set current market' block and there you can list all symbols to be traded, but there you will just have the variable condition block and the buy/sell now blocks only.
@biztet I guess that should be possible with some custom code, but that is for real programmers and I am not one of them, I'm afraid. Maybe someone else will be able to.
@saeed-2 For the forst question you need to use a 'No trade' block on top of your launching tree block. The second questions is a bit ambiguous to me. Can you please provide some more info?
@moses-2 Well, he's usually reading the forums so maybe creating a new thread with his username in the title can work.
On your second question, I'm not sure I fully understand. A martingale is always doubling lot size at every loss. What do you exactly mean?
@vish Never noticed that. Are you sure you need to deselect ALL status boxes to switch off just one?
@tomli You can simply select differejnt timeframes for you oscillator in the project. Once you backtest it you will see the results in the backtested timeframe, but all calculations will have been done with the hugher timeframes normally.
@britneyyole Are you trying to pay via Paypal maybe? I guess the site is having some issues with Paypal.
@wyfchrsis Not sure I fully understand. Do you mean closing an open trade or avoiding to open a buy trade?
Very interesting. Thank you very much to both.
@umbrellamaker Isn't this the same project of your parallel thread? Please don't duplicate threads.
@mustapha Then you need this block:

@mustapha The easiest way to create a martingale is by using this money management option:

@pedrog That will depend on the stop loss and take profit. The shorter the distance of both, the higher the lot size to get that money. Wheras the opposite will require a smaller amount. Which are your SL and TP conditions?
@ramimoujaes No offense ramimoujaes, but that sounds more like a wishlist than a solid strategy. I will be more than happy to help you to implement any strategy to want, but you need to provide a detailed list of conditions to be met, not a wishlist.
@saeed-2 Your current setting will effectively close any open trade at the exact moment this crossing happens. However, I cannot see if there is any 'once per bar' block on top of that closing tree block. Dependeing if it is or not, the close will happen at the exact moment the crossing happens or at the opening of the next candle.
@yerlin Excellent. Don't hesitate to be back here for more help.