See what happens when you set the name like this:

Posts made by jstap
-
RE: How To Delete Horizontal Lines Once In Positionposted in Questions & Answers
-
RE: Compilation errors: enumerator identifier already definedposted in Bug Reports
Not sure if there a known fix for this situation but this might help: Previously with indicator problems I have seen data is remembered somewhere in the background, to fix this I changed the indicator name (by only adding one letter) I then added it to FX as a new custom indicator ensuring I used all the correct settings.
The new version was installed and worked without errors.
I hope this fixes your issues, let us know what happens.
-
RE: ON and OFF Block.posted in Questions & Answers
Yes that's correct, add a shared link rather than a picture, and the rest goes under whatever you deem as relevant to allow blocks to be switched off again
-
RE: ON and OFF Block.posted in Questions & Answers
Put a pass once above turn off, once you have a win or a loss reset the pass once
-
RE: Concern About Lack of Updates on fxdreema Platformposted in Questions & Answers
Go back to main page and contact from there
-
RE: "Once per Week" Block is removed from fxdreema?posted in Questions & Answers
Not sure but you could use once per weekly bar?
-
RE: ON and OFF Block.posted in Questions & Answers
Logically this is doing this, but if it has turned a block off then the next day this will still be true so as soon as blocks are turned back on they will be turned back off
-
RE: Price crosses above ANY drawn line?posted in Questions & Answers
You need to pick them in a loop not by name
-
RE: Modification of the historical candlesposted in Questions & Answers
Yes but as you can see none of these are using fractals, that has always been my problem
-
RE: EA Alertsposted in Questions & Answers
What you have done this? Does it now work? If you still need help add a shared link
-
RE: EA Alertsposted in Questions & Answers
It depends on how things are set up, you need something like a once per bar above.
-
RE: custom indicator parameter (field) problemposted in Questions & Answers
They are enums add this to the enumerations at the top of indicator:
enum Mode
{
Historical,
Current
};enum Style
{
Colored,
Monochrome
};Add Mode & Style as the type and this should make it work
-
RE: Modification of the historical candlesposted in Questions & Answers
I have always struggled with fractals, I could never get the values to work with, although you can see them in the data window.
-
RE: problem with custom indacator parametersposted in Questions & Answers
That is how to do it, but they need to be put in order, just looking at your picture you have 13 inputs above before you get to that one.
-
RE: How to get notifications on indicatorposted in Questions & Answers
Put the ex file in my indicators, if needed add the inputs the same as they are on your platform, when the required buffer gives the required notification, send the notification to email/platform. You can likely do all of this, start with getting the required action from the indicator, and sending the notification should be quite easy.
-
RE: How to get notifications on indicatorposted in Questions & Answers
you can add ex files for indicators, what exactly do you need it to do?
-
RE: engulfing candle at higher high?posted in Questions & Answers
You can do this but you need to decide how you are determining the higher high
