Posts made by ambrogio
-
RE: Bug in ZIGZAG indicatorposted in Bug Reports
@l-andorrĂ It's a pure coincidence with the value of the new leg that is forming. If you slow down the visual backtest you can see it.

-
RE: Bug in ZIGZAG indicatorposted in Bug Reports
Nothing strange in my opinion, because zig-zag high 0 and low 0 give us the value of the last LEG , not the corner between two leg. When a new leg appears the value changes.


-
RE: Heiken Ashi High Lowposted in Questions & Answers
@felix2828 yes, you can get a doji HH like normal candle. There is no block that allows to recognize directly these candles, but you can do it with some condition/formula blocks. Eg.: wick size, difference between open-close must be less than x pips eccc..
-
RE: Heiken Ashi High Lowposted in Questions & Answers
@felix2828 Sorry, forgive me, but I'm noticing that each time you are putting together new and old rules, please start with one rule at a time. What is your main rule? Please put a couple of blocks together and then we add more.
-
RE: Heiken Ashi High Lowposted in Questions & Answers
@felix2828 i suggest you to use a flag when DI+ and DI- crossing, then you can verify other conditions.
-
RE: Heiken Ashi opens both buy and sell at same timeposted in Questions & Answers
@felix2828 yes, you can use some condition block. Remember when you use candle ID0 the only data we know is the open price of that candle, nothing else.
-
RE: Heiken Ashi High Lowposted in Questions & Answers
@felix2828 remember that "buy now" and "sell now" are opened at the current market price (ask or bid). If you want opens orders on high/low of HH candles you should use some more condition or by place pending orders.
-
RE: Heiken Ashi High Lowposted in Questions & Answers
@felix2828 you can do this by a formula block that allows you to get the high or low of the previous candle, then you use that value

-
RE: Heiken Ashi opens both buy and sell at same timeposted in Questions & Answers
@felix2828 this happens because you are using "indicator appears" block with the same candle type condition, doesn't matter high or low, this kind of block not ideal to get value of top and bottom.

-
RE: macd histogram from red to greenposted in Questions & Answers
@p3ym4n the @Morpheus_0 's solution should working since in standard MACD the main line is the same of histogram


-
RE: Why does EA not apply offset properly???posted in Questions & Answers
@James-d in the "grid pending order" the offset value (from the current price) is added to the grid space value. So put the offset to 0 .
-
RE: SL and TP in Points for Volatility 75 (1s)posted in Tutorials by Users
oh.... my bad, this is boom & crash not Volatility75......I think you won't be able to intercept the spike, these candles aren't really candle, but gaps instead. You can try with RSI 1 , but i don't optimistic.
-
RE: SL and TP in Points for Volatility 75 (1s)posted in Tutorials by Users
@Jeymyc move "once per bar" between "condition" and "buy now" block.
-
RE: SL and TP in Points for Volatility 75 (1s)posted in Tutorials by Users
@Jeymyc hello, i see your entry rules are based on RSI cross, does'nt matter the color of candle. But i see also you are requesting the cross on candle ID 0, in this case i suggest you to change applied price from "close price" to "open price"

-
RE: can anyone tell me why my EA not working?posted in Questions & Answers
@mojapi so the condition for Chikou span should be on candle ID 26
-
RE: can anyone tell me why my EA not working?posted in Questions & Answers
@mojapi Take a look at Chikou Span because the line is always beyond the number of candles set in the Kijun-sen indicator inputs.
