- Search Crypto Craft
-
LongToBeFree replied Jan 27, 2009This wouldnt be a setting to change, you'd have to modify the code. Post the code or indicator and that could get you started
help with code
-
LongToBeFree replied Jan 27, 2009I hate to be so broad in my statements, but I have come to believe that any system that has discretionary elements (even minor ones) is destined to fail over the long term. The number of people that can exercise enough discipline and self control to ...
Systematic Trading vs. Discretionary Trading
-
LongToBeFree replied Jan 27, 2009The leading zero shouldn't error out like that, but stranger things have happened with MQL.
What's wrong with this IBFX script code?
-
LongToBeFree replied Jan 27, 20091 - you are not getting an error message on compile. That is simply an informational and that makes sense since you're replacing the call to the MM function 2 - I dont know what error 2 is but I'm guessing it has to do with the magic number. Read ...
What's wrong with this IBFX script code?
-
LongToBeFree replied Jan 27, 2009Well, yes, this is true of any market really. But you have to account for who are the buyers & sellers in the Forex market. Realize that in some cases (like JPY) these "buyers & sellers" are actually the country's central bank, artificially propping ...
Who sets exchange rates?
-
LongToBeFree replied Jan 27, 2009I used to think like this too. But now I'm not so sure. I'm a professional programmer in my day job and I want to be compensated for my code just like anyone else. But with forex, I think its more about being able to create code to manage your own ...
[ask] coding for un-decompile ex4
-
LongToBeFree replied Jan 27, 2009I'd rather focus on making my life easier as a programmer than selling EAs. For example, its rumored that MT5 will have an event procedure OnStopLoss for when an existing order hits the SL. I think that will be awesome! I'd rather see them focus on ...
[ask] coding for un-decompile ex4
-
LongToBeFree replied Jan 27, 2009"You know, just simple lines intertwining, you know, very much like - I'm really influenced by Mozart and Bach, and it's sort of in between those, really. It's like a Mach piece, really. This piece is called 'Lick My Love Pump'"
Song most relevant to trading....
-
LongToBeFree replied Jan 27, 2009This is easy. Let's say your price is in a variable like OrderPrice then its OrderPrice=NormalizeDouble(OrderPrice, Digits); This will make sure you only have the same number of decimal digits as the pair allows
How to normalize value of price???
-
LongToBeFree replied Jan 27, 2009It would be nice, but I wouldnt consider this critical. I'd much rather see some more event procedures or other cool things like that than worry about code protection
[ask] coding for un-decompile ex4
-
LongToBeFree replied Jan 27, 2009If you followed Zen's advice, then you no longer need to pass StopLoss in the calls to the LotsRisk Try changing LotsRisk(StopLoss) to LotsRisk()
EA help needed
-
LongToBeFree replied Jan 26, 2009OK, good start. Next thing you're going to need is better-defined rules for MM. What is the risk of capital with each trade? (position size) What is the max number of open positions? (if any) What is the SL? What is the TP? How do you calculate ...
adding money management...
-
LongToBeFree replied Jan 26, 2009Youre going to have to post your code in order to get help with this one
adding money management...
-
LongToBeFree replied Jan 25, 2009If there is a back-end on this job, feel free to send me a PM and I will write it for you. I'm a whore for code

[MT4]Indicator wich shows result of pairs multiplication
-
LongToBeFree replied Jan 25, 2009The inputs tab items are particular to your EA. These are the parameters that your EA uses so I couldnt tell you what to put in each without knowing your EA. Your programmer should have explained to you what each parameter is. Magic number is used ...
How to back test an EA
-
LongToBeFree replied Jan 25, 2009Expert Properties is where you would set all the external parameters for your EA. You also set the starting capital and decide if it takes long & short positions
How to back test an EA
-
LongToBeFree replied Jan 25, 2009If there is a back-end on this job send me a PM
Proposal for an experience MQ4 programers
-
LongToBeFree replied Jan 23, 2009I had the same experience. Whenever someone posted the latest "hot" new system, I would create an EA to model it only to see it crash & burn during my testing. Since then, I've done a lot of reading and have come to realize that profitable trading ...
Whats the Fuss!
-
LongToBeFree replied Jan 23, 2009I havent tested it, so I can't pass judgement but I still appreciate you taking the time to post this. We need more programmer EAs on here.
Brand New EA - Treva.eurusd.ea