rodneyfraser
rodneyfraser
Friends

Add friends via their profile or user search and you will be able to see if they are online

rodneyfraser
Added topic How to re-set initial deposit in strategy tester to $125,000 each time MT4 terminal starts-up
hello, how can i do what i need to do as specified in subject line? reason why i need to do this is sometimes the $125,000 inital deposit setting which i manually set in the "expert properties " box strangely changes back to $10,000
rodneyfraser
Added topic Will MT5 allow importing third party data AND manual input of spread & broker commission amounts when doing a backtest ???
Dear MetaTrader (Stringo or someone else from MetaQuotes Software Corporation) ; (1) Will MetaTrader 5 (MT5) allow us to import third party forex and "futures" data in ASCII text format, into the platform (history center) which will allow
rodneyfraser
Registered at MQL5.community
rodneyfraser
Added topic How can I get the final closing price for the Friday session on a Saturday when the market is closed, via using an infinite loop ???
As soon as the day of the week turns from a Friday to a Saturday I then want to get the closing price (midpoint of the last Bid / Ask spread) for Friday forex trading session. I want to try and do this using an infinite loop as there will be no ticks
rodneyfraser
Added topic OrderSend() function / newbie question ...
Hello to everyone, I live in Australia but want to use an MT4 FX broker in the USA. It normally takes about 500 milliseconds to send an order to USA broker's server and receive confirmation as to whether order was successful or failed. My question is
rodneyfraser
Added topic Beginners easy coding question?
Hello, i want to write a simple code that prints out the value of a counter variable that starts at zero and then counts upwards by 1 each time a tick comes through. My code does not work for some reason and i am stuck. here is the code i'm using