@javaai
Active 10 years, 3 months agosmallcat replied to the topic Voice Chat in the forum General Discussions 10 years, 4 months ago
Skype for SmallcatFx : smallcat21168
smallcat replied to the topic Voice Chat in the forum General Discussions 10 years, 4 months ago
SmallcatFx : smallcat21168
smallcat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
You are right G. Sorry, not tested it before sent my post. Thanks for your indicators

smallcat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Thanks a lot G. Wishing you and your family, all penguins and their families, a Merry Christmas and very happy, healthy and succesful new year 2016 …
smallcat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
No, you’re not:
Anti wrote:
I’m an idiot.I’ve read so many good posts of yours, I’m sure you’re not!
s. [/quote]Agree with simplex … if Anti can understand R good, and he is and idiot, then what about other people that do not understand R ?

@simplex, can we create Dot or Arrow OBJECTs on Chart Window (not at separate win…[Read more]
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
Hi @jaguar1637, I’m trying to add the FFCal_mini to our EA, but I can’t get it to work. I can try only backtesting as there are no news at this time. I copied the code you posted here but keep getting these values from the indi throughout a day full of news: MinToNews = 999999 MinSinceNews = 0 The following condition then causes the EA to stop tra…[Read more]
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Agree:
The one @Lowphat has posted is giving the same signals as my current WIP version. So as long as we’re using iCustom to test why not take that one?
It should be possible to derive a function for direct EA use from only one of our approaches, no matter which one. The logic of the algorithm demands to keep track of current and previous…[Read more]
simplex replied to the topic vol zone and clear combo in the forum Indicator discussion 10 years, 4 months ago
Hey, nice exercise!

But I think it would be better for practical use to have oscillator and histogram in two separate indies … easier to scale independently.
And there’s a bug in the higher timeframe section: your loop is
for (i = limit; i >= 0; i--) {and a few lines after that you have
if (!Interpolate || y == iBarShift(NULL,…[Read more]smallcat replied to the topic Use R in trading in the forum Development 10 years, 4 months ago
Have a wonderful merry Christmas and a happy and successful new year bro Anti ….
Do you mean, we can do statistical analysis just using MQL + R , without other programming language or tools (python or panda as example) ? This is nice … Have a nice holidays too …Edit: you imported “saved MT4 data” into R, does this mean that R has a…[Read more]
smallcat replied to the topic Use R in trading in the forum Development 10 years, 4 months ago
Have a wonderful merry Christmas and a happy and successful new year bro Anti ….
Do you mean, we can do statistical analysis just using MQL + R , without other programming language or tools (python or panda as example) ? This is nice … Have a nice holidays too …simplex replied to the topic Use R in trading in the forum Development 10 years, 4 months ago
Thank you again @Anti for the efforts you’re expending to get us started in R:
Take your time, will wait patiently! During the holiday season, most of us will have several activities outside the forum and outside MT4!
Best,
s.
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
No, you’re not:
I’ve read so many good posts of yours, I’m sure you’re not!

s.
smallcat replied to the topic Use R in trading in the forum Development 10 years, 4 months ago
Thanks a lot @anti for your step by step tutorial .
I have downloaded the R + Rstudio and installed it long time ago, but i was too busy with ideas of great traders @FF about the exit point (levels) and some other good stuffs (including Eurusdd, GG, and some other great ones), so have no enough time to play with this. I have downloaded the MT4 R…[Read more]
smallcat replied to the topic MTH – MTF Histo Tick Volume Indicator in the forum Indicator discussion 10 years, 4 months ago
Thanks a lot brother, will test it soon

This is a great idea Anti … will follow your posts there at other thread …

simplex replied to the topic MTH – MTF Histo Tick Volume Indicator in the forum Indicator discussion 10 years, 4 months ago
Hi Kiads,
Could you possibly provide a link to mladen’s original (mq4 instead of ex4)?
Thanks,
s.
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Thanks for pointing me there:
Interesting discussion, but different topic. They’re mainly talking about changing timeframes or pairs. When changing timeframes, I would expect a static var to be re-initialized. That’s absolutely ok, and it’s not the point in our discussion. There must be a bug in my code. I would assume it’s too simple for…[Read more]
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Thanks for testing:
I would really be surprised if this was repainting (have a look at the code). I have a test running at M1, no repainted bars so far.
Re. strategy tester: I wonder whether strategy tester can cope with static variables
static CLEAR_SAVE _save[];. Maybe this causes the problems. Any ideas anybody?s.
EDIT: now I see the…[Read more]
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Thanks for testing:
I would really be surprised if this was repainting (have a look at the code). I have a test running at M1, no repainted bars so far.
Re. strategy tester: I wonder whether strategy tester can cope with static variables
static CLEAR_SAVE _save[];. Maybe this causes the problems. Any ideas anybody?s.
simplex and
bharath4x are now friends 10 years, 4 months ago
simplex replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
Kiads already answered, and there’s not much to add.
Re. your code: it would be nice if MT4 indicators worked that way! If you want to have different colours on screen, you got to declare one buffer per colour. From the point of view of a software architect, this is suboptimal, trying to use friendly words. A total waste of memory…[Read more]
- Load More