Replies

PanagiotisChar
28 Mar 2023, 08:39

Hi there,

Your question is not clear. Can you rephrase or provide examples?

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
27 Mar 2023, 11:15

Hi Peter,

You should contact NinjaTrader for issues with NinjaTrader.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
27 Mar 2023, 11:13

Hi trader!

Maybe it is better to share the code you are using and explain how to reproduce what you are looking at so that we can spot what is the problem and advise accordingly.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
27 Mar 2023, 11:12

Hi there,

At the moment there is no event raised at the moment a bar closes. A workaround would be to implement a Timer that is triggered on fixed intervals which coincide with a bar closing time.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
27 Mar 2023, 11:05

Hi there,

All Buy deals are executed on Ask prices and all Sell deals are executed on Bid prices.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
27 Mar 2023, 11:04

Hi there,

OnBar() works for Renko and Range bars too.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
24 Mar 2023, 08:32

Hi there,

Is it possible to get negative results?  Like -12 -32 -59 ecc...

Yes it is. If your position has negative profit then it will print negative numbers.

How do I get this? can I get it to a specific position?

All positions have a NetProfit property e.g. Positions[0].NetProfit

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
24 Mar 2023, 08:30 ( Updated at: 21 Dec 2023, 09:23 )

Hi there,

It's here

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
23 Mar 2023, 15:44 ( Updated at: 21 Dec 2023, 09:23 )

Here it is 


 

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
23 Mar 2023, 09:02 ( Updated at: 21 Dec 2023, 09:23 )

RE:

ncel01 said:

In the meantime, 2 other traders have replied to this post, however nothing is shown.
An issue that I've noticed long ago (as soon as I joined this forum), that still remains unsolved.

It's spam posts.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
22 Mar 2023, 10:16 ( Updated at: 21 Dec 2023, 09:23 )

Hi there,

The docs also state that the PipValue is only calculated once your cBot starts, I'm looking for a way to recalculate this value as the price changes.

If this is the problem you are trying to solve, then it is solved in 4.6

 

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
22 Mar 2023, 09:11

Hi modax0,

There are a lot of free VWAP indicators on the Algorithms section. Did you try them?

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
22 Mar 2023, 09:07

Hi there, 

As far as I know there is no publicly set limit. For how many requests per second are we talking about? There could be some kind of a limit on the server side to protect the infrastructure from abuse.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
21 Mar 2023, 12:09 ( Updated at: 21 Dec 2023, 09:23 )

Hi there,

You can hide them if you want

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
21 Mar 2023, 08:26

Hi there,

Mobile applications do not support custom indicators at the moment.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
21 Mar 2023, 08:25

RE:

noob7 said:

Got error: 

heartbeat finished with Faulted Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host..

 

And my code in c# hangs. Maybe you did lower number of active connections available on real accounts vs demo ones? Because my demo account running same code same configuration works fine. 

Hi noob7,

So you are using Open API? You can find the current limits here

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
21 Mar 2023, 08:24

RE: Referencing Custom Indicator

cortimigliafabio said:

Hello, I apologize in advance if this is the wrong section or for any answer already available on the forum that I missed. I have a technical problem that I can't solve. I understood that in order to reference a custom Indicator within a cBot it is necessary to check the relative box in 'Manage References'. The problem manifests itself when I compile the code, the compilation hangs. If this helps the solution, when I compile from Visual Studio I get the error 'NU1108 Cycle detected'.
I would really appreciate any suggestions, thanks.

Hi there,

In order to help you further, you need to provide us the source code of the indicator and cBot, as well as some screenshots of the error message.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar