Nathan
Nathan
Nathan
Added topic hexadecimals
Hello MQL4 community, To my knowledge, hex decimal base value representation is 0-15 (16 values) and its hex value representation is 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F (totaling 16 values). If my previous statement is valid, would hex decimal
Nathan
Added topic meta tester 5 agents manager traffic in/out
Hello MQL5 community, Is there a way to limit in/out traffic size to a fixed value within the 'MetaTester 5 Agents Manager' OR must port traffic be controlled using a separate application? Thank you
Nathan
Added topic market direction theory
Hello MQL5 community, WhooDoo22's trivia :) The biggest order (namely a buy order ) is contained within an unknown currency pair. There is a drastic difference in size between this buy order compared to all sell orders combined contained within the
Nathan
Added topic mql5 cloud
Hello MQL5 community, If anyone in the community has successfully registered their MQL5 account with cloud and is earning credits please provide simple instructions so I too can complete this task. Thank you
Nathan
Added topic mt5 strategy tester ticks
Hello MQL5 community, Are ticks in the mt5 terminal tester accurate or are they random similarly to mt4? Thank you
Nathan
Added topic ea trade execution speed from mt4 to mt5 terminals
Hello MQL5 community, What is the typical difference in EA trade execution speed between an MT4 terminal live account to an MT5 terminal live account? If EA trade execution speed in an MT5 terminal is faster than EA trade execution speed in an MT4
Nathan
Added topic quickie
Hello MQL4 community, What is the URL or keyword(s) for the MQL4 neighbor site providing a forum to traders seeking ideas for FOREX trading strategies, please? Thank you
Nathan
Added topic depth of market (DOM) - WhooDoo22
Hello MQL5 community, I'm attempting to write an EA witch will place trades based on depth of market. I read a thread earlier https://www.mql5.com/en/forum/6382 and noticed admin Rosh mentioned depth of market must be available for the currency pair
Nathan
Added topic fx market depth
Hello MQL4 community, While browsing the MQL5 market, I found an indicator representing majorities of buy to sell order ratio. I understand in MQL4, volume represents the amount of ticks per bar and not a buy to sell order ratio. I believe this might
Nathan
Added topic demo vs live
Hello MQL4 community, What are some major differences between testing EAs on demo vs live ? Thank you
Nathan
Added topic special functions
Hello MQL4 community, All statements below are regarding EAs only. Special functions including- init() , deinit() /*and*/ start() are integer data-type. Each special function has a concluding function, return(0). Why does return() function return
Nathan
Added topic tick update condition
Hell MQL4 community, I need a condition to check if a new tick has just been created. I'm guessing to use the market info function with mode time or something along these lines? Any suggestions? Thank you
Nathan
Added topic tester lacking eurusd history
Hello MQL5 forum, I am trying to run tests in the tester BUT ;) there appears to be no EURUSD history. I don't know where or how to download it. Can any coders be of service to this issue? I'm logged into a demo account . Also, is there a pane
Nathan
Added topic mql5 cloud network question
Hello MQL5 community, I'm interested in participating in the MQL5 cloud network. While reading this article: https://www.mql5.com/en/articles/302 I noticed a requirement which I'm unsure I can meet. "All critical operations are confirmed by SMS
Nathan
Registered at MQL5.community
Nathan
Added topic function sleep alternative
Hello MQL4 community, I've encountered an issue while running an EA including the function Sleep() in the strategy tester . Apparently the tester won't run the EA properly with the inclusion of function Sleep() embedded in the code. Have any coders
Nathan
Added topic arithmetical coding related question
Hello MQL4 community, Currently, I'm saving prices to a single dimension vector (array) and wish to determine if these prices show upward/downward direction. I am able to complete this task arithmetically but wish to read other coder inputs for
Nathan
Added topic Cycle Operator 'for' questions
Hello MQL4 community, First reference: https://book.mql4.com/operators/for According to the first reference, a format example of the 'for' operator is written as such:    for (Expression_1; Condition;
Nathan
Added topic Frozen Market Watch?
Hello MQL4 forum, Monday, Dec 24, 2012, 6:25 pm. Market Watch reads, 19:59:59. As far as I can recall, the FOREX trading week begins sunday and ends friday. I've connected My MT4 terminal to demo, live, default and different servers with 76/1 kb
Nathan
Added topic OrderModify() question
Hello MQL4 forum, {OrderModify(ticket, 0 ,Ask- 500 * Point , 0 , 0 ,Blue);}}}} The code above works, but moves the sl up or down as the ask price moves up or down. I tried this, as a solution... {OrderModify(ticket, 0 ,OrderOpenPrice()- 500 * Point
123