Yesterday Price average
-
Hi, i want an indicator that does the following:
Yesterday low+yesterday close/2And then draws a line for the calculated price from the beginning of the day.
How can i do/calculate in fxdreema? -
Do you need the line for visual reasons only? You can get the same information with the price level only and that would be less complicated.
-
I want to build a strategy that uses yestrday close+low. Then divide them by 2. Then at the beginning of the day, short/sell to the calculated price.
Exp, yesterday close=5
Yesterday low= 4
5+4=9
Then: 9/2=4.5
EA opens short/sell at 4.5 the of today. -
@aminmirzaaghaei In that case you can use several 'Formula' blocks connected one after the other doing exactly those calcuations. You will need a variable to store the intermediate and final results.