- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Stealth StopLosses?
Started Aug 18, 2009|Platform Tech|15 replies
I know how to code a standard, plain vanilla stealth stoploss. That's not difficult at all. ...
-
Ronald Raygun replied Aug 17, 2009They aren't releasing MT5 the same time as MQL 5. It's the coding platform before the trading platform
Plz Metatrader ,Make some tool for mq4 indicator for converting!!
-
Ronald Raygun replied Aug 17, 2009Comment("The variable's value is: ", [variable without brackets]);
Debugging EAs
-
Ronald Raygun replied Aug 16, 2009If it's not painting lines, try recompiling the code. Otherwise...hmm open a support ticket at Forex.offers4u.biz/support and I'll look closer into the situation.
Generic Breakout V5
-
Ronald Raygun replied Aug 16, 2009Fulltime, you know exactly why I'm using NNs Yohan, I am. I've given up writing a NN in mql a long time ago. I'm writing some CUDA-compatible code to take advantage of the awesome power of the graphics cards that I bought. I'm waiting on Apple to ...
Writing an EA without the start function?
-
Ronald Raygun replied Aug 15, 2009url Set the first MA to 1 (average of 1 gets the current price) and the second MA to whatever you need it to be.
Expert Advisor HELP!!
-
Ronald Raygun replied Aug 15, 2009You can stream ticks into a mysql database and then call that I guess.
Live FOREX data feed
-
Ronald Raygun replied Aug 15, 2009For my EA: Lot size? Is it 0? For the ranges, are you using "HH:MM" format? Also, if you want to use 5:18PM, you need to put in 17:18. Any errors in the journal?
Generic Breakout V5
-
Ronald Raygun replied Aug 15, 2009reinstall mt4 (don't copy the program folder), then copy the data you need. I usually see this after I update MT4, seems to be a bad update file or something like that since that build works fine on my other (identical) machines.
crash error message
-
Ronald Raygun replied Aug 15, 2009I'm still waiting for this magical s/r formula.
Support & Resistance ONLY Trading
-
Ronald Raygun replied Aug 14, 2009FF has a similar table somewhere on the news page (left side) url
Live FOREX data feed
-
Ronald Raygun replied Aug 14, 2009you need to shift the time values to match your broker.
The AshFX System - Version II
-
Ronald Raygun replied Aug 14, 2009You have bad data which means that it is incomplete. As for getting more data... url url
The AshFX System - Version II
-
Ronald Raygun replied Aug 14, 2009Other resources in the way of teaching: book.mql4.com docs.mql4.com url
Looking for EA (MQL4) programmer
-
Ronald Raygun replied Aug 13, 2009//Determine 8 hours ago datetime StartTime = TimeCurrent() - ( 60 * 60 * 8); //Figure out how many bars that was int StartBar = iBarShift(NULL, 0, StartTime, False); //Find highest double HighestPoint = iHigh(NULL, 0, iHighest(NULL, 0, MODE_HIGH, ...
How to get High / Low range?
-
Ronald Raygun replied Aug 13, 2009Also Wolfe, that's possible, but what happens to ticks that are missed? What I'm trying to do is capture as many ticks as possible and feed it into the NN. The higher the quality of tick data, the better for me.
Writing an EA without the start function?