Attachments forums

List of attachments posted on this forum.


All files on forums: 136855

Re: Looking forward to mrtools teacher writing Sidus EA

mrtools, Sat Mar 04, 2023 11:44 am

太虚一毫 wrote: Sat Mar 04, 2023 11:30 am In sidus and sidus EA, the RSIPeriod is changed to 13, and the level is changed to: RSI > 70 and RSI < 30. This configuration, for 5 minute charts, is ideal for trading Forex (doing breakout trades)! :thumbup:

Teachers can add levels to modify parameter options in sidus EA:

sidus.mq4 Line 102:

trend = (i<rates_total-1) ? (glo.diff>0 && glo.rsi>70) ? 1 : (glo.diff<0 && glo.rsi<30) ? -1 : trend[i+1] : 0;


Made it user selectable upper/lower zones, something I should have done in the first place. Thanks!

ps) keeping the names the same for now.
All files in topic