Avery Horton
Avery Horton
  • Information
7+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Avery Horton
Published post NEVER LOSE AGAIN!! - TheRumpledOne
KEEPING IT SIMPLE IV...
Avery Horton
Published post NEVER LOSE AGAIN!! - TheRumpledOne
KEEPING IT SIMPLE II...
Avery Horton
Published post NEVER LOSE AGAIN!! - TheRumpledOne
KEEPING IT SIMPLE...
Avery Horton
Published post NEVER LOSE AGAIN!! TheRumpledOne
Weekly Open and Gap...
Avery Horton
HARD CORE PRICE ACTION...
Avery Horton
Added topic Is there an error in the Heikin-Ashi indicator ?
  The   Heikin-Ashi technique   uses a modified formula: xClose = (Open+High+Low+Close)/4 o  Average price  of the current bar xOpen = [xOpen(Previous Bar) + Close(Previous Bar)]/2 o Midpoint of the previous bar xHigh =
Avery Horton
Added topic Date/Time Compiled
Can date/time compiled be referenced by an indicator/EA? Would be nice to be able to display this so when debugging you know exactly which compiled version you are looking at. Or if a trader is using an old version vs. current version. Would be nice
Avery Horton
Added topic GLOBAL VARIABLES
Is there a way to list/see all global variables used if you do not know there names? Thanks
Avery Horton
Added topic MT4 Enumeration Dilemma
I am using the MT4 enumeration for a selection input: enum ENUM_myChoice { a, b, c, e, f, g }; The problem is if I have to add "d" to the list in alphabetical order, all of my templates using e, f or g are ruined because they are off by 1. Is there
Avery Horton
Added topic MT4 for my Samsung Tablet is missing buttons
MT4 for my Samsung Tablet is missing buttons  I downloaded the latest version for Google Play today.  There is no TRADE BUTTON on my MT4 on my Verizon Samsung Tablet - at least I don't see it and can't find it. Where is it? 
Avery Horton
Registered at MQL5.community
Avery Horton
Added topic How to check for the existence of an external indicator
Is there a way to check for the existence of an external indicator in MT4? I would like my indicator to make sure the external indicator is there so iCustom works properly
Avery Horton
Added topic How do I display the wingdings for values 141, 143, 144?
How do I display the wingdings for values 141, 143, 144? There is no symbol to copy: https://docs.mql4.com/constants/wingdings ArrowNumber[0]= "‹"; // = 0 displays ArrowNumber[1]= "Œ"; // = 1 displays ArrowNumber[2]=
Avery Horton
Added topic SOMEONE PUBLISHED MY CODE WITHOUT MY PERMISSION HOW DO I CONTACT THE FORUM ADMIN?
SOMEONE PUBLISHED MY CODE WITHOUT MY PERMISSION HOW DO I CONTACT THE FORUM ADMIN
Avery Horton
Added topic OBJ_RECTANGLE - can I use pixels to define the corners?
OBJ_RECTANGLE - can I use pixels to define the corners? If so how? Thanks