Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
I had this study when trading in the futures market with Esignal. I have not been able to find it on any forum in the forex.
I would like to be able to color bars based on the high or low regardless of the close except in the case of outside/inside bars which would have their own seperate color.
Hello, can I put NULL for values that I just want to leave with what ever the indicators uses?
e.g. This is my call;
double ccfp0 = iCustom(NULL, 0, "CCFp",h,q,Fast,Slow,t,u,v,w,x,y,z,aa,bb,cc,dd ,ee, ff,gg,hh,ii,2,0,0, 0, 1);
Now, the MT4 experts tab shows alot of errors;
CCFp GBPJPYm,H1: unknown subwindow number -1 for ObjectCreate function
Now if I only want the EA to be able to change a few of the settings, can I put the rest of the inputs to NULL?
I had this study when trading in the futures market with Esignal. I have not been able to find it on any forum in the forex.
I would like to be able to color bars based on the high or low regardless of the close except in the case of outside/inside bars which would have their own seperate color.
I had this study when trading in the futures market with Esignal. I have not been able to find it on any forum in the forex.
I would like to be able to color bars based on the high or low regardless of the close except in the case of outside/inside bars which would have their own seperate color.
Attached is an example of what I'm looking for.
thanks
Ok, so with this system your looking only at the High and Low rather than Open and Close, correct?
Outside bar = high and low of bar is greater than the previous bar high and low
Inside bar = high and low of bar is less than the previous bar high and low
What's the bottom indicator?
Last edited by matrixebiz; 10-31-2008 at 02:42 AM.
Has anyone written some good, or found a good way in an EA or script,
to check if trading is not allowed? I have a script that is in a
constant loop (instead of relying on ticks) but it keeps looping even
when market is open and I am trying to figure out a good way to have
it break out of the loop.
I though IsTradeAllowed might work, but it looks like it could be
triggered even when market is opened and has a different meaning.
When I load the following indicator I get an error message in the "Experts" tab "unknown subwindow number -1 for ObjectCreate function". Can anyone please try and correct this. Many thanks