- Search Crypto Craft
-
magnumfreak replied Mar 8, 2009An automated trading system not linked to MT4 in any way. A system so advanced that it can anticipate every move that is motivated by fear, greed or just plain stupidity. 500,000 lines of code interlinked and working for just one purpose....to empty ...
trading live software & tips
-
magnumfreak replied Mar 8, 2009why not just manually populate the array with symbols your broker offers? I mean really, are there more than 10-12 you want to look at anyway??
Symbols Check Function
-
magnumfreak replied Mar 7, 2009this indicator is NOT NOT possible. LOL! Sorry. I don't know of one that has been made but it can easily be done. If I had more free time I would make one for you. Hopefully someone will step in and help.
Indicator that draws horizontal line at X time bar close
-
magnumfreak replied Mar 7, 2009no, that's the joy of working with mt4. nothing to help you troubleshoot the code at all. I would print it out and mark each one and make sure there is one to close it out. Probably the easiest way. As a habit of mine, each time I open a new { I put ...
Function Error Unexpected
-
magnumfreak replied Mar 7, 2009in your start function you are missing 2 } which is causing your issue.
Function Error Unexpected
-
magnumfreak replied Mar 6, 2009when you double click the error what line does it take you to? Also, attach your EA so people can help you, otherwise we will waste time guessing what the problem could be.
Function Error Unexpected
-
magnumfreak replied Mar 6, 2009you are asking someone to sift through hundreds of lines of code and convert each one to MT4. While you will find several really good coders here it is unlikely any of them have more than a few minutes of spare time to help with an indicator or an ...
Need Help converting AFL Amibroker to MQ4 Metatrader
-
magnumfreak replied Mar 5, 2009you probably have your leverage set very high. Typically this is an excuse that brokers use to reduce the swap to "compensate" for the high leverage. If I remember correctly IBFX can go as high as 400:1 which is crazy. I bet if you reduced your ...
BUY & SELL both carrying a negative swap. Is it possible?
-
magnumfreak replied Mar 4, 2009easy enough. you will need to post formulas if you have any, the parameters you need, otherwise as much detail as you can about the indicator and someone will step up and build it for you. Without alot of detail, no one can really know exactly what ...
Help with creating a New Indicator
-
magnumfreak replied Mar 4, 2009It's best to trade what the charts show you. No need to change your methodology based on the time of day. From market open until market close I trade the exact same way every time. About the only time I will even pause is during NFP and interest ...
session-based trades
-
magnumfreak replied Mar 4, 2009it is a single EA there is nothing to handover. Everything is done through iCustom function calls along with iclose,iopen, etc etc. Double click on the error and it will take you to the line that has the problem. Without seeing the code it is just ...
Script that Opens/Closes charts
-
magnumfreak replied Mar 4, 2009sure you can do that. I have EA's that sit on the 30 min chart but monitor the 5,15,30 and 60. it makes entry on the 5 and then progressively hands over control to higher time frames as the trend progresses. I only have the 30 min chart open.
Script that Opens/Closes charts
-
magnumfreak replied Mar 4, 2009So calculate the number of lots needed to reach your maximum risk per trade. MT4 has alot of functions built in to help with that and they are listed under the MarketInfo function. You can find exactly how much each pip is worth for a standard lot ...
Money Management Strategy
-
magnumfreak replied Mar 4, 2009you can pull data from any symbol and any timeframe programmatically with functions such as iClose, iOpen, etc. each of these functions require the symbol name, the time frame and an offset. Any of the indicators can do the same. No need to have ...
Script that Opens/Closes charts
-
magnumfreak replied Mar 4, 2009use the icustom function to pull data from your indicator. No need for global variables. as long as each line is an external buffer it can be referenced with the icustom function.
Passing variables from Indicator to EA
-
magnumfreak replied Mar 4, 2009probably going to need some additional information.
Help with creating a New Indicator
-
magnumfreak replied Mar 4, 2009with a 700 pip max loss on a trade, you either have a really big account or a small account you are ok with losing a large percentage of which definitely isn't a good idea. what your formula does not take into account is how much is actually going ...
Money Management Strategy
-
magnumfreak replied Mar 4, 2009I know that I am liking what I see so far although I am early in testing for my EA's and indicators. Should be an interesting launch when it does happen.
MB Trading with MT4....Interested in Beta Testers.