- Search Metals Mine
-
Ronald Raygun replied Nov 22, 2009How do we know this isn't a rounding error? Large EMAs tend to give a very long decimal value. How far off is the EMA value if you use something like 20? url
Major problem with metatrader
-
Ronald Raygun replied Nov 20, 2009That's the symbol for the metaeditor application.
what does this symbol mean?
-
Ronald Raygun replied Nov 19, 2009datetime starttime = StrToTime("00:00"); if(iTime(NULL, 0, 0) == starttime) Print("Hello");
How to set a different opening time...
-
Ronald Raygun replied Nov 18, 2009Brokers only see OrderSend(), OrderModify(), OrderClose(), OrderDelete() as far as we know
Simple question re MT4
-
Ronald Raygun replied Nov 17, 2009Right, but if you code the EA to use a daily chart, you are stuck with the broker's daily open time.
How to set a different opening time...
-
Ronald Raygun replied Nov 17, 2009Yes. No real improvements or changes to the system
4H Box Breakout
-
Ronald Raygun replied Nov 16, 2009Right click on the trade, and in the profit section click "pips"
Pip counter
-
Ronald Raygun replied Nov 14, 2009It's possible for there to be a negative value for an EA's input.
Optimizing an EA
-
Ronald Raygun replied Nov 11, 2009I work with EAs because they usually have an edge over the current market. Coin toss has a slightly negative edge (because of spread). The EAs are also capable of getting in and out of trades themselves, so all I have to do is supervise them.
The EA method
-
Ronald Raygun replied Nov 11, 2009You basically want a live tick data feed, something like this? url Keep refreshing the page if you so choose.
access to raw market data in real-time?
-
Ronald Raygun replied Nov 10, 2009Right click on a script on the left column. Click "Set Hotkey" and then you can use a hotkey to trigger a script
Looking for a magical indicator
-
Ronald Raygun replied Nov 8, 2009General rule of thumb, backtests are worse especially if you don't have accurate granular data.
Why EA test is forward test better than back test??
-
Ronald Raygun replied Nov 2, 2009Can't you just use metatrader to populate a MySQL database?
How to get a live feed?
-
Ronald Raygun replied Oct 31, 2009Any windows VPS should work. Try to maximize your ram.
Difference between Hosting MT4 in a VPS and in a common PC
-
Ronald Raygun replied Oct 30, 2009One way would be to cycle through the object names and pull the value that way. Another is to reverse engineer the indi completely.
How to get the value from indicator which doesn't use buffer?
-
Ronald Raygun replied Oct 29, 2009You are all being unrealistic. You all forgot the "give me a bailout" button
Holigrail Trading Platform
-
Ronald Raygun replied Oct 26, 2009Learn to make money on a coin toss. Once you can make money on a coin toss, then any system with a positive expectancy will work for you.
Trading System Suggestions..?
-
Ronald Raygun replied Oct 26, 2009The main issue I see with this idea is making sure that the code has a 'memory' of sorts.
Plz Metatrader ,Make some tool for mq4 indicator for converting!!
-
Ronald Raygun replied Oct 22, 2009You need to use NormalizeDouble So: DoubleToStr(NormalizeDouble(Bid,Digits),Digits)
ECN 5/3 digits