YESTERDAY HIGH AND LOW CUSTOME INDICATOR
-
I WANT MY EA TO BUY WHEN PRICE CLOSES ABOVE YESTERDAY LOW CUSTOME INDICATOR AND ALSO OPPOSITE FOR SELL BUT NO BUY OR SELL TRADE ANY HELP TO MODIFY IT WILL BE APPRICIATED
https://fxdreema.com/shared/xsdsn5kdc -
@lekan4forex Do these buffers contain the relevent price levels? Put them in a comment to check there correct. Also you can get yesterdays high/low in standard FXDreema blocks.
-
@jstap I dont understand your questions can you please help me out
also when i use any custom indicators they dont work out any help please -
@lekan4forex That's why I said put the buffers into a comment block, pass block above->comment block below, then on backtest you can see what is contained in buffers, if it is just yesterdays high/low, condition block with market properties >x or <X candle ID1 day time frame high or low.
-
why not use the daily candle itself instead of an indicator?
modify variables block.
var1 = candle 1 high, daily.
var2 = candle 2, low, daily. -
@jstap I don't Know more about it can you explain more
-
@lekan4forex start by using a comment block to display the high and low of yesterday. That is a very easy task.