Currency strength EA

Sorry, this is a personal request EA and I can just introduce a part of it.

It uses currency strength indicator for reading trend and entry with his own logic.

Since currency strength indicator has no buffer output, so I am now adding some code so that it can be use for EA.

int OnInit()
{

SetIndexBuffer(0,USD1);
SetIndexBuffer(1,EUR1);
SetIndexBuffer(2,GBP1);
SetIndexBuffer(3,JPY1);
SetIndexBuffer(4,AUD1);
SetIndexBuffer(5,NZD1);
SetIndexBuffer(6,CAD1);
SetIndexBuffer(7,CHF1);

It will take some more time…..

Leave a Reply

Your email address will not be published. Required fields are marked *