- Search Crypto Craft
- lukeb replied Oct 10, 2016
I didn't make it into a C# indicator, but: - made it so you can set a different 'Difference' value for each timeframe, or let the indicator chose a difference for you (2*(200 period atr)) if you leave the value zero. The value of 150 only looked ...
Coding robots and indicators in C# for no charge (cTrader API)
- lukeb replied Oct 4, 2016
Ramzam - here you go, I believe all lines and labels move. That's alotta lines - I hope I didn't miss any copy and pastes.
I will code your EAs and Indicators for no charge
- lukeb replied Oct 4, 2016
Try these (you will have to restore your basket symbols). I just had to experiment with events, you were on track with the WindowFind, just needed to use a short_name and delete objects and re-create in the window. Edit: Made the companion return ...
I will code your EAs and Indicators for no charge
- lukeb replied Oct 3, 2016
I added two functions: ManageLine and ManageLabel. I used them on just a few of the lines and labels as examples. If you go through this and use ManageLine and ManageLabel as illustrated, the lines and labels will move. Please upload when you get ...
I will code your EAs and Indicators for no charge
- lukeb replied Oct 2, 2016
Fixed the checktime function so it actually returns 'true' once in awhile, and it seems to work on backtest for me. Took me way to long to see "." instead of ":". Thought I was going crazy, it just would not return a good time.
I will code your EAs and Indicators for no charge
- lukeb replied Sep 29, 2016
redfan: I know you spin a little code, just swap out Dmarker with RSI in this one: url . I'm sure that EA isn't very popular as it cannot be back tested (events are not supported in MetaTrader 4's testing environment, and it does everything with ...
I will code your EAs and Indicators for no charge
- lukeb replied Sep 29, 2016
Jega, I re-wrote the indicator to use a class, left out the grid display though. Sayedtaha, I think this does what you wanted, see iHighest commented out though, to just use iHigh, so this code base may be of interest to you. Edited: Renamed, took ...
I will code your EAs and Indicators for no charge
- lukeb replied Sep 25, 2016
Ramzam - I have no idea how you can write and make work 1,200 lines of code without following clean coding methods. You must be very capable to keep that much in your head at one time. I looked at it and just cannot make myself spend enough time to ...
I will code your EAs and Indicators for no charge
- lukeb replied Sep 23, 2016
Here's code that draws a line - is it enough to get you going?
I will code your EAs and Indicators for no charge
- lukeb replied Sep 4, 2016
FSCM says they 'promptly' notified. So, I suppose if the regulators can call you before you call them, it fails the definition of 'immediately' .
Breaking News: CFTC charges FXCM with undercapitalization
- lukeb replied Sep 2, 2016
Some thoughts on an angle tool - I have not made any code for it. Lets say you made a tool to measure the slope of a line on the graph (user would just place the line on the chart, and the angle would display). The Angleator calculates the degrees ...
(binned per thread starter’s request) TMS Angleator Indicator Dev
- lukeb replied Jul 31, 2016
i'm guessing no real solution identified - the risk is always there that you cannot fill at the price desired. I made an order cart and used the event timer to retry once a second up to maximum try count times before giving up - but, if the price ...
Dealing with "Invalid Price", "Requote", "Server Busy" in MT4
- lukeb replied Jun 29, 2016
You might look at this one, see if it meets your needs. url
I will code your EAs and Indicators for no charge
- lukeb replied Jun 23, 2016
yea, that thing is going to need quite a bit of work. I touched it to make it compile cleanly, and it opened and closed a ton of trades, mostly bad, in my backtest.
Programming help for "the sure fire hedging strategy" needed
- lukeb replied Jun 10, 2016
Here is a version where the Lots are entered, versus the percent of available margin to use to buy lots. Hope that works.
STOP and Reverse
- lukeb replied Jun 9, 2016
Its not u - something is definately not working. I expect I'll test it during market hrs tomorrow and Sunday evening, hopefully get a fix. I never tested by changing the property value - just by typing a number in the entry box.
STOP and Reverse
- lukeb replied Jun 8, 2016
I've fixed a couple errors: - Fixed "OnSide", versus "OnCross". - Made the use of stop loss always use Buffer Points (when the stop loss line and the EA line are on top of each other, it can be difficult to grab and move the ea line). - The text of ...
STOP and Reverse
- lukeb replied Jun 3, 2016
Here are indicators and a picture that illustrate the problems with multiple time frames on one chart: Look at the picture here, and the straight white line: url I worked on it a little more to make it look better, but the lines are still not ...
I will code your EAs and Indicators for no charge
- lukeb replied Jun 2, 2016
Here is an EA to match this specification - very little testing so far, but I've seen it do eveything it should once on a forex pro demo account on M1: url You've indicated you want 2 lines, but lets get this one working before making that kind of ...
STOP and Reverse