evgrinaus

Info
Username: | evgrinaus |
Name: | evgrinaus |
Member since: | 13 Nov 2020 |
Country: | Australia |
Favorite symbols:
About
Signature
Last Algorithm Comments
@(Upd)OrglobalFx Simple Waddar cBOT v1.1: 19 Dec 2022, 10:27
Awesome bot thank you. Getting error - 19/12/2022 19:26:01.170 | → Request to amend position PID108132349 (SL: 1.06522) is REJECTED with error "New SL for BUY position should be <= current BID price. current BID: 1.06448, SL: 1.06522; "
@Gold cbot no Loss by> Durrani: 31 Jul 2022, 08:12
Looks like a Martingale system?
@LiPiBot (RSI): 15 May 2022, 07:11
This is useless if it cannot trade live.
@(Upd)OrglobalFx Simple Waddar cBOT v1.1: 10 Apr 2022, 09:00
Great results, thank you
@OrglobalFX ICHIMOKU cBOT Renko Tested: 07 Apr 2022, 03:45
What Renko level are you setting it at RE5?
@RSI bot with MA: 07 Jan 2022, 10:37
Thanks you
@RSI bot with MA: 06 Jan 2022, 09:58
Any way of adding SL and TP pips parameters?
@RSI bot with MA: 06 Jan 2022, 08:40
Thank you I am getting so many great results with Brent Crude Oil.
@renko buy sell with levels: 04 Aug 2021, 10:32
This is an indicator not a bot
@renko buy sell with levels: 04 Aug 2021, 10:32
This is an indicator not a bot
Last Forum Posts
@Cannot place trades: 11 Jan 2023, 00:42
It seems my Windows update required several more reboots to fix the issue.
@Cannot place trades: 10 Jan 2023, 11:35
It seems that after a Windows 10 update, I am not able to place demo or live trades anymore.
No stop errors stream down on right stating "Position Protection Error" when trying a simple sell trade.
It is currently unusable.
Anyone else with this dilemma?
@reference the ADXR indicator parameters: 09 Jan 2023, 23:06
Any Idea how to reference the ADXR indicator parameters of DIPlus and DIMinus as I cannot get it to work
// Get the current values of the indicator var diPlus = _admIndicator.adxr.DIPlus.LastValue; var diMinus = _admIndicator.adxr.DIMinus.LastValue;
Where _admIndicator = Indicators.GetIndicator<ADXR>(ADMPeriod);
ADXR loaded from Managed References
@Bug: Indicators rely on new tick data to display: 07 Aug 2022, 09:58
firemyst said:
PureForm said:
Ok, so I stripped down a working indicator line by line to see what makes it update and found the following workaround.
for (int i=1; i<=500; i++) { double j = Bars.MedianPrices.LastValue - Bars.MedianPrices.Last(i); }
Add this code to the Calculate() function. It seems to wake up the indicator or feeds it bar data.
As you can see this is unnecessary taxing. I haven't found a solution that works with the Initialize() function.
This bug should be fixed ASAP.You will want to change your code to be more like the following so it's not running through that loop when the markets are open:
if (!Symbol.MarketHours.IsOpened()) { for (int i=1; i<=500; i++) { double j = Bars.MedianPrices.LastValue - Bars.MedianPrices.Last(i); } }
And it's completely ridiculous that a version of cTrader would even get released with a bug like this... Spotware definitely needs to fix it asap!
Cannot add code as the indicators I use are moving averages and CCI
@Indicators are not showing up in the new version: 07 Aug 2022, 09:17
Version 4.2.18 not showing indicators nor even text box creations
@cTrader 4.1 with some issues: 30 Oct 2021, 23:33
demozi2K17 said:
Since I updated my cTrader from ver 4 to ver 4.1 I started running with connection issues delays changing the charts. Also, I notice a big increase in memory usage what makes the platform almost stop if I left it open. I didn't have any of these issues on Ver 4.0. It seems the program has some memory leaks.
I will try to re-install the ver 4 again
Thanks
@cTrader 3.0 keeps disconnecting/reconnecting every few minutes: 09 Jan 2021, 11:21
PanagiotisCharalampous said:
Hi Waxy,
Could you please send some more information about this to feedback@spotware.com so that they can investigate further? Please let them know your broker, account numbers and when do these disconnections happen. Even a short video demonstrating this behavior would be very helpful.
Best Regards,
Panagiotis
Happening again...
Does Ctrader have a status page to show maintenance outages
@BITCOIN weekend gaps annoying, can we start having this data please ?: 09 Jan 2021, 02:34
Why is Bitcoin feed down on weekends when I need to demo trade ?
Is CTrader not a full time portal?
If it is a Broker Issue, who is the broker?
@Export Optimisation Results: 24 Dec 2020, 07:43
This would be a valuable idea to assist in perfecting a bot or strategy. I totally support the idea.
@Backtesting/Optimizations when markets are closed: 22 Nov 2020, 08:17
Same here. I do all my backtesting in the weekends to test my cbots. I might have to resort to MT5 if this does not get resolved soon.