hopokuk
hopokuk
Friends

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

hopokuk
Added topic Optimization - Genetic Algorithms?
The optimization status is 113/10496 (1030301) genetic algorithm is ON It has been 19 hours 45 minutes so far (after this it says 1799 days) Exactly how much longer is this likely to take? I haven't used genetic algorithm before, I thought it was
hopokuk
Added topic how to get Seconds() in MQL5?
how to get Seconds() in MQL5
hopokuk
Added topic EA only works on one chart
EA only works on one chart
hopokuk
Added topic Random number generator within range in mql5
Is it possible within MQL5 to generate a random number between a set starting point and ending point? Let's say I want a random number between 1000 and 2000. How would I do that
hopokuk
Registered at MQL5.community
hopokuk
Added topic function needed
I need a function that will close the losing trades (one at a time) when the margin level is equal or below 100%, until the margin level is above 100%. - closing the the biggest losing order first
hopokuk
Added topic Help need for iCustom() function in EA
Hello, I would be grateful if someone could add the iCustom () function to this EA so I no longer get the 'SetIndexBuffer function must be called from custom indicator only.' error message when running on strategy tester. the indicator is called
hopokuk
Added topic InterbankFX introduces 5th decimal place
Hello, would anybody help me adjust my EA so that it will work with a 5th decimal place. I have 2 EAs that need adjusting
hopokuk
Added topic Optimization - Genetic Algorithms?
The optimization status is 172/10496 (1030301) genetic algorithm is ON It has been 30 hours 32 minutes so far (after this it says 1822.45.07) How much longer is this likely to take? I haven't used genetic algorithm before, I thought it was meant to
hopokuk
Added topic Re: Comparative Analysis of 30 Indicators and Oscillators
What is the best data to use on strategy tester ? That downloaded from meaquotes or the data from Alpari? What is the best broker to use
hopokuk
Added topic initial stop. need help
void ModifyOrder(double buyTS, sellTS) { if (Bid - OrderOpenPrice() > buyTS * Point) if (OrderStopLoss() < Bid - buyTS * Point) OrderModify(OrderTicket(), OrderOpenPrice(), Bid - buyTS * Point, OrderTakeProfit(), 0); if (OrderOpenPrice() - Ask
hopokuk
Added topic Help with my 'Holy Grail' EA please
Any help appreciated, Ea attached kgryphon@gmail.com since summer 2006 highly profitable, but mostly losing since august 2007 I think has to do with the weakening pound, it is for GBPJPY M5 chart please post advice here
hopokuk
Added topic Would like to close all open positions when equity has increase 10%
Hello, I think I would need to use a global variable to do this. If my starting balance was $500 and equity increased by 10% to $550, I would like to close all postions The new balance would be $550 Then if equity increased by 10% to $605, close all
hopokuk
Added topic Is it possible to represent a cash deposit into the EA to test on Strategy Tester
If account balance fell below $1000 I would deposit $500 Can I program this in so I can back test it on Strategy Tester
hopokuk
Added topic How to get current symbol price?
How to get the price of a symbol
hopokuk
Added topic some programming help please
I would like to program this IF NUMBER OF OPEN TRADES = 8 THEN CLOSE THE OLDEST OPEN TRADE thanks
hopokuk
Added topic need programming help
How would I code this : IF ACCOUNT BALANCE HAS INCREASED THEN .... thanks