Kevin
Kevin
Friends

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

Kevin
Added topic Order Management
Need some Help with Functions: Here is my Start : int start() { int TotalOrders = OrdersTotal(); if ( TotalOrders <= MaxOrders) { CheckForOpen(); } if ( TotalOrders > 0) { ManageOrders(); } ChartComment(); return(0); } for some reason
Kevin
Added topic Fib Indicator
I am looking for a Fibo indicator that calculates the High And Low fib levels for a given period. It needs to work in an EA too..... Cant seem to find one... Thanks
Kevin
Added topic Managing your position after its open...
I thought that this would be a great topic for its own thread. (Bluto brought it up in another Thread.) Lets start with a couple of questions: 1. How do you manage your open positions? 2. How can this be improved? 3. What do you want from your open
Kevin
Added topic Kurka Trader - GREEDY BS
BS stands for Bollinger bands and Stochcastic... Check out these results
Kevin
Added topic Moving Average Of CCI
How do you calculate the moving Average of the CCI in an EA ? A two MA cross within a CCI would be very usefull in finding Exit points. I would like to calculate the difference in the CCI from the MA and enter/exit on a convergance/divergence
Kevin
Added topic Protect Profit
Can anyone here code this .... I would like to protect profits after a certian number of pips is reached So once "x" number of pips is reached it starts a trailing stop. None of my attempts have been successfull. Also is there anyway to fake a
Kevin
Added topic News Trading
Is there any way to link meta trader to a news feed ? I am working on a new Scalper EA and one of the requirements is to turn it off prior to scheduled news events. Thanks, KK
Kevin
Added topic Kurka Trader - GREED
Here is my latest work in progress. My intention is to enter a position when the bid/ask is "PipStart" above/below the previous bars HIGH/LOW. And add to the position when PipStart + PipStep is reached. I use two indicators OSMA and ADX, which both
Kevin
Added topic Price System
How do you go about using price to determine when to enter or exit positions? I can use indicators all day long but my system requires price based entry in certian conditions. . . . Here is waht I need to do... extern bool Stepper =false; extern bool
Kevin
Added topic Markets Open And Close
Does anyone have or does anyone know how to code the following.... I need an indicator that lets me know what markets are open and when they are overlapping See attached picture
Kevin
Added topic Proposal - MT4 server
Would anyone here be interested in setting up a server to run our EA's on ? I thought that it might be nice to have a server that we could all access to foward test our EA's too. It would also be cool to set up a "HomePage" with a spreadsheet that
Kevin
Registered at MQL5.community
Kevin
Added topic Pulling Worldwide Stock index data into an EA
I am trying to write a Time Sensitive EA that uses the worldwide Stock market indexes to help determine the direction of a given currency pair . The Idea is to follow Different indexes at different times of the day. For Example: During NY Market
Kevin
Added topic Coders: Run your EA with My money - and get paid for it
This is my out of the box hedge fund stragety. I am going to open 25 - 50 forex accounts and run a different EA on each account. This will be considered my stragety portfolio. I will then set up a ranking system for the portfolio based on the account
12