- Search Crypto Craft
- Kefada replied 44 hr ago
What resources would you recommend for someone who wants to become a pro quant?
Diary of a Pro Quant
- Kefada replied 44 hr ago
I thought the reference means here you go again with a worthless pursuit
The Finance Book Club
- Kefada replied Jun 1, 2023
You don't know my experience with algos and here you are throwing metaphors looking for arguments.
The Finance Book Club
- Kefada replied Jun 1, 2023
From the reviews I have read, it seems chans first book is better than the one recommended here
The Finance Book Club
- Kefada replied Jun 1, 2023
Thanks for the book recommendation, Am currently caught up freelancing. I'll start the reviews once I have more free time, most likely after 2 to 3 weeks.
The Finance Book Club
- Kefada replied May 26, 2023
I'll review Chan's 'Machine Trading'. Maybe it could help us figure out what we were missing in algo trading
The Finance Book Club
- Kefada replied Apr 14, 2023
Hopefully, they don't follow him to start arguments here like they do in the other threads lol.
The Finance Book Club
- Kefada replied Apr 3, 2023
Hello. I am the one who the fundraiser is for. I created the Experts from scratch according to Clemmo's specifications. We have bug tested and fixed the Experts thoroughly. We have also improved their functionality whenever necessary. I can ...
Clemmo's Systemo's (fundraiser)
- Kefada replied Mar 28, 2023
You can scale both main chart window and indicator window manually
I will code your EAs and Indicators for no charge
- Kefada replied Mar 23, 2023
It's also possible that the sleep function might be causing it to miss timer events. Am not sure what the default Timer time is if it isn't set
I will code your EAs and Indicators for no charge
- Kefada replied Mar 23, 2023
I think maybe it's not working because you haven't set the Timer using EventSetTimer () or EventSetMillisecondTimer() in your init() function. Remember these also need EventKillTimer () in the deinit () function or they'll be forcibly destroyed ...
I will code your EAs and Indicators for no charge
- Kefada replied Feb 11, 2023
You could try changing the template with your code
I will code your EAs and Indicators for no charge
- Kefada replied Feb 10, 2023
You have to change the template before loading your EA or Indicator. Changing a template is one of the un-initialization reasons. It's un-initialization code is 7. url
I will code your EAs and Indicators for no charge
- Kefada replied Feb 10, 2023
Official mql4 book: url Book Pdf download link: url
I will code your EAs and Indicators for no charge
- Kefada replied Feb 9, 2023
Also typecast the one in the if the loop for uniformity.
Flexy Grid EA (Grid Trading)
- Kefada replied Feb 9, 2023
iTime() returns a datetime value You'll have to typeCast the value returned to your desired type. Am not sure whether time_bal is a double or an int in your code. If it's an int edit the code this way: time_Bal = (int)iTime(Symbol(),BreakTime,0) if ...
Flexy Grid EA (Grid Trading)
- Kefada replied Feb 7, 2023
I created a similar EA before and it's able to modify stoploss too url
I will code your scalping EAs for no charge