- Search Energy EXCH
- fxid10t replied Jul 2, 2008
My version does roll with the periods... extern int LR.length=34; // bars back regression begins just change "34" to 23. extern int period=0; /*default 0 means the channel will use the open time from "x" bars back on which ever time period the ...
help with linear regression channel
- fxid10t replied Jul 2, 2008
linear regression code — attached, two indicators. Past regression deviated displays the historical far right "point" of the linear regression line. This is the only point that matters since everything to the left of the current bar is ...
Fxid10t's Experts & Indicators
- fxid10t replied Jul 1, 2008
Check with your broker what PDA Operating System is required. I bought a Palm with the Palm OS only to discover that MT4 mobile through my broker requires the Windows OS...
Metatrader Mobile
- fxid10t replied Jul 1, 2008
Dinapoli's Moving Averages & Detrended Oscillator — When comparing hourly and daily indicator outputs, the numbers were not matching up. The attached two indicators fixes the discrepancies. Dinapoli's MA's displays the daily moving ...
Fxid10t's Experts & Indicators
- fxid10t replied Jun 28, 2008
where is "pos" defined? timenow= TimeToStr( Time[pos],TIME_DATE);
How....?
- fxid10t replied Jun 28, 2008
Try... double h; int s,f; datetime ts,tf; ts=StrtoTime(TimetoStr(TimeCurrent(),TIME_DATE)+" 12:05"; tf=StrtoTime(TimetoStr(TimeCurrent(),TIME_DATE)+" 18:00"; s=iBarShift(Symbol(),Period(),ts); f=iBarShift(Symbol(),Period(),tf); ...
How....?
- fxid10t replied Jun 28, 2008
try something like this maybe... int init() { return(0); } int deinit() { return(0); } int start() { for(int c=0; c<OrdersTotal(); c++) { OrderSelect(c,SELECT_BY_POS,MODE_TRADES); if(OrderType()==OP_BUY && OrderSymbol()==Symbol() && ...
Simple Trader not working correctly
- fxid10t replied Jun 28, 2008
The trading portion of the attached expert is not profitable, but the text display will give you the average price of your positions, as well as plotting a horizontal trendline giving you the average price of the positions including the effects of ...
Average price line
- fxid10t replied Jun 28, 2008
Use ObjectSet() to set the angle of the trend line OBJPROP_ANGLE 13 double Double value to set/get angle object property in degrees.
how to draw a line
- fxid10t replied Jun 27, 2008
Auto TL 04a — This version corrects an algorithm error in cases of double trend line breach.
Fxid10t's Experts & Indicators
- fxid10t replied Jun 24, 2008
Auto TL 04 — Latest, most efficient version of my Automated Trend Line indicator, with mq4 source code uploaded. Does not have Fibo retracements or expansions, yet. Zip file is video of application.
Fxid10t's Experts & Indicators
- fxid10t replied Jun 22, 2008
My hard drive crashed a couple of weeks ago, (aside, since invested in backup service) and haven't mustered the movitivation to rewrite the Auto TL. Will (re)post when I finally get to it... Attached is latest Detrended Oscillator, modified to view ...
Fxid10t's Experts & Indicators
- fxid10t replied Jun 21, 2008
Dinapoli MA's — This indicator displays the current daily value of Dinapoli's MA's on lower time frame charts, eg, the daily values are shown on 1m, 5m, 15m, etc charts.
Fxid10t's Experts & Indicators
- fxid10t replied Jun 15, 2008
DiNapoli's Detrended Oscillator Redux — Updated version which includes average overbought/oversold levels. Zip file contains video of indicator in use w/Strategy Tester.
Fxid10t's Experts & Indicators
- fxid10t replied Jun 1, 2008
Price Data Collector — This indicator is intended to automatically collect price data for various pairs and various chart time periods by just attaching to one chart.
Fxid10t's Experts & Indicators
- fxid10t replied Feb 26, 2008
answer q1 yes... easiest way to get a rhombus is to click on insert (client terminal, MT4), select shapes, then triangle... connect two triangles to form rhombus... double click on the shapes to select on chart, then manipulate to desired position ...
A couple of quick questions ;-)
- fxid10t replied Feb 26, 2008
Dinapoli's Detrended Oscillator — A quick google search did not bring up any results for this oscillator for mt4, so here is my rendition...
Fxid10t's Experts & Indicators