Arnold
Arnold
Friends

Add friends via their profile or user search and you will be able to see if they are online

Arnold
Added topic make a horizontal line that starts now
Hi Everyone, Here is my small piece of code, and I cant figure out how to make the line start from the time the object was created to current bar, and not go all the way from the start entire screen.. Please help? :)
Arnold
Added topic why is my indicator showing only one buffer?
Please.. maybe you guys could figure it out.. I've been through it fast, then slow, then fast again.. next thing I know, it's 1am and I still haven't figured out why it will only draw one buffer imdex. Thanks in advance! #property copyright """
Arnold
Added topic using FileOpen, FileClose and FileReadNumber with indicators
I'm trying to create an indicator that will plot a line against my chart based on the close price + a variable "Weight1". The variable "Weight1" is calculated from another application and the value is placed in a text file. I
Arnold
Added topic running an excel macro..
Hi, Has anyone tried running an excel macro from an EA? How can I code that? Anyone have samples? =) Thanks
Arnold
Added topic change global variable from vb?
hi Guys, I'd like to build and EA that opens/closes positions based on an app external to mt4 like ms excel. is there a way that I can use VB to change the values in a global variable? Has anyone tried this? I'd appreciate your
Arnold
Added topic does the terminal automatically dl new historical data?
i run the ea I was building 2 days ago on tester.. the results were great. then I'm running them now and it looks very bad, its so frustrating.. spent a good amount of time trying to figure out if I had the settings wrong or if I had inadvertently
Arnold
Added topic comments on historical transactions
How can I change the comments on the transactions which have already been closed
Arnold
Added topic Pause/Unpause Tester using EA
Does anyone know how to use an EA to pause/unpause tester? I want whatever tests are running to be paused when the EA is trying to make a trade.. Then when the trade is complete, I need it to unpause and resume testing
Arnold
Added topic help drawing this rectangle
Hi Everyone, Please help me draw this. This is intended for my EA and not as an indicator. Not sure why it is not drawing .. I just want for there to be a box which starts at hour 1 of the day and ends at hour 5. LineA and LineB will be the high and
Arnold
Added topic What is this for?
hi everyone, I noticed that if I click on the graphs on my metatrader, then hit spacebar, a command line style input shows (please see attached image). Can someone tell me what it is for? And if it's useful please tell me how to use it, or where I
Arnold
Added topic Indicator that determines market (ranging vs trending)
Hi Everyone, Does anyone know of an indicator that determines if the market is ranging or trending? Thanks and Regards
Arnold
Added topic how do i calculate my pending order to expire the next day?
Hi everyone, Happy new year to all! Can anyone help me express mathematically the the date time for the end of the day's trading session? I am using pending orders in my robot and I would like to create a formula that will set the expiration date to
Arnold
Added topic using tester with external EXE files =) ...
Hi Everyone! So I've been using the shell32.dll to execute .exe files for my EA.. It works fine, however, I can't use it in tester because as soon as the EA fires off the command, it proceeds with the rest of the script.. is there a way to make
Arnold
Added topic drawing issues :)
Hi guys! Please tell me how I can convert these lines into marks(preferrably down and/or up arrows) positioned at the current bar at price = HighE, LowE or CloseE.. Thanks in advanced!! =) void Draw() { name_8="High Estimate";
Arnold
Added topic does tester allow read/write text to file?
I made a simple script to write high/low open/close candle values in a text file.. It doesn't work.. tester doesn't allow read/write to file ea's right? Someone please confirm :) Have a great weekend
Arnold
Added topic Anyone have techniques to line up text with the comment function?
Hi Everyone! Does anyone know how to line up texts? Below is my code, but the problem is that when profit is in double or more digits, the remaining text on the right shifts along with the additional digits .. :) Pls advise Thanks! void Comm() {
Arnold
Added topic ArrayBSearch Help Pls :)
Hi! I have an array with ticket number in the 1st column, and I've been trying to figure out a way such that my function will return the index of the ticket number I input. When I try to compile the below, the compiler says "Search function
Arnold
Registered at MQL5.community
Arnold
Added topic returning ticket number of the nth position...
Hi Everyone! I am trying to create a script that will produce the ticket number given the nth sequence number of a long or short position (in the current open trades). When I put BuyPositionTicket(10), I want it to return the 10th buy position that
Arnold
Added topic creating comment on ordersend based on text and variable
Hi! Does anyone know how to concatenate text for commenting when opening orders? I'm making a hedge EA and I'd like the comment to say "hedge PairNum()" where PairNum()is an integer. Please help. Below is the text I want to fix in blue
12