[Archive] Learn how to make money villagers! - page 262

 

By the way, when trading in 2 directions using the iExposure indicator, you can see what kind of bias the buy lots

sells when trading the instrument.

 
TEXX:

By the way, when trading in 2 directions using the iExposure indicator, you can see what kind of bias the buy lots

sells when trading the instrument.

Nice indicator)))

I would take it and make another one from it this way (to see closed orders):

OrderSelect(i,SELECT_BY_POS,MODE_HISTORY)
if(!OrderSelect(i,SELECT_BY_POS)) continue;
 
new-rena:

Nice indicator)))

I'd go ahead and make another one from it that way:


I asked to have it converted to the current instrument only, but no one helped :(
 
TEXX:

I asked for it to be redone to the current instrument only, but no one helped :(

After:

if(index<0 || index>=SYMBOLS_MAX) continue;

//----

Insert line:

      if(OrderSymbol()!=Symbol()) continue;
 

Target achieved. 100% increase in deposit in 24 hours... (real)

Now a couple of days on the tank (to relax the brain) and for "combing" the code I will start....

Because I'm getting a little dumb....

 
elmucon:

Target achieved. 100% increase in deposit in 24 hours... (real)

Now a couple of days on the tank (to relax the brain) and for "combing" the code I will start....

Because I'm getting a little dumb....

:)))
 
TEXX:

I asked for it to be converted to the current instrument only, but no one helped :((
Here - no problem!
Files:
 
new-rena:
Here - no problem!

Thank you kind man !!!
 
TEXX:

Thank you kind man !!!
This induced tool.... If you put it on all open orders globally...
 
new-rena:
This one is ..... If you put it on all open orders globally...


It's good! If it is further improved, it would be irreplaceable in trading on several pairs in both directions.

I'll say goodbye now, I won't be here until Friday.