- Search Energy EXCH
- 399 Results (272 Replies, 127 Comments)
- iwjw replied Jun 11, 2011
Sorry, pal I really don't care about the 50 bucks But the chart you posted with an H1 timeframe and the indi you posted don't go with each other. The indicator as posted wouldn't draw a single line on charts other than M1. To show the bands on H1 ...
bb_support indicator out of sync, $50 reward
- iwjw replied Jun 11, 2011
I see your point and you're right I'd changed the indi code before and calculated the individual shifts with iBarShift and couldn't see a difference on M1 chart...that's why I first thought it's ok as it is
bb_support indicator out of sync, $50 reward
- iwjw replied Jun 11, 2011
I think that's not the problem. The shift is an integer and is only increased if bar/period is a multiple of the period of the higher timeframe. So i/Period_H1 will have the same value (=0) for bars 0-59 and bar 60 will shift 1 hour back
bb_support indicator out of sync, $50 reward
- iwjw replied Jun 11, 2011
Looks like this indi is for M1 timeframe only. It's using M1,M5,H1;D1 data and so you have to use the indi on the lowest TF
bb_support indicator out of sync, $50 reward
- iwjw replied May 30, 2011
iCustom call of the indi gets same values as indi itself I've copied your code into a .mq4 and named the indi 4xRider The second indi (4xRider_call) is using iCustom to retrieve the values of 4xRider. Same output on the chart (only 3 areas where ...
iCustom returning Empty_val
- iwjw replied May 20, 2011
Make sure you are on a H1 chart...any other TF doesn't work properly and don't forget to set GMTOffset
Holy Grail Lines?
- iwjw replied May 17, 2011
don't know whether this post is against FF rules...if so feel free to delete it www.liteforex.com/trading/mt5-accounts I'm not an affiliate of this firm
Any Live MT-5 Brokers Out There
- iwjw replied May 16, 2011
I don't think that you will see a gap at 5pm unless maybe something exceptionally happened during the weekend. First of all the "gap" has to develope during the first market hours when most of the brokers are still closed. What I thought is that you ...
Sunday gap trading: brokers opening at 5pm EST Sunday?
- iwjw replied May 15, 2011
So having found a broker that opens around 5pm, the strategy would be what?
Sunday gap trading: brokers opening at 5pm EST Sunday?
- iwjw replied May 10, 2011
Here's a quick shot indicator for the reference lines You have to adjust the GMTOffset according to your broker It's for H1 timeframe only and doesn't make sense on other TFs because it's not self adjusting
Holy Grail Lines?
- iwjw replied May 2, 2011
Obviously the EA is running in an endless loop You can try to disable Experts Advisors with the Button in the symbol bar and then press F7
I have an EA that can't re-open properties
- iwjw replied Apr 19, 2011
Then you can be sure that the start() function is called properly to make the EA work at all The M2 chart is updated by a WinAPI Call not by MT4 Trigger
ichimoku-clouds Breakout
- iwjw replied Apr 19, 2011
Test it with a 1-liner put Comment(TimeToStr(TimeCurrent()); into start() Function and attach the EA to M2 chart
ichimoku-clouds Breakout
- iwjw replied Apr 16, 2011
you can use the iMAOnArray function
How to get an MA value of first indicators value?
- iwjw replied Apr 14, 2011
add this line SetIndexStyle(0,DRAW_HISTOGRAM); anywhere within the init() Function that should do the trick
Simple Hedging System
- iwjw replied Apr 5, 2011
My first thought was, that your system doesn't use a stoploss because of the steady climbing balance curve you've mentioned
My One Percent Per Day Trading Journal
- iwjw replied Mar 30, 2011
So the channels on your charts are the MT4 standard linear regression channels? how do you draw them and how do you get the channel as a colored area? I'm only seeing 3 lines
Ribbon dance
- iwjw replied Mar 23, 2011
Brijon Concept of Threes auto trading robot by Steve Hopwood — Hi Steve, can't post in your restricted BJ thread so I will ask my question here: Your latest change in the BJ EA to add to a position that's up "PipsToSecondTrade" pips made me ...
Nanningbob V5 auto-trading robot. Newbies, fearlessly ask your basic questions here