lve0200
lve0200
Friends 1
lve0200
Added topic 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
lve0200
Added topic 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
lve0200
Added topic 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
lve0200
Added topic 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
lve0200
Added topic 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
lve0200
Added topic 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
lve0200
Added topic 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
lve0200
Added topic 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
lve0200
Added topic 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
lve0200
Registered at MQL5.community