Forum

MT4 Android build 1231

Hi, is there a special place/forum for Android builds? Release notes, bugs, etc. Since build 1231 and the version b4, I'm getting an Android UI crash every time I start the APP. Furthermore, it is impossible closing the app from foreground. On Android Levono TB-X304F, Android 8.1.0 RGDS hk

ZigZag Deviation W/out effect?

Hi, sorry for the beginners question. I am puzzeled w/ the Zigzag input parameter Deviation. On [DAX30] 2 digits POINTS = 0.01 any Deviation value between 5 or 5000 does not change anything?? Looking at the code, it seems to be an absolute point value and not as mentioned in many place a percentage

Stuck in tester 4 different time frames

Dears, I'm sorry, I read around and searched, but I'm stuck in the tester. I understand it should work, but it doesn't :( I run (tester) an EA on a 1H chart and I try to get values from iMomentum for the 15M period. The function always returns 0. For the live of me, I can't find out, why

Order Select, stupid little nifty question

Hi all, given 5 closed orders in HISTRORY. means OrdersHistoryTotal(); returns 5. Now Order select by index and SELECT_BY_POS,MODE_HISTORY MODE_HISTORY seems to depend on Terminal TAB settings of History, e.g. time period, but also others?? Question: How does index in Order_Select now adress these

MLQ4: bit operation in enums

Hi, sorry for the "low level" non obj programming, just an old style C code... I want to screen through an enum int bit by bit. Here the relevant code: enum Result_types { NOTHING = 0 , Short_rev = 1 , // Open Long, Close Short Long_rev = 2 , // Open Short, Close Long

MLQ4: Event handling in called Indicator (iCustom())

Hi, if I call an indicator in my EA Tick_by_Tick using iCustom() , what Indicator -events will be triggered Tick_by_Tick, in other words, will the indicator On_Init Event fire every time when I call from the EA, or will the Indicator do the On_Init once and subsequently execute only the On_Calculate

Question on Events during OrderSend()

Dears, If I call OrderSend (..) will the order only be queued, or does the function return only upon (un-) successful Order-execution? Is there any possibility that "onTick() Events" will arrive, while the SendOrder execution is running, e.g. if the order is only queued, Tick Events could arrive

MLQ4: Visualization of iCustom called indicators

Hi all, If I use iCustom(..) to use data from a custom indicator in my EA, the called indicator is not shown in the chart window (although loaded and executing OK). The question is: If I load the indicator a second time into the chart for visualization, using the user interface, will the indicator

call BUILT IN! trailing stop from EA in MT4; not writing a new 1

Dears, there are many articles concerning newly built EA trailing stop classes, but 4me the MTx built in function would do! Is there any way for an EA (calling to internal .dlls etc) to call the INTERNAL trailing stop as the user would do with the mouse on the terminal screen? Best REgards Hans