Replies

bagdoc2016@gmail.com
19 May 2017, 14:50

i am waiting since long, can anyone help me in above asking question

 

also what is movement speed and distance

 

Thanks


@bagdoc2016@gmail.com

bagdoc2016@gmail.com
19 May 2017, 11:58

Thanks Paul,

i had look and i will grap some code from there,

can you tell me what is meant by these two points

2. movement distance required (to buy or sell)
4. time frame window (this might be set to 1 minute for example, or 30 seconds, or 5 minutes, etc)

I have understand time frame, but what is time frame window (is it anything special in cbot?)

and what is movement distance (is it anything special in cbot?)

Thanks


@bagdoc2016@gmail.com

bagdoc2016@gmail.com
18 May 2017, 16:50

can anyone help me in the above, please


@bagdoc2016@gmail.com

bagdoc2016@gmail.com
18 May 2017, 16:49

this is what i am looking now, can you help me in letting me know what are the four points are mention and the details

 

the bot will wait... until it detects 'fast movement' from the currency (up or down)

if the currency is moving down fast... it will sell, if it is moving up fast, it will buy...

as soon as the currency starts to slow down... it will close position. and wait for the next fast movement

the variables i want to set are:

1. movement speed required (to buy or sell)
2. movement distance required (to buy or sell)
3. time frame (used to determine time frame window average)
4. time frame window (this might be set to 1 minute for example, or 30 seconds, or 5 minutes, etc)

the 'average speed and average distance' will be determined by looking at the last time frame (for example, if the 'time frame' is set to 1 minute, and the bot decided that the average movement speed is 5x faster then normal... then it will understand that some big movement is happening with the currency, and it will take a position of buy or sell,

as it goes up or down, the bot will set a trailing stop loss of (X) variable,

and it will try to take as much of the movement as possible, until it his the trailing stop-loss,


@bagdoc2016@gmail.com

bagdoc2016@gmail.com
18 May 2017, 12:13

Thanks for the responses

yes i am on demo account, and i have crearted my cbot

as i said, i am doing trading with forex, so how my cbot will do trading with forex

do i need to do any configuration in my cbot? or i need to login with my forex broker account?

basically how would i know my cbot is looking to forex

thanks


@bagdoc2016@gmail.com

bagdoc2016@gmail.com
17 May 2017, 23:22

Yes i have the understanding now, and i have created the sample cbot now, and the indicator as well

I would like to do trading on forex, do i need to do any special action on it

or i just need to created cbot with my parameters and start sell or buy

i have singed up with my demo account

can you please help me in the above,

thanks


@bagdoc2016@gmail.com

bagdoc2016@gmail.com
17 May 2017, 21:18

Thanks for your reply

so i have downloaded it from here https://www.spotware.com/products/client-side-applications/calgo

and i was looking at its interface, where there are some sample bot, and i can create my own bot.

my question is when i will create a bot, then i need a broker account to run it?

basically i would i like to know the flow, like i will create new bot, and build it and deploy it etc

hope you have understand my concern, please let me know

yes i know programming very well and have hands on expericen, so i just wanted to know it flow, while rest coding is not an issue for me

looking forward for your response

Thanks


@bagdoc2016@gmail.com

bagdoc2016@gmail.com
17 May 2017, 17:05

RE: RE:

bagdoc2016@gmail.com said:

Spotware said:

Hi,

Yes it is possible to automate your trading using Connect API. You can learn how to implement trading functions using Connect API by studying sample project here https://github.com/spotware/Connect-API-ASP.Net-Sample. Feel free to ask more specific questions if you have.

 

Thanks for the quick response, i am glad, following are my concern that i am looking for, in the mean time let me have a look on your provided link

my application will wait... until it detects 'fast movement' from the currency (up or down)

if the currency is moving down fast... it will sell, if it is moving up fast, it will buy...

as soon as the currency starts to slow down... it will close position. and wait for the next fast movement

the variables i want to set are:

1. movement speed required (to buy or sell)
2. movement distance required (to buy or sell)
3. time frame (used to determine time frame window average)
4. time frame window (this might be set to 1 minute for example, or 30 seconds, or 5 minutes, etc)

the 'average speed and average distance' will be determined by looking at the last time frame (for example, if the 'time frame' is set to 1 minute, and the bot decided that the average movement speed is 5x faster then normal... then it will understand that some big movement is happening with the currency, and it will take a position of buy or sell,

as it goes up or down, the bot will set a trailing stop loss of (X) variable,

and it will try to take as much of the movement as possible, until it his the trailing stop-loss,

one more thing is here, is connect api free?
because i have ran the sample project, it asking me to log in ctrader?
so in short is this connect api is free to use in my application for automatic trading with forex

thanks


@bagdoc2016@gmail.com

bagdoc2016@gmail.com
17 May 2017, 16:30

RE:

Spotware said:

Hi,

Yes it is possible to automate your trading using Connect API. You can learn how to implement trading functions using Connect API by studying sample project here https://github.com/spotware/Connect-API-ASP.Net-Sample. Feel free to ask more specific questions if you have.

 

Thanks for the quick response, i am glad, following are my concern that i am looking for, in the mean time let me have a look on your provided link

my application will wait... until it detects 'fast movement' from the currency (up or down)

if the currency is moving down fast... it will sell, if it is moving up fast, it will buy...

as soon as the currency starts to slow down... it will close position. and wait for the next fast movement

the variables i want to set are:

1. movement speed required (to buy or sell)
2. movement distance required (to buy or sell)
3. time frame (used to determine time frame window average)
4. time frame window (this might be set to 1 minute for example, or 30 seconds, or 5 minutes, etc)

the 'average speed and average distance' will be determined by looking at the last time frame (for example, if the 'time frame' is set to 1 minute, and the bot decided that the average movement speed is 5x faster then normal... then it will understand that some big movement is happening with the currency, and it will take a position of buy or sell,

as it goes up or down, the bot will set a trailing stop loss of (X) variable,

and it will try to take as much of the movement as possible, until it his the trailing stop-loss,


@bagdoc2016@gmail.com