- Search Forex Factory
- 12 Results
- stevejames replied Apr 6, 2010
I am sorry for the inconvenience — I thought the point was that the price be accurate. It was designed to repaint up to the large time frame back. However, if you want to have it written in stone with each bar of the smaller time frame, all ...
multi time frame two indicators
- stevejames replied Jan 6, 2009
In the first image, you did not label anything so who knows what you are trying to show. In the second image it did not hit your take profit, because you must pay the spread on the way out of a short position so the price must drop below the red ...
Need your opinion on trades not closing
- stevejames replied Oct 22, 2008
This is correct, if you originally opened the Buy orders with a script and in that script you assigned the magic number of 1 and in the sell script you assigned the magic number of 2. EDIT Here is a modification, so you can close all buys regardless ...
Signals for Simplicity
- stevejames replied Oct 22, 2008
Try this one. just assign a different magic number to the long trades than you do to the short trades you make. when I buy I assign magic = 1 when I sell I assign magic = 2
Signals for Simplicity
- stevejames replied Aug 22, 2008
I understand, How about just this protion as a screen shot. I know what you are saying about your EA, but I would kind of like to see this much of everyone who posts, so that there is a common ground to compare. This is a Std deviation based EA I ...
Show your best EA
- stevejames replied Aug 22, 2008
Just a quick note, If a graph is posted, please post the detailed statement. The graph does not show float, equity, balance, drawdown, Profit factor, win ratio, etc. It really has no meaning by itself.
Show your best EA
- stevejames replied Aug 18, 2008
He already discussed the rules of this, in the otherthread. Here is a PDF of the posts. At the bottom of each post in the PDF is the link where it came from. Edit, I removed my attachements, because I see in his first post he want to post it when he ...
Paulus - Traffic lights
- stevejames replied Jul 23, 2008
Well, you could build a list of broker's closing times and just have them enter the broker name and then your EA looks up the closing time from a list, that matches their broker timezone and closing time.
Determine Friday close in an EA?
- stevejames replied Jul 23, 2008
extern int CloseHour = 17; // enter brokers closing hour extern int CloseMinute = 55; // enter brokers closing minute less some time to close trade start() { ... if (DayOfWeek() ==5 && Hour() == CloseHour && Minute == CloseMinute) Close all ...
Determine Friday close in an EA?
- stevejames replied Nov 21, 2006
Hi, This looks nice, where could I go to get this indicator?
SRDC Episode I
- Posts by Member Search: 'stevejames'