WANT A SIGNAL INDICATOR INSTEAD OF EA
-
Hello gurus in the forum, i wanna ask, is it possible to create signal indicator that will pop up an arrow for manual trading instead of ea that trades automatically with fxdreema.
Thank you
-
@fxadels hello. Yes you can. Just place your conditions and then place the draw arrow block instead of buy or sell
-
@q8carpenter, Wow wow wow, thanks dude much love
-
-
@fxadels said in WANT A SIGNAL INDICATOR INSTEAD OF EA:
Please I need help on how to setup the alert
- To be popup on the chart, also mobile notification should be activated.
- The alert message should be like the one I marked in the alert samples screenshot
- It do send more than one alert, want just one alert per signal

-
- I'm not sure what you exactly mean. Can you please be more specific?
2 and 3. You need to connect the 'Send alert message' immediately below both 'Buy/sell arrow' blocks and not in its current position.
- I'm not sure what you exactly mean. Can you please be more specific?
-
@l-andorrà said in WANT A SIGNAL INDICATOR INSTEAD OF EA:
- I'm not sure what you exactly mean. Can you please be more specific?
2 and 3. You need to connect the 'Send alert message' immediately below both 'Buy/sell arrow' blocks and not in its current position.
Yes have corrected it. But I want to know the parameters I must fill in the data rows for these:
-
Draw Arrow
-
Send Message Alert
- I'm not sure what you exactly mean. Can you please be more specific?
-
Both your 'Draw arrow' blocks are drawing nothing because you chose 'No' as its first option. If you want to see an arrow you should choose 'Yes'.
Then you chose 'Symbol Trade Time (for futures)' as per your proce placement for Buys whereas Candle ID 0 highs for sells. I simply don't understand what you are looking for.
-
@l-andorrà this is still giving me issue, it didnt display any arrow on my chart
-
@fxadels Can you please share your project?
-
-
@fxadels I still don't understand what information are you expecting to get from that 'Symbol Trade Time (for futures)' option. What do you really need.
Additionally. The alert block is empty. This means no alert will be properly activated.
-
@l-andorrà I want the EA to alert me when to buy and sell. Tell me what to put in the alert message. When attached to my chart, it didn't pop up any alert. So I want it to show alert for buy and sell
-
@fxadels Ok. But what information is supposed to be stored with that 'Symbol Trade Time (for futures)' option? What specific information are you looking for?
-
@l-andorrà I want it to give me something like this
indicator | SBD BBMA @ Volatility 100 Index,5 | Sell( name of the indicator @symbol or asset, timeframe, then message).Wouldn't know if you get it
-
My only suggestion in this case is trying to get all that information by catching it in variables first and then embedding all of them into the alerts block. This alerts block should be separated from the current tree so that it worked on a tick base and nit once per bar.
-
@l-andorrà ok thanks for your time