Mohsen Khashei
Mohsen Khashei
Mohsen Khashei
Added topic period seperator time
hi Is there a way to get current timeframe period seperator i mean for example i am in 1 hour period i can see some lines on the chart that named " period seperator " i want that time
kamikam samaei
kamikam samaei 2018.04.07
hi
how can i buy the indicator please help
Mohsen Khashei
Added topic How to define a refrence variable ?
Hi I have a question may be so simple but i have problem : I want to access some variable by refrence .  suppose we have a class : class CLayer{ ... } and a class class CNetwork{ private : CLayer *m_layers[]; public : .... void getout( double
Mohsen Khashei
Added topic variables that keep their value between client starts
hi I am working on the indicator that based on the user clicks.every yhing works fine but when the terminal cient closed and restarts again the user clicked data are gone and must do it again. I want to make something like metatrader tools (fibo tool
Mohsen Khashei
Added topic is it possible to return an array from a function ?
and one important question: is it possible to return an array from a function . for example : struct Layer{ ...some stuf... } class CNet{ private : Layer m_layers[]; public : . . //I want a getter function for m_layers const Layer[]& getLayers(
Mohsen Khashei
Added topic oop in mql5
Hi i am trying to write an EA in mql5 but oop dont work  example : ///////////////////////////// ////////////// bpnn.mq5 ///// ///////////////////////////// #include "Network.mqh" CNetwork *bpnnOBJ; int Handle= INVALID_HANDLE ; int OnInit ()
Mohsen Khashei
Added topic c++ vector like array
Hi I'm working on a mql5 program and need arrays like std::vector of c++ for example in my c++ code i have something like this: class Neuron; typedef std::vector<Neuron> Layer; class net{ private : std::vector<Layer> m_layers;
Mohsen Khashei
Published code Bollinger Percent B
This is Bollinger Bands %b indicator for MetaTrader 5.
Mohsen Khashei
Added topic CIndicators* indicators
hi I am new to EA writing using standard library and have some questions: 1. I looked at some code and saw that for creating signals from some indicators they act like this: bool CSampleSignal::InitIndicators(CIndicators* indicators)   {
Mohsen Khashei
Added topic drawing tools
hi I want to make some drawing tool like with two or tree points is it best solution to use an indicator
Mohsen Khashei
Added topic mouse move
hi I want to knowif there is a way to change the color of the candle that mouse is on it. some thing like mouse hover
Mohsen Khashei
Added topic chart event
Hi I wana know that is there a way to get the bar properties of the clicked position on the chart ? I mean i want to click on a position on chart and for example the date of clicked position returned. thanks. 
Mohsen Khashei
Added topic market analiser
how can i write a EA that analize all the market for a special condition
Mohsen Khashei
Added topic datetime addition
hi I wrote an indicator and I need to add some days to my indicator i used this approch: datetime End= D'2012.03.18' ; datetime dt=End+102* PeriodSeconds (); ObjectCreate ( 0 ,names[i], OBJ_VLINE , 0 ,dt, 0 ); in    PERIOD_D1   it
Mohsen Khashei
Registered at MQL5.community