Let's BrainStorm on this guys
-
Hey,
Is there a way with FxDreema, to cross-check a pair's historical data with real-time logic?
For example; if Candle crosses above EMA 200 at a particular time in a specific month, is there a way to look back 10-20 years if that scenario happened and its probability?
How can this be done? -
It is possible is you have, likely a lot easier finding an indicator doing this. You would have to get EA looking for for a specific past date, every year the day is different, so if Friday this year might be Saturday 10 yrs back. this is hard to back test because of history data.
-
@jstap can you give a hunch on how it can be done with FxDreema?
-
Not really because it has a lot of variables. What I would start with is putting todays date into a variable, then saving into another variable but with a changed year, once this works, use this date to check a condition, one you can visually check.
-
@jstap that's helpful. Variables and Cross referencing