
Donald D

Info
Username: | DonaldD |
Name: | Donald D |
Member since: | 13 Mar 2018 |
About
Signature
Last Forum Posts
@Bot that reports current equity every 5min: 07 Dec 2021, 11:57
Hi there,
We can help you with your project. You can contact us at contact@clickalgo.com for more information.
Best Regards,
Donald
@Trading News only: 10 May 2021, 13:55
Hi there,
Check our cTrader Forex News Manager https://clickalgo.com/forex-news-manager
Best Regards,
Donald
@How to avoid onTick() running 'too quick' to place 'duplicate orders': 05 Mar 2021, 09:18
Hi Delphima,
I am not sure if this the case, because I cannot easily reproduce it, but if it is, a way to solve it is to keep your own counter of expected open positions and execute an order only when the count of positions meets that counter e.g.
if (Symbol.Bid >= BidAnchor && positionsCounter == Positions.Count)
{
positionsCounter++;
.
.
.
of course you will need to manage the counter accordingly e.g. decrease it when a position is closed.
@Can't able locate in mt4: 14 Jan 2021, 09:51
Hi Yousufkhan1614,
This is a cTrader forum. If your account is a cTrader account, then you need to use cTrader and not MT4.
@Breakout Strategy: 21 Feb 2020, 14:08
Hi Matt,
We can help you with your project. You can contact us at contact@clickalgo.com for more information.
Best Regards,
Donald
@Need cbot: 20 Dec 2019, 08:17
Hi there,
We can help you with your project. You can contact us at contact@clickalgo.com for more information.
Best Regards,
Donald
@Creating an indicator that rings and sends a message when tow MA ( 20 & 200 MA)cross each other in the two minutes window: 06 Dec 2019, 12:29
Hi wmarimbire,
We can help you with your project. You can contact us at contact@clickalgo.com for more information.
Best Regards,
Donald
@Looking for a algo developer to code my strategies also a investor: 20 Nov 2019, 08:35
Hi kas,
Feel free to contact us at sales@clickalgo.com to discuss this further.
@Sleeping indicator in the bot?: 11 Oct 2019, 12:47
Hi Spotware,
It seems that this issue still occurs. Any idea when this can be fixed?
@How to stop a cBot automatically when hits a certain price level?: 28 Apr 2019, 20:38
Hi Andy,
Send us an email at contact@clickalgo.com and we will take it from there.
Donald