|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Programming notes
Thanks Dave,
Thanks for your notes. It's very clear. I will let you have my notes soon - also studying code to eventually develop my own "private" EA. BTW: If you look like the one in your avatar, you can have my car! Keep well. EbenB |
|
||||
|
I do not look like this yet, but my alter ego is Einstein (Like Einstein and Thomas Edison, I can tell you of at least 2,000 things that do not work that relate to EA's!).
You can see me at my website: www.lulu.com/HOWTOHEAL. Please add your notes and examples for helping your brother programmers out. Peace! Dave |
|
||||
|
Quote:
Had a look at your photo on the web-site. There's not much of a difference..... ![]() |
|
||||
|
It makes no difference what you look like...you look fine. I'm older yet, but you wouldn't know it by my Avatar! HA!
Anyway, it sounds like a fine work you're doing! Keep up the good work for the Kingdom of God! Jesus is the only one who can bring prosperity into your life, if He wills...even in the FOREX market. I give Him credit when I succeed and when I fail. And I work hard at it. I think I've got a profitable EA through forwardtesting. Most of the ideas in it are kind of a gift from God, but you still have to work.
__________________
Success is more perspiration than inspiration . . .
|
|
|||
|
Hi!! I'm learning mq4. I've coded a littel EA and I'd like to add a "RSI protect", something like: If RSI>90 and odertype=op_BUY and orderprofit>=X pips move SL to +X". I've been trying but I don't get that I want. Any help?
|
|
|||
|
Easy Expert Functions - Include file
While coding my own experts, I realized that the process for opening/closing orders, etc. is pretty much the same every time, and I kept reusing the same code every time I wanted to try a new strategy.
Instead of having to write new code each time to open and close orders, I decided to write an include file with functions that will do it automatically, and keep track of the state of opened/closed orders, trailing stops, adding to profitable positions and hedging. The end result is that it takes minutes to code an EA to try out a new strategy using different indicators. That way, the programmer can concentrate on coding buy/sell logic instead of dealing with routine actions. Try it out, modify it and let me know if you like it or have any suggestions. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Help Programming EA | mikejody | Metatrader 4 | 0 | 05-15-2007 03:26 PM |
| Please Help In Programming Ea | Goen | Questions | 0 | 05-04-2007 07:18 PM |
| Programming My First EA - - - ???? | resalin | Setup Questions | 4 | 05-03-2007 03:06 PM |