I need help!
-
Hello guys and gals! I am new here on this forum and I need a little help.
I have tried 6 times to code an EA with fxDreema but I have failed.
What do I want to do? I want to get an alert on the chart and a push alert only when a candle closes above the high of the last 12 candles and I want that candle to turn in green, in order for me to assess if I buy and also a candle that when closes below the low of the last 12 candles to get the same alert on the chart and that candle to turn to red.
Can anyone please help me guiding me on the process of doing this or simply to do this for me but I do prefer to learn.
When I did this I have received an alert every time the price moved. So if the conditions are ok, then I only need to correctly set the alerts
On condition, is this the right set-up? For buy alert:
For sell alert:

Thank you!! -
the current candle being made is 0. it is suggested you only use close candles, so set the left paramater to candle ID 1 to start. Sounds a little like ICT methodology...?
-
you also don't have the buy and sell trade action blocks.
-
Your current setting are specifying that the current candle (candle ID 0) should move above/below the high/low value of the previous 13 candles. Is that exactly what you want? I mean, the current candle can be above the high value for 150 ticks. That means you will get 150 alerts. Can you please confirm is that the kind of EA you are looking for?
-
@l-andorrà
Hello!
I want this: when a candle closes above the high of the previous 12 candles to receive an alert on my chart+a push notification+ that candle to change color and the same for when a candle closes below the low of the previews 12 candles.
Thank you! -
@jsauter86
Hello!
I don't know what is ICT.
I don't need this EA to buy or sell, I only need it to give me alerts and push notifications for my conditions.
Thank you! -
Here are the conditions that you need, but I do not know arrow properties.
-
@maco You can create a structure like this:

This cindition block is exactly the same you show in your post. Just ann a 'once per bar' block and those two yellow blocks at the bottom for alert and notification. However, I don't know how to chage cabdle colour. Jsauter's suggestion should be used as an option.
-
@l-andorrà Thank you!
-
@maco You're welcome.
-
@jsauter86 Thank you!