- Search Metals Mine
-
Ronald Raygun replied Aug 31, 2008You know txtaz... If it ain't broke don't fix it. This strategy seems to be working rather well, so I see no reason why it should be modified.
7am-9am Big Dog USD Breakout Strategy
-
Ronald Raygun replied Aug 31, 2008SignalsOnly: True: Will only display the selected alerts (Pop-up, sound, e-mail) and not place trades. False: The EA will place trades.EachTickMode: True: The EA will look for signals at any time during a bar. False: The EA will look for signals ...
Paulus - Traffic lights
-
Ronald Raygun replied Aug 31, 2008The easiest way to do this would have to be some sort of 2 dimensional matrix. One axis is for Price, the other for "Hit count" Here's how I would conceptualize this indicator: Find the range of prices within a specific amount of bars. (Let's say ...
Price Density Index
-
Ronald Raygun replied Aug 29, 200890% quality assumes 1 min data only Remember to clear the history cache before loading new data.
EA test on 1 min?
-
Ronald Raygun replied Aug 29, 2008Open Metatrader: Press F2 (bring up the history center) Select the pair and timeframe, and import the data.
EA test on 1 min?
-
Ronald Raygun replied Aug 29, 2008Why split trades? One trade, fixed TP, fixed SL. Don't maximize pips, maximize winning trades.
Trend Finder Daily
-
Ronald Raygun replied Aug 29, 2008Here is a close-all script and the swiss army EA (Trade management)
need a simple trade close script/EA
-
Ronald Raygun replied Aug 29, 2008EachTickMode when set to "True" will have the EA looking for signals every tick When set to "False" the EA will only look for signals at the end of a bar. As for the backtesting...what data are you using?
AshFX Daily
-
Ronald Raygun replied Aug 28, 2008My main problem with virtual servers is that you are sharing one physical machine with other users. Generally that's a bad thing as you have no idea what the other user is doing and the machine has the potential to fail.
Multiple accounts in one PC
-
Ronald Raygun replied Aug 28, 2008Cheap personal server: url Add memory, hard disk, and power (~ 100) and you have a complete desktop computer which is very capable of running (at least for me) 50 terminals and their EAs with no hiccups.
Multiple accounts in one PC
-
Ronald Raygun replied Aug 28, 2008I set the default lot size to 0. Did you change the lot size?
Trend Finder Daily
-
Ronald Raygun replied Aug 27, 2008Did you just blindly attach the EA to the chart? Check the lot size

Trend Finder Daily
-
Ronald Raygun replied Aug 27, 2008Well, I did release an EA which will work for any timeframe, so those interested are welcome to use it. As for the breakout with a trend... There is a setting in Metatrader which allows you to restrict EAs to long-only or short-only trades.
Virus System
-
Ronald Raygun replied Aug 26, 2008Historically (past 10 years) how far as it gone?
Fib-Breakout-Math-Hedge
-
Ronald Raygun replied Aug 25, 2008Ok... extern SecondsToExpire = 60; datetime expiration = 0; start() expiration = TimeCurrent() + SecondsToExpire;
Close pending order in X time
-
Ronald Raygun replied Aug 25, 2008It should work based on how you described it to me.
Paulus - Traffic lights