ThomasM4
ThomasM4
Friends

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

ThomasM4
Added topic Certain Time Frames are not Being Reached Ever Since using the Export to CSV Function
Hi  Yesterday I tried to export data directly into a CSV file using some code for write to file etc.   Just when I started the strategy tester , the computer became very noticeably slow (including the little spinning circle).  It
ThomasM4
Added topic How can I Store the Ask Price, then Stop Storing it, Until a Certain Condition is Met?
How can I store the Ask price, then add 10 points to it, and when this new level is hit, store that, and then add another 10 points?   It would need to be something like, stored Ask price, plus 10 points, then make this the target price, in
ThomasM4
Added topic Getting Notifications for Every time a Level is Hit
Hi  I'm trying to set up a robot to tell me when price moves by about 10 points.    What I've tried is if(Bid < OBJ_HLINE)    {       SendNotification ("Message"); The problem with that is, it notifies on
ThomasM4
Added topic Trying to Open an OP_BUY with a tutorial, but it's showing up in red and nothing happening in the terminal
Hi I don't now what is wrong here, but I can see the OP_BUY is in red so maybe that is the issue, but no idea how to fix is.   I also don't know what it means when a symbol or letters are red.   The code is attached, I hope it
ThomasM4
Registered at MQL5.community