@l-andorrà hate to bother you again , but is it possible to Buy block if no order with a particular comment exists ?
like this:

Posts made by Zackry
-
RE: Check id a trade with certain comment exists ?posted in Questions & Answers
-
RE: Check id a trade with certain comment exists ?posted in Questions & Answers
@l-andorrà thanks man , i wasnt actually sure , because afik the for each trade block runs a for loop and i wasnt sure if the next block can actually get in on that for loop
thanks -
Check id a trade with certain comment exists ?posted in Questions & Answers
is there any way to check if there is any trade currently open with a certain comment ?
-
RE: Get name of the horizontal lineposted in Questions & Answers
@roar funny story , you might not believe me but i was just looking into the arrays myself , and yeah you are absolutely right array would be a better option to do it
-
RE: Get name of the horizontal lineposted in Questions & Answers
@roar @miro1360 @fxdreema-1 can you guys please help
-
Get name of the horizontal lineposted in Questions & Answers
Hello everyone
i am trying to make sort of a delayed stoploss , the main idea is to place a trade with a stoploss , and then the ea will automatically remove the stoploss and place a line where the stoploss was, and when the price is <= the line for a certain amount of time then close that trade.
there are 2 parts of the ea ,
1: first part detects the sl and places a horizontal line on the sl price and then remove the sl , while keeping the horizontal line on the chart, and the ticket number of the trade is used as name of the horizontal line to identify which horizontal line is associated to which trade on the chart.2: second part where the ea detects which line has been crossed and get the name of that line , (this name will be used to close the trade with which has the same ticket number as the name of the horizontal line )
closing and counting time delay isnt a big problem ,but i cant figure out how to start with the second part of the ea i-e how to detect which line has been breached and get the name of that line
here is my sample project https://fxdreema.com/shared/g7DbBmeJc
i will highly appreciate if someone can help me in figuring out how to do the second part
thanks -
RE: Fibonacci level option isnt workingposted in Questions & Answers
@roar my friend you are my hero

-
Fibonacci level option isnt workingposted in Questions & Answers
Hi everyone i am trying to get the fib level price values but it isnt working and the comment block is giving the some long value which seems off

i tried all three option of the fib in object on chart option but nothing seems to be working

Here is the project : https://fxdreema.com/shared/9pufkFPYc
i will highly appreciate your input
thanks -
RE: getting the candle id for previous day high and lowposted in Questions & Answers
@miro1360 amazing just amazing!!!!!
no amount of words can express my appreciation and gratitude , you are an absolute gem , all i can say is thank you miro , THANK YOU! -
RE: getting the candle id for previous day high and lowposted in Questions & Answers
@miro1360 Whats your opinion on the ArrayMaximum() function ?
if i understood it correctly , this function it returns the index of the highest array value ? if i store the all the values of indicator during the specified period of time (previous day in this case) and then use the index of the highest value as the candle id ? do you think it could work ? -
RE: getting the candle id for previous day high and lowposted in Questions & Answers
@miro1360 well loops on their own are not a problem i have finally got a grasp on the loops a little bit , but how can we restrict the loop to run between a specific period ?
i mean how to make the loops avoid all of "today's candles" and only take all of yesterdays candles into consideration

-
RE: getting the candle id for previous day high and lowposted in Questions & Answers
@miro1360 another question please ...... what would be the best way to get the candle id where an indicator had made the highest point during a day ?
-
RE: getting the candle id for previous day high and lowposted in Questions & Answers
@miro1360 i cant believe i never noticed it before ......thanks miro
-
RE: How I can Do that In Fxdreema Double RSI In The Same Box ?posted in Questions & Answers
@moon it wont work with traditional methods , but there is a way around it , use different blocks to track each rsi indicator individually
and save their values in to the variables (save rsi value for Candle 1 and Candle 2) this way compare the values of the variables to see if one rsi has crossed the other or not , -
getting the candle id for previous day high and lowposted in Questions & Answers
hello everyone
can somebody please suggest a way to get the candle id of the previous day high and low (not the price , but the candle id)?for example take the a look at the image below , the timeframe is m15 , and i want to get the candle id of the candles that are the highest and lowest during that day

-
RE: Wicks of candlesposted in Questions & Answers
@biztet not exactly , its way too simple to act as reversal on their own , as i said its a small cog