simplex replied to the topic Filtering by Volume in the forum Trading Systems Discussion 10 years, 7 months ago
I’d like to come back to this source posted. AFAIK, we do not have a version based on a single function for EA integration yet. I have two different versions of such a function now, following different algorithmic approaches to model the mathematical nature of the IIR smoothing with sufficient precision.
If we want…[Read more]
Anti replied to the topic Trading made REALLY Simple in the forum Development 10 years, 7 months ago
@tankhang: Thank you – I’m an idiot. Now I see it – delta are the weights …
Anti replied to the topic Trading made REALLY Simple in the forum Development 10 years, 7 months ago
@tankhang: Thank you – I’m an idiot. Now I see it – delta are the weights … Nevertheless, why is 2 the enumerator and not 1?
VlanFx replied to the topic Trading made REALLY Simple in the forum Development 10 years, 7 months ago
I don’t have it as a separate indicator at the moment. I just compared the ea’s behavior to indicator posted by @tankhang
V.
simplex replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 10 years, 7 months ago
This indicator keep on ‘shouting’.. I guess that is the problem..
Not really – this is caused by the bug, but it’s not the reason for the bug.
all the loops seem odd.
I don’t think so!
prev_calculated == 0 still seems strange.
No, this
ifis intended to perform calculations that only should run when loading the indicator, and…[Read more]simplex replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 10 years, 7 months ago
This indicator keep on ‘shouting’.. I guess that is the problem..
Not really – this is caused by the bug, but it’s not the reason for the bug.
all the loops seem odd.
I don’t think so!
prev_calculated == 0 still seems strange.
No, this if is intended to perform calculations that only should run when loading the indicator, and…[Read more]
gg53 replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
Use IndicatorCounted() function in order to calculate only relevant bars. It’s fast and easy on the CPU.
G.
simplex replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
@tankhang: great, good luck!
s.
simplex replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
Hi guys!
A short advice for all unexperienced coders. When writing an indicator, you usually want to achieve 2 basic goals, no matter which calculation the indicator will perform:
When loading initially, the indicator should calculate and display its values for a certain number of bars or for all bars on chart, if possible.
After that, the…[Read more]simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 7 months ago
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 7 months ago
@tankhang: Good job!
@LittleCaro is right: the indicator does not update at latest bars, unless reloaded manually.
@tankhang: if you prefer to care for this issue yourself, just go ahead. You’ll learn to code by practicing and debugging your own code, and that’s what you’re doing – I appreciate that!
If you’d like to receive some coaching…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 7 months ago
Yes, Gadi_TickVolume (or its more updated versions) can point the trend IN THE CURRENT TF, when it’s above or below “0”.
But when trading, a lower TF can show down trend while in higher TF its just a pullback.
So the question remains: what is the RELEVANT trend?
G.
Gpego replied to the topic Trading made REALLY Simple in the forum Development 10 years, 7 months ago
Hi all and thank you very much @tankhang.
Trend can be find out with tick Volume, right??
Anti replied to the topic Trading made REALLY Simple in the forum Development 10 years, 7 months ago
@tankhang: Great work! Many thanks for it. Will have depper look on it tomorrow! First impression is great.
simplex replied to the topic Filtering by Volume in the forum Trading Systems Discussion 10 years, 8 months ago