Filtering signals on the Expert Advisor. I chose the iVolume indicator for filtering. What other indicators do you use? - page 5

 
Alexander Ivanov:

...wait till I post it.

So where's the code?
 
Dmitry Fedoseev:
Nah... the code word from the centre.
I've got to go get my drink on, I don't know what's going on.
 

Been testing since 2012.

 
Alexander Ivanov:
I need to get drunk now, I don't get it.
Are you an alcoholic or something?
 
Alexander Ivanov:

Been testing since 2012.

Where is the promised code?
 
Dmitry Fedoseev:
Where is the promised code?
if (Floating_volume) {
for (int pos44 = 0; pos44<555; pos44++) {
Vols=Vols+iVolume(NULL,0,pos44);
}
Vol = Vols/555;
Volume_Buy=Vol;
Volume_Sell=Vol/5;

}

This is the iVolume filter.

 

buy if Vol > Vols - than the average of the sum (555)

sell if Vol < Vols/5

 
Alexander Ivanov:
Almost finished testing. Is it possible to post the code here?
What was that about?
 
other types of filters can be used.
 
Dmitry Fedoseev:
What was that about?
I only meant the eh4 file.