@javaai
Active 10 years, 3 months agosimplex replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 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]smallcat replied to the topic Use R in trading in the forum Development 10 years, 4 months ago
simplex replied to the topic Use R in trading in the forum Development 10 years, 4 months ago
And this one seems to be interesting.
s.
simplex replied to the topic Use R in trading in the forum Development 10 years, 4 months ago
simplex replied to the topic Filtering by Volume in the forum Trading Systems Discussion 10 years, 4 months ago
Thanks and yes:
1 second is possible, but much too ‘nervous’. 5 to 10 seconds seem to be a good choice to indicate where ultra short term momentum goes.
Have to try next week whether resetting the beginning of the time window to zero is a good idea.
s.
smallcat replied to the topic Use R in trading in the forum Development 10 years, 4 months ago
Hello traders, this thread is dedicated to all of you who are interested in the use of the statistical programming language R. This powerful language is quite popular among scientists of different research fields, especially to perform some statistics on their data sets. Nevertheless, there are also some applications R can be used for in trading.…[Read more]
simplex replied to the topic Filtering by Volume in the forum Trading Systems Discussion 10 years, 4 months ago
Hmmm, this is a ‘little bit’ off topic, cluttering my own thread, but I don’t think it makes sense to start a new one for this …
The whole discussion about volume and tick data has placed a nagging bug in my brain … I just had to code it just to show it can be done. Too early to post the indicator, and maybe it’s good for nothing from a…[Read more]
smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
Thanks a lot bro, trying to create one is a good idea …

simplex replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
@smallcat: right place? Well, yes and no!
Yes, because this thread is intended to discuss this kind of questions.
And no, because I don’t have the source code of Gadi_TickVolume_v2.2, so I do not know what’s happening inside. That’s the general problem if you don’t have the mq4 source: you can only guess and in many cases the result will be…[Read more]
simplex replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
@smallcat: right place? Well, yes and no!
Yes, because this thread is intended to discuss this kind of questions.
And no, because I don’t have the source code of Gadi_TickVolume_v2.2, so I do not know what’s happening inside. That’s the general problem if you don’t have the mq4 source: you can only guess and in many cases the result will be…[Read more]
simplex replied to the topic Use R in trading in the forum Development 10 years, 4 months ago
Hi Anti,
I don’t think it’s so important. Practice matters to get started, and your lessons are wonderful to provide an easy start! Background knowledge will grow as time passes by.
smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
@simplex,
I hope this is the right place to ask about TickVolume. I am trying to put Gadi_TickVolume_2.2 on my chart, and trying to call using iCustom. I got no result, and at expert tab i got “unknown subwindow number -1 for object create function” . What can the problem be ?extern string customIndi…
smallcat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Hi G, Does it mean you get only the big ratio ? Lets say > 70% or >80% ? [/quote] Hi @smallcat If I am not mistaken, GG53 is replacing the volume become ((Close-Open)/(High-Low))*volume in the volume oscillator algorithm.. tankhang [/quote]
Ou thanks mate, i have missed understood the word “ratio” … now it is clear.
simplex and
tankhang are now friends 10 years, 4 months agosimplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
simplex replied to the topic Use R in trading in the forum Development 10 years, 4 months ago
Great job, @Anti! I really appreciate your efforts in setting this tutorial up.

Different views on data are interesting. The table representation seems to be similar to what we’re used to from working with relational databases.
What I did not understand yet is why there’s a differentiation between matrices and data frames. Ok, there are…[Read more]
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 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]
smallcat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Hi G,
Does it mean you get only the big ratio ? Lets say > 70% or >80% ?
smallcat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Hello Smallcat, Me too i have very sensible eyes, i will give you something which really works for me. You apply compress of cornflower, i mean you lie on your back, and you put compress of cornflower on your eyes, but you keep your eyes closed, that’s important we just want to treat the external, but what it’s interesting, is after 5 minutes the…[Read more]
smallcat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Thanks a lot mate, and thanks for the code too …

- Load More