Looking for EA source code that gives me a leg up to applying my own logic

 

I'm looking for a framework to slot in my own trading strategy. What is the best one?

Framework to provide such features as:

  • Order entry
  • Trailing stop options
  • Spread options
  • Order management
  • Equity curve display
  • Multiple Symbols
  • Trade Management
  • All options exposed as parameters so they may be tested in Strategy Tester.
  • New bar detection
  • Stateless implementation
  • etc
 

All of that is in the documentation.

Start with a simple code and build on it as you learn.

 
Thank you. I already had looked. And not found. If you know its there, please provide link to it.
 
robe070:
Thank you. I already had looked. And not found. If you know its there, please provide link to it.

Look at CodeBase, there are thousand EA source code that you can learn. Learn to search with your eyes and mind, not just by asking or by mouth.

 
Thank you for your wisdom. That helps a lot.
 
So the answer to the question I posed is clearly "No". There is no framework that has all those attributes into which you can slot your own logic. You are required to wade through thousands of examples in the code base to extract what you need. Thats what the experts have done, so you must do it to. They are not willing to help in this way.
Reason: