
mfejza

Info
Username: | mfejza |
Name: | mfejza |
Member since: | 25 Jan 2022 |
About
Signature
Last Algorithm Comments
@Wildhog 5x indicator: 29 May 2023, 13:38
thanks to ctrader.guru and Jim Tollan for revision the indicator output results.
we should create a close community to cooperate close for finding solutions together.
if any of you has any idea please let me know
@HiLo Range Fan indicator: 24 Mar 2023, 10:39
anybody, please block this spawner, and delete his comments
https://ctrader.com/users/profile/84471
@VWAP continual: 14 Mar 2023, 23:32
Dear alexsanramon & nicolejohnston668
To show the difference between Continual VWAP and SMA you have the indicator as in link
Hope this costum indicator complete your suspicion
@ATR Stop and Reverse indicator: 21 Feb 2023, 00:52
@codefinger
mate, you are trying to replace smoothing ATR result, from MovingAverrage to CCI, and you can not, because CCI is calculated from 4 array components (bars data: open, high, low, close); ATR indicator return only a array of data
@mariom: 02 Feb 2023, 21:15
you can download the expression converted to indicator: https://ctrader.com/algos/indicators/show/3260
@Swingarm ATR: 15 Jan 2023, 00:09
get SwingArm ATR Trend Indicator: https://ctrader.com/algos/indicators/show/3229
@Moving Average Cross Over: 25 Oct 2022, 16:04
change rows 38 and 40, for full functionality
FastMa = Indicators.MovingAverage(Bars.ClosePrices, fastPeriod, MaType);
SlowMa = Indicators.MovingAverage(Bars.ClosePrices, slowPeriod, MaType);