Experts: ICT by Emil

 

ICT by Emil:

Takes trades based on ICT silverbullet and 2022 model with trailing stops and partials, also keeps entry according to OTE, and risk according to prop firm version

Author: Emil Paul Jacob

 
thx for sharing your trade ideas & codes, i wish u to get all hopes within life span
 
Well executed, sound coding. I have a year developing and this helped my logic approach. Thank you. Would you mind me sharing some of my codes with you?
 
Thank you
My dear friend I tested the code but none of the conditions are made to create a business scenario
In what symbol and time of frame should I test by default?
 
Thank you , some really interesting ideas and well coded appreciate you posting this 
 
wonderful
 

HI, thanks for sharing your code, unfortunately even by changing the parameter sets, time frame and currency pair the code does not generate buy or sell signals, could you indicate the correct parameters, time frame and currency to be able to perform a test?

Thank you.

 
This code is INCOMPLETE!!!! It won't trade anything because it misses important aspects: - lotSize is never computed (CalculateLotSize is never called) - rates are not refreshed, which gives entry price=0 and the request will never go through - arrays are not "series" even though they are used as such