J Webster / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
J Webster
Added topic strategy tester speed useless
Hi I am testing a strategy using visual in the strategy tester on the 4hr chart. When I have it set to 31, it moves incredibly slowly, yet 32, it moves way too fast. Any ideas or settings to change
J Webster
Added topic range text?
This seems to print a value of 0 for the first part of the text (High -Low) - any ideas on how to fix it? ObjectSetText ( "signal" + x + "3" , DoubleToStr (
J Webster
Added topic Alert happening every 15mins
I have a chart with this code on it. However, when I am on the 15min chart, it alerts me every 15mins instead of just the once per day that it is supposed to. Any ideas how I can get around the Time[0] variable?
J Webster
Added topic 1 of 2 trades isn't entered
Sometimes this script enters 2 trades, at other times it only enters 1 of the trades and reports an error of Error = no error Any ideas what this could be or a way to reorder if something goes wrong in the error checking code
J Webster
Added topic multi timeframe alert once
I have this alert set to tell me about other timeframes. However, because of the Time[0] setting, when I am on a 5min chart, it is alerting me about the Daily chart every 5mins instead of just once. How can I add a period time to the setting so it
J Webster
Added topic alert only once
I have this alert set to tell me about other timeframes. However, because of the Time[0] setting, when I am on a 5min chart, it is alerting me about the Daily chart every 5mins instead of just once. How can I add a period time to the setting so it
J Webster
Added topic bug in iIchimoku
There is a bug in . The chikouspan is always 26 periods back as defined by the parameters. Yet when doing comparisons you have to actually tell it to shift 26 periods back. It should recognise this automatically and the chikouspan 0 should
J Webster
Added topic calculate percentage price move today
I have a comment in the top left that tells me the Daily ATR of the chart based on a 14 period average. How can I calculate how much the chart has moved in the last day or period of the chart (D1, H4, H1)
J Webster
Added topic What is status of order_magic_number when it has not been set?
What is the status of order_magic_number when it has not been set? Does it = 0 or NULL or empty
J Webster
Added topic init function being rerun on every tick?
This alert seems to sound constantly even when price is above the TENKANSEN it still sets it to 0. Is the init function being rerun? //+------------------------------------------------------------------+
J Webster
Added topic getting 1hr midline bollinger on a 15min chart
Is it possible to draw a 1hr midline bollinger on a 15min chart? Any ideas on how to do it? Do I have to create an object to draw the lines
J Webster
Added topic put label next to line dynamically
I have a cbit of code that draws a horizonatl line on a chart at specified values. How can I get a label on the right hand side of the chart just above the line as a description? How can I set the text to the right hand side of the screen
J Webster
Added topic change comment on existing order
Is there a way to change the comment on an existing order
J Webster
Added topic Redraw objects after 24hrs
I have an indicator that draws a box around the working hours candles of a chart. It needs to reset itself every hour between the hours of 1900 and 0600. How could I do this with some code? Do I have to simply run the delete objects code every hour
J Webster
Added topic html overlay?
Is there anyway to list some HTML in an indicator? I have a calendar that I want to display in metatrader without having to go to the website every few hours
J Webster
Added topic Heiken Ashi code bug
No matter what I do, when I change the width from 2 to 3 in the setindexstyle, when I open the indicator on a chart, it sets all inputs to zero. Yet when the index are set as 1 and 2 respectively, everything loads. This frustrating because everytime
J Webster
Added topic manage trade bug
This only seems to manage the trade when the EA is running by itself. If I have the same EA running in another chart, it doesn't work. Have I done something wrong in the loop or is it something to do with the spread meaning it doesn't actually work
J Webster
Added topic inavlid price
I get an invalid price error when the target inhere is set as 0.00000 ANy ideas why? A zero target should just be sent without a TP? int ticket = OrderSend ( Symbol ( ) , OP_SELL , Lots , Bid , NULL , SenkouStop , Target , DoubleToStr ( Period ( )
: