- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Sep 3, 2010Wrong section. Look for something that refers to the tick database.
Old Dog with New Tricks
-
Ronald Raygun replied Sep 3, 2010The EAs will still trade. They just can't send tick data yet.
Old Dog with New Tricks
-
Ronald Raygun replied Sep 2, 2010I had to take down the tick database. I'm trying to setup a backup database tonight. Not sure how long it will take. Those errors will affect all of the [TD] EAs. Simplest way to disable them is to look for the line in the code where you see ...
Old Dog with New Tricks
-
Ronald Raygun replied Sep 2, 2010Use GetTickCount() "The GetTickCount() function retrieves the number of milliseconds that have elapsed since the system was started. It is limited to the resolution of the system timer." So basically. static int LastTickMiliseconds = 0; int ...
Recording Tick Data by EA
-
Ronald Raygun replied Sep 2, 2010I have some EAs which work together in a similar fashion. I basically designed a library which is connected to the EA's lot sizing function. The library is able to actively track--using the text file--what the exposure of each EA is and adjust the ...
Master EA and Sub EAs
-
Ronald Raygun replied Sep 2, 2010It's doable. All you'd need to do is use text files or global variables for the master to give instructions to the subs. Alternatively, you just create a library which manipulates the global variables and text file so each EA is 'mesh networked' to ...
Master EA and Sub EAs
-
Ronald Raygun replied Sep 1, 2010Interesting concept. I noticed it seems you optimized the RSI values used. Is there any danger of some market-changing paradigm affecting the system?
Watukushay FE - A Long Term Viable System
-
Ronald Raygun replied Sep 1, 2010Nobody is missing anything. When I trade with this type of EA, I try to set it up so I get a handful of trades per week. When you test against the larger datasets, it's expected that trade opportunities are harder to find. When you think about this, ...
Old Dog with New Tricks
-
Ronald Raygun replied Aug 31, 2010When optimizing using this EA, you choose whether or not you want a fixed stoploss or a fixed takeprofit. I have EAs where I am optimizing both--independently. That's where I notice the most changes. The strategies traded using those EAs are the ...
Old Dog with New Tricks
-
Ronald Raygun replied Aug 31, 2010Settings of -1 do mean the EA won't trade. It's basically illogical information which the EA cannot trade with so it ultimately disables the EA. The impact of a single week is of course limited. When using such a large sample size, I'm able to ...
Old Dog with New Tricks
-
Ronald Raygun replied Aug 25, 2010Here's a thought Metacoder. You obviously seem skilled as a programmer and I've been exploring new ways to trade relatively old strategies. I have a thread in the trading systems forum called "Old Dogs With New Tricks". I basically take a market ...
Successful Automatic Trading - Like Chasing Bigfoot?
-
Ronald Raygun replied Aug 25, 2010if(StringFind(Symbol(), "EURUSD", 0) != -1) Print("Symbol is EURUSD");
How to compare Symbol() string to find "EURUSD" in it?
-
Ronald Raygun replied Aug 24, 2010I think I explained how the backtester works, and assuming your stoploss / takeprofit are sufficiently large, spread should be a non-issue. I didn't design this to be a scalping EA, I designed this to be more of a swing-trading EA, which is immune ...
Old Dog with New Tricks
-
Ronald Raygun replied Aug 23, 2010Triangular arb is simple. Take pair A multiply by pair B, then get the synthetic pair generated, and compare to the current price. If there is a significant difference, trade into the triangle. The problem is you have to pay spread against three ...
Need Triangle Arbitrage Calculator & indicator for MT4
-
Ronald Raygun replied Aug 22, 2010I don't know. I've tried triangular arb when I was at RBS, didn't really make that much money.
Need Triangle Arbitrage Calculator & indicator for MT4
-
Ronald Raygun replied Aug 22, 2010url url url To name a few
Need Triangle Arbitrage Calculator & indicator for MT4
-
Ronald Raygun replied Aug 22, 2010This is why I always split trades if I will partially close them
Modify RR EA (Traffic Light)
-
Ronald Raygun replied Aug 22, 2010No. Direct interbank means I am the liquidity provider.
Need Triangle Arbitrage Calculator & indicator for MT4