- Search Crypto Craft
-
Dave_C replied Jan 13, 2015Change the code here and recompile. ////+------------------------------------------------------------------+ //| Calculate EMA | //+------------------------------------------------------------------+ void CalcEMA(int ShiftVal) { CurrOpen = Open[0]; ...
My EA Gift to Traders
-
Dave_C replied Jan 13, 2015Guys and Gals I have to be very honest at this stage. The requests for individual solutions are thick and fast through PM's and emails. Most of the respondents, I have never heard of. I have to make a choice to support everyone and I am saying no ...
My EA Gift to Traders
-
Dave_C replied Jan 13, 2015My EA is based on the timeframe on which it is attached. Some of my filters allow for a check on other time frames but this is very explicit,
My EA Gift to Traders
-
Dave_C replied Jan 13, 2015It's another idea. I have to take everything in context otherwise I would have hundreds of inputs. Better you PM me with individual requirements to keep the thread reasonably understandable!
My EA Gift to Traders
-
Dave_C replied Jan 13, 2015Your gesture is very kind but you do not need to delete. It's just that one poster has come back at me using your modification. We have cleared that up.
My EA Gift to Traders
-
Dave_C replied Jan 13, 2015I have no idea what you are saying. I don't know what "T F" is and I know nothing about "two chart each long and short or not "
My EA Gift to Traders
-
Dave_C replied Jan 13, 2015That should be possible. Give me a couple of days. I presume you are doing a trade reversal on colour change.
My EA Gift to Traders
-
Dave_C replied Jan 12, 2015Just a quick reminder to all. The EA from Post #43 is not my work but is a special EA done by that poster to close any outstanding trades according to his criteria. The Magic Number has been removed therefore no trades will be opened. My most ...
My EA Gift to Traders
-
Dave_C replied Jan 12, 2015Can you please PM me with your email address and I will be able to help you. I need more details such as a screen shot of your inputs and advise the currency pair, time frame and period of test or in the case of current trading, a screen shot of ...
My EA Gift to Traders
-
Dave_C replied Jan 12, 2015I'm not a fan of screen clutter, so I won't be implementing your idea in general. Regarding simultaneous trades, the scenario you describe really does sound like a faulty EA. You can only open 1 trade at a time if you look at my code. It might be ...
My EA Gift to Traders
-
Dave_C replied Jan 12, 2015Quoting triumph Many thanks DAVE.Thanks once again for your selfless service to this platform.If you can,could you kindly add this function : use BUYSTOP/SELLSTOP instead of STOPLOSS and EXIT when the buystop/sellstop is in profit on my typed number ...
My EA Gift to Traders
-
Dave_C replied Jan 12, 2015Just nominate 50 as both your top and bottom levels in the RSI input section.
My EA Gift to Traders
-
Dave_C replied Jan 12, 2015Give me a little time to digest the implications. I don't want to create too many overwhelming variations to cater for individual requirements. If your needs are personal please PM me to keep this thread reasonably uncomplicated.
My EA Gift to Traders
-
Dave_C replied Jan 11, 2015I have now amended the EA to include the triple RSI concept. See Post #1.
My EA Gift to Traders
-
Dave_C replied Jan 11, 2015In the CalculateCurrOrders() section, if you remove "&& OrderMagicNumber() == MAGICMA" and in the CheckforClose() section, if you remove "&& OrderMagicNumber() == MAGICMA" from the OP_BUY and OP_SELL areas and you recompile, trades for the relevant ...
My EA Gift to Traders
-
Dave_C replied Jan 11, 2015I have made a couple of changes to the EA as a result of requests. Added 1 new input and expanded the straddle trade types. TradeClosureType - 0 is for allowing the trade to close when the StopLoss is reached, 1 is for the trade to close when an ...
My EA Gift to Traders
-
Dave_C replied Jan 9, 2015Hi Guys and Girls I have had a number of requests to provide off topic solutions. I am only too happy to respond to requests relating to the subject of my EA but please do not PM me unless it relates to improving the EA I provided. I am not your ...
My EA Gift to Traders