Trade Copier: https://fxdreema.com/shared/ByKlfqmXb
Best posts made by AlexisC25
Latest posts made by AlexisC25
-
RE: Random lot sizes when using percentage of free margin to lots?posted in Bug Reports
@jstap yeah! It's primarily a "gopher" signal but can go either way because usually a strong candle in the same direction after a previously strong candle can indicate a strong trend so my goal is either or. And I figured it out! I used two formula blocks to calculate "free margin × leverage (adjust: /4)" -> "value: (variable: percentage of margin) × value: 100,000" -> buy/sell "custom value: (variable: percentage of margin)". I think there may be a bug with the "% of free margin -> lots" because manually calculating it with the formula blocks did exactly what I wanted. Thanks for the input!
-
Random lot sizes when using percentage of free margin to lots?posted in Bug Reports
I have a shared copy of my ea here. Any possibly idea of whats going on...? https://fxdreema.com/shared/DiQTT0BXc
-
RE: Help With An OCO Order EAposted in Questions & Answers
@RGoo I'm definitely not offended! You were constructive and I'm still very much learning. And you're right! I've played around with it more and honestly I don't really need the if trade either. If it comes out true it will pass through the and logic and if false it will either not move, or the else logic will be triggered from what I've seen. Also, the delay was because it was on a USA regulated broker and they're SO stupid with FiFo rules. I was honestly just trying to give my broker enough time to process the close of the previous trade before it placed another trade so I didn't have to use a loop process to make sure each trade is closed in order in the event that one is still open when another is open and the close hasn't fully triggered yet. That has been the only way I can make anything FiFo compliant and am honestly ready so stay off of US regulated broker because of it lol
-
RE: Help With An OCO Order EAposted in Questions & Answers
So, I have the updated block positions and such, but it still doesn't trade. I'm stumped. https://fxdreema.com/shared/OKRqU9zT
-
RE: Help With An OCO Order EAposted in Questions & Answers
@jstap Okay. So either way it wont hurt any logic, it'll help it pass through as needed. It won't effect any loops that need to pass a specified number of times either?
-
RE: Help With An OCO Order EAposted in Questions & Answers
@jstap Oh! So should I do that with all of my projects then or is it just for this instance? Thanks for explaining!
-
RE: Help With An OCO Order EAposted in Questions & Answers
@RGoo Wouldn't that mean that it'll wait until the next bar to go through with the rest of the loop though? Could you please explain in a little more detail if you have time?
-
RE: Help With An OCO Order EAposted in Questions & Answers
@DragonZueloTrends Hi! So because it would be on the same currency, the idea is that it should pick up on the trade. It should be on the same currency, different chart, same terminal. Not exactly sure if it works but it was just an idea! I'm still new at using the builder.

-
RE: Help With An OCO Order EAposted in Questions & Answers
I've also made a trade copier (same currency, same terminal) Essentially a trade multiplier! It detects the trade placed from a different EA on the same currency and places a specified amount of trades, then when the other EA closes the trade, it also closes the trades made by the copier in order from oldest to newest. Both EAs follow fifo rules as far as I know. Again still havent tested them but they were pretty easy to make once I explored the builder a bit more.