Mark Reno
Mark Reno
  • Information
8+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Mark Reno
Added topic Adding to hst data problem
Alright....so here is the deal.  I have written some code to render tick charts, and it works great...as long as I never close the chart/shutdown mt4/have a power outage/computer crashes/etc....  The reason any of those scenarios is a
Mark Reno
Added topic OrderSelect() always returns true
bool mh = OrderSelect (tck, SELECT_BY_TICKET, MODE_HISTORY ); bool mt = OrderSelect (tck, SELECT_BY_TICKET, MODE_TRADES ); Print ( "mh: " , mh, "  mt: " , mt, "  OrderClosePrice(): " , OrderClosePrice()); That is my code.  I
Mark Reno
Registered at MQL5.community
Mark Reno
Added topic Objects refusing to acknowledge parameters?
I am having a really odd issue with triangles.  I have coded an indicator that finds harmonic patterns.  For whatever reason, the first triangle of each pattern (xab triangle, and bcd triangle) always renders solid, and blue.  NOTHING