- Search Crypto Craft
-
magnumfreak replied Aug 2, 2009server time. so if your server is GMT all of the data is stored GMT if it is eastern time then eastern time. if your broker adjusts for daylight savings time then the data will be stored that way also.
Metatrader data export question
-
magnumfreak replied Aug 2, 2009When you write the EA use the Icustom function to request what you need from the indicator. to monitor for when the sun shaped indicator is at a high: double highsun = iCustom(NULL,0,"Final Draft 3 semafor alert",5,1); use 4 instead of 5 for ...
Reading peak semafor points
-
magnumfreak replied Aug 1, 2009He joined August 2006 Thread started September 2006 not likely he had 2900 posts in 1 month. LOL!
Trading for a living
-
magnumfreak replied Jul 24, 200945 pips is 45 pips. the extra digit on some brokers is a fractional pip. you cannot say that 1 pip is 0.0001 because for yen pairs 1 pip is 0.01
What is the story of "1 pip"?
-
magnumfreak replied Jul 24, 2009no need to go to other sites to get examples, just cruise through some of the threads in the "interactive trading" section. LOL! Great thread BTW.
Charts on Drugs or works of Art?
-
magnumfreak replied Jul 22, 2009Set up a free 30 day trial with Gotomeeting and then you can show and explain it to anyone anywhere. Just cancel before the end of your trial period.
Need a programmer in New York
-
magnumfreak replied Jun 9, 2009Why don't you quit wasting everyones time and post your code up. Right now everyone has to guess at what your error is instead of being able to actually troubleshoot the problem. Not just snippets of code but all of it. It could be anything from not ...
Bb_macd_cct (Indicator using it)
-
magnumfreak replied Jun 7, 2009the first component of the icustom function call should either be NULL or Symbol(), not 0 as you have it in yours.
Bb_macd_cct (Indicator using it)
-
magnumfreak replied Apr 18, 2009since this indicator uses objects to draw on the chart, you will need the source code (.mq4 file) otherwise building an EA will be difficult. Not impossible but difficult.
need help to code EA from a profitable indicator
-
magnumfreak replied Apr 14, 2009hedging can be a good thing when done properly. I use hedging every day to take advantage of retracements that occur during a longer trend. I do not use it to cover for a bad trade. It is just a different trading style. There are arguments for and ...
Proposal to phase out Hedging
-
magnumfreak replied Apr 12, 2009how many indicators do you have in your indicator folder?
MT4 mystery
-
magnumfreak replied Apr 12, 2009make sure you do both and just before the ordersend will work just fine.
buy script: 5 digits spread calculation
-
magnumfreak replied Apr 12, 2009try doing a normalize double on your TPB and SLB. TPB = NormalizeDouble(TPB,Digits) The Digits will ensure it has the correct number of places after the decimal.
buy script: 5 digits spread calculation
-
magnumfreak replied Apr 12, 2009url shows them as being pending from 4/30/2008. Having dealt with the NFA over the last 2 years, I don't find that in the least bit surprising. It's a wonder anyone gets past pending.
FXDD Red Flag
-
magnumfreak replied Apr 11, 2009it will depend on how the EA is written. Most will need just a few minor modifications to work properly. As long as you have the source code, changes will be easy. you basically just start thinking in tenth of a pip. instead of 20 for a take profit ...
Interbank FX changes to 5 decimal points
-
magnumfreak replied Apr 8, 2009could go either way. sometimes when many of the banks are closed there are really good movements other times it just isn't worth it. Many of the banks are closed on monday as well, so I think I will take a nice 4 day weekend. Come back around asia ...
Cesarnc's market talk, gossips, rumours & fun
-
magnumfreak replied Apr 8, 2009gann hi lo is just two simple moving averages. place one on your screen averaging the highs and one averaging the lows. at least until you get someone to program it for you, this could stand as a substitute.
Gann Hi-Lo Activator_SSL for Metastock
-
magnumfreak replied Apr 7, 2009but where he attacked your method, your comment attacks the person. While both are wrong, I personally don't think there is ever a need to attack a person. So the best way to stop most of it is to just issue a challenge to others to step up to the ...
What Is An "Edge" IN Trading?