- Search Metals Mine
- twj1usa replied Mar 10, 2010
Jason, How long does it take to process a request change of your account to the uk?
FXCM Discussion
- twj1usa replied Mar 6, 2010
just ha, you will need to download the history for the chart you are working on, apparently this indy needs a history of 6000 bars. so go to the top of your platform click on tools, then click history center in the drop down. this will now show you ...
Can't Delete this Indicator?
- twj1usa replied Mar 5, 2010
just ha, from your screen shot it would appear that the comment is being placed on the screen by your macd indicator. I am not familiar with the one you are using, but there may be a user variable to turn it off. If you know code and have the mq4 ...
Can't Delete this Indicator?
- twj1usa replied Jan 4, 2010
yes heaven could be waiting but based on just the chart given the devil is my guess for the next day or so. With out any news or big player push the trend will continue. This pair does like to trend sideways before a non event reversal and that is ...
Play this game...
- twj1usa replied Jan 4, 2010
ok lets give it a try... we are looking at several days of data here, along with an unclosed candle. My guess would be we are on Thursday or Friday since I do not see anything resembling a weekend gap. So the major trend has been downward for most ...
Play this game...
- twj1usa replied Nov 4, 2009
drago, toss yours and use these. they go together.. I do not use them so I can not explain settings, hopefully you know them. The indicator you have has some compile errors plus you need a key code, to use it. tom
Can someone look at this Ultra Trend indo!!!
- twj1usa replied Sep 30, 2009
Billyray, See if this is what you are looking for. It is a stripped down version of the original with just the pivots and added week in it. If it is what you were thinking of then I will add back the s/r functions so both the sr and pivots function ...
Can you FIX this MT4 Wkly Pivot Point indicator?
- twj1usa replied Sep 30, 2009
A3, you will need to change each line you want the shift for, by placing the ma_shift in the spot between the named ema and the mode_ema position. currently there is a zero in that spot. after that recompile and save. restart mt4 and it should be ...
Arrow drawn for a shifted EMA
- twj1usa replied Sep 29, 2009
calvk, here you are, it is an old cobraforex indicator from his thv thread.. which is actually a modified version of an older cja indicator. anyway here is the added function, I also made it so the indicator would delete all when you removed it, and ...
can someone add another function to this indicator
- twj1usa replied Sep 25, 2009
pipimo88, try this see if it works for you. if the problem happens again then change time frame to update data. if it works I will post a cleaned up version later. it worked for me on fxdd, did not have time try on different brokers. Tom
Average Daily Range (ADR) - code check
- twj1usa replied Sep 7, 2009
Hi Cobra, I also must apologize also as I did not fully read the original request, even though you spelled it out... Holiday rush I suppose. My way brought your text forward but kept the box still as a background. I have fixed your final problem for ...
Text over box on News indicator
- twj1usa replied Sep 7, 2009
do a search for ff calander, you should find what you are looking for.. there is an original thread by Derk Wehler, also used in james 16 and thv thread by cobraforex. all three threads are worth reading, you can learn alot from these folks beyond ...
Integrated forex factory news results into meta trader 4
- twj1usa replied Sep 4, 2009
Hi Cobra, I am making some assumptions here.. I presume you wanted this in a lower window and that you wanted a colored box backround. The initial fix is easy, if you look at what you coded it will pop eventually... But you will have some additional ...
Text over box on News indicator
- twj1usa replied Aug 31, 2009
asgard, may I ask are you using this live or in strategy tester... Sleep will not function in the tester I believe.
3 Programming Function meanings?
- twj1usa replied Aug 27, 2009
Ok I probably am not getting the concept in my head, my math isn't getting the same result as your example. but are you looking for distance traveled divided by time of travel..
Maths (ratio) problem
- twj1usa replied Aug 27, 2009
Ok ForexSaint I will take a try here. 1. Sleep, Is just a pause statement in the current operation. It can be used for different reasons and normally in a loop. Think of it like the pause button on your dvd player. You stop the movie in its current ...
3 Programming Function meanings?
- twj1usa replied Aug 27, 2009
I am presuming you want a percentage of current against the total distance. You would take the distance of 1800 and divide it into the amount down 200, in this case 1600. should be approx 88% current point of the total. 1600/1800=88% rounded. you ...
Maths (ratio) problem