Buy 10 pipes
-
Hello everyone, how can I open a deal whenever the price drops ten points, please?
-
From where? Need more information on what you are trying to do
-
For example, the current price of the currency is 1.1990. When it drops ten points, he opens a buy deal. When it drops again ten points, he opens a buy deal. This is what I mean.
-
You will need to record the current price then if the price is 10pips above/below place a trade
-
Please what do I use to record the current price?
-
In a variable, do you know how to use?
-
Yes, I know how to enter constants and variables and how to use them.
-
candle 0 close is the current price, save this in a variable, in a condition check this adjusted by 10 pips against the current price
-
I thank you
-
https://fxdreema.com/shared/W6cQI97Kd
Please how do I do this it didn't work for me
-
Are you setting the global variables before trying to use them? Generally, as global variables are a more advanced concept, you are better at getting things working before switching to a global variable.
-
what do i do now
-
I don't know...test...remove global variables, add a new shared link if still now working