|
Is it possible? (MTS based on indicators)
I' ve just started with MT4 and I'm still not sure how to do dome thingd and if they are possible.
For instance, I want to make an Expert advisor based on 2 indicators. I should go like this:
if (conditions_met_by_indicator 1 && cond_met_by_ind2) go short/long
Is there any way to do it?
TIA
|