- Search Forex Factory
- 240 Results
- dinofx replied Aug 21, 2015
hello HP, i've recently started to read that huge thread, and i have question about the pairs to calculate the sync: are they equally weighted ? because there are the major pairs & the others: not the same importance indeed.
Dashboard Trading
- dinofx replied Aug 11, 2015
Thanks for your efforts anyway
H4 stoch and CCI based strategyi does not know whose rules you have followed; but doing so you get too much false reverse trend (wavelets) instead of grabbing only the waves when you only select >80 -> <80 and/or <20 -> >20 (original ...
- dinofx replied Aug 11, 2015
from #66 indi: the rules are not applied as they should: - arrows missing in some places when either cci or stoc or both was into the 'over' zones then reversing - false arrows applied from reverse trend but not from the 'over' zones
H4 stoch and CCI based strategy
- dinofx replied Aug 9, 2015
I have some doubts about that indi: if (Period() != PERIOD_H1 && Period() != PERIOD_H4) { Alert("This indicator only works at H1 or H4"); return (0); how can it be "if (Period() != PERIOD_H1 && Period() != PERIOD_H4)" at the same time ? should not ...
H4 stoch and CCI based strategy
- dinofx replied Jul 29, 2015
my two cents: - rsi is a noisy indi - but rsi with divergence is a must have hope rsi will be replaced by rsi-divergence to get better signal
New TDI Method v2
- dinofx replied Dec 23, 2014
hi, i'm trying to find the indi's name on top right corner (sorting the major pairs) but can't find it; please let me know it.
Trading is as simple as ABCD
- dinofx replied Dec 3, 2014
my system: - clean chart for easier reading (the less the better: no need a bunch of indi teaching you what have happened in the past) - set 2 roc inside the same subchart (rate of change) with different higher timeframes - then look at both diff ...
Need Help to Create an Outstanding Retracement_Finder Indicator!
- dinofx replied Dec 1, 2014
yeah, still waiting and waiting features coming in the 'future' i've seen that 'protrader' have a builtin feature able to import mq4 code and then automatically translate it into c# (still need to test it myself)
cTrader & cAlgo - The New Standards in FX Trading Platform
- dinofx replied Dec 1, 2014
why opening a new thread ? Ask your question(s) in the ffcal opened thread url
ff calendar xml usage
- dinofx replied Nov 30, 2014
i suppose that 'mini terminal' is a private closed code provided by a commercial, right ? Where did you got it ?
"mini terminal will expire" error
- dinofx replied Nov 10, 2014
Only entries on bouncing levels
Dynamic Scalp Systemand closing on the other sides
- dinofx replied Nov 9, 2014
to avoid ranging time trading, that ea should place orders only on the first 2 hours after a session open (NY, London, Tokyo), then let them be trailed
The Ladder System
- dinofx replied Nov 1, 2014
what i'm checking with 'open interest' : - is the trend seen on MT4 (or else) chart positively correlated or is there a divergence ? In an uptrend or downtrend, if you see rising open interest you may rest assured that the trend is backed by new ...
COT trading system with free indicator
- dinofx replied Oct 31, 2014
Very nice thread
COT trading system with free indicatorThanks sym
and im glad to see 'open interest' added too but as COT draw the big picture, im also following something less 'static' like 'forward rates' (found here: url ) it should be a good addon if an indi ...
- dinofx replied Sep 9, 2014
There are some ways already published (use google around "tick chart mq4" or so) url url ....
Maximum Pip Retracement Indicator?
- dinofx replied Aug 17, 2014
hi testers, i'm trying to do the installation on a linux system: ubuntu 64 bits. Gnuplot 4.6.5 is already installed, but i get some troubles about gnuplot.exe not found. So i've downloaded from sourceforge the version given into the manual. The ...
DATFRA - Mt4 EA Builder & Walk Forward Analyser
- dinofx replied Aug 8, 2014
google around 'dmi+nmc+mq4' and you will find it on an other great forum
Looking for MDI/ADX Indi Build 600+
- dinofx replied Aug 5, 2014
with metaeditor, replace 'char' which is now a built-in reserved word, by 'charr' for example, or anything else its up to you. 'override' might be a warning, not an error i suppose.
Display Info indicator
- dinofx replied Aug 5, 2014
hi OZZIEDAVE, i also use exclusive_mtf_rsi on my charts, but i get a refreshing drawing issue for all the rsi timeframe lines greater than the current one. To get them like yours i need to switch timeframe, otherwise instead having lines with steps, ...
RSI Strategy
- dinofx replied Aug 3, 2014
Awesome, you've got a new student
Indicator -> EA: Backtesting for non-programmer & manual traderfor your next writings, i'll glance to how speed up indis (using buffers/arrays) as mt4 can't use opencl as i know (mq4 doc only have mq5 opencl libs)