adinchi
adinchi
Friends

Add friends via their profile or user search and you will be able to see if they are online

adinchi
Added topic how to get trade sygnal from Heiken Ashi indicator
Hi Colleagues, could someone help me here, please.   Heiken Ashi indicator has 4 buffers, that are initialized as to  DRAW_HISTOGRAM. first of all I do not understand   how  this happens in  chart_window ?   normally I
adinchi
Added topic load of several indicators
Hi colleagues, Does anybody knows what function to use to load couple of indicators on a chart. I want to write a script to load some indicators. the problem is that - if I load a TEMPLATE it will clear all objects on the chart and I do not want to
adinchi
Added topic error with SymbolInfoDouble()
Hi Colleagues, could someone help me here, please. why do I get error on this code -I call the following code in init() function: Print("--------- SYMBOL_TRADE_TICK_SIZE = ", SymbolInfoDouble(Symbol(),SYMBOL_TRADE_TICK_SIZE) ); and get
adinchi
Added topic account for mt4
I can not login for mt4 forum  with my mt5 account. do I need a different account ? regards! 
adinchi
Added topic Bollinger Bands %B
Hi colleagues, there is an indicator called   Bollinger Bands %B . Maybe I should be ashamed by myself, but I could not find it  in the code-base...  Does anybody could help me with a link or something ?  thank's  and
adinchi
Added topic several indicators combined in one
hi colleagues, is it possible to combine several conventional indicators in one? What I want is to make calculations based on 3 or 4 conventional indicators, and the result is a new indicator and I would like to see only him. Theoretically  it
adinchi
Added topic Indicators in same window
hi colleagues, is it possible to make mt5 Tester (when in visualization mode )   to draw indicators , that are used for EA calculations , not in different "indicator windows" but in same ? For example if two iRSI() indicators are used - it will
adinchi
Added topic confussion with Magic number
Hi colleagues I got confused with the purpose of magic number when make order. I wanted to open two orders at certain time - one of them with little (close to market)   take profit and the other   with much larger. here is sammple code
adinchi
Registered at MQL5.community
adinchi
Added topic useful tool
Hi guys, does anyone knows about a tool in MT4 form measuring percentage change in price? I have seen in other platforms such tool . one example -> when it is active you just place an arrow on the chart with two points and an additional text is
adinchi
Added topic backtest with more than one instrument
Hi boys and girls, I am trying to back test a hedge EA - it is simple - I assume that there is a correlation between two given instruments and when it is broken I enter two opposed positions and wait for correlation to be restored and take profit
adinchi
Added topic two EA simultaneous
Hi boys and girls, I am not sure, but it seems that if I start two EA on different charts, then one of them is not working, only the one in the active chart is working. I left them to work online for two days and I have got messages from the first
adinchi
Added topic too many calculations. I need MT4 to "give me"more time to calculate
hi there, I am not 100% sure, but I think when inside of an EA or Indicator there are too many calculations i.e. too many FOR cycles with double multiplication and division inside them - and it looks like the EA is runing out of time - calculations