bah12ram
bah12ram
Friends 1
bah12ram
Added topic infinite loop
how can I  change this Code to cause an infinite loop within my Script every 3 Minutes: //+------------------------------------------------------------------+
bah12ram
Added topic sorting Trades by opening time
how can I get time1 and time2 to sort orders by time? //+------------------------------------------------------------------+
bah12ram
Added topic ArraySetAsSeries() function timeseries
I have got two Errors in this script. what is wrong? '{' - unbalanced parentheses    trrrrr.mq4    in line 14  Error ')' - unexpected end of program    trrrrr.mq4    in line
bah12ram
Added topic order open time sort by opening time
How can I sort open time of Orders descending or ascending in my code: Ticket            open price    open time    symbol    40739542   
bah12ram
Added topic Extern variables
I have this code in my indicator: #include "C:\Program Files\GKFX MetaTrader 4\MQL4\Libraries\htmcode.mq4" is it possible to set this path as Extern variables so that I can change it externally
bah12ram
Added topic uploading File without webrequest
Hallo Sirs, I have written an Indicator, which write a HTML File and I want to insert a Code in my Indicator to upload  this File to my FTP Homepage. is it Possible without webrequest
bah12ram
Added topic How to see all my repllies and comments in this Forum?
How to see all my replies and comments in this Forum? thanks in advance
bah12ram
Added topic how to put a function inside start() that detect when OrdersTotal() change.
how to put a function inside start() that detect when OrdersTotal() change. Thanks in Advance
bah12ram
Added topic market and pending orders Report
I tried to write a Script that save my market and pending orders, I've noticed a (cannot open file 'C:\Program Files\MetaTrader 4\MQL4\Scripts\test.ex4' ) in the Expert tab in MT4 This is the Code. void OnStart()   { //---     int
bah12ram
Added topic Export Data in real Time from MT4 to Excel
I attempted to publish my Trades on my Homepage Then I found this program: https://www.mql5.com/de/code/1246 how can I convert mq5 to mq4? this tool was written in mq4 but is modified to mq5. All data that become available in MQL5 can be exported via
bah12ram
Registered at MQL5.community