What is the meaning of this symbol: ==, >=, <=, != ?
-
Sorry, please enlighten. for others, this may be simple. for me, this is because of my ignorance. I've been looking for information but do not see. What is meant by this code:
=
<=
!=Please help me... thanks very much before
-
whether the same is hereby :
== Sama dengan
!= Tidak sebanding dengan
< Kurang dariLebih besar dari
<= Kurang dari atau sama dengan
= Lebih dari atau sama dengan -
You use these to compare two or more values:
== (is equal to)
= (is more than, or equal to)
<= (is less than, or equal to)
!= (is different than) -
how do you use != , give an example pls. What if you indicator uses arrow pls how do you code dat in ea.
-
That symbol is used when you are looking for any number different from 0, for example. Maybe your variable has that initial value and then it is modified later. You can use that symblo to find the moment in wich it changes from 0 to any other number.
-
thank you.
-
My second question, what if my indicator shows arrows up and down, pls how do identify that while building my EA. Thanks.
-
It depends on your custom indicator's buffers. Are those arros stored as colours in those buffers or as objects?
-
not stored as colours
-
in fact it has no buffer, but after i imported it on fxdreema i edited the buffer section an i named it; buffer 0 and buffer 1. Does that mean anything, how do i proceed from there ?
-
Can you please share the indicator?
-
-
i dont know how to identify the arrow up and arrow down, and which of these would i use [ ==, >=, <=, != ] , to automatically pic trades when up or down arrow shows, cos it seems the buffer doesn't show.
-
HELLO SIR
-
all i need is to construct an ea based on the arrows of the indicator, pls help me sir.
-
This is the ex4 version. Can you please share the mq4 version?
-
I DONT HAVE THE MQL4 VERSION
-
@oluwaseyifunmi . I do not see any output buffers for the arrows in the indicator....... You will have to look at
miro1360 tutorial here:
https://fxdreema.com/forum/topic/4209/tutorial-07-read-prices-from-indicator-objects -
@oluwaseyifunmi Hi, import the file following this tutorial made by @Xfire
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file
Then you have to use "indicator appear" block using the two buffers you can see, the lime buffer correspond to the blue arrow, the red buffer correspond to the white arrow -
Use Ambrogio advice... Xfire has simplified the process a lot...