| 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 |
|
||||
|
Quote:
__________________
|
|
||||
|
__________________
|
|
|||
|
Thanks! I am testing with several modifications/additions to my EA now. It worked with North Finance and Interbankfx, but did not work with the new brokerage firm that North Finance is promoting now - FXpro.com. They have some great features and are faster and are Euro regulated, and they went to a fifth decimal place on some currencies. I suspect Fxpro's MT4 platform has had modifications to it to support the additional decimal place, consequently as I transferred over my reliable EA's to their platform, they no longer would work. The error 130 was what I was getting.
Dave |
|
|||
|
build my own moving average
Hi
I'd like to know how to build my own moving average with the average of 4 indicators. double ma = iMA(NULL, 0, 14, 0, MODE_EMA, PRICE_CLOSE,Current + 0); double ma_m15 = iMA(NULL, PERIOD_M15, 14, 0, MODE_EMA,PRICE_CLOSE, Current + 0); double ma_m30 = iMA(NULL, PERIOD_M30, 14, 0, MODE_EMA,PRICE_CLOSE, Current + 0); double ma_m60 = iMA(NULL, PERIOD_H1, 14, 0, MODE_EMA,PRICE_CLOSE, Current + 0); double var1 = ma , var2 = ma_m15 , var3 = ma_m30 , var4=ma_m60 ; double var_myMA = (var1 + var2 + var3 + var4)/4; How can I draw var_myMA in the main window? I don't know how to use ObjectCreate() Best regards |
|
||||
|
Hi,
Take a look at this thread. You also could use the Moving Average indcaitor code as example, or the MACD code and so on. Quote:
__________________
|
![]() |
| Bookmarks |
| Tags |
| automated close order, close, eas, forex, learn mql4, learn mql4 video, mql4 learning, OrderCloseBy, profit, reach, secure profit function, T101_v1.11_orest_IBFXm.mq4, learning mql4 |
| 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 07:04 PM |
| Learning to code for autotrading | GoatT | Metatrader Programming | 8 | 01-10-2007 09:55 PM |
| Self learning expert | mrtools | Expert Advisors - Metatrader 4 | 32 | 10-22-2006 06:29 PM |