sh*t
, i need to buy fxdreema then, thanks for help, i watch some video on your yt cool stuff
There is no way to create an array that counts the maximum and minimum values ​​without making 2 variable for each one, right?
if I have 50 maximums and 50 minimums I will have to create 200 variables, 50 for the price of the maximums, 50 for the time of the maximums and also for the minimums, right?
Posts made by SveiZer
-
RE: how to get candle time and priceposted in Questions & Answers
-
RE: how to get candle time and priceposted in Questions & Answers
by time I mean the exact time of Low2 and then possibly recall the exact candle later
I have a question, do I have to create a variable for every time a minimum is formed?
ex: condition met -> get candle low2 and time by variables -> condition met 2 -> get candle low2 and time by other variables ? -
how to get candle time and priceposted in Questions & Answers
hi, i have this custom condition ( if Low[2] <= Low[1] && Low[2] <= Low[3] )
how can i get time and high price level for the Low[2] candle and for memorize that time and price data what can i do? -
hello I'm new on fxdreema, I would like to make a simple indicatorposted in Questions & Answers
hello I'm new on fxdreema, I would like to make a simple indicator that makes it easier for me to read the price in trend, essentially I want my highs and lows to be formed by three candles in which the central one must have a low lower than the others to be evaluated as a low and, vice versa, with a high higher than the adjacent ones if it is a valid high, I'll put a graphic example below I have already done the method to correctly identify highs and lows but I would need them to be alternated, that is, if I have a high it will not create any other highs until it finds a low and so on, if there are multiple consecutive highs then it will calculate the highest as the main and only one, while if there are multiple consecutive lows it will calculate the lowest as the relevant and only one
https: //ww w.tradingv iew.c om/x/dRw WQIPT/ (sorry for the strange link i can't post image or link)