@l-andorrà Not sure how to do that, this is where a newbie to fxDreema gets lost haha
Also found a more accurate Currency Strength Meter that can output numbers for an EA too.
Posts made by Sauce
-
RE: Creating EA Help!: Trend Continuation with Currency strength, moving avg, and fib pullbackposted in Questions & Answers
-
RE: Creating EA Help!: Trend Continuation with Currency strength, moving avg, and fib pullbackposted in Questions & Answers
@l-andorrà here we go: https://fxdreema.com/shared/oyy2lLuVd
@trader-philipps low means current candle's low
I'm also looking into editing the code for the Currency Strength Meter so that instead of saying 0.0 it says an amount in relation of 100-0 (80 instead of 8.0). So I may have an updated code to input then, for now I just put the unedited code on the project. I'm concerned I might have to build my own currency strength meter since I'm not quite sure how this current one is doing it's math, haha.
Here's a instructional video that shows the pattern I'm looking to trade on the 18EMA bounce (same pattern for the 50EMA trade setup too). Watch from 17:15 - 19:25 for the actual explanation and chart pattern. https://www.youtube.com/watch?v=rgAkANz4kCw (don't worry about how he says TCE vs Bounce strategy... just looking at the chart to get the idea of what I'm looking for... hope that helps!)
-
RE: Creating EA Help!: Trend Continuation with Currency strength, moving avg, and fib pullbackposted in Questions & Answers
How do I share the project? (sorry, new to FXdreema)
Here is a screenshot of the scan (without the currency strength meter included) from thinkorswim:

-
RE: Creating EA Help!: Trend Continuation with Currency strength, moving avg, and fib pullbackposted in Questions & Answers
@trader-philipps It can be a long consolidation or a rush move. Ideally, looking to be notified of an 18EMA pullback before it happens, hence the 15-21EMAs range, if price is in that area at this current time the condition is met. (If you think there's a better way to condition that, let me know!) Hope that makes sense!
@l-andorrà i'm not sure how I share the build thus far? Here is a screenshot (not sure if I set this up correctly). The custom MQL code is the currency strength meter, but I have no idea how to link a condition to it when I'm not sure how to make the condition search that custom code

This is for a BUY alertThank you both for your help!
-
RE: Creating EA Help!: Trend Continuation with Currency strength, moving avg, and fib pullbackposted in Questions & Answers
@l-andorrà exactly! This is my first time building so I'm kinda in over my head on this one, haha. The only thing I was able to create were the EMA conditions. I have the code for the currency strength meter which displays the numbers on the chart (indicator), but not sure how to take those numbers in the code and make them into a condition. I'd be more than happy to share the strength meter's source code file with you if you'd like to take a look? This is the part I'm really hung up on and why I'm seeking additional help here. (thank you!!)
-
RE: A Place to discuss, optimize and share profitable Ea's?posted in Questions & Answers
Sounds like a great idea, I'm working on a very specific EA, but running into issues with trying to create alert criteria for a custom indicator for currency strength meter. I have the source file, just not sure how to take the information it gives and create an alert out of it. Here's the criteria for the EA that should send an alert notification IF:
BUY SETUPS (Sell setup is opposite)
- 1hr chart = 18EMA > 50EMA > 200EMA
- 15m chart = 18EMA > 50EMA > 200EMA
- 15m chart = Price is between 15EMA and 21EMA (this is for a 18EMA pullback)
- Currency strength meter = Strong pair (>6.0?) / Weak pair (<-4.0?)
- Auto Fibonacci Level = price has also retraced to a fibonacci level
Thanks in advance for your help everyone!
-
Creating EA Help!: Trend Continuation with Currency strength, moving avg, and fib pullbackposted in Questions & Answers
Hi,
I'm trying to create an EA alert system for currency pairs. It is based off Adam Khoo's trend continuation - pullback to EMA/Fibonnaci support level.
Here is the criteria:
BUY SETUPS
- 1hr chart = 18EMA > 50EMA > 200EMA
- 15m chart = 18EMA > 50EMA > 200EMA
3A) 15m chart = Price is between 15EMA and 21EMA (this is for a 18EMA pullback)
3B) 15m chart = Price is between 40EMA and 60EMA (this is for a 50EMA pullback) - Currency strength meter = Strong pair (>6.0?) / Weak pair (<-4.0?)
- Fibonacci Level = price has also retraced to a key fibonacci level
SELL SETUPS (opposite of buy setup basically)
- 1hr chart = 18EMA < 50EMA < 200EMA
- 15m chart = 18EMA < 50EMA < 200EMA
3A) 15m chart = Price is between 15EMA and 21EMA (this for a 18EMA pullback)
3B) 15m chart = Price is between 40EMA and 60EMA (this is for 50EMA pullback) - Currency strength meter = Weak Pair / Strong Pair
- Fibonacci Level = Price has also retraced to a key fibonacci level
I have a source code for a currency strength meter that I have been using, just not sure how to create an alert for that or the Fibonacci levels.
Thank you for your help!!
Cody