meiti
meiti
I'm a c++/python but mainly c++ programmer and I'm into machine learning and data mining.
I've been programming for fun for almost 6 years now and machine learning got my attention more than 2 year ago.
I'm a self learned and usually like learning on my own but sometime to time I forgot myself and bother the others.

I must say that I don't consider myself professional trader, not even a bit close to that.
I think I'm still new to financial market and still got a lot to learn.

I don't find data mining and machine learning useful for just an automated trading.
Programming and data mining I've done a lot progress in manual trading.

I am open to working on a big automated trading project, I believe that together is always better.
On machine learning I've been mainly focused on deep learning( LSTM, recurrent neural networks, feed forward/backpropagation ( stochastic gradient descent, ADMM ) ), SOM, Hierarchical clustering, k-nearest neighbors and some more what
I didn't get deep into because they didn't seemed as interesting.
meiti
Added topic Currency trading Forex (Ultra deep neural netowrk) Project
Hello everyone! For past 2 years I've been now working on a project an automated currency trader what (should) over perform a human. My project is almost finish, whats left is to code and I need help with it. Soon my internet access and over all
meiti
Added topic Downloading Historic data from MetaQuotes, will timezones get mixed with broker's when they differ?
Hello everyone! Most brokers don't offer rich amount of historic data, mostly they stick with few months of data if we're talking about 5 minute candles. Luckily metatrader offers to download more historic data too see futher into past just by
meiti
Added topic 2 indicators in one indicator window, how is their position calculated/modified so their range matches?
Hello! When you put 2 indicators in same indicator window what value ranges doesn't match then metatrader is making the graph still match. rsi and wpr has the range between 0 to (-)100 what can easily be mapped in graph however momentum has a range
meiti
Added topic Calculating Relative Strenght Index
Hello everyone! I'm trying to calculate rsi in my dll:          double rsi( int period, double *open, double *high, double *low, double *close,   int pos) {
meiti
Added topic Need source code for functions:iMACD, iWPR, iRSI, iMA, iMomentum
Hello everyone! I want to know how functions , names in title, work so I could recode them on my c++ project and calculate them on my costom data from outside of the metatrader. Since metatrader don't allow me to change historic candle data  I
meiti
Added topic Changing candle in history data
Hello everyone! I'm building a training data for my genetic neural networks. What do i do is, go throught entire history data with CopyOpen .. CopyLow then I normalize the change between open[i] - open[i - 1]; I'm also using iCostom and other
meiti
Added topic Getting day candles in incomplete state from history data ( Day candle what hasn't completly formed )
Hello everyone! I want to get a Day candle in the middle of the day from the history data but the thing is that I want it to be unformed. Usually if copy the day candle from history data and the time is yesterday or earlier then we're gonna get the
meiti
Added topic Price floors ( costom support resistance indicator ), anyone have something similar like in this image:
Hello everyone! Does anyone have the indicator what creates those lines like in picture: The color thing is not important, I made them manually. I was hoping to represent lines what are higher than current price, yellow and ones what are lower, blue
meiti
Added topic How to get candle position by time on history data?
Hello everyone! I want to get a CopyRate's start_pos for date's 2008.25.04 day's first candle. How could I do it? Thank you! 
meiti
Added topic Do I need to free dymanic array memory here? ( copyrates )
Hello everyone! I was looking at the function and its example code: https://docs.mql4.com/series/copyrates void OnStart ()   { //---    MqlRates rates[];    ArraySetAsSeries (rates, true );    int copied=
meiti
Added topic Candles timezones, will they be converted on my timezone?
Hello everyone! When I download history data ( using f2 ) from somewhere where candles timezone is different to my or my broker's timezone then will they be converted to my timezone? Do copy* function return the candles time on my timezone? Thanks
meiti
Added topic Forex calendar, how does it work, what it is exaclty?
Hello everyone! Here are forex calendars: http://www.forexfactory.com/calendar.php http://www.admiralmarkets.ee/analytics/forex-calendar Admiralmarkets one is my broker's. First question, should i use my broker's calendar or forex factory one is just
meiti
Added topic Question about CopyClose,CopyHigh,CopyLow...
Hello everyone! I have been working with metatrader for few weeks now and i noticed that it saves the tick data ( bars, asks, bids etc.. ) and  different timeframes are in different category. By that i meant that if you go into past while having
meiti
Added topic OBJ_BITMAP_LABEL BMP's alpha channel don't work
Hello everyone! I wanted to try something new today. I tried to render BMP image to chart, which worked fine yet when i try 32bit bmp with alpha channel the image won't appear transparent. I double checked my bmp with hex editor and it has alpha
meiti
Added topic Best way to check if stoploss/takeprofit has been edited by user
Hello guys! I am placing lines everytime user places order. 1 line marks order price, other one stop loss and then take profit , I want to hook stoploss/takeprofit modification in order to update those lines. I'm wondering, does anyone know any fast
meiti
Added topic Importing function from dll problems.
Hello guys, I'm not quite sure what am i doing wrong yet i have spend about 4 hours on this problem and somehow i just don't know the mistake.   dll:  #define MTpublic __declspec(dllexport) using namespace std;  void MTpublic
meiti
Registered at MQL5.community