- Search Energy EXCH
-
CodeMeister replied Jan 20, 2010Good Plan — As someone mentioned, 3 months is not enough backtesting but it is a good start. If the strategy was failing I would say abandon it and try something else. But a 3 month winning backtest doesn't mean much. Any winning backtest will ...
00:00 GMT Breakout EURJPY
-
CodeMeister replied Jan 20, 2010900+ Pages — On which of the 900+ pages is the system described? Is there any useful code in the 2500 attachments?
experienced coder wanted - price action strategy ea
-
CodeMeister replied Jan 20, 2010Just Asking — I have never seen a good fractal indicator for the markets. My comment was asking if your indicator was based on fractal calculations.
the indic tells future?!
-
CodeMeister replied Jan 18, 20101 Percent — I did leave a 1 percent margin of error. If it is as good as you say, spend the $77 and the guy can make it better. Also you shouldn't be putting requests like this in the programming section. Tell other traders about it.
System for free for who makes the EA
-
CodeMeister replied Jan 18, 2010MT4 is Limited — Part of the ease of use of MT4 is its simplicity which comes with limits on what can be done. You are trying to exceed one of those limits. Other charting packages may allow something like that, but they are expensive and hard ...
Attaching a label to a vertical line
-
CodeMeister replied Jan 18, 2010Rip Off of a Rip Off — To me, this hilarious.
You are asking somebody to help you try to rip off a $77 piece of software. The system is probably crap like 99% of these things any way.System for free for who makes the EA
-
CodeMeister replied Jan 18, 2010Here it is — I wrote this for somebody a while ago. I haven't had any complaints so it should work OK. Its pretty basic but I think it does what you want. The settings are: InputEMAVal - the number of periods to be used by the EMA calculation. ...
Pips Away from MA
-
CodeMeister replied Jan 18, 2010Use Text Object — I think you should use the TEXT object instead of the LABEL object. It uses Price/Time for the co-ordinates. Label objects are meant to be located staticly at a fixed location on the chart.
Attaching a label to a vertical line
-
CodeMeister replied Jan 17, 2010Never Happened — I have a less powerful but similar system and never experienced problems like this.
Deleting charts causes MT4 to hang..Vista
-
CodeMeister replied Jan 16, 2010Haven't Done That — I haven't actually plotted the prices of another pair on the chart. Usually I just check the price for some condition such as how much they moved (ATR). I suppose you could declare another indicator buffer and assign the ...
help for indicator
-
CodeMeister replied Jan 16, 2010Dynamic System — This is the way I think of it. The markets are like many dynamic systems which seek a steady state. In the case of the markets that would be when buyers and sellers agree on the price and it never changes. Of course that state ...
do markets trend more then range?
-
CodeMeister replied Jan 15, 2010Fractal? — If this is based on Moving Average only, its just another indicator trying to use the past to predict the future. Maybe a fractal calculation has a higher probability but I think someone would have tried before this.
the indic tells future?!
-
CodeMeister replied Jan 15, 2010Try This — I presume you must be talking about a non zero value for GMTOffset because adding 0 to Time[0] will not change a thing unless a mistake was made. If you haven't already done so, run the code with this setting. Assuming there was no ...
Help with GMT time offset
-
CodeMeister replied Jan 14, 2010Doesn't Matter — Either way will work. Whichever is more understandable to you. Personally I usually declare a variable and set it to the answer. int GMToff = GMTOffset*60*60; In the ObjectCreate call add GMToff to Time[0].
Help with GMT time offset
-
CodeMeister replied Jan 14, 2010Good Plan — It is much better to not post until all the pieces fit together and we have confidence in our efforts.
The Lobster - Volatility Breakouts - EA Reqd
-
CodeMeister replied Jan 14, 2010Lobster is my Favorite Food — I love the food. I like the name - very appropriate. This was a very simple mod to code and I have done it. I will test it tonight and PM you tomorrow. I did some work on BB breakouts several months ago and ...
The Lobster - Volatility Breakouts - EA Reqd
-
CodeMeister replied Jan 14, 2010GMT Offset — You need to add a setting; lets call it GMTOffset. This is the number of hours difference between your broker's server and GMT. This number needs to multiplied by the number of seconds in an hour (60*60). Then you add this number ...
Help with GMT time offset
-
CodeMeister replied Jan 12, 2010Not Sure — Are you talking about a manual strategy or have you put together an Expert Advisor or script?
Backtesting questions
-
CodeMeister replied Jan 12, 2010Easy — double ask =MarketInfo("USDCHF",MODE_ASK);
help for indicator
-
CodeMeister replied Jan 12, 2010Can You Program? — There is lots of documentation. Start with OrderPrint(), Alert() and when you have them working, set up email. There are lots of threads on email, just search for SMTP. If you aren't a programmer, I'm not sure what you can ...
MT4 Alert help