- Search Energy EXCH
-
RaptorUK replied Sep 4, 2013You get daily candles because the day has a start and finish time, it's midnight . . . the market doesn't close and open except at the weekend. Are you suggesting the market opens and closes each minute so you can get M1 candles ? or every Hour so ...
Expert Advisor help with "start of day"
-
RaptorUK replied Sep 4, 2013Forex is 24/5 so the only start of day you might have an issue with is when the market opens after the weekend.
Expert Advisor help with "start of day"
-
RaptorUK replied Sep 3, 2013Do you want the total opened today ? or the total opened today that have been closed ? if you want the former you also have to count the currently open trades . . . You added the code inside an if() condition, if showOverallPnL = false the count ...
Counting how many open trades there are...?
-
RaptorUK replied Sep 2, 2013The code is broken, the function that loops through the orders will not close all the orders, it will miss some because the loop counts up . . . it needs to count down . . . Loops and Closing or Deleting Orders
MetaQuotes 4 Coding Lessons
-
RaptorUK replied Sep 1, 2013url If you really want to understand how to use this function ( ObjectGetValueByShift() ) then write some test code first, a little script ot Indicator to practice with, once you have figured out how to use this function correctly then you can add ...
Need help- alert when trend line crosses price line
-
RaptorUK replied Aug 30, 2013Unfortunately WindowScreenShot() only captures the chart . . .
I will code your EAs and Indicators for no charge
-
RaptorUK replied Aug 28, 2013Even width 5 is not wide enough for the max zoom level, the others can be done though, but it's still a kludge and not what the OP was asking for. Maybe with the forthcoming changes to MT4 and the common MetaEditor we might be able to do things like ...
Need a script to change colours of the Bar UP and DOWN
-
RaptorUK replied Aug 28, 2013Show the output to the experts tab or the experts log file.
MT4 Spread Tool
-
RaptorUK replied Aug 28, 2013No, it paints over the top of the bar, it doesn't change the colour of the bar, it will work as long as you don't want to zoom in or out too much . . .
Need a script to change colours of the Bar UP and DOWN
-
RaptorUK replied Aug 27, 2013You need to provide the source code file, the .mq4 file. If you don't have it ask the author.
I will code your EAs and Indicators for no charge
-
RaptorUK replied Aug 27, 2013This can be done in MT5 quite easily, but not in MT4 using standard mql4
Need a script to change colours of the Bar UP and DOWN
-
RaptorUK replied Aug 27, 2013Go here: MetaQuotes official MT4 & MT5 coding services
Looking for EA coder (will pay)
-
RaptorUK replied Aug 27, 2013If you don't need an exact match you can ignore the exact parameter
How to get exact Price from Time?
-
RaptorUK replied Aug 27, 2013What terminal are you talking about ? Ninja ? MT5 ? MT4 ? In MT4 you can get the bar number from the bar time using iBarShift()
How to get exact Price from Time?
-
RaptorUK replied Aug 27, 2013It's not meant to enter trades . . . it's meant to create a Renko chart.
I will code your EAs and Indicators for no charge
-
RaptorUK replied Aug 26, 2013OK, looking at this now . . . OK, try this, I have made the spread optional . . . extern bool ShowSpread = true; to disable the Spread set ShowSpread to false All modifications/additions are marked RaptorUK file
I will code your EAs and Indicators for no charge
-
RaptorUK replied Aug 26, 2013I was wearing a helmet because I was sitting in a Formula 1 car at the time about to go out on track, I thought it was a good idea to wear a helmet in that circumstance.
Request for a little bit of help with some Broker info - MT4