- Search Metals Mine
-
Ronald Raygun replied Jun 27, 2008You're right, limiting distribution is a problem. There are a number of potential solutions: Encrypt the trades so to speak so that the signalsender will only work for trades which have a specific range of comments. (Id numbers, serial numbers, ...
Subscription coding into EA?
-
Ronald Raygun replied Jun 27, 2008In the "Journal" Tab where you probably saw the chart mismatch errors, there should be some sort of identification bar. I'm trying to figure out of the bars at the beginning/middle/end caused the mismatches. Or you could just give me the code, and ...
Help with EA please.
-
Ronald Raygun replied Jun 27, 2008Well, bluntly, there are two EAs in this package: SignalSender SignalReceiverThe SignalSender is placed on Metatrader with the read-only account of the account you want to copy. The SignalReceiver is placed on the Metatrader account which you want ...
Subscription coding into EA?
-
Ronald Raygun replied Jun 27, 2008Where were the mismatched errors? (Beginning or end of period?)
Help with EA please.
-
Ronald Raygun replied Jun 27, 2008I say just distribute an account-copier EA. Change the account every period and give them the new number accordingly.
Subscription coding into EA?
-
Ronald Raygun replied Jun 27, 2008This is a very interesting system, to say the least.
Risk Free Arbitrage with Spread Betting
-
Ronald Raygun replied Jun 27, 2008One EA is marked "Entry Only" which means that it doesn't follow the order management in the system. The other EA does.
AshFX Daily
-
Ronald Raygun replied Jun 26, 2008Looks to me more like a 0-line cross, or a cross of AC...
Requesting programmer assistance with custom indicator
-
Ronald Raygun replied Jun 25, 2008It's a completely different and independent EA.
Trend Finder Daily
-
Ronald Raygun replied Jun 25, 2008I'm not quite sure why you're going through the effort when it was already done for you. url
Turtletrading EA - request for developmental help
-
Ronald Raygun replied Jun 25, 2008I combined what I had, hopefully it works.
EA/Script to close Trades and Pending orders?
-
Ronald Raygun replied Jun 25, 2008Why use an EA when you can use a script?
EA/Script to close Trades and Pending orders?
-
Ronald Raygun replied Jun 25, 2008There was a point somewhere in the thread where the trade was entered immediately at week's open (if previous week was long, then go long, else short). With stop and reverse positions at 50 pips. As for your example, you'd keep reversing all week. ...
Part Time Wealth Building Trading System - Weekly Scalping
-
Ronald Raygun replied Jun 25, 2008Yep. I'll go through the entire code eventually, but location relative to the previous bar is the major factor involved I suspect.
Please, how does this indicator work?
-
Ronald Raygun replied Jun 25, 2008This indicator I think defines a pin bar not merely by the shape, but also by the location relative to the previous bar as described in this document url
Please, how does this indicator work?
-
Ronald Raygun replied Jun 25, 2008|| is the "OR" function. I assume the original code looked like this: if( nose_length/bar_length > Min_Nose_Ratio/100.0 && body_length/bar_length < Max_Body_Ratio/100.0 && (High[bar_num]-High[bar_num+1]>=bar_length/3.0 || ...
Please, how does this indicator work?
-
Ronald Raygun replied Jun 25, 2008This system was developed to capture huge trends. You saw the results for yourself, and you should know the terms under which the turtles achieved those results. Why change that? As for other pairs, I have done visual indicator-based backtesting. ...
Dennis' Turtles
-
Ronald Raygun replied Jun 25, 2008They're working for now, but I've only had 7 entries in 3 months, so I can't be absolutely sure. Backtesting shows turtle-like order accuracy. (long string of losers, one large winner. But given the frequency of signals, I'm not committing cash yet. ...
Dennis' Turtles
-
Ronald Raygun replied Jun 25, 2008I've been using 40 for the forex market. The main reason for doing so is to detect the establishment of a trend. I figure that a two month high is some sort of trend with some false breakouts fit for a turtle.
Dennis' Turtles
-
Ronald Raygun replied Jun 25, 2008See attached. Just enter in the period of the SMA you want to use.
Trend Finder Daily