Create a variable from multiple buffers
-
Hi, I'd like to create a variable that should be a summation of different buffers from different indicators (f.e. rsi and stochastic, but always bounded indicators), then use this variable as a signal when it crosses zero value; has anyone achieved something similar?
-
Yes, it is, but it will be a complex structure for sure. will there be custom indicators included maybe? If so, you should check first if they repaint. Because if they do the EA is doomed.
-
No they don't repaint, they are just variations of rsi (like rsi-oma) or cci. Could you put an example for me?
-
What kind of indicators combination do you need exactly?
-
Sorry for the delay, I make a simple example: I have 3 RSI with 3 different period (14, 34, 72). I want the summation of all three as a variable, candle after candle.
-
@Alex81
For each RSI value, save it to a variable. Then get their average and save it to a new variable -
Agreed. That is possible to be done.
-
@sktsec ok for 2 values. What if I need 3?
-
Same if it is the same indicator. You can use as many different variables as necessary.
-
Ok, I have a variable made from the summation of other 2 variables. Now I want to use it as a signal when it cross over-under a specific value.
It doesn't work this way...
Any suggestion?
-
Can you please share the link to the latest version of the bot?
-
https://fxdreema.com/shared/M0Fsjh0Ac
this is just a dummy using this indicator:
Wso and Wro.ex5