Hello, how to get the "AUD" text only , without numeric value in a condition block?


@jstap i've already saw your suggestion here https://fxdreema.com/forum/topic/14639/read-information-from-a-custom-dashboard-indicator/6
Hello, how to get the "AUD" text only , without numeric value in a condition block?


@jstap i've already saw your suggestion here https://fxdreema.com/forum/topic/14639/read-information-from-a-custom-dashboard-indicator/6
@cuongpham It's normal, because of spread. The charts shows us the Bid price, so the sells orders will be opened at that price, while the buys orders will be opened at the Ask price.

@breeeeen You're welcome! Don't mention it!
@breeeeen said in "No positions nearby" block calculating 5x bigger pip size:
Sure thing, here's a simple example I created: no constants or variables and a super simple structure to make it easy to identify.
I did a test and it's still 5x the size.
it's right for me, looking at how the range around the price is calculated, you have the sells trades spaced 50 pips (100 pips / 2 = 50)

@l-andorrà same error, it seems that it cannot load the indicator through fxdreema. It happens with many MT5 custom indicators. These are the errors on live:

@fxDreema are you there?
Hello all, i'm having a problem to build an EA using a custom indicator. Testing the indicator alone works fine, but if I create an EA with any condition of this indicator I get this error.

Indicator 0_1648395313600_CURRENCY_STRENGTH_INDEX.mq5
Project https://fxdreema.com/shared/n5UF42n3d

@fxDreema, please, can you take a look on it?
@baccicin I just copied your blocks and constant into a new empty project. It works
@siuteino How can an indicator in one window intersect another indicator in another window?

You should look for a custom indicator maybe
@ontradingx just put the conditions you need for each indicator in the same EA
@gggvvvv change ask to bid in your sells pending orders

@sam-decarvalho said in can not load my EA:
keep saying ''TRIAL VERSION HAS EXPIRED"
Is your expert built with FXDREEMA? If yes then check the expiration date into the settings.

@jstap said in Get signal from candle ID1:
@ambrogio I think that buffers needed should already be in the indicator, if there not then whatever means work is the only and best idea.
Unfortunately for the buffers I only have the ex.4 file, anyway it's fine even so, thanks.
@jstap I used a trick to solve the problem, it is not very orthodox, i change the color of past objects, what do you think about?
Hi there! Please how to get signal from arrows without indicator buffers?
@jstap you have already solved a very similar topic few months ago, this is the link
https://fxdreema.com/forum/topic/13998/how-to-get-the-signal-of-the-arrows-when-it-is-on-the-candle-id1/9
This one is another indicator, i don't know how to get the right name of the arrows, i know the price coordinates instead, but sometimes that price match with others arrows in the past on chart, and this is not good. Have you any input to solve it?
Indicator 0_1646670356477_double-top-bottom-patterns.ex4
Project https://fxdreema.com/shared/V5sxtWfvd

@alphaomega said in higher high long lower low short EA:
@ambrogio I totally agree with you, but you cannot say ID0 does not exist. @jordanburch is working on M1 chart so the ID0 will play an important role considering where PA is moving. He should consider using MA-crossover or candle volume to bring the ID0 into play?
edit:
This is ID0 orders... the current candle is still deciding where to go. IMO I think its important when using time frame M1 to consider ID0 in finding the HH or visa versa
I'm sorry to contradict you but this is not my personal opinion, it's called technical analysis. What you mean you can do with a condition "bid > candle close ID1", but not "candle close ID0 > candle close ID1". Below I took the first condition from your project, you need to note all false signals and even the total lack of signals.


@alphaomega I say this because the only thing you know about the candle ID0 is the opening price, nothing else. The candle ID0 is never a definite entity. How can you compare the high or low or the closure of candle ID0 if you don't know them?
@jordanburch The candle ID 0 does not exist because it is the current candle and it is forming right now, you have to compare the candle ID1 with the candle ID2
