I'm currently building similar and i have the answer/figured it out. The only thing holding me back is not being able to store the response of a http request to my database, anybody know how to store responses of http requests? i have been trying for days but cannot figure this out
Posts made by InfinityGlobal
-
RE: EA protection by license codeposted in Questions & Answers
-
RE: EA with a sweep of a inside barposted in Questions & Answers
Wow, awesome! This will definitely help. I'll give an update when I have made further progress.
-
RE: EA with a sweep of a inside barposted in Questions & Answers
@jstap
Nice! I'll take a look at these posts. At the moment I'm exploring everything to get a better understanding of how fxDreema works. -
RE: EA with a sweep of a inside barposted in Questions & Answers
@Ipod
Thanks for your effort! I'll look into it. -
RE: EA with a sweep of a inside barposted in Questions & Answers
@l-andorrà
Thank you for your insights, I will definitely keep these in mind. I'll begin with the input I received. -
RE: EA with a sweep of a inside barposted in Questions & Answers
That's not a problem. I appreciate all the help!
Thank you, I'll look into it. -
RE: EA with a sweep of a inside barposted in Questions & Answers
I can imagine it being very complicated. Is it possible though? Would you know what I need to look out for?
In theory the distance can be unlimited indeed. I will have to look in backtest data for what candle limitation would be realistic. -
RE: EA with a sweep of a inside barposted in Questions & Answers
I made an attempt to elaborate. I hope this will make the next step clearer.
Description of a sweep below the inside bar (buys):


https://www.tradingview.com/x/ZafCYkWF/
Description of a sweep above a inside bar:


https://www.tradingview.com/x/cPM3YGCP/
2 sweeps close after each other:


-
RE: EA with a sweep of a inside barposted in Questions & Answers
Where could we go from here? Any tips on what I could look at?
-
RE: EA with a sweep of a inside barposted in Questions & Answers
Super.
Yes I understand what's happening.
The high or low of the inside bar could also be equal to the high or low of the previous bar and it would still be an inside bar.
I forgot to mention that. -
RE: EA with a sweep of a inside barposted in Questions & Answers
I misinterpreted your question I think.
Yes I have, but I don't have much yet. I am still researching on how I would build this.
https://fxdreema.com/shared/TOp7Ufrzd -
RE: EA with a sweep of a inside barposted in Questions & Answers
Thanks for your reply.
Yes, I went through a course where I learnt to build basic EA's.
For example break & retest, morning/evening star/BB mean reversion, etc. -
EA with a sweep of a inside barposted in Questions & Answers
Hello,
I’m looking to create an EA with a sweep of an inside bar.
Strategy
We wait for an inside bar to form on the M15 (which is a candle that stays between the high and low of the previous candle).
In case of buys we want to see a sweep below the inside bar. If this happens we look for an entry on the M5 timeframe.
When a bullish candle forms and closes, we take a entry at the high of this candle if the price reaches this point. Example 2: If it breaks below we wait for another bullish candle presents itself. At the second bullish candle it is allowed to have a inside bar before we have a entry.
For sells we want to see the opposite naturally.The EA should start over when we have a new M15 inside bar.
Questions
Currently I’m stuck at forming the blocks for the sweep.
The amount of candles between the inside bar and the bar where we take an entry from is not always the same. Minimum is 2 candles after the inside bar (example 1). Is there a possibility to deal with a pattern that varies in the amount of candles?I’m thinking of condition blocks with the following conditions (in case of buys again):
- A candle (not necessarily the first one) after the inside bar has to break below the low of the inside bar.
- The candles before the break cannot break above the high of the inside bar.
- We take a entry from the candle that breaks above a bullish candle.
Quite new to fxdreema.
Any advice/tips are welcome.Examples
1-Sweep M15:

1-Entry M5 with 2 candles:

2-Sweep M15:

2-Entry M5 with multiple candles:
