- Search Crypto Craft
- lukeb replied Mar 8, 2018
Good to see someone use this to trade.
Buy above yesterday high sell below yesterday low
- lukeb replied Mar 5, 2018
I'm guessing search for "rsi 2 strategy babypips" is what you are referring to. There's an indicator at: url , updated and attached and one from forext_tsd, that I don't particulary like...
Buy above yesterday high sell below yesterday low
- lukeb replied Mar 3, 2018
those levels are hard-code: SetLevelValue(0, 30.0 ); SetLevelValue(1, 70.0 ); you can change it, or I suppose I could make a version where they are settable.
Buy above yesterday high sell below yesterday low
- lukeb replied Mar 3, 2018
I am generally reluctant to take a trade if the higher timeframes are not in my direction, and like to see the 1Min timeframe turn in the direction of the trade. This shows them all in one look. url
Using RSI to Gauge Trends
- lukeb replied Jan 4, 2018
Here's another option - this was written to show the values produced by different methods, but allows you to select any bar, and highlights the bar.
I will code your EAs and Indicators for no charge
- lukeb replied Dec 29, 2017
Fixed a couple things up, still not something right with the 'moveUp' function. Press that Time-Frame Button!
Spuds Stochastic Thread Theory
- lukeb replied Dec 28, 2017
v2vBoni, per your msg, here are two indicators: 1) Stoc_Spud - does not actually do an MTF call, but does allow you to plot the curve on the current chart for non-chart time-frames. Just remember, the points on the plot for an alternate time do not ...
Spuds Stochastic Thread Theory
- lukeb replied Dec 25, 2017
These control the alerts ( I just added arrowMarks and alertPop, so you need to re-download the indicator): extern bool soundAlarm = false; // turns making a sound on or off on cross extern string closeWave = "timeout.wav"; extern string openWave = ...
MA RSI with alert
- lukeb replied Dec 22, 2017
Put a Time Frame prompt on the display that allows the user to click it and cycle through the available time frames. Also, Complile Strict, fixed locations where arrays were accessed 'out of range',
Anyone have the interpolated version of this indicator?
- lukeb replied Dec 21, 2017
There are lots of ways to alert - try this one. Fixed a 'bug', now at V1.01.
MA RSI with alert
- lukeb replied Dec 20, 2017
Look at this one: url The alert is when the RSI crosses the RSI MA - could change if you desire, but try this first.
MA RSI with alert
- lukeb replied Dec 20, 2017
What a setup - all of the RSI's up and daybreak entry. Again, to bad its all demo trading.... attached the RSI indicator.
Buy above yesterday high sell below yesterday low
- lukeb replied Dec 18, 2017
Not exactly the same implementation, but close enough, and I named if "fxRoulette": url .
The Julia System
- lukeb replied Dec 10, 2017
My guess would be SMA - used to determine what the 'center of the expected price should be, and determine if there is a trend away or towards that price. Hey, that's a pretty chart picture you've posted. What is that?
What are the most used/common indicators?
- lukeb replied Nov 28, 2017
I believe the indicator does exactly that:
I will code your EAs and Indicators for no charge
- lukeb replied Nov 28, 2017
Call the two windows the chart window and the indicator window. The indicator puts an arrow and a price on the chart window. Do you want the arrow and price moved to the indicator window, or a second arrow and price placed in the indicator window? ...
I will code your EAs and Indicators for no charge
- lukeb replied Nov 25, 2017
[quote=4for4;10529862] I think you are advocating a multi-day strategy using day bars, versus a day trading strategy, but translated to the chat above, If we put this into rules, would this be your strategy? 1) Today's price must reach yesterday's ...
Buy above yesterday high sell below yesterday low
- lukeb replied Nov 25, 2017
Good thing it's all Demo Trading: image
Buy above yesterday high sell below yesterday low
- lukeb replied Nov 22, 2017
Made a general purpose Pivots indicator, good for Camarilla, Woodie, Floor and Demark, see first post. Click on the pivot name to cycle through the Pivot types. Click on the Pivot Period to cycle through the available periods. Compression and ...
Camarilla Trading