Posted 2/5/2011 14:20:27
|
|
|
|
| I am new to RE. I understand how to design a system simply using the drag and drop from the System Components. Unfortunately, this is pretty limited. I would like to add code for a trailing stop, etc. However, I can't figure out how to modify a system that was made using the drag and drop method, at the code level. I'm not sure where to go to see and modify the code. Any help is greatly appreciated. Thanks in advance, -Jim
|
|
Posted 2/7/2011 12:10:04
|
|
|
|
| ANYONE? All I need to know, is were can I modify the code for a system? No one knows? -Jim
|
|
Posted 2/8/2011 07:09:01
|
|
|
|
| Jim, You can create mixed strategies, a part on the DnD and the rest in code. The code can reference elements on the DnD. There should be some examples of this somewhere, but I don't recall where at the moment.
-Pete (See also rightedge-ats Yahoo group )
|
|
Posted 2/9/2011 03:37:58
|
|
|
|
The drag and drop doesn't generate code. This means you don't run into an issue where you modify the code and now it's out of sync with what you dragged and dropped. You can have both drag and drop components and code in the same system, and they can interact (ie your code can access indicators or other components you've set up in the drag and drop).
Thanks,
Daniel
|
|
Posted 2/9/2011 14:33:56
|
|
|
|
| Thanks for the replys. If you can have both drag and drop components as well as code in one system, where in the program do I go to add the code? Thanks, Jim
|
|
Posted 2/9/2011 22:23:49
|
|
|
|
In the Trading System window there is a tree of items that make up your project. Double-click on the code file with the same name as your system to open it. It will be YourSystemName.cs or YourSystemName.vb.
Thanks,
Daniel
|
|
|
|