you need ask somebody to modify this indicator for plotting arrows into buffers, now they are created as objects and it is not best for EA ... otherwise it can be hard to work with this indicator
Posts made by miro1360
-
RE: plz help me make EA,thx very!!posted in Questions & Answers
-
RE: The perfect hammer candleposted in Questions & Answers
now we know this:
- body size is in 15-30% of whole candle size
- upper wick is more than 10pips
- lower wick must be fewer than 10% length of upper wick
- take only candle which total size is more than 10pips
I think we need here last comparison and it is body size to upper wick size, how much is min and max % body size of upper wick size?
-
RE: The perfect hammer candleposted in Questions & Answers
super .... and what si position of this body related to whole candle?
-
RE: The perfect hammer candleposted in Questions & Answers
sure I make it, but are you knowing about more conditions or specifications/limits for this "perfect" hammer? because we want only nice hammers in result and these needs be specified

-
RE: The perfect hammer candleposted in Questions & Answers
take this as standard bullish candle example:

now we need to do math, how are these candle parts aligned with some tolerances ...
lets say, "nice hammer" must have:
(a > 7%L) && (a < 30%L) >>> body size is in 7-30% of whole candle sizenext:
(a < 10%c) >>> upper wick must be fewer than 10% length of lower wick c (this align body upper mid candle)next can be:
(L > 10pips) >>> take only candlew which size is more than 10pips.... etc. ...
and when you define these limits or tolerances, than you can create conditions for nice hammer

-
RE: Question about writing indicator valuesposted in Questions & Answers
label in these rows must be filled, you have label in row 1 and 2 ok, but label in row 3 and 4 is not filled, and when it is empty, it is not sent ...

-
RE: The perfect hammer candleposted in Questions & Answers
yes, because the code which I provided is not complete for "perfect" hammer .... when you specify here (with picture) how it looks like and when we set math conditions (as % for each part of this candle) than we are able create something better

-
RE: Create custom block?posted in Questions & Answers
send here please example with lower amount of blocks where it is not working (which shows your issue) because when is here a lot of blocks, I have not enough time to study all where can be problem

-
RE: The perfect hammer candleposted in Questions & Answers
variables Open Close High Low you can also rename for something else, like Open1 Close1 High1 Low1, but it is not must, it was testing as example shows and was working ...
-
RE: The perfect hammer candleposted in Questions & Answers
was not easy find your bug, but I found it
...

-
RE: Max 3 trades at a time and how to make an order between two valuesposted in Questions & Answers
for first use this block, and connect it before buy/sell block, or somewhere on top of blocks ..

and second you can use something like this:

or instead of Indicator moves within limits you can use two condition blocks in this connection:

-
RE: Create custom block?posted in Questions & Answers
I have not good understood your question ....
-
RE: Create custom block?posted in Questions & Answers
I mean as input try it while testing ...
Pips_To_Trade_Second = 20 --- is possitive
Pips_To_Trade_Second = -20 --- is negative (opposite direction) -
RE: Create custom block?posted in Questions & Answers
with pink block use Dark pink block before ... because it select trade and than you can work with selected trade ...

... and for opposite direction (trade in loss) give Pips_To_Trade_Second as negative value ...




