- Search Metals Mine
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Feb 4, 2009The box is the breakout range. Using nomoretoxic's system, you don't trade the initial breakout, you trade the 2nd breakout, just like your system. My Genericbreakout series does not enter on retracements, it takes the initial breakout.
retrace/breakout system
-
Ronald Raygun replied Feb 4, 2009int ApprovedAccount = 123456; start() { if(ApprovedAccount != AccountNumber()) return(0); //Insert code here } The above code gives no warning. It just shuts off the EA. That's my preferred way of protection.
How do you protect an EA or Indicator?? (A working way)
-
Ronald Raygun replied Feb 4, 2009There are several ways: Lock to account using AccountNumber() restrict to demo using IsDemo() restrict to forward testing only IsTesting() use a time expiration set a password
How do you protect an EA or Indicator?? (A working way)
-
Ronald Raygun replied Feb 4, 2009The EA was designed to follow these rules: Long entry- Bar goes below the Low of previous bar. Then Goes above the Close of the previous bar. Enter 1pip + spread above the Close of previous bar. SL- 1 pip below Low of current bar. Exit at close of ...
Slingshot-30 Min. PA System
-
Ronald Raygun replied Feb 4, 2009nomoretoxic's breakout thread does what you're talking about
retrace/breakout system
-
Ronald Raygun replied Feb 4, 2009Fast MA: period: 1, method: 0, shift: 0. Slow MA period: 13, method: 0, shift 0.
Generic EAs
-
Ronald Raygun replied Feb 4, 2009As brilliant a coder as several of the newer members here on FF think I am, my coding ability is limited. How do I send a url to the webserver? I guess it's the equivalent of typing in "www.google.com" into the address bar of a browser and pressing ...
Getting Metatrader to post a link?
-
Ronald Raygun replied Feb 4, 2009They are also coming out with a few more household robots. Ever heard of the iShovel?
ROBOTS
-
Ronald Raygun replied Feb 4, 2009I'm trying to send a url to a webserver.
Getting Metatrader to post a link?
-
Ronald Raygun replied Feb 3, 2009That's not the problem. I can create the string. That's easy. I can't send the string.
Getting Metatrader to post a link?
-
Ronald Raygun replied Feb 3, 2009Outside trading times? Are you getting broker time from the chart or the market activity window?
eur/usd scalping method
-
Ronald Raygun replied Feb 3, 2009All I need the EA to do is send the link.... The link is automatically generated by the EA and has the data embedded into it. The website is ready and able to receive the link. I just can't get the EA to post the link =D
Getting Metatrader to post a link?
-
Ronald Raygun replied Feb 3, 2009It seems like none of this post seems to have any reference to losing trades. Do you expect to win every trade? Also, what is the underlying system which you use to trade?
Trading style.....
-
Ronald Raygun replied Feb 3, 2009The exact same thing? WhipsawProtection checks the previous bar. If the previous bar shows no signal, or opposite signal, then it allows the EA to trade. Was there a case when that did not happen?
eur/usd scalping method
-
Ronald Raygun replied Feb 3, 2009It seems that I can't get the link to post properly. How do I... Get the code to enter the link online? Figure out any feedback from the website?The website has a set of error codes which is shown as simple text on the webpage.
Getting Metatrader to post a link?
-
Getting Metatrader to post a link?
Started Feb 3, 2009|Platform Tech|15 replies
Hey everyone, I'm trying out a new method of posting information to a website, and I'm using a ...
-
Ronald Raygun replied Feb 3, 2009Whipsaw should have protected you in this case, because whipsaw protection looks for the bar prior to the signal bar to not be a signal bar.
eur/usd scalping method