- Search Forex Factory
- 231 Results (1 Threads, 230 Replies)
- C.E.O. replied Nov 28, 2008
Dude, See this post... url If you do not want the popup with the variables change this.. #property show_inputs extern int Interest = 20; extern int DistSL = 15; extern int DistTP = 150; extern bool StopLoss = true; extern bool TakeProfit = false; ...
- C.E.O. replied Nov 23, 2008
Orderreliable in includes folder, the rest in scripts folder. Just drag onto your chart to use. Modify in metaeditor for your SL/TP/Risk. Save several with different settings, just rename them to what you want.
- C.E.O. replied Nov 19, 2008
I just wanted to say thanks for your efforts here. It takes guys like you to keep this place going. I have been using swiss army EA for as long as I can remember but yours has some options I always wish I had. I will surely try it and let you know ...
- C.E.O. replied Nov 11, 2008
Hot keys (accelerating keys) are keys and their combinations that allow to execute various commands fast and without using of menus or toolbars. ï — chart scrolling to the left; ð — chart scrolling to the right; ñ — fast chart scrolling to the left ...
- C.E.O. replied Nov 8, 2008
Look Here or Here. I would post it but it requires a password. That is a custom indicator of mine based on my personal system-not for release- at least for now
- C.E.O. replied Nov 7, 2008
The EMA is a more accurate representation of the CCI however you will not be able to achieve an exact replica of CCI with moving averages..... <LI class=level1>Calculate the last period's Typical Price (TP) = (H+L+C)/3 where H = high, L = low, and C ...
- C.E.O. replied Oct 20, 2008
Looks like a few classic zero line rejects to me. I would suggest to you all to do a search for "Woodies CCI" since this system appears pretty dependant on similar methods. I am sure it would help.
- C.E.O. replied Oct 19, 2008
Put orderreliable in your includes folder and the rest in your scripts folder inside C/MT4/Experts. you can assign a hotkey or just drag the script on your chart
- C.E.O. replied Oct 5, 2008
Thanks Taz, thought I was going crazy for a minute-well maybe I still am.
- C.E.O. replied Oct 5, 2008
Found this one also. I thought it was the original pairs I mentioned but as I am seeing it is just optimizing the basket, is that the case? If so as you mentioned.. The characteristic of UCAD is that it tend to gravitate to GU. While the UChf ...
- C.E.O. replied Oct 5, 2008
Sorry 101, this was what I was referring to but I couldnt find it earlier. And sorry about that screenshot, I didnt realise it was my modded version. I removed the SS to avoid confusion.
- C.E.O. replied Oct 5, 2008
101, A question regarding USD/CAD and USD/CHF. I know last week, maybe two weeks ago you were having us go opposite with these pairs. As it stands now it seems these pairs are still not in correlation with their respective buy-sell partners. I am ...
- C.E.O. replied Jan 6, 2008
Select the trendline(Getting the little move box) Hold down Ctrl(control) move line. It will reproduce another trendline with the same angle.
- C.E.O. replied Nov 10, 2007
MTF ADX
- C.E.O. replied Nov 8, 2007
Left click on the pair, hold down on the mouse button and drag it on to your chart. You could also rename the template you use - rightclick, save template as, default.
- C.E.O. replied Nov 1, 2007
Lots=NormalizeDouble(AccountEquity()*MaximumRisk/1000.0,1); You need to use normalizedouble. Look it up in metaeditor, the 1 after the comma is the number of decimal places to use. Generally unless you are on a micro account you are stuck with one ...
- C.E.O. replied Oct 16, 2007
Alright, I have put together a brief elplanation and some charts of how I do it on the 1 min chart. My methods are no different the LT’s methods however I have along with the help of a good friend of mine created an indicator which shows the optimum ...
- C.E.O. replied Oct 16, 2007
Check by OrderSelect(i, SELECT_BY_POS, MODE_HISTORY);, then use Orderprofit() if Orderprofit()>=X delete pending Something like that
- C.E.O. replied Oct 12, 2007
Excellent LT. I will try to sum up my methodology over the weekend and post it in detail.
- C.E.O. replied Oct 12, 2007
I keep watching this thread because it is my method, but I am a 1m man(just forex LOL). I see there are more of us that occasionally step in and admit that but I wonder how many of us there are that dont. I would like to discuss more with the 1 ...