JPS1
JPS1
Friends

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

JPS1
Added topic Indicator disappears from the Navigator Window
Hi. After installing a new indicator, it disappears. 
JPS1
Added topic What would cause an indicator to detach itself without an error
Zero divides will cause an indicator to detach from a chart, but as seen here this is not the case. There is no error. Just a message that it was removed
JPS1
Added topic Wininet - Code stopped working, someone check please?
This worked and still works with an item compiled under build 616. If I copy and paste, then recompile under build 625, web page(s) never return a string. I don't want to assume this is build 625 because it could be my code even though the 616
JPS1
Added topic Please confirm this BUG - Chart Objects
OBJPROP_ZORDER and hand drawn chart objects have a bug. No need to post code for one to see it, although it affects coded indicators, EA - anything that draws chart objects. You can use trendlines, horizontal lines , text, etc and see it happen with
JPS1
Added topic Object / Font Stacking Order is no more (Build 600+)
Older versions of MetaTrader would stack chart objects according to their name, so if an object was accidentally deleted (which happens quite often), the Indicator or EA could create it again and it would stay behind another chart object if that is
JPS1
Added topic Build 600 Scripts Require Incoming Tick?
Simple label create and delete code CREATE PRICE LABEL extern color UpperPrice = Blue; int deinit() {      return ( 0 ); } int start()   {    double CreateLabel = ObjectCreate ( "UPPER" , OBJ_ARROW , 0
JPS1
Added topic UninitializeReason() Question
I'm drawing objects on my chart and using the UninitializeReason case REASON_REMOVE . If I close the MetaTrader platform, the objects are deleted - even though the expert or indicator was left attached to the chart. Is this a bug or is this normal
JPS1
Added topic Help Creating Chart Objects
Looking for help to create objects in MQL5 using less lines of code. I keep getting a "doesn't not have body" error. In MQL4, I can do this /// MT4 lets me do this int FunctionLabels( string LabelName, int LabelCorner, int LabelXValue, int
JPS1
Registered at MQL5.community
JPS1
Added topic Newly Populated Candles - broke a past Swing High/Low?
I'm drawing trendlines on my swings. When a high or low is broken, I want to delete old trendlines (sometimes more than one). This is simple to do when the chart is live, open and active. What I am trying to solve is when the trading platform has
JPS1
Added topic Newly introduced bug with the strategy tester? ask and bid prices
This is the strangest thing. All my MT4 platforms are not showing the bid or the ask price correctly in the strategy tester . For example, I am drawing text or arrow price label objects to display these values under visual mode. They used to work
JPS1
Added topic Windows 7 DPI - Effecting Chart Labels, Objects, Fonts
I did a search on Windows 7 DPI settings here, found nothing - so I'll post a comment followed by a question. I did perform some online research and was not too happy with a lot of things I read. I am still running XP, but have heard that Windows 7
JPS1
Added topic Help with FileReadString
Sometimes I don't want to read the entire string in my file. I just need to read the 5th character and stop at the say the 10th. The string can have in access of 100 characters, and no delimiters. May sound strange, but there is a reason for no
JPS1
Added topic Using the while operator to return type void within void ... haha
This might be a dumb question, if yes - I apologize for my lack of know how. I am curious if this is okay code. I'm talking about the while operator at the end where I call the ModifyShorts() again until the result is false. I'm just trying to make
JPS1
Added topic Help with int init() with Expert Advisor
When I first attach my expert to the chart, it runs int init(). What ever functions I have placed here are to be executed once without a new incoming tick, but I don't think that is happening. This is where I am getting confused. My objects are not
JPS1
Added topic Help creating a LOOP for Counting Open Orders
Hi, I'm using this code to count open and pending orders . It seems that occasionally MT4 will return a value of 0, even though a pending or market order is present. Is there a way to double check my orders or a better way to code that is more
JPS1
Added topic Help Writing to .CSV file.
I can write files to say a .dat file, but I'm looking to write to .csv, and to sort data into different columns and cells. I'm also looking to be able to retrieve "individual cell" data through my EA. Can anyone help, point me in a
JPS1
Added topic ERROR 130: Pending Order with ECN that has MODE_STOPLEVEL of 0
This doesn't make sense to me...so I'm here to ask for some help. In my Expert Advisor I am placing a pending BUY STOP above current Price, yet it is generating the 130 INVALID STOPS error. This is an ECN broker that doesn't allow stoploss or
JPS1
Added topic Objects Create Objects SELECTED
I have a script that I want to create 3 objects on my chart. I can do this, BUT I want all the objects to also be SELECTED upon their creation. This way i can easily move them around with out having to right click>objects list and then selecting
JPS1
Added topic Script Help - Make Chart Shift to where I placed Object
Say I draw a fibo or any other object on a Daily chart. When I switch to 1 hour ...I have to scroll through the chart and hunt for my object. I can manually click object>show...but that doesn't always work especially when I change to lower time
12