Bucket of trades in tutorials
-
i copy the example you attach it at tutorials to my EA to show the count of open trades and total pips at chart but its not showing
could anyone please refer where shall i attach those conditions / orders at my EA
is it before " no trades " or before " if trades "
thanks
-
@saeed-2 Can you please share the link to your project?
-
https://fxdreema.com/shared/T8iUPUFO
i want to see the open trades and trades closed with pips
also running trade how to show the pip gap from entry price
i have also an issue in conditions which i don't know why its activating when condition meets
ex. three MA 34 8 & 3 ... if 34 below 8 / 3 above 8 / one candle before 3 cross over 8 / ADX above 22 ... open trade
close trade when 3 cross below 8 .... or .....34 below 8
i did all conditions but still not working
-
@saeed-2 I think using buckets of trades is a very innefficient way to get info (IMHO). You should use other more efficient loops like 'For each trade', for example. On the other hand, I have a few questions:
- What are block 69 and 70 for? They are doing nothing right now.
- Why two different ways to open trades (one of them with random outpuits)? Why do you need those below block 59?
-
96 70 to show the pips gap from entry price .. i don't know where to attach it
yeah no need for those below 59 .. i just copy paste them from tutorials and don't know where to attach them
-
my conditions supposed to work and activate ,, where is the mistake ?
thanks
-
@saeed-2 Can you please confirm this is the whole project. I guess no sells are open because there is something stopping them to do it. As you say. Those conditions above the 'sell now' project are correctly configured. The reason why there were not open before is because of the presence of those below block 59. If you removed them and the problem persists means that teh problem is anywhere else.
-
@l-andorrà yeah i noticed yesterday and sorted out .. now its working and conditions updated .. thanks a lot
-
@saeed-2 You're welcome.