Now with the Image
Posts made by JFerreira
-
Break-evenposted in Questions & Answers
Hi all,
First of all, sorry if this issue was already discussed here, but since the forum Search is not working, i cant' find it.
I need some help of how can i do this break-even strategy.
I'm writing an EA that can place multiple types of orders (at different times), meaning, i can have 2 or more Buys (or Sells) at the same time.
Let's suppose this situation:
How can i change the Break-Even for each trade once the price reaches a specific indicator line?
When Buy 1 reaches the indicator line, SL goes to BE (only the Buy 1)
When Buy 2 reaches the indicator line, SL goes to BE (only the Buy 2)
When Buy 3 reaches the indicator line, SL goes to BE (only the Buy 3)Thank you in advance
-
RE: Touch Line at actual priceposted in Questions & Answers
Thanks. Is there any way to get the actual price and not the Ask (price+spread)?
-
Touch Line at actual priceposted in Questions & Answers
Hi there,
How can i set the EA to open a trade when the actual price touch a BB line?
Eg: the actual price touch the lower BB line, as it touchs it, open a order?Thank in advance
Regards
-
RE: SL = X pips + spread?posted in Questions & Answers
And how can i do the formula using ATR, meaning:
SL = ATR + Spread?
-
RE: Opposite orderposted in Questions & Answers
@fxDreema thanks a lot with the example.
How can configure so the orders after the 1 opening, the lot size is x1.5?eg:
Order #1: Sell with 0.1
Order #2: Buy with 0.15
Order #3: Buy with 0.3
.... -
Constants in EA'sposted in Questions & Answers
Hi guys
How can i change the name of the constants shown on the EA?
Eg: instead appear inp14_StolLossPips show StopLoss

Also, how can i use one unique constant for StopLoss and TakeProfit for both Sell and Buy (in the image, i must put SL/TP for Sell and SL/TP for Buy)
Regards
-
Open more than one trade for each conditions loopposted in Questions & Answers
Hi there,
How can i open more then one trade, if the conditions are meet, and close all at the same time?
Similar to this image:
regards
