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.
Need some help here, I am tring to make an EA based on Bollinger Squeeze. I know it has to be defined as iCustom but I dont know how...can you please help me how can I define the Blue and Red Colour histogram in the iCustom...
theres a lot of numbers to explain here, to begin with, null and "0" say, current chart and timeframe. 14 is the period, 2 is the deveation, 3 is how far the bands shift apart, price close says the lines are applied to the close, the first 1 means that it is exponential, and the last 1 means that you start the whole thing 1 bar back. (meaning it doesn't include the current bar, if you want it to be based on the bollinger bands while they are moving, change this number to "0")
it's that simple
__________________
"One's ability to accomplish his or her goals is limited only by the ingenuity of how one uses what he or she already knows."- Eaglehawk
REMEMBER, "Genius is nothing but a greater aptitude for patience." –Benjamin Franklin
____________________________________
Have a simple ea you just can't figure out how to code??? Odds are you can make it here. Just remember to push complete when you're done, NOT SAVE!!! http://sufx.core.t3-ism.net/ExpertAdvisorBuilder
Thanks for your help eaglehawk, but I want expression based on the indicator attached which are blue and red histogram bars...I wonder if you can help ..
sorry for the long reply, i've studied the indicator and it seems to be a histogram of the difference between the top band and the bottom one. i am not very skilled with indicators or reading them, so i can't quite tell how whoever made this defined the distance. if i had that curcial bit of information, i would be of much more assistance to you.
__________________
"One's ability to accomplish his or her goals is limited only by the ingenuity of how one uses what he or she already knows."- Eaglehawk
REMEMBER, "Genius is nothing but a greater aptitude for patience." –Benjamin Franklin
____________________________________
Have a simple ea you just can't figure out how to code??? Odds are you can make it here. Just remember to push complete when you're done, NOT SAVE!!! http://sufx.core.t3-ism.net/ExpertAdvisorBuilder
sorry for the long reply, i've studied the indicator and it seems to be a histogram of the difference between the top band and the bottom one. i am not very skilled with indicators or reading them, so i can't quite tell how whoever made this defined the distance. if i had that curcial bit of information, i would be of much more assistance to you.
Is there anyone(programmer) who can help me making this EA or atleast give me an idea of how can I define the red and blue histogram in the EA
All the fields after the name of the indicator are the input parameters for the indicator, except for the last two. The 0 and the 1 tell which part to return, and shift, of course, is the baryou want to access
All the fields after the name of the indicator are the input parameters for the indicator, except for the last two. The 0 and the 1 tell which part to return, and shift, of course, is the baryou want to access
Thanks 4xcoder for you help ..its working now...just wondering can you please help me i am stuck in something new and difficult....please click on the link you will get all the details