Forum

Developing an EA that wants to use values that are created by another indicator how should I proceed.

I am starting to work on an EA, which wants to use values that are identified with an Indicator. I have a good idea of how the logic will work to trade but I am unsure of what I should do for the indicator. Should I re implement the indicator to generate the values in my EA (this is not what I want

Code is not backtesting

Create an instance of Ctrade which is a library testing basically //+------------------------------------------------------------------+ //| ProjectName | //| Copyright 2020, CompanyName | //|