jaydcrowe1989
jaydcrowe1989's avatar

Info

Username:jaydcrowe1989
Name:jaydcrowe1989
Member since: 11 Aug 2022

About

None

Signature

None

Last Forum Posts

@.algo files:  17 Mar 2023, 20:37


It's ok sorted now. I've now built a console app that will decompile the .algo file

@.algo files:  17 Mar 2023, 14:40


Can you email me please. mentalman220589@hotmail.com

pick said:

jaydcrowe1989 said:

pick said:

If you can provide the file and proof that it is your intellectual property, I'd be happy to have a look. 

Of course. How would you like me to provide proof? I was under the impression that I couldn't get it back so I've deleted the source code out of my git repo, as it was way out of date and didn't work.

Are you able to provide how you might reverse engineer it?

Are there any libraries referenced that would relate to you? Any namespaces / class names?

@Weird error when optimising:  11 Mar 2023, 16:47


Hi,

Has anyone come across this error when running a bot in the optimisation process? 

02/01/2020 06:00:15.067 | Unable to invoke target method in current thread. Use `BeginInvokeOnMainThread` method to prevent this error.

I only seem to get this error when trying to run the bot in the optimsation process. I have wrapped everything in a try catch and do not seem to be capturing any errors, which is confusing?

Cheers,

Jay

@Using a custom indicator within a bot but calculate values for a lower timeframe:  03 Mar 2023, 15:10


Hi,

I have created a custom indicator and it works perfectly on the live chart and calculates the values correctly for the current timeframe that I am viewing the indicator on. What I want to do now is use it within my bot but calculate the values for a lower timeframe. So I am using my bot on the hourly timeframe but I want to get the values of my indicator from the 5 minute timeframe.

I have implemented the indicator into my bot but it only seems to calculate the values every hour instead of every 5 minutes?

I am initialising my indicator in my bot in the onstart method via:

 _highsAndLows = Indicators.GetIndicator<AP_HighsAndLows>(TimeFrame.Minute5);

Then within my ontick method I am getting the values like so:

double latestLow = _highsAndLows.Lows.LastValue;

 double latestHigh = _highsAndLows.Highs.LastValue;

But these values only seem to update every hour and not every 5 minutes.

I am thinking (but could be incorrect) I need to call the calculate method of my indicator but I am not sure how?

Any help would be appreciated.

Regards,

Jay

@Using a downloaded Indicator In my bot:  25 Feb 2023, 01:29


Hi,

Please could someone tell me how I can use an indicator I have downloaded from clickalgo in my bot?

Cheers,

Jay

@.algo files:  23 Feb 2023, 17:33


pick said:

If you can provide the file and proof that it is your intellectual property, I'd be happy to have a look. 

Of course. How would you like me to provide proof? I was under the impression that I couldn't get it back so I've deleted the source code out of my git repo, as it was way out of date and didn't work.

Are you able to provide how you might reverse engineer it?

@.algo files:  18 Feb 2023, 11:27


Hi,

Is there anyway to get my source code back from an algo file? My hard drive failed and I did not manage to get my latest changes committed into my git repo. Luckily the algo file is on my server but I wont be able to edit it further.

Cheers

Jay

@Detect when instrument is outside of trading hours:  15 Feb 2023, 23:15


Hi,

Is there a way to detect that the instrument you are trading is now outside of the trading hours? When the instruments closes I need to close all of my trades out just before that happens. I am getting trades being left open over the weekends and that is not obviously good when that instrument then opens again for trading.

Cheers,

Jay

@Create a drop down parameter of Clock Times:  27 Jan 2023, 09:18


Yes this is what I have done but it just feels a bit of a dirty solution. It works so I guess I will stick with it. 

Are there going to be better parameter options and types in the future?

PanagiotisChar said:

Hi Jay,

You can use an enum.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

@Create a drop down parameter of Clock Times:  26 Jan 2023, 16:05


Hi,

Is there a way I could create a parameter which contained Hourly Clock Times? So that I could optimise my bot and let it determine what hour of the day is best to start trading? 

So the drop down would contain; 00:00, 01:00, 02:00 etc. 

Cheers,

Jay

Notification Publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section you may use the Copyright Infringement Notification form to submit a claim.

No uploaded.

Warning! Executing cBots downloaded from this section may result in loss of funds. Use them at your own risk.

No uploaded.