Simple Indicator - How Best to get started with this?
-
Hello everyone, what a great resource.
I am going through tutorials and all info but wanted to quickly ask how I might best start creating a simple indicator with FXDreema before it turns into EA.
I am wanting to get an alert which tells me when a candle close outside of borth upper and lower bollinger band and I also want this to correspond with a certain level on the RSI/TDI...so it only activates when these two conditions are met.
The alert should say which pair and time frame it relates to.If there is anything close that I could model would be a great help.
Thanks.
-
fxdreema is working only for EAs, but you can have EA also for signals (instead of indicator), one from disadvantages is, that it can be only 1 EA in 1 chart (indicators can be more in one chart) ...
so you can create EA which gives you alert for your conditions (bb+rsi) ... first try to learn basics from all tutorials, examples and all you find here in forum, here was fast all questions answered more times
if you fail after a lot of effort, I show you how to do it

-
@miro1360 Thanks Miro will keep looking. I can see how to do just the single action but combining them for a single rule is where I am stuck. No worries thanks for response.