You're welcome. 
Posts made by l'andorrà
-
RE: Resetting Consecutive Losses Blockposted in General Discussions
@pressium No, it is not necessary.
-
RE: Fees and commissions?posted in Questions & Answers
@Johnster No. You can find those here:

But you will have to connect that block somewhere below a 'For each trade' block to make it work properly.
-
RE: fxdreama download files add on only works on chrome OS?posted in Questions & Answers
I'm using Mozilla Firefox and it works fine too.
-
RE: Please Someone tell about meaning of these SL Optionsposted in Questions & Answers
Which block is this one exactly?
-
RE: Question on Breakeven and then start Trailing stopposted in Questions & Answers
@Suraj0544 This is not what can be seen on your linked project:

Are you sure you provided the latest version?
-
RE: MT5 to Telegramposted in Questions & Answers
Can you please share the link to the project instead?
-
RE: Resetting Consecutive Losses Blockposted in General Discussions
You will need to use the 'on trade' tab instead. Like this:
https://fxdreema.com/shared/E3s30T1xc
Then you will have to reset the variable somewhere else in your structure in order to count from 0 again.
-
RE: What is the difference between x> and >? when price is trending?posted in Questions & Answers
That will depend on how your condition blocks are positioned. If they are connected one after the other, both crossings will have to happen at the exact same time on both time frimes at the exact same time for that to be true. I don't think that will happen very often.
-
RE: Hello everyone who knows how to make an ea for three sma which closes the current position after the short two sma recrossposted in Questions & Answers
@Creven This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: Three moving averagesposted in Questions & Answers
You need to add a 3rd condition blocks where the 1 MA needs to be above the 500 MA. That is missing in your project.
-
RE: Question on Breakeven and then start Trailing stopposted in Questions & Answers
@Suraj0544 You didn't specify the object to be considered on any 'For each object' block!!! You need to tell the block which object is supposed to be used there.
-
RE: Trailing Pending Orders to Objectposted in Questions & Answers
Is that object providing a price level? That would definitely make it easier. And is that object created manually or via custom indicator?
-
RE: Trailing Stop - Cant seem to get it to workposted in Questions & Answers
The structure on the left will store the distance in pips of the recently open trade (you will need one variable for buys and another one for sells). Then that value can be used on the trailing stop block as per my example:
https://fxdreema.com/shared/zRIA8st2d
You will need to reset the value of those variables when considered, of course. -
RE: Question on Breakeven and then start Trailing stopposted in Questions & Answers
@Suraj0544 What do you exactly mean by 'entry on 1st candle crossing'? First every day? First just once you run the bot on the chart?
The different results you get are conditioned by the quality of tick data used and testing procedure (close price, tick, etc). Are you sure you are using the exact same?
-
RE: Resetting Consecutive Losses Blockposted in General Discussions
You will need variables to do that. Are you familiar with variables?
-
RE: Trailing Stop - Cant seem to get it to workposted in Questions & Answers
You will need variables on a loop to do that. Are you familiar with variables on loops?
-
RE: Upload my mt5 backtesting to myfxbookposted in Questions & Answers
@fabioroy19 Yes, I'm an Andorran! Glad to see you here.
Theoretically, if you are using the exact same strategy on the same chart/broker, there should NOT be substantial differences.