Falcon23 / Publications
Forum
Market execution in mql4
hi there i wanted to know how can i handle market execution using mql4 for eg i have an order open with 0.1 lot and i want to execute the order with 0.05 how can i do that with mql4 code. thanks
how to get user mac address using mql4
Hi there i wanted to know how can i get the users pc mac address
Override buttons of chart
Hi there how can in override the Buy or Sell button of chart itself and how can i override the close button of each order orders and how can i override the modifiying an order in mql4
Connect two Ea to EachOther on diffrent Pcs
Hi there i want to connect to ExpertAdvisors to each other using a server : I want to Press sell button on one Ea and the other one Opens an sell order whats the best way to do this
how to convert this code
hi there i wanted to know how to convert int counted_bars=IndicatorCounted(); int i,limit; if (counted_bars< 0 ) return (- 1 ); if (counted_bars> 0 ) counted_bars--; limit = MathMin ( Bars -counted_bars, Bars - 1 ); this from mql 4 to mql 5 code