Here is the FXSSI News Indicator: https://fxssi.com/forex-news-indicator-mt4
Best posts made by Darekl
-
RE: News Indicatorposted in Questions & Answers
Latest posts made by Darekl
-
Compilation Error - Easy way to find which block?posted in Questions & Answers
I'm going to pull my hear out soon. I created a project with 64 constants and 5 variables. When I try to export, I get this message "Compilation errors - '5' - name expected".
Is there a way to see which block this is referring to instead of going on a needle in a haystack search?
Please tell me there is something I'm not pressing that will just point to it. (crossing fingers here).

-
RE: MT5 Indicator Buffer with multiple colorsposted in Questions & Answers
Thanks. I'm starting to realize that quite a lot of the MT5 indicators I'm working with utilize the same logic by puttng multiple color variatons for bars or lines on one buffer. It's unfortunate that we are unable to identify them in FXDreema to use as triggers.
-
MT5 Indicator Buffer with multiple colorsposted in Questions & Answers
Hi guys,
I have an MT5 indicator that draws histogram bars with 4 different colors (Green, Red, DodgeBlue, Gray). However, unlike in MT4 where each color has its own buffer, this one has all the color variations tugged into one buffer.
Can someone explain to me how I can identify the various colored bars in FXDreema? I'm attaching the indicator along with the shared FXDreema page. So far, it does nothing on the chart when I run the EA.
Thanks for the help in advance.
https://fxdreema.com/shared/ESr9JcLHb
INDMATEMA-trend.mq5
0_1650335112313_indmatema-trend.mq5 -
RE: Dynamic Trailing Stopposted in Questions & Answers
@jstap Thanks for your idea. I like it, but it's a bit different than I anticipated. I think what's confusing about the example that I showed is that it looks like it's 5 different candles and that's not the case. It could all happen within the same candle if the price moves enough in the right direction. So, it has to be more based on price movement rather than candles.
-
Dynamic Trailing Stopposted in Questions & Answers
Hello,
I saw a video today where someone was describing a Dynamic Trailing Stop and thought it was an interesting concept. Honestly, I don't even know where to get started to see if this is even possible wit fxdreema.
Per the example, the premise is based on having the Trailing stop move with the price and change based on the same Risk to Reward. As the price continues to move towards the Take Profit, it would tighten the stops and targets.
Could someone tell me if this is possible and point me in the right direction? I'd greatly appreciate it.
Thanks.

-
Can't Connect Blocks...posted in Bug Reports
Guys,
I was working on a project and after a while noticed that some times I was able to drag the orange dot to connect the blocks and other times it would just draw the red dot on the screen without connecting it. I tried it on three different browsers (Safari, Chrome, Brave - in MAC and PC environment), and the issues persisted. I recreated the the project from scratch at that point. Everything was going great, and I happen to renumber one of the blocks with a number that already existed. Typically this would just renumber the existing block. But it didn't do it this time. It left both of them with the same number. And, AGAIN, the connecting the blocks is broken again. Same orange dots just appearing. Can someone please help me understand what the hell is going on? Thanks.

-
RE: Open New Trade every X Pips from last open tradeposted in Questions & Answers
Thanks guys! Figured it out with your help. Greatly appreciate the feedback.
-
Open New Trade every X Pips from last open tradeposted in Questions & Answers
Hi Guys,
I'm trying to open new trades at X specified distance from last trade that opened when it is going against me. I have a calculation set that will calculate a new lot size for each consecutive trade. However, I'm having a hard time figuring out how to calculate the specific pip distance between the last trade that was opened.
I tried using the "Pips away from open-price" block but that one only calculates the difference from the parent trade and the next open trade. I'm stuck after that if I want to continue to open trades at the set distance.
Here is a link to a sample project showing what I'm struggling with: https://fxdreema.com/shared/YygxJm1kc
Thanks for all your help.
-
RE: News Indicatorposted in Questions & Answers
Yes, they are available in the Object tab. I tried to detect objects that contain part of the name of the object, and it was not detecting it. Unless I'm doing it wrong.
-
RE: News Indicatorposted in Questions & Answers
@l-andorrà I completely understand that they won't work during backtesting. I have a way around it for backtesting. But, I really need a news event to be detectable by some object on the chart that I can code around. And I'm having a hell of a time trying to make anyting work. The reason I like the FXSSI News indicator is because it does show vertical lines on the screen exactly as I need it, I just can't get FXdreema blocks to recognize any of the chart objects it draws (vertical lines).