- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Aug 6, 2008You're right, I don't see an EA with my templates. Here it is. For long, set DirectionLong to true, opposite for short.
How to send order at the close of the bar?
-
Ronald Raygun replied Aug 6, 2008int DaysOfYear; init() DaysOfYear = DayOfYear() - 1; start() if(DaysOfYear != DayOfYear()) //Continue Trade; //Put code here if( Profit Taken ) DaysOfYear = DayOfYear();
need help: simple code for start EA at begin of new day
-
Ronald Raygun replied Aug 6, 2008There you go. See if you can study the code and copy what you need into teh expert advisor to get it working.
Script to close current open order
-
Ronald Raygun replied Aug 6, 2008Google and wikipedia tend to be good resources. www.babypips.com www.investopedia.com etc.
I want to study indicators in detail
-
Ronald Raygun replied Aug 6, 2008Do you want to close only one trade? Or all trades? The code looks like it's within an EA. You need to have the EA sort through all open trades to try and determine which trade it wants to manage. int Total = OrdersTotal(); for (int i = 0; i < ...
Script to close current open order
-
Ronald Raygun replied Aug 6, 2008Set SignalsOnly to true. SignalMail to true PlaySounds to true Alerts to trueMake sure your terminal is set up for sending e-mail.
5sma EA
-
Ronald Raygun replied Aug 6, 2008My ea can do both buy and sell, just set the long value to "false"...
How to send order at the close of the bar?
-
Ronald Raygun replied Aug 6, 2008If the EA you're using was coded by me, you only need to worry about different magic numbers if they are on the same pair, but different time frames. If it's another EA, I suggest you use a magic number, just in case.
How to send order at the close of the bar?
-
Ronald Raygun replied Aug 6, 2008You can only attach one EA per chart. If you want multiple EAs, you need multiple charts. As for your other post...it looks like your lot size is not allowed by the broker. What lot size are you using?
How to send order at the close of the bar?
-
Ronald Raygun replied Aug 5, 2008Place one CCI on the chart. Drag the second CCI into the window of the first CCI.
Re Charts
-
Ronald Raygun replied Aug 5, 2008If code protection and integrity is really what you're after, your best option is an EA hosted on your own server, which then sends signals out to other EAs. Effectively, there is one broadcast EA, and many receiver EAs. The account copier comes to ...
AshFX Daily (EA - MTaboneWeb)
-
Ronald Raygun replied Aug 5, 2008My suggestion is not to try and calculate gains in dollars, but instead try to calculate gains in pips. This helps remove the psychological shock which can sometimes affect a trader who is moving up to higher lot sizes. From whatever net pip gains ...
Tell me if this is reasonable
-
Ronald Raygun replied Aug 5, 2008Why not scale up? Theoretically, if this were on the 5M chart, a 1HR ranging period with maximum range of 15 pips and then a 30 pip breakout...
Virus System
-
Ronald Raygun replied Aug 5, 2008Or you could just post your offer/job and ask Programmers to PM you.
Meta Trader 4 Programmer Recommendations
-
Ronald Raygun replied Aug 4, 2008Are you sure your broker is one of them especially during news time? Every one of my trades factors in 10 pip slippage regardless of market conditions. As long as we're all using retail FX brokers, I suggest you do the same.
filled at 43 pips away from my stop loss!!