Vladimir, Greetings! Thank you for your work! Could you please add EMA to the Expert Advisor with the possibility to customize the period? The idea is to prohibit buying an instrument based on CCI+RSI signals if the EMA is above the chart and selling if the EMA is below it.
And I would also like to limit the total number of trades per bar or per number of bars, for example, 1 trade in 1 bar, 1 trade in 2 bars, 1 trade in 3 bars.
Thanks!
Couldn't beat importing a picture.Vladimir, greetings! Thank you for your work! Could you please add EMA to the Expert Advisor with the possibility to customize the period? The idea is to prohibit buying an instrument based on CCI+RSI signals if the EMA is above the chart and selling if the EMA is below it.
What is "period" in your understanding? Is it "indicator averaging period" or is it "timeframe"?
And also would limit the total number of trades per bar or per number of bars, for example 1deal in 1bar, 1deal in 2bars, 1deal in 3bars.
I will rewrite on the new trading engine and there is automatically a limit: on one bar no more than one BUY entry and no more than one SELL entry.
What is "period" in your understanding? Is it "indicator averaging period" or is it "timeframe"?
I will rewrite on a new trading engine and there is an automatic restriction: on one bar no more than one BUY entry and no more than one SELL entry.
What is "period" in your understanding? Is it "indicator averaging period" or is it "timeframe"?
Indicator averaging, as in the standard setting.
I will rewrite it on the new trading engine and there is an automatic restriction: on one bar no more than one BUY entry and no more than one SELL entry.
Sorry, I checked by opening time - correct, one per bar. It's just that when there are several of them in minus, time is an endless torture. :)
Is it possible to make a line with a selection:
if we select unlimited number of deals (multi deals) - true,
and if we choose NOT unlimited number of trades (multi deals) - fouls, it means one trade, for example for 5-10 bars, until the next entry into the RSI+CCI signal zone.
Thank you very much, looking forward to it!!!
Vladimir Karputov#:
What is "period" in your understanding? Is it "indicator averaging period" or is it "timeframe"?
Indicator averaging, as in the standard setting.
I will rewrite it on the new trading engine and there is an automatic restriction: on one bar no more than one BUY entry and no more than one SELL entry.
Sorry, I checked by opening time - correct, one per bar. It's just that when there are several of them in minus, time is an endless torture. :)
Is it possible to make a line with a selection:
if we select unlimited number of deals (multi deals) - true,
and if we choose NOT unlimited number of trades (multi deals) - fouls, it means one trade, for example for 5-10 bars, until the next entry into the RSI+CCI signal zone.
Thank you very much, looking forward to it!!!
Read the description of the trading engine, for example in the code Desert moat
It is not works in real chart
Basic CCI RSI:
The trading strategy based on two oscillators: iCCI (Commodity Channel Index, CCI) and iRSI (Relative Strength Index, RSI).
Author: Vladimir Karputov