
Regis Silva

Info
Username: | reyx |
Name: | Regis Silva |
Member since: | 16 Feb 2019 |
Country: | Brazil |
Favorite symbols:
About
Signature
Last Algorithm Comments
@MACD_RSI: 24 Jan 2021, 17:08
The line is flato on JPY pairs because of different conversion factor. Just change line 48 to be: ```int factor = SymbolName.Contains("JPY") ? 1000 : 100000;```
@Solid Horizon 2020: 19 Apr 2020, 02:23
You have a typo in site link on description, the correct one is http://solidindicators.com/horizon/
Last Forum Posts
@Swap Long, Swap Short in cAlgo: 08 Jun 2020, 23:23
Now i`m taking this value to external APIs but id like to get it direct from cTrader Symbol properties
@Z Index of Candle Stick Bar: 15 Apr 2020, 18:58
Thanks for your response, i think the result looks a bit strange but will keep this for now. Let me know when this feature is in beta
@Z Index of Candle Stick Bar: 15 Apr 2020, 00:13
Im planning to make an indicator that plot a candle from a bigger timeframe on chart but without the zindex feature this will be impossible at the moment. Please let me know when you will implement this feature please
@cTrader Desktop 3.7 Has Been Released on Beta: 21 Feb 2020, 18:00
Cant find where`s the SetBarColor method, its a static method?