Topics
Replies
Shares4UsDevelopment
26 Feb 2019, 10:52
RE:
FMogyi said:
Brokers allways cheat to steal your money! (8 years experience)-. I do not find correct MT4, MT5 or cTrader broker during this time.
well i'm an optimist ! otherwise we'll start our own STP & ECN & NDD and work solely on commission base. That shoudl enough to earn a living.
@Shares4UsDevelopment
Shares4UsDevelopment
26 Feb 2019, 10:47
Text of Quest changed to: looking for a real STP & ECN & NDD provider.
Shares4UsDevelopment said:
Hi I have a problem.
Signing up to ctrader and converting our bots to C#, we did not realize that it was so hard to find a fully transparent STP & ECN & NDD provider. We need to test some of the bots but can't find the right provider.
We've been searching for weeks now but we couldn't find a real 100% STP & ECN & NDD based company that also supports ctrader and works solely on a commission base.
Many claim they are 100% STP & ECN & NDD but further inquiries always shows they are not 100% transparent.Full STP & ECN & NDD means the provider leaves the Ask & Bid prices exactly as they come in from their Liquidity providers; They just pass the best ask and the best bid to the Bot.
As our scalping bots work in a very tight margin environment it is important for us that we have that 100% price transparency.
Also our arbitrage apps do not function well in a not 100% STP & ECN & NDD environment.
But first things first: we need a demo account to test if the needed transparency is there and if our ported Bots also work on ctrader (backtesting looks great).
Anyone knows about a provider that can fit the above profile?
@Shares4UsDevelopment
Shares4UsDevelopment
19 Feb 2019, 12:40
RE:
Hi Panagiotis.
Thanks for asking the dev giys.
I thougth i was missing ticks sometimes.
The only thing i want to achieve is not missing a tick.
Maybe i should set my 'heavy work' in a seperate thread.
Maybe a 'onNewTick" event would be nice in a future release.
Best rgds,
Ton
@Shares4UsDevelopment
Shares4UsDevelopment
19 Feb 2019, 09:51
RE:
Oops. i'm a dumbo. Worng portnumber 589 in emailsettings. Sorry for bothering you.
@Shares4UsDevelopment
Shares4UsDevelopment
19 Feb 2019, 09:44
Hi Panagiotis.
You're up early!
Thats's good to hear. I like the flexibility of the platform.
Then the next question pops up.
How to do that or where can i find the docu about a new tick event in cTrader.
Best rgds,
Ton
@Shares4UsDevelopment
Shares4UsDevelopment
18 Feb 2019, 18:32
make a global bool BuyOrder=false;
when doing th execute test it beign false if not execute.
if execute set BuyOrder to true;
@Shares4UsDevelopment
Shares4UsDevelopment
15 Feb 2019, 11:47
OK i can deal wit that. I can see when backtesting starts.
two questions:
1.Does that also go for optimization?
2.IS the way of calculation I used correct ? or better share the formula for commission calculation.
Best rgds,
ton
@Shares4UsDevelopment
Shares4UsDevelopment
15 Feb 2019, 11:22
RE:
Panagiotis Charalampous said:
Hi Ton,
Can you please explain where did you find these numbers so that we can reproduce?
Best Regards,
Panagiotis
found them on a backtest on EURUSD
ask,bid,Qtty and profit
put them in an excell and there I couldn'n make it match.
But if you can share the formula you use to calculate the profit i'd be able to correct my algo.
@Shares4UsDevelopment
Shares4UsDevelopment
01 Feb 2019, 17:40
project->properties
build action = resource
build
@Shares4UsDevelopment
Shares4UsDevelopment
14 Jan 2019, 13:11
hope it'll be soon ;-)
Thanks for the answer.
@Shares4UsDevelopment
Shares4UsDevelopment
04 Jan 2019, 12:25
Sorry. cant do.
I put it in try catch now it does not bother me anymore.
Thank for the interest.
@Shares4UsDevelopment
Shares4UsDevelopment
04 Jan 2019, 10:22
RE:
dhr.a.koning said:
Chart.DrawStaticText("nono", "Bias (" + outputType + ") indicator", VerticalAlignment.Top, HorizontalAlignment.Center, Color.AliceBlue);
Exception of type 'cTrader.CrossDomain.Shared.Exceptions.AlgoAbortedException' was thrown.
Sorry. text needed to be added:
Sometimes this error gets thrown. Anyone an idea why?
@Shares4UsDevelopment
Shares4UsDevelopment
29 Dec 2018, 14:49
RE:
Panagiotis Charalampous said:
Hi 1222Ht,
This is not possible at the moment.
Best Regards,
Panagiotis
Hi Panagiotis,
filling betweej 2 lines or a simple rectangle is already an issu sinxe 2012.
In your comments you statert that it would come in a future release.
Any Idea when that future may be?
@Shares4UsDevelopment
Shares4UsDevelopment
29 Dec 2018, 14:43
RE:
Sigis said:
Hi guys,
I have some great trading ideas I use regularly in my trading, but have no knowledge of coding indicators. I am hoping that someone will be willing to help me develop a new indicator. The parameters are very simple and the indicator would show a new momentum and new trend early and at the same time.
Tell me what, maybe I can help
contactnail ton a_t shares4us d_o_t com
@Shares4UsDevelopment
Shares4UsDevelopment
18 Dec 2018, 12:37
Hi Panagiotis,
Thanks that was the answer i was waiting for (not hoping though)
So it's safe to use live but on backtest the tickdata is wrong.
So i'd better use tick and simulate h2 in Backtesting myself I guess.
Any chance this flaw in Tickdata will be repaired anytime soon?
Best rgds,
Ton
@Shares4UsDevelopment
Shares4UsDevelopment
18 Dec 2018, 10:44
Hi Panagiotis,
Yep I understood that.
I think the qeustion is better put this way:
The Question is: Why is there a problem with using these 2 eventhandlers in 1 cBot . e.g. What can go wrong?
Best rgds,
Ton
@Shares4UsDevelopment
Shares4UsDevelopment
17 Dec 2018, 10:57
Use the onclose eventhandler
protected override void OnStart() { Positions.Closed += sender => Orders.Events.PositionsOnClosed(sender, this); ''''''' }
&&
public static void PositionsOnClosed(PositionClosedEventArgs Posit, Robot This) { Print( Posit.Reason); }
@Shares4UsDevelopment
Shares4UsDevelopment
27 Feb 2019, 11:35
Is EurUSD running without the bot in your trading terminal?
@Shares4UsDevelopment