Topics
18 Jan 2015, 10:00
 3205
 5
Replies

amanev
21 Jan 2015, 10:08

RE:

Spotware said:

Hello amanev,

 

For help with coding please contact one of our partners /consultants/  or post a job in Development Jobs section /jobs/

 

Cheers.

OK


@amanev

amanev
19 Jan 2015, 09:39

RE:

Apologies for my typo's and gramma, spell checker was not working well..... Just correcting some typo errors...

 

Though I add this line to the code in order to build with no errors, (but I like to omit the line, have it so it follows through with the next trade according to the RSI parameters).

         private Random random = new Random();

After executing and testing, the first part works well, when a certain RSI value is reached, it opens a trade, but it continues, does not close with a takeprofit or stoploss values and the next trade opens, it does not apply the martingale options. Can anyone please help me correcting this code, much appreciated in advance..

My second and shorter question is - is there any Books for Dummies on how to code cBots in cAlgo besides the API reference and Guide section of this site (though helpful a more detail explanation in to the code be nice) ??

amanev said:

Though I have to add this line to the code in order to build with no errors, (but I like omit this line, have it so it follows through with the next trade according to the RSI parameters).

         private Random random = new Random();

After executing the and testing, well first part works, when a certain RSI value is reached, it opens a trade, but it continues does not close a the takeprofit or stoploss values and the next trade it opens it does not apply the martingale options. CAn anyone please help me correcting this code, much appreciated in advance..

My second and shorter question is there any Books for Dummies on how to code cBots in cAlgo besides the API reference and Guide section of this site (though helpful a more detail explanation in to the code be nice) ??

 


@amanev