Richard
Richard
Friends

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

Richard
Added topic Kelly Lot Help Please
I have been looking and learning and have found a way to start developing this mm system, granted I am not a coder by any stretch on the imagination. I have attached a very simple EA just using a Daily Pivot nothing elaborate in an attempt to try and
Richard
Added topic TrailingStop Addition Please Help
Hello Could someone please add a TrailingStop to this EA Kind Regards Kiwi
Richard
Added topic Percentage Based StopLoss
Hi I have this bit of code extern double Ratio=1.10; double StopLoss = (AccountEquity()/AccountBalance()>Ratio) *Point; I am trying to have a 10% StopLoss based on 10% of the equity. Am I on the right track or way off based to get this right. Any
Richard
Added topic Lot Increments
Hi Has anyone manage to code an EA to that gets around this 0.1 lot (10 000 units of the base currency) with incremental lot of 0.01. 1 pip with 0.1 lot = approx. USD 0.1 It's part of the FX open ECN FXOpen - Trading Terms - Type of accounts sorry
Richard
Added topic Multiple MA Cross
Hello Now this will not be new but has anyone coded an EA to use multiple MA crosses instead of the single cross e.g 5ma cross 8ma scalper 20ma cross 50ma short term 100ma cross 200ma medium term 250ma cross 450ma long term Each of the above crosses
Richard
Added topic Can a code be written to detect what account type is being used e.g. Nano or Mini etc
Hello Is there away of detecting the type of account traded Standard or nano or mini
Richard
Added topic How many wins before a broker will stop your ea from trading
Currently I'm forward testing my ea on a daily tf. I am testing with four different brokers. With 1700+ wins do you thing I will have a problem. There is a float but there is also equity protection
Richard
Registered at MQL5.community
Richard
Added topic Invalid Lot
void CheckForOpen ( ) {    int     res ;    double entry , stop , profit ;       if ( exit ) return ;    //---- buy conditions    if ( addbuy )    { res =
Richard
Added topic Standard Deviation Help Please
Hello Does anyone have a code for calculation the Standard Deviation between the Open and High and the Open and Low Cheers Kiwi
Richard
Added topic Trade Context Busy and Old tick Solution Required for http://sufx.core.t3-ism.net/ExpertAdvisorBuilder/ ???????
Hi I have used this to build an EA but keep comming up with Trade Context Busy and Old tick h ttp://sufx.core.t3-ism.net/ExpertAdvisorBuilder/ below is part of the template that is used but where does the code go that is contained in this article
Richard
Added topic Help required for VT conversion to MQL4
Hello I have been attempting to convert a few line of VT code to MQL4 but have become stuck on the following. the yellow section is the part I am having trouble with. I think it means if the criteria onNodemand4 is met and NoDemand2 is not then
Richard
Added topic Multiple entry and exit condition in a single EA ?
hello How do you code an ma cross as and entry and exit and also have a Pivot based entry and exit or somthing similar. The idea is to have short medium and long period entry and exits systems in a single EA. How do you allocate the various entry and
Richard
Added topic Looking for a range based MM system to be coded
Gidday I am looking for a mm system that is based on using the daily range as the TP and SL. They way I am looking for it to work is the greater the range the more of the FreeMargin is risked and vice versa. I have attempted to code it my self but
Richard
Added topic StopLoss as a Limit order
Hello How would you use a limit order as your stoploss. StopLoss = OrderSend (Symbol(), OP_BUYLIMIT, Lots, Ask, Slippage, StopLossLevel, TakeProfitLevel, "Buy(#" + MagicNumber + ")", MagicNumber, 0, DodgerBlue < 0); Or how
Richard
Added topic Time Based EA
Hello I have been looking for an EA that opens a position every 1min. if the current price is above the open then buy if below then sell. Close all on the open of the new bar. Has anyone done anything like this before if so what where the results
Richard
Added topic MM needed for a yearly target
Hello I have had an idea of setting a yearly percentage increase on my account. one where the loses are spread accross the year and turned into a TP example account open $300 Percentage increase 300% Target $900 Tick Value GBPJPY 1.022 Yearly pip
Richard
Added topic Trade Context Busy and Old tick Solution Required
I have been trying to use 2 of the solution on this forum but it's not working could someone please have a look at it and let me know where I have gone wrong. Regards Kiwi   
Richard
Added topic Comment Help
int CommentMe ( )      //Comments { RefreshRates ( ) ; double Eq . CM = AccountEquity ( ) ; double Bal . CM = AccountBalance ( ) ; double Mar . CM = AccountMargin ( ) ; double Prof . CM = AccountProfit ( ) ; double Lev . CM =
Richard
Added topic MTF Bar Patterns
Is it possible to code a multi TF bar pattern if so how. I have been working on this for a while but I can't find out how to do it. I'm trying to code an ea that used various patterns and open position on 3 different Time frames I have this for the
12