- Search Forex Factory
- 25 Results (1 Threads, 24 Replies)
- jhernandez replied Dec 19, 2007
Please be aware that EX4 files can be decompiled, but for most intents and purposes you should be OK with sharing your EX4 files. Just an FYI.
- jhernandez replied Nov 15, 2007
If InterbankFX did this on their live accounts, you can bet there would be riots in the streets and massive posts about it on every forex forum imaginable. Unless they bumped everyone's account deposit up! Then people would be posting: ...
- jhernandez replied Nov 15, 2007
Most brokers set their server times between GMT and GMT +2. Personally, I prefer GMT, Sunday bars are not that big of a deal nor are they too hard to get around.
- jhernandez replied Oct 22, 2007
USDCAD is correlated to the price of oil, and EURJPY is normally pretty correlated with the Dow, taking a look at the relationship between those two could also help.
- jhernandez replied Oct 17, 2007
MB Trading has an API so in theory you could have Metatrader generate signals with the fancy MT4 indicators and EA's and execute them on the MB Trading servers. The trick would be getting the Metatrader signals over to your MB API/platform. If ...
- jhernandez replied Oct 17, 2007
You can go at it a couple of ways. If you break down your scenario, you essentially want to wait 15 minutes after a certain event time in order to act. You can try something like this: //MinutesToWait = 15 int timelimit = MinutesToWait * 60; ...
- jhernandez replied Oct 16, 2007
There are a variety of ways to get around the Sunday bars... some people look for brokers who don't have Sunday bars, others deal with it programmatically. Check out the code below for basic Fibonacci levels, and how it 'skips' Sunday. On Monday's ...
- jhernandez replied Oct 16, 2007
You can also try to the use the iCustom function.... you use it just like you can call iMA(), passing it the symbol, timeframe, name of your indicator, and a list of the external parameters That way you can keep your indicator code separate from ...
- jhernandez replied Oct 16, 2007
You can make a quick script like the one below and use it to execute orders. It's quick and painless and will attach a Magic Number and Comment to your order. //+------------------------------------------------------------------+ //| buyscript.mq4 | ...
- jhernandez replied Sep 25, 2007
With a morning high of 1.4152 (so far), is anyone looking to buy on a 1.4100 dip, or is it too soon/close to be looking for entry points?
- jhernandez replied Sep 23, 2007
North Finance has the following indexes: DAX, DJI, Nasdaq, S&P. They have spot Gold and spot Silver. They also have Oil futures, Nasdaq Mini futures, and Mini-sized Dow futures. Lots of extra symbols on their platform.
- jhernandez replied Jul 20, 2007
It's hard to say how big of a slice it actually is, all their formulas/indicators are proprietary.
- jhernandez replied Jul 19, 2007
three80 must be trying out the DailyFXPlus trial they're offering for free this week, I saw this info as well on their site, looks pretty useful.
- jhernandez replied Jul 18, 2007
When I first started out I would stare at my screen all the time trying out system after system, watching tick after tick, looking for something that would work for me. I think once you find a system that fits your personality and your style, you ...
- jhernandez replied Jul 12, 2007
If your cable provider has CNBC World they're pretty good, covers a lot more global markets than CNBC and they often talk straight FX analysis. Also, at 8:30/7:30 AM CST they have a show called "Foreign Exchange" which is all about Forex.
- jhernandez replied Jul 3, 2007
It's all about consistency and sticking to the rules of your system. I can swing for the fences today and make 10%, but I could also lose just as much. As long as you're making steady forward progress, be it .03% a day or whatnot, you'll end up with ...
- jhernandez replied May 4, 2007
There was another thread where someone wanted to do something similar. I asked the poster the same thing "why not just use an include file", he told me that his script could take a while to do its logic and he potentially wanted it to run several ...
- jhernandez replied May 3, 2007
You can assign a hotkey to your script, and then have your EA simulate 'pressing' the hotkey which will trigger your script to run as a process outside of your EA. That way the EA and the script are independent of each other. This should give you a ...
- Calendar for upcoming months
All, I'm looking for a calendar of upcoming events over the next several months. I'd like to get a ...
- jhernandez replied Apr 26, 2007
ODL has lower spreads, but that spike is scary. I know they just started offering MT4, so they might have some growing pains to work out. Puppy, You said they put everything back to the original state, does that mean they re-opened your ...