And this indicator can be downloaded from....?
Posts made by fxDreema
-
RE: Stop-Loss and Take Profit hidden from the broker.posted in Questions & Answers
For MT4 only, see in "Use virtual stops" in Options->Project options
-
RE: Multiply choice options in an external parameterposted in Questions & Answers
This can be done only in MQL5, but it's nowhere used in fxDreema.
http://www.mql5.com/en/docs/basis/types ... numeration -
RE: Помощ за МА пресичанеposted in Questions & Answers
Once per bar, поставено някъде на отделно като най-горен блок. Когато текущата се затваря, нова се отваря - един и същи момент е.
-
RE: Помощ за МА пресичанеposted in Questions & Answers
Low[0] и Close[0] не са фиксирани, те се променят постоянно докато свещта не се затвори. Знаеш какво е Low на една свещ предполагам - минималната достигната стойност. Е, ако някога свещта е достигнала ниво по-ниско от ниското на предишната свещ, тогава не виждам защо Low[0]<Low[1] да не бъде изпълнено. А не виждам защо да бъде изпълнено веднага, след като Low[1] се предлолага, чe се намира на по-ниско ниво. Close[0]>Close[1] казва, че текущата цена е вечe над Close на предишната свещ.
-
RE: Unable to export .ex4 or.mq4posted in Bug Reports
I can confirm, 063 seems to be broken, but I think I know the reason and I will fix it in minutes. Build 064 will appear. Thanks for the reports.
-
RE: Awesome Oscillatorposted in Questions & Answers
Yes, use Candle 1, 2, 3... or whatever, but not 0. These signals are not "incorrect", they just happened for the current candle, and as you may know the current candle is changing.
-
RE: Unable to export .ex4 or.mq4posted in Bug Reports
When I testing it it's working. Can you tell me, it it working with some simple project, and if so, what block causes that?
-
RE: Custom indicatorposted in Questions & Answers
I the last version I removed "Signals" block, I decided that it's not a good idea to be used.
Custom indicators gives information to the EA. You must know which buffer to use. There is a block named "Levels tester" (I renamed it to Indicator tester" in the last version) that is used to check indicator buffers. Knowing what's in buffers "Condition" block can be used or some of the blocks in "Indicators" category. -
RE: Swing Trade EA using Heikin Ashiposted in Questions & Answers
Trailing stop and BE can be made with pink blocks as well. So I can suggest to recreate these with them and using "Once per trade/order" to control those 3 situations. Or check SL level before modify.
-
RE: Swing Trade EA using Heikin Ashiposted in Questions & Answers
Well, this is your strategy, how can I tell you what to do with it
You know how to use blocks, what can I say. Use trailing stop sometimes, break even in other cases and fractals in other, something like this... if this helps. -
RE: TVI v2posted in Questions & Answers
I renamed it to "Draw Values" and it's on the same place, but I'm unsure about this name (and the previous one), so I'm open for suggestions - how such a block should be named?

-
RE: store 2 or 4 points in the pastposted in Questions & Answers
I can suggest this website for indicators: http://www.best-metatrader-indicators.com/ This website looks very good and all indicators have screenshots. But I think it does not have search.
Otherwise many ammateur indicators can be found in Code Base of mql4.com and mql5.com.
I also know this website where some paid indicators can be found: http://www.truetl.com/ I never used any of them, but again I think that the website looks very good

-
RE: How do I not place the order and wait only to the conditionsposted in Questions & Answers
If the condition is true at the moment when the EA is started, it will pass. If you have some condition that is clearly false, but it passes with it, show me that project.
I can see the last project in yours, and you use Indicator appear with Candle Close [0] inside. Candle Close is always positive value, so from this project you should get one new Buy trade at the beginning.
By the way "Once per tick" is not needed there. You can read it's description

-
RE: store 2 or 4 points in the pastposted in Questions & Answers
I checked this and I think it's correct, but it depends on the current moment.
Let's take this screenshot for example:
http://fxdreema.com/forum/download/file.php?id=304These are Higher Lows. There is a Low between point 1 an point 2 and from the current point of view it can be skipped. But if you look from 17 Mar 08:00 (where the dashed line is) to the past, this point was one of the Higher Lows. A few moments later it is skipped.
But there are many ways to look at these Highs and Lows, especially in other configurations, and I think I can't give single answer to all of them. I tried to cover all the situations - HH, LL, HL, LH - but everytime it depends on the current moment and I think I can't deal with that. I'm leaving this "ZigZag" indicator there and I surrender

Fibonacci parameters can be accessed if it is already drawn. For more than that... I surrender again, sorry. I'm not good with indicators and the program is not capable to do many things with them.
It's better if there is already existing custom indicator that can give you the exact signals that you need. I tried to find an indicator to show HH, LL, LH and HL of ZigZag, but I was not able to find such creature even if there are tens of indicators out there. I don't know why, but maybe there is a reason.