- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Jul 8, 2008Thanks for that catch. I went over the code again and it's all correct. No updates needed.
AshFX Daily
-
Ronald Raygun replied Jul 8, 2008Error 130 means that the new stoploss caused by the modify is too tight by the broker standard. Generally applies if your trail stop is less than 10 pips.
Trailing stop has error 130
-
Ronald Raygun replied Jul 8, 2008It's posted in the public domain. That EA's free of charge.
need a programmer to program an alert for double tops and double bottoms
-
Ronald Raygun replied Jul 7, 2008Here's my existing loop: //Check position bool IsTrade = False; for (int i = 0; i < Total; i ++) { OrderSelect(i, SELECT_BY_POS, MODE_TRADES); if(OrderType() <= OP_SELL && OrderSymbol() == Symbol() && OrderMagicNumber() == MagicNumber) { IsTrade = ...
Managing multiple trades.
-
Managing multiple trades.
Started Jul 7, 2008|Platform Tech|2 replies
Hey all, I've been having this coding limitation where my EA finds the broker maxlot ...
-
Ronald Raygun replied Jul 7, 2008Is TP only at 22.55? What happens if the price touches both orders?
Rankor Breakout
-
Ronald Raygun replied Jul 7, 2008This is the stochastic cross EA you were asking about.
need a programmer to program an alert for double tops and double bottoms
-
Ronald Raygun replied Jul 6, 2008Why thank you. Yes today is my birthday. Now that I'm 18, I can: Sue Be sued Enter into legally binding contracts Vote Drive after midnight etc.
AshFX Daily
-
Ronald Raygun replied Jul 6, 2008Download the file into the metatrader/templates folder. Open metatrader Right click on the chart Click on templates
AshFX Daily
-
Ronald Raygun replied Jul 6, 2008For an EA...(don't have the reference material in front of me, but it'd be something like this) double barcount; double LastHigh = iHigh(NULL, 0, 1); double LastLow = iLow(NULL, 0, 1); if (Bars != barcount) { Alert("The last bar had a high of ", ...
last closed bar top
-
Ronald Raygun replied Jul 6, 2008That's the point. This tKimble system is based on a stop and reverse system. The stops are put in place so that the system can try to determine the market's direction. Theoretically, it will keep reversing trades until the market shoots off in a ...
Part Time Wealth Building Trading System - Weekly Scalping
-
Ronald Raygun replied Jul 6, 2008Don't restrict yourself to one chart. Put the ea on another chart, and forget about it.
Script wanted
-
Ronald Raygun replied Jul 5, 2008EAs trade mechanical systems. They have the ultimate discipline, and a good mechanical system will work in most market situation.
Is there really a strategy to profit constantly?
-
Ronald Raygun replied Jul 4, 2008Right click on the script you want to run Click "Set Hotkey" Setup your hotkey Have your program run a macro or similar to play back the hotkey when necessary. (Make sure Metatrader is made the active window).I personally have been able to do this ...
can this be done with MetaTrader?
-
Ronald Raygun replied Jul 4, 2008Search for the Swiss Army EA. It can close trades if a certain profit is reached.
EA for closing all pending orders
-
Ronald Raygun replied Jul 4, 2008The law of large numbers is something that traders live by. Don't ever think that you can effortlessly pull money out of the forex market. It doesn't work like that.
Is there really a strategy to profit constantly?
-
Ronald Raygun replied Jul 4, 2008An expert advisor is simply an automated trading program. Programmers like myself can create such expert advisors to place trades based on completely mechanical signals that are given by the system it was coded to use. It's possible to code the ...
Trend Finder 4hr