@fxdreema thanks boss
Posts made by Zackry
-
Buttons not working?posted in Questions & Answers
Hello
i am trying to make simple buttons to buy and sell when pressed.
it was working yesterday but now its not working at all.
have a lookhttps://fxdreema.com/shared/fdKvs5wDd
Thanks in advance
-
RE: please helpposted in Questions & Answers
@fxdreema from the looks of it , i believe its for a fix sl value. Right?
-
RE: please helpposted in Questions & Answers
@fxdreema thats a very good idea to have all these things in separate chain of blocks it will give us more flexibility and possibilities
and about my question i know i cant use the calculations from buy/sell blocks anywhere else and i will have to perform separate calculations to display that on chart , i dont know where to start that calculation -
RE: please helpposted in Questions & Answers
@miro1360 yes but the problem is, I want to display the calculated lot size on the chart before the trade is opened its kind of a partial automated system, and the trade is taken when I click on the button that I created, but before clicking on the button I want to k ow what will be the lot size of this particular trade
-
please helpposted in Questions & Answers
i am trying to use the lotsize based on the stoploss and the stoploss is 3 times the atr pips so whatever the stoploss is it just calculates and then risk 5 percent of the account depending on the stoploss
something like this
-
RE: Distance between two objectsposted in Questions & Answers
@padletut it can compare the distance with some value but cant save the distance in a variable
-
Distance between two objectsposted in Questions & Answers
how can i calculate the distance between two lines?
i am trying to place two horizontal lines on chart and then calculate the distance between the two in pips and save it in a variable -
rectangleposted in Questions & Answers
is it possible to draw a rectangle with the solid background color
i need to draw it at in the bottom corner like this:
-
RE: wait for the candle to closeposted in Questions & Answers
@fxdreema perfect, that's precisely what I am looking for thanks a lot
-
RE: wait for the candle to closeposted in Questions & Answers
@l-andorrà yup that's the only way it will work, cuz I tried it on demo and, I tried it on past data and its the only way the strategy works
-
RE: Variablesposted in Questions & Answers
@josecortesllobat is it possible to keep the loss in variable without using the stoploss?
here is what i mean let say ea open a buy trade and if that trade goes to negative the it should keep updating the variable with the most current amount of loss (in pips) , again i am not talking about the stoploos calculation or the calculation after the trade is closed , i am talking about the trade that is running currently and hasnt been closed . -
RE: wait for the candle to closeposted in Questions & Answers
@l-andorrà
The Main problem is arrow is appearing on the current candle so it gets removed if price is not favoring the arrow direction
And second problem is, I don't know how to tell the ea to wait for the current candle to close once the flag is turned true,
And third problem is I don't know how the ea will know if these flags that were turned true are for three consecutive candles or not -
RE: wait for the candle to closeposted in Questions & Answers
@l-andorrà I am trying to turn a flag true for every current candle that have or had an arrow appeared on it, let say there are 10 candles on question, and all ten candles had the arrows appeared on them but let say 5 of them lost the arrows along the way,
But still all 10 flags needs to be turned true -
RE: wait for the candle to closeposted in Questions & Answers
@l-andorrà
Of course, it doesnt matter if the current candle looses the arrow, as long as the the flag for that candle gets turned "true" -
RE: wait for the candle to closeposted in Questions & Answers
@l-andorrà does this make any sense to you?