lancastersteve
lancastersteve
Friends

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

lancastersteve
Added topic IF() reading True....when it should not
void rolShortStopA()    {       for ( int b= OrdersTotal ()- 1 ; b>= 0 ; b--)       {        bool ShortA;       
lancastersteve
Added topic Virtual Server- EAs removed and initialized...without asking
Hi My EAs are held on a MQL provided virtual server . Checked the Journals log for both the Terminal and Experts; this morning they were all synchronized again. But, i did not ask for this to happen :( Can't see anything in the Journals log to
lancastersteve
Added topic MarketInfo() producing 0.0 for bid price
Hi All  I'm running the below on EURNZD. While on this pair, I'm trying to get the bid price for another currency pair ; GBPNZD (string newcurrency in my EA) The 1st Print shows me I'm successfully generating GBPNZD, but when I plug this into
lancastersteve
Added topic Tester results, incorrect maths?
Hi Please can someone have a look at the attached results from Tester please on the screenshot? The profit / losses on the trades don't quite make sense to me. If look at trade 1 for example- lots is 0.12 and it takes profit 86.4 pips away from
lancastersteve
Added topic why is this function called when the bool is false?
Hi This has probably got the better of me for a good 2 days now. In the attached code when I run it in Tester I should only be able to get "Short B called" to print in the Journals tab when the bool for it (rolShortB) is set to True. But, I can't see
lancastersteve
Added topic OrderModify Error 0
void rolLongStopA()    {             for ( int b= OrdersTotal ()- 1 ; b>= 0 ; b--)       {        bool LongA;
lancastersteve
Added topic Testing- OnTick() & OnTimer()
Hi I've attached screenshots of my  Journal results from running this EA. #property strict // Global variables. EACH EA needs a different unique Magic Number // extern means it can be changed in optimisation
lancastersteve
Registered at MQL5.community