@cpxiom Thank you, indeed that works!
Best posts made by TNS
-
RE: FX dreema not reading custom indicatorposted in Questions & Answers
Latest posts made by TNS
-
RE: How to open multiple "buy now" tradesposted in Questions & Answers
ok i just found it, thanks again!
-
RE: How to open multiple "buy now" tradesposted in Questions & Answers
@ambrogio thank you! Which loop block are you using in the screenshot?
-
How to open multiple "buy now" tradesposted in Questions & Answers
Hello,
if instead of opening 1 "buy now" trade of 1 lot, i want to open 10 "buy now" trades of 0,1 lots each, is there a way to do it without adding 10 separate "buy now" blocks? I see that there is the block "buy pending orders in grid" but i am not looking for pending orders, i want direct market execution so similar to the "buy now" block.
Thank you in advance!
-
RE: Condition NOT BETWEENposted in Questions & Answers
@ambrogio Indeed you are right, I was confused trying to find how to include everything in one block but I did not think I could use two separate blocks. Thank you!
-
RE: Condition NOT BETWEENposted in Questions & Answers
Or alternatively it could be if Buffer#red is below buffer#black OR above buffer#blue.
I have not seen any condition that includes 'OR' or 'BETWEEN'...
-
Condition NOT BETWEENposted in Questions & Answers
Hello,
for the screenshot below, how could I enter the following condition in fxdreema:
If Buffer#red is not BETWEEN Buffer#Black and Buffer#Blue, then take a trade.

Thanks!
-
RE: Cannot read color bars histogram in custom indicatorsposted in Questions & Answers
@fabien-s Thank you, that works!
-
RE: Cannot read color bars histogram in custom indicatorsposted in Questions & Answers
@tns This is how the indicator looks on the chart:

-
Cannot read color bars histogram in custom indicatorsposted in Questions & Answers
Hello, I am trying to read the color bars of the histogram in some custom indicators I have. For example, for the following custom indicator:
0_1579787260376_HAWKEYE_VOLUME_modif2.mq4
I want the EA to place a buy order when the bar in the histogram is green. This is what i have done:

For some reason, nothing happens. I also tried to do the following:
Effort 1:

Effort 2:

Effort 3:

Effort 4:

Again no trade takes place.
I tried the same things with another indicator and still the same problem.
Why the EA cannot read the green bar? Any ideas?
Thank you
-
RE: SL and trailing SL in the middle of the candlestickposted in Questions & Answers
@trader-philipps Thank you, this is a good workaround but I do not think it provides a solution to what i want to do.
The problem I see with NOT using the block 'Trailing SL' and instead using the blocks: 'Pips away from SL' --> 'Modify Stops' is that it will modify the SL not only as a trailing SL that follows the price upwards, but it will also follow the price downwards...Also it does not have the 'trailing start' option that the 'Trailing SL' has.
This is why i would like to stick to the initial EA that I shared but I do not understand why the SL does not activate at the right timing. Maybe @fxDreema can explain?