Forum

Input box (Win32)

I've been searching around the net to find a definition for input box (just like MessageBoxA is defined in WinUser32.mqh). Does anyone know how input box can be called using DLL references or any other means? Thanks in advance

MQL4 wrapper/framework

Hi, Is there any framework/wrapper library for MQL4 to make life easier? I havent really been searching around much, but so far I havent seen any. In case there is no such thing, would anyone be interested to create one? For instance, a piece of framework library code for Bars could be like this

Detect indicators in a graph

Hi all, Need to detect indicators and their input parameters on a graph by using a script. Anyone has ideas? Is it even possible? Thanks in advance

Converting price to pips

Hi all. Given price (as in OrderProfit () ), how can i convert it into pips/points? Thanks in advance

MODE_SMMA does not work on iMAOnArray

Hi guys, Im a newbie here, so cheers everyone! I've been trying to figure out what's wrong with code that uses iMAOnArray () function for a couple of days now. When I set mode to MODE_SMMA, it calculates SMA instead. :) The piece of code that give me trouble is given below: //In GLOBAL SECTION

Callback functions for MQL4

Hi, Im still a newbie though. Maybe i still havent discovered smth yet, bu I was wondering MQL has callback functions for whatever events are happening. The similar way you have a start() or init(), having functions like on_order_close() or on_new_period_start() would be nice. Event driven