smallcat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 7 months ago
Attached is new version of the PenguinEA Changes in logic were made based on GG53 ideas in the quoted posts. V. [/quote]
Thanks a lot Vlan
will test it … if it is without trend rule, the result is good … then with trend, it will be really great …. 
smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
Thanks bro, really great information. About hidden buffer, what is it actually? Just define it as an array, but not set is as SetIndexBuffer() at init() function ?
smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
Thanks G & simplex. So if we have some buffers (arrays), and we use IndicatorCounted(), is it better to check for New Bar coming, then we shift the content of the array ? We add a new space to array for storing the new result later. In this case, we are only work with last (current) candle, which will safe CPU load … or ? Unfortunately TVI by o…[Read more]
smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
Yes, sorry for making you confused. I did not write it clearly (on mobile phone it is a little difficult for me, old eyes :) … If i just take the whole Bars, it will be very very big on TF M1, and grows rapidly if a new candle appear, this is not good.
So, I think the max size of the array is the size of LookBackBars (historical) bars, may be…[Read more]
smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
@simplex, yes i have read it. Thanks, it is nice information like :
i = Bars – IndicatorCounted() – 1;
Or limiting bars with :
if (i > LookBackBars – 1)
i = LookBackBars – 1;
But i mean the iMAonArray. The source must be an array, and the results are store in array (sorry not wrote it clearly). The source content will be bigger/more if a neq…[Read more]
smallcat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 7 months ago
Hi mate,
May i know what is the different between _Point and point ? Does _Point calculates the 2/3 digits & 4/5 digits broker ? I mean, may be if it is 3 or 5 digits broker, _Point = point * 10 ?
Thanks
smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
Thanks G & simplex. So if we have some buffers (arrays), and we use IndicatorCounted(), is it better to check for New Bar coming, then we shift the content of the array ? We add a new space to array for storing the new result later. In this case, we are only work with last (current) candle, which will safe CPU load … or ?
Unfortunately TVI…[Read more]smallcat replied to the topic MTH – Star Skull and Smiley Indicator (lite version) in the forum Indicator discussion 10 years, 7 months ago
Hi Brother,.. lol of course you are not wrong.. this FOMC day with highly potential that the fed will change their interest rate.. market will move very volatile, so beware for all of you who use huge leverage account and relative spread, sometime hard SL or trailing stop also not work, and your MT4 platform freeze..lol. Remember when Swiss Franc…[Read more]
smallcat replied to the topic MTH – Star Skull and Smiley Indicator (lite version) in the forum Indicator discussion 10 years, 7 months ago
Hm …
I am afraid she will go to south again , before running to north … ( but i hope i am wrong …)
smallcat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 7 months ago
Hi,
Trying to modify VlanFx ‘s EA . This is quick and dirty (have not so much time, still working on TickVolume, etc) … so try it first on demo, this can have bugs … :(
smallcat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 7 months ago
Hi,
Trying to modify VlanFx ‘s EA . This is quick and dirty (have not so much time, still working on TickVolume, etc) … so try it first on demo, this can have bugs … :(
smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
Thanks for that information G …
That factor 100 will simply transform a simple relation (a-b) / (a + b) for easier reading, that’s all: for a = 4 and b = 1 you will get 60.0 instead of 0.6. Simple scaling for convenience. Your code in general: avoid variable names that say nothing, like buffer1 or buffSix. If you’re using meaningful nam…[Read more]
smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
Hi,
I am trying to create a tickVolume histogram (like GG did : Gadi_TickVolume_2.2 or previous versions). The idea based on chatting with GG last year, and the based code i took from “TVI.mq4” by “profitrader@inbox.ru” . It was a line indicator, not histogram. May be there is a histogram version out there, but i want to try to make it my self, so…[Read more]smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
Hi,
I am trying to create a tickVolume histogram (like GG did : Gadi_TickVolume_2.2 or previous versions). The idea based on chatting with GG last year, and the based code i took from “TVI.mq4” by “profitrader@inbox.ru” . It was a line indicator, not histogram. May be there is a histogram version out there, but i want to try to make it my self, so…[Read more]smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
Hi,
I am trying to create a tickVolume histogram (like GG did : Gadi_TickVolume_2.2 or previous versions). The idea based on chatting with GG last year, and the based code i took from “TVI.mq4” by “profitrader@inbox.ru” . It was a line indicator, not histogram. May be there is a histogram version out there, but i want to try to make it my self, so…[Read more]smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
Hi,
I am trying to create a tickVolume histogram (like GG did : Gadi_TickVolume_2.2 or previous versions). The idea based on chatting with GG last year, and the based code i took from “TVI.mq4” by “profitrader@inbox.ru” . It was a line indicator, not histogram. May be there is a histogram version out there, but i want to try to make it my self, so…[Read more]smallcat replied to the topic Use R in trading in the forum Development 10 years, 7 months ago
smallcat replied to the topic Use R in trading in the forum Development 10 years, 7 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]
smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
Thanks a lot bro, trying to create one is a good idea …

smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 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…
- Load More