Category Trend  Published on 24/08/2012

RSIMA

Description

RSI Moving Average Robot


u

KK
kkostaki

Joined on 24.08.2012

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: RsiMa.algo
  • Rating: 0
  • Installs: 4617
Comments
Log in to add a comment.
DB
dboffis · 2 years ago

goodmorning

i download that bot but 

when i generate i have 5 warning

OnPositionOpened

OnPositionClosed

Trade.IsExecuting

Trade.Close(_position)

Trade.CreateMarketOrder(command, Symbol, Volume)

the line in the bottom is blue 

how i can esolve that problem?

thanks

MR
Mr4x · 2 years ago

I have modified this bot to make the MA function work

https://ctrader.com/algos/cbots/show/2926

 

Forex19's avatar
Forex19 · 10 years ago

Hi,
the name of this Robot suggests that you have joined the RSI oscillator with the Moving Average. 

But checking the code can not find any reference to the use of MA. 
Why? I'm missing something?