Dean
Dean
Friends

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

Dean
Added topic Window position - Profile feature is broken.
I usually have several charts open, typically two charts for each currency pair (just the primaries, not the crosses for now).  I display two charts of the same currency side-by-side, one weekly and one daily, or one 4 hour and one 1 hour, etc
Dean
Registered at MQL5.community
Dean
Added topic Need help converting a formula from Tradestation or MetaStock to MetaTrader
I have an indicator that I am trying to write. I have the formula in both Tradestation format and MetaStock format. Can someone help me convert this to MetaTrader please? I have tried, but it only prints flat lines on the bottom of the screen
Dean
Added topic My chart data keeps shifting to the left
I did something today that made my chart data shift to the left. It doesn't matter which periodicity I select. Sometimes it 'looks' like it's right (until you look at the date range on the bottom), but then I click and drag to the left in the chart
Dean
Added topic Adding a Parabolic indicator to RSI?
I was going to try this, but the PAR indicator uses high, low and close to make it's calculations where the RSI only provides a single value for each bar. Do you think it would still work if I substituted the RSIBuffer in place of where the PAR
Dean
Added topic Indicators in chart window disappear when changing periodicity, while running my custom indicator below
I created my first custom indicator. I took an existing indicator and added some moving averages to it. So not extremely complex. My indicator displays in a subwindow below the chart. If my indicator is displayed and I draw fibo retracements
Dean
Added topic Adding a moving average to an indicator?
I'm a MQL4 newb, but do have some programming background. I have been trying to make some changes to an existing indicator. The first few changes I made (my first MQL4 effort) worked perfectly, but now I'm trying to add a simple moving average to
Dean
Added topic How can I reverse the numbers displayed on a Fibonacci Retracement?
When I use the Fibonacci drawing tool in MT4, it draws the ratio numbers backwards, starting with 1.00 (I deleted the higher ratios), then .618, .50, .382 and then 0. I want it to start with 0, then .382, .50, .618 and then 1.0 and so on. I found