what if you one the EA to place an order after it takes previous week's high or low for instance? I've been trying several things but none has worked so far.
Best posts made by oggynosh
-
RE: Placing pending order on highest candleposted in Questions & Answers
Latest posts made by oggynosh
-
RE: Placing pending order on highest candleposted in Questions & Answers
what if you one the EA to place an order after it takes previous week's high or low for instance? I've been trying several things but none has worked so far.
-
RE: BREAKOUT REVERSAL EAposted in Questions & Answers
oK this is getting a bit harder than expected... how can I incorporate the use of trendlines like in this tutorial (https://fxdreema.com/forum/topic/4233/example-trendline-ea) but like for instance with the aid of this indicator (Daily Line Boxes : 1_1592155731375_Daily LinesBoxes(1).mq4 0_1592155731375_Daily LinesBoxes(1).ex4 )
**So say that once new week open the EA will consider when condition for buys is true:

Where NAME: PWL1 is the previous week low trendline as shown in this image:

So once is goes below this level it will open a buy limit. -
RE: BREAKOUT REVERSAL EAposted in Questions & Answers
Thanks! u mean like this?

Also, How can I the EA just open 1 trade per week? because sometiems it opens several a week and it it meant to be used for day trade or swing trading.
-
RE: BREAKOUT REVERSAL EAposted in Questions & Answers
There's an offset pips on the "buy pending order"...can this be used also in the "buy now"? I mean, say that after the "condition" for buys is triggered, can the "pending buy order" be placed right away X# of pips above or below price?
-
RE: BREAKOUT REVERSAL EAposted in Questions & Answers
u lost me lol...anyways, thank you anyway, I'll try to find a coder make this for me.
-
RE: BREAKOUT REVERSAL EAposted in Questions & Answers
Yes I tried with the attached, using an example from the forums.1_1589150102007_102030 DAILY .mq4 0_1589150102007_102030 DAILY .ex4
-
BREAKOUT REVERSAL EAposted in Questions & Answers
Hey guys!
i'm looking for a basic EA that does the opposite of a "regular" Breakout EA.
For instance, I want it to Sell above X amounts pips after market has taken a previous day/week/high high and has reached an X amount of pips which can be define and, Buying below a previous day's/week's/month's/ low after market has reached X amount of pips.
So it would be something like this in coder's language:
Condition 1: If Previous "Day", "Week" or "Month"'s High has been breached above "X" amount of pips, then Sell by Market with a SL/TP in pips previously defined by user.
Condition 2 (the opposite): If "Low" of Previous' "Day", "Week" or "Month" is reached and goes below "X" amount of pips, then Buy by Market with SL/TP in pips previously defined by the user.No need to include Trailing, or partials, etc. but it would be great if any can help me out!
regards!!
