Thank you. now it's working .
Latest posts made by sokphal
-
RE: Find the distance in Candles from Last close candle to the current candle.posted in Questions & Answers
-
Find the distance in Candles from Last close candle to the current candle.posted in Questions & Answers
Hello guys, I would like to build a condition that, if the last trade close was a long position, then there won’t be another long position in the next 10 candles (constant int = 10) and vice versa for the short position.
The condition will prevent the EA to execute overtrade for each position when the price hits stop loss.
I am trying to find in the forum and do it myself but I can't find what I am looking for.Please help.
-
RE: How can I find the last highest or lowest close price value of last x bar?posted in Questions & Answers
I have tried that, but it shows only the highest price. not the highest close price.
-
How can I find the last highest or lowest close price value of last x bar?posted in Questions & Answers
Looking for the last highest or lowest close price value of the last x bar. not the highest or the lowest of the bar.
-
I would like to move stoploss to moving average.posted in Questions & Answers
moving stop loss when the moving average is greater than the open price for long position and vice versa for short position. I don't know how. I have tried but It didn't work. Please help.