- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Aug 23, 2008Backtesting won't work on this one. I have never seen spreads change on a backtest. When the spread is negative, you automatically make money whenever you open and close a trade. This EA looks for that.
What are the most consistent EAs ?????
-
Ronald Raygun replied Aug 23, 2008Ok, I got it. Thanks Pippero.
Why is my code not creating multiple objects?
-
Ronald Raygun replied Aug 23, 2008The only trading system which I know of that has 100% win rate forever is one that trades when the spread is negative. An EA for that is really easy.
What are the most consistent EAs ?????
-
Ronald Raygun replied Aug 23, 2008Here is the MM code that I use (modified from Azmel's version): //Money Management sequence if (MoneyManagement) { if (Risk<1 || Risk>100) { Comment("Invalid Risk Value."); return(0); } else { ...
MM EA code help
-
Ronald Raygun replied Aug 23, 2008Does each object need a different name? And how should I go about assigning unique names for each object?
Why is my code not creating multiple objects?
-
Why is my code not creating multiple objects?
Started Aug 23, 2008|Platform Tech|5 replies
I'm trying to figure out how to get an EA to draw objects on the screen when a signal appears, ...
-
Detecting TP/SL hits
Started Aug 23, 2008|Platform Tech|1 reply
Hey all, I've been trying to detect whether or not a broker-side TP or SL was hit through the ...
-
Ronald Raygun replied Aug 22, 2008Apple is doing that right now against Psystar. A lot of legal experts are going back and forth to the damages that Apple is justly due. Frankly, if Apple loses, all EULAs could be subject to legal violation (if that's grammatically possible) based ...
Unlocking EA source code
-
Ronald Raygun replied Aug 20, 2008I can hardly call consistency a race, but I get your point. If you want excitement, go scalping. Trust me, your anti-gray shampoo budget will grow substantially.
AshFX Daily
-
Ronald Raygun replied Aug 20, 200810,000 into 189 billion in 6 months...That's an annualized...1.89 billion% return per annum. As for whether or not it works, please everyone know that this is more to show how some EA hawkers can hoax you, I do not necessarily promote this as a ...
Is this possible ?
-
Ronald Raygun replied Aug 20, 2008Same thing as the above, but instead of using time functions you use the "OrderProfit()" function
Please help! - How to automatically close open position after 1 hour?
-
Ronald Raygun replied Aug 20, 2008To close an order after specified time... extern int TimeSeconds = 3600 //one hour init() start() Total = TotalOrders(); OrderOpen = 0; for (int i = 0; i < Total; i ++) { OrderSelect(i, SELECT_BY_POS, MODE_TRADES); if(OrderType() <= OP_SELL && ...
Please help! - How to automatically close open position after 1 hour?
-
Ronald Raygun replied Aug 18, 2008If by big financial companies you mean investment banks, I can personally say from first hand experience that they don't. There are plenty of in-house traders and quants, and programmers, and strategists and analysts to bother with that sort of ...
Selling Systems
-
Ronald Raygun replied Aug 17, 2008I am a trader that knows programming. I am not a programmer trying to be a trader. Get the title right. A lot of commercial EA/Indicator vendors do not include an EULA in the purchasing terms of their software. It's a shame really, but that's the ...
Unlocking EA source code
-
Ronald Raygun replied Aug 17, 2008Look for a decompiler. There's nothing else you can do.
Unlocking EA source code
-
Ronald Raygun replied Aug 16, 2008Try using the aplari history database.
MA Cross Optimization EA (very cool)
-
Ronald Raygun replied Aug 15, 2008Generally speaking, leverage plays a huge factor in what your return is. If I had a one account at 500:1 leverage and another account at 1:1 leverage. Let's say each account has a leveraged value of 100,000. At 500:1 leverage, my personal margin is ...
What is good ?
-
Ronald Raygun replied Aug 15, 2008Perhaps I should clarify: ROI ultimately is the only metric an investor will care about. "If I give you $100, how much will I get back?" Net Profit is a part of that, it really should be Net Profit / Deposit.
New Expert Advisor PROFIT FACTOR 19.39
-
Ronald Raygun replied Aug 15, 2008I have EAs with a profit factor of infinity. Do you know how? Place one trade, take a profit, stop trading forever. Profit Factor is dollars profit for every dollar loss. A profit factor less than 1 means your EA is losing money. Personally, the ...
New Expert Advisor PROFIT FACTOR 19.39
-
Ronald Raygun replied Aug 15, 2008I'm too young for that
Any alternatives?How to deal with the losses??