- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Feb 5, 2008Let me try to make this clear for you. It is impossible to magically shift the charts back so you can enter the trade where you wanted to enter. Abnormalone has a point and thankfully, TrendSlopeV2 has the MAPeriod function built in.
Trade the Slope System
-
Ronald Raygun replied Feb 5, 2008I don't get it, is the delay in time a fault of the EA or the broker? I know sometimes in my forward testing my broker takes some time to fill the order. (Sometimes it has to do with my internet connection.)
Daily Stochastic Oscillator System
-
Ronald Raygun replied Feb 5, 2008Ok, color changing earlier? It's easier said than done. Let me explain. The original indicator posted at the beginning of the thread determined the slope in a very simple fashion. The slope is UP if the Current Value is greater than the Previous ...
Trade the Slope System
-
Ronald Raygun replied Feb 5, 2008Can you please clarify what you're talking about?
Trade the Slope System
-
Ronald Raygun replied Feb 5, 2008If it did open a trade, check with your broker. I suspect that they are offset from GMT
Daily Stochastic Oscillator System
-
Ronald Raygun replied Feb 5, 2008Also make sure that the magic number is a non 0 number. If it is 0, then any manually opened trades will affect it.
Daily Stochastic Oscillator System
-
Ronald Raygun replied Jan 31, 2008I don't get it, the EA that was posted at the beginning of the trade isn't opening orders for me...Are you all doing this manually?
Daily Stochastic Oscillator System
-
Ronald Raygun replied Jan 29, 2008The name of the indicator in the iCustom function must be exactly the same as the indicator in the folder. The following examples are ALL DIFFERENT in the eyes of the iCustom function. Custom . custom. custom . CUSTOM. Also, did you compile the ...
X50 - M5 trend following
-
Ronald Raygun replied Jan 28, 2008The idea is to get in as early as possible. You don't need to be EXACTLY at the market open, but it certainly doesn't hurt. If you are having trouble getting online on the open of a new day, to to the weekly scalping thread and search for an ...
Part Time Wealth Building Trading System - Daily Scalping
-
Ronald Raygun replied Jan 28, 2008Ok, the way the slope indicator works is that it checks its current MA value and the Previous MA value. If the current is greater than the previous, then the slope is up. If the current is less than the previous, then the slope is down. My EA works ...
Trade the Slope System
-
Ronald Raygun replied Jan 26, 2008All of the EAs are the OZFx_Method EAs that I programmed in the OZFx System thread. Relatively simple, but largely because I don't know how to combine certain functions. If I could modify the code to handle 5 trades at once, then I would only need ...
Metatrader Limits?
-
Ronald Raygun replied Jan 26, 2008The EA exits a trade then the slope of the largest(base) TF is positive. If you all want a smaller TF you'll have to tell me, because then I'll need to change the parameters.
Trade the Slope System
-
Ronald Raygun replied Jan 26, 2008I suggest you read the ENTIRE OZ_Fx thread. (Use the search function of this website if you can't find it.)
Need trading system on daily charts
-
Metatrader Limits?
Started Jan 26, 2008|Platform Tech|4 replies
I have a setup which could potentially require 70 EAs running simultaneously. Has anyone here ...
-
Ronald Raygun replied Jan 25, 2008Try using this version. #property copyright "Ben Kennedy, Programming by Jose Cabanero" extern string Remark1 = "== Main Settings =="; extern int MagicNumber = 0; extern bool SignalMail = False; extern bool EachTickMode = False; extern double Lots = ...
X50 - M5 trend following
-
Ronald Raygun replied Jan 25, 2008I'm not sure why, but it works on my end. Is the indicator in the proper folder? //+------------------------------------------------------------------+ //| x50 System | //| Copyright
2008, Neal Chapman | //| [email protected] | ...X50 - M5 trend following
-
Ronald Raygun replied Jan 25, 2008When calling on an indicator which is not included as a standard indicator with metatrader, it needs to be placed in the "Indicators" folder. I had the same problem when I was coding my own version of an EA for canuckCT
X50 - M5 trend following
-
Ronald Raygun replied Jan 23, 2008Change the time to whatever you want. Depends largely on what your broker wants. It's all there. Just read the read the included comments inside the program. What time is london open in GMT?
Part Time Wealth Building Trading System - Weekly Scalping
-
Ronald Raygun replied Jan 23, 2008It will look at the previous day's close.
Part Time Wealth Building Trading System - Weekly Scalping