@yobananaboy You are using a custom indicator. I'm afraid it reapaints. That is the weakpoint of indcators like that. You should check it does NEVER repaint.
Posts made by l'andorrà
-
RE: C1 tester, No Nonsense Forexposted in Questions & Answers
-
RE: BUY SELL BUY SELL MULTIPLE CONDITIONSposted in Questions & Answers
@drewliedadeuce I don't see that daily condition. Where is it?
-
RE: Close Positionsposted in Questions & Answers
@ramimoujaes Because the same should be done with blocks 1 and 2, sorry.
-
RE: Lot sizesposted in Questions & Answers
@goodik The only alternative I can suggest is creating a whole structure of blocks calculating those values as new trades are closed. Don't get me wrong, but that's a lot of work. I guess working with variables is not your field of expertise, rght?

-
RE: Create a new SL only when the new is lower then the existingposted in Questions & Answers
@siggi12345 Never combine 'For each trade' blocks with 'trailing stop' blocks. I don't fully understand what you mean by 'when the new is lower then the existing'. Is ts for a buy or a sell. I guess you mean a sell, right?
-
RE: EA doesnt wok with some brokersposted in Questions & Answers
@vish Are they forex symbols? If so that would not be necessary?
-
RE: Level 61.8 move average ?posted in Questions & Answers
@ontrade Can you please share your project?
-
RE: Determine the profits and losses for buying and selling independently؟posted in Questions & Answers
@khalids222 I guess that difference comes from the amounts of comissions and/or swaps. They are not included in the profit or the balance.
-
RE: MACD Signal lineposted in Questions & Answers
@jovetp I see you created another thread for this same question. Please don't duplicate threads. Focus on one of them only.
-
RE: Trailing Stop indicatorposted in Questions & Answers
@colver said in Trailing Stop indicator:
shared/ZwovsJY6e
No. That is wrong. You nedd to use just one trailing stop block only for both buys and sells and it should be moved from its current position. You need to create a separate block tree headed by a 'Pass' block and then connect the trailing stop block below it.
-
RE: Implementation questionposted in Questions & Answers
@jovetp Are both crossings happening at the same time? Apparently, the MA crossing will always happen before the MACD one. If that is the case, it would be very easy. If nor moore complexity is required.
-
RE: I have no idea how to start.posted in Questions & Answers
@miroslaw It is exactly the same project. You didn't change anything.
-
RE: Check Candle 1-5 if Price was higher then MAposted in Questions & Answers
@siggi12345 Man, I wish I was an expert at loops as roar is.
He is by the the 'loop man' here. Maybe him could give us a hand? 
-
RE: Issue with TDFI indicatorposted in Questions & Answers
@philostam Fisrt things first. Did you import that indicator as explained in these threads?
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-fileIf so, please show me your 'My indicator's' window for that indicator.
-
RE: Lot size decreaseposted in Questions & Answers
@ramimoujaes This is not a trivial project to do. You will need at least four variables. One of them to count how many consecutive trades were closed. Another one to subtract the specified amount of lot size after the second trade of each step. Another one to identify the aplicable lot size to each new trade and the last one to 'move' from 0.1 to 0.01.
Are you good at creating and using variables?

-
RE: Lot size decreaseposted in Questions & Answers
@ramimoujaes Is this sequence changed if any of the trades is successful or not? I mean, is this sequence conditioned by the trade's result?