Try:
set attributes to price for comparison.
Moreover there is a block for price x> indicator, that means price cross over something, which you can use for your purpose more directly.
Posts made by sktsec
-
RE: Algo trading on manually drawn support and resistance levelsposted in Questions & Answers
-
RE: candle parameter repeats same sub parameter ?posted in Bug Reports
Isn't a weighted price is still some kind average price?
-
RE: candle parameter repeats same sub parameter ?posted in Bug Reports
@ZakTrading
Some believe Close price is quite important and it deserves such weighting -
RE: Read data from google Sheet ?posted in Questions & Answers
To make MQL4/MQL5 communicate with mysql would make your work even more difficult.
-
RE: Why can't I open the expert properties in MT4?posted in Questions & Answers
Error in Block 22 as you have accidentally give a tick to the "lots" item.
-
RE: Rex indicator buffers???posted in Questions & Answers
@joemarkey6
I am afraid the only reason why the buffer not showing up in the condition block is because you have not set the buffer for the indicator in the import indicator session. -
RE: How do i make an EA to work the next day?posted in Questions & Answers
@Ideal Use a variable with the block Once a Day to record daily balance. Use a condition block to check the balance. Whenever it become true, close all trades and disable the abovemost block in the trading logic
-
RE: Why can't I open the expert properties in MT4?posted in Questions & Answers
In most cases, an indicator in the EA doesn't work
-
RE: How do i make an EA to work the next day?posted in Questions & Answers
@Ideal
So you just need to change the condition of stop trading -
RE: NOT WORKINGposted in Bug Reports
Left side Candle 1. Right side you have Candle 0. Is that you really want?
-
RE: Trendline move forward in time.posted in Questions & Answers
@justin15012
Is it a indicator? Is the line an object or a buffer? Does it repaint? -
RE: Buying at lower priceposted in Questions & Answers
@EA613
I think you should first know yourself the condition you would enter the market. Pending order is good provided you also have clear idea when it would be deleted, whenever necessary -
RE: Builder pageposted in Bug Reports
Any error message? No response? Are you using Chrome? Can you screen capture?
-
RE: are experiencing the same?posted in Questions & Answers
Seems no problem for me. Is your project very big?
-
RE: How do I use several buffers at the same time?posted in Questions & Answers
@clubdio
Your indicator repaints not only the current open bar. It erases all previously signals that doesn't fit the trends!