Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
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