- Search Forex Factory
- 1,276 Results
- cyber1 replied Nov 10, 2016
MaxEnrik- If you are doing any amount of coding you need to bookmark the MQL4 docs. Its all there complete w/examples. url
- cyber1 replied Nov 10, 2016
FXvenom- "One click trading" is built in to the MT4 platform http://www.youtube.com/watch?v=7HwmvylypQM
- cyber1 replied Oct 4, 2016
ra457- Heres the link to the post url
- cyber1 replied Oct 4, 2016
ra457- It would much simpler with these. url
- cyber1 replied Sep 23, 2016
Saleh1f- Look here. url
- cyber1 replied Sep 23, 2016
kobol007- The 2 are play simultaneously. You could try inserting the Sleep() function I have never tried it with PlaySound() and Alert() but 2 Sounds it works fine. PlaySound(SoundFileName1); Sleep(1200); PlaySound(SoundFileName2);
- cyber1 replied Sep 9, 2016
Batch- Try this site instead. url
- cyber1 replied Aug 19, 2016
FerruFx- So true but you never know when you might load an indicator that crashes the platform and all your set up is gone. Its best to set it up like you want and save it. And yes it does seem silly there is no autosave feature builtin.
- cyber1 replied Aug 19, 2016
JustyJust- Always remember to save your current profile each time you make changes. Unfortunately MT4 does not do that automatically.
- cyber1 replied Aug 19, 2016
f_simplicity- Seems to be working here.
- cyber1 replied Aug 19, 2016
Slingshots1- Try this.
- cyber1 replied Aug 19, 2016
NaughtyPip- Try this.
- cyber1 replied Aug 18, 2016
NaughtyPip- I might be interested in coding this just not sure what you are including in the body. A Bull Candlestick defined: wick = (High-Close) body = (Close-Open) tail = (Open-Low)
- cyber1 replied Aug 14, 2016
cdeleeuw- It appears you have the object name tied to either Bar number or Bar time. Correcting this should solve your problem.
- cyber1 replied Aug 14, 2016
devontrader- I really think you should try posting in the Trading Discussions forum. Its difficult to tell what the system is from a camera shot of your monitor. You need to post more details but I don't know that this is the forum best suited for ...
- cyber1 replied Aug 14, 2016
sspremj- Follow RR's threads I think you will find what you need. url
- cyber1 replied Aug 14, 2016
davitovito-
- cyber1 replied Aug 14, 2016
maximumguita- NP - here you go.
- cyber1 replied Aug 14, 2016
cdeleeuw- It's not a bug. When you plot an object and you later want to update the object and maybe move to a new location you must first either delete it or move it. I will show you several examples of how this can be done. Also I notice your ...
- cyber1 replied Aug 12, 2016
maximumguita- Try this.