Forum

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 know how to draw histogram on separate window... where the buffer simply needs some

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. it will be convenient if it is possible to write a

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 compiling error: 'SYMBOL_TRADE_TICK_SIZE' - variable not defined

account for mt4

I can not login for mt4 forum with my mt5 account. do I need a different account ? regards

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 best regards

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 is possible to make all the necessary calculations

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 be more convenient if they are in same window - they

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: trReq.magic= MAGIC; trReq.volume= Lots;

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 displayed showing the price change in %. I have also

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. The problem, however is that I can't (so far) to