I have an EA but I want to add another indicator as a filter. It will be bascially keeping track of the arrows in the indicator to allow/disallow the trade.
I have attached has an indicator I want to add:
extern bool UseIpanel = true;
I want these options:
>>extern int GreenCountBuy = 25;// (Only open buys when the green count is above 25)
——
>>extern int RedCountSell = 25;// (Only open sells when the count is above 25)
——
AvoidTrendRow = True/false
>>If …
