| New signals service! | |
|
|||||||
| 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 |
|
|||
|
Open up the expert advisor properties from the graph by right clicking your mouse when the mouse arrow is on the graph. Make sure Allow live trading is checked. You should have a smiley face at the top right of the graph after you close this expert advisor setup box. If you have the smiley face, then it will now trade in real time.
It also pays to check out and experiment with each drop down box of the tool icons above the graph. Good luck! Dave ![]() |
|
|||
|
Programmers, Please Read.
Hey guys,
Im looking for a bit of help. Im learning to code, very slowly, however i was just looking for advice as to how i can write the following EA. I have been trading this live for a couple of months now, with alot of success. Apply a 6EMA to the Batfink Trend Change Indicator. On the 4hr chart on your pair of choice (i prefer GBPUSD and GBPJPY): Short when 6EMA slope changes from positive to negative Long when 6EMA slope changes from negative to positive. Im looking for an EA that can enter on these signals immediately, with 2 lots on each order, so the TP's can be managed. External Variable on the following would be great, to chnage up the EA on each pair traded: - Initial Stop Size - Initial TP on 1st lot - Initial TP on 2nd lot - Point at which Trailing stop is applied. (ive been doing this when first TP is hit) - Depth of Trailing Stop The indicator is attached, the 6EMA has to be overlayed. Thanks ALOT to anyone who can take the time to help with this code. I think it is very promising as a set and forget system. Cheers, Mitch. |
|
|||
|
Hey Dave,
Thanks, I already did that thing but it is not working. Instead of a smiley face, there is a cross with the name of EA. Still struggling to get the EA work on Live charts as it is working on strategy tester. Regards |
|
|||
|
Process new bar only?
Hi all. Sorry if I post at wrong side of forum. I hope not.
I have a coding question. How can I make sure my piece of code is only executed if a new 5-min bar is formed, and not every new tick? Thanks! |
|
|||
|
You can use Time[x], x=0,1,2,3,...
__________________
Need a professional MQL4 programmer? PM me |
![]() |
| Bookmarks |
| Tags |
| close, eas, profit, reach |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Learning Cycles For New Traders | Dan7974 | General Discussion | 350 | 01-18-2008 06:04 PM |
| Learning to code for autotrading | GoatT | Metatrader Programming | 8 | 01-10-2007 08:55 PM |
| Self learning expert | mrtools | Expert Advisors - Metatrader 4 | 32 | 10-22-2006 05:29 PM |