smallcat replied to the topic Filtering by Volume in the forum Trading Systems Discussion 10 years, 7 months ago
Never test it, but just got a small function that can be converted to mql4 i think : http://www.financial-hacker.com/trend-delusion-or-reality/
<pre style=”box-sizing: inherit; font-size: 13px; font-family: Inconsolata, monospace; border: 1px solid #d1d1d1; line-height: 15px; margin-top: 0px; margin-bottom: 1.75em; max-width: 100%; overflow: auto;…
smallcat replied to the topic Deep Q Forex: Basic Discussion in the forum
Deep Q forex 10 years, 7 months agoThis is interesting. Some kind of nnea neural network that can be used as a pr3dictor ?
smallcat joined the group
Deep Q forex 10 years, 7 months agosmallcat replied to the topic Volume Zone Oscillator: Discussion in the forum Indicator discussion 10 years, 7 months ago
Happy New Year to all of you, the penguins …
This is nice discussion. I tried to implement the code based on Anti’s idea at other thread :if ((high – low) != 0) { res = (MathAbs(close-open)/(high-low) ) * Vol }
else { res = Vol }I am not sure, it is a right approach or not. And i do not so clear about the code above : if(Close < Close) , …[Read more]
smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
Hi Simplex, how can you define the Pre >> Code format, so we can see the bracket in the post ? This is a good idea. Using BlockQuote can not show the brackets of our source code in the post.
Thanks
smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
Hi,
Any body have idea about the logic of creating MTF indicator ? Normally i create a main indicator, and i call it using iCustom (so i need to create 2 indicators in this case). By this way, i can create a MTF indicator set the TF from M1 to MN1 , and i can call the main indicator from other TF (lets say on TF M1, M5, … MN1 chart). The result…[Read more]smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
Hi,
Any body have idea about the logic of creating MTF indicator ? Normally i create a main indicator, and i call it using iCustom (so i need to create 2 indicators in this case). By this way, i can create a MTF indicator set the TF from M1 to MN1 , and i can call the main indicator from other TF (lets say on TF M1, M5, … MN1 chart). The result…[Read more]smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
Hi,
Any body have idea about the logic of creating MTF indicator ? Normally i create a main indicator, and i call it using iCustom (so i need to create 2 indicators in this case). By this way, i can create a MTF indicator set the TF from M1 to MN1 , and i can call the main indicator from other TF (lets say on TF M1, M5, … MN1 chart). The result…[Read more]smallcat replied to the topic Voice Chat in the forum General Discussions 10 years, 7 months ago
Skype for SmallcatFx : smallcat21168
smallcat replied to the topic Voice Chat in the forum General Discussions 10 years, 7 months ago
SmallcatFx : smallcat21168
smallcat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 7 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, 7 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, 7 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, 7 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]
smallcat replied to the topic Use R in trading in the forum Development 10 years, 7 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, 7 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 …smallcat replied to the topic Use R in trading in the forum Development 10 years, 7 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, 7 months ago
Thanks a lot brother, will test it soon

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

smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 7 months ago
Thanks Lowphat, will test it. About your test result comparison, may i know it was on whice pair, time frame and begin to end time period of testing ? May be the result i got because of my bad historical data preparation? I download tick data from dukascopy using tickstory, convert it to HST format with gmt shift 0 or +2 (helsinki time) for my 2…[Read more]
smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
- Load More