Posts
b917187 17 Mar 2020, 18:22
Indicators API Help
RSI Indicator - LastValue, Last(0), Last(1) - Not understanding why their values are as per the enclosed screenshot.
using System; using System.Linq; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Internals; using cAlgo.Indicators; namespace cAl...PanagiotisCharalampous 17 Mar 2020, 08:15
dulinajayawardena 17 Mar 2020, 20:18
cTrader Web
Change Order panel pair according to the selecting chart
Guys, I would much appreciate if some one can guide me the way to solve above problem. Consider I'm looking pre selected 5 different charts. How c...