- Search Crypto Craft
- lukeb replied Apr 17, 2016
OK, here's this version updated to compile.
plateman's CCI (aka SuperTrend) auto-trading robot by Steve Hopwood
- lukeb replied Apr 17, 2016
I fixed it enough to make it compile today.
plateman's CCI (aka SuperTrend) auto-trading robot by Steve Hopwood
- lukeb replied Apr 17, 2016
"How about this one? url " Did enough 'fixing' to get it to compile. More recent version here: url
I will code your EAs and Indicators for no charge
- lukeb replied Apr 17, 2016
Have you searched "Super Trend" and SuperTrend? How about this one? url
I will code your EAs and Indicators for no charge
- lukeb replied Apr 11, 2016
Bill, I believe you wanted some additional features: ======== I want the ATR to average the last 14 bars the second value i want is for it to be twice the ATR for 14 bars and the 3rd value to be 3 times the ATR for 14 bars. how do i set the settings ...
I will code your EAs and Indicators for no charge
- lukeb replied Apr 9, 2016
Added the ratio as a 4th row: input bool ShowRatio = true; // Show ratio of 1st and 2nd ATR. Original requester asked for 3 ATRs, so keeping all three. Function EnsureValidAveragingValues now allows values up to 998. Previously, I had it limited to ...
I will code your EAs and Indicators for no charge
- lukeb replied Apr 7, 2016
Got this - will have a toy for you before Monday.
I will code your EAs and Indicators for no charge
- lukeb replied Apr 6, 2016
Altered to allow you to choose the line style, always be in background.
I will code your EAs and Indicators for no charge
- lukeb replied Mar 29, 2016
Here is a version with Row Labels. Added value "input bool ShowGridLabels = true; // Show or not-show grid row labels" to permit turning the labels on and off. Using that plus the first post in "TMS for Newbies" url you should be able to decode ...
(binned per thread starter’s request) TMS Angleator Indicator Dev
- lukeb replied Mar 26, 2016
The indicator didn't draw for me - I think because it has a call to deinit in init. I removed that and updated to have the new event handlers (OnCalculate instead of start, ect.). Anyway the attached does draw for me.
(binned per thread starter's request) TMS for Newbies
- lukeb replied Mar 22, 2016
With the pannel ratio in OnChartEvent, it continuously updates; don't have to wait for a quote to arrive on Saturday to see the new value. There is nothing in the display of the chart that requires immediate processing on receipt of a quote; with ...
(binned per thread starter’s request) TMS Angleator Indicator Dev
- lukeb replied Mar 18, 2016
Moved all the code out of the Quote processing (start or OnCalculate), made a couple other changes I think are enhancements.
(binned per thread starter’s request) TMS Angleator Indicator Dev
- lukeb replied Feb 15, 2016
Had a little fun running your EA this morning, tarwada. Thanks for making it. Here's an observation: Started running it on OANDA demo (1 min chart to watch it work live) wondered why trades weren't closing - then looked at mailbox and Journal. Needs ...
Free EA - High Flying Trading (HFT) EA is finally here!
- lukeb replied Feb 6, 2016
I replaced Bars with iBar and Time[] with iTime - then I couldn't resist adding a label to switch dynamically - click on the yellow label. Doesn't seem to work quite right, don't know why (what is that extra candle?).... Anyway, its too late for me ...
I will code your EAs and Indicators for no charge
- lukeb replied Jan 25, 2016
The event handler (Start(), OnCalculate(), OnTimer(), OnChartEvent(...) ) cannot accept another event until it completes handling the current event. Your loop doesn't permit the program to reach the end of the event handler. Try something like this: ...
I will code your EAs and Indicators for no charge
- lukeb replied Jan 23, 2016
Here is code that compiles without warnings or errors. I've looked for a nice pivots indicator a couple of times, this is not it for me.
I will code your EAs and Indicators for no charge
- lukeb replied Jan 22, 2016
Redfan, Here is the DeMarker trader. Lots of debug info in it.
I will code your EAs and Indicators for no charge
- lukeb replied Jan 17, 2016
This is an EA that makes lines with some logic like that - I haven't compiled or ran it in years, but it may have code you can adapt: url
I will code your EAs and Indicators for no charge
- lukeb replied Jan 3, 2016
Clark, with the Demo indicator, it seems to work with the modifications made. Watch the two resources lines: #resource "\\Indicators\\R_JEJE.ex4" // Uncomment when you have the resource available #resource "\\Indicators\\RJEJE_DEMO.ex4" // Uncomment ...
I will code your EAs and Indicators for no charge