|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
|
|||
|
Hi, thx for reply.
Find two indicators enclosed. One of them is TRSI, which counts third and fourth grade MA of RSI, the second one is LaGuerre RSI. The exact conditions of Expert Advisor should be like this: if (MA3[i]>MA3[i+1] && RSI[i]>MA4[i] && LRSI[i]>25 && LRSI[i+1]<25) LongPosition if (MA3[i]<MA3[i+1] && RSI[i]<MA4[i] && LRSI[i]<75 && LRSI[i+1]>75) ShortPosition where MA3,MA4 are moving averages of TRSI and LRSI is LaGuerre RSI. TIA |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sinewave and phase indicators based on John Ehlers's theory | stlabc | Indicators - Metatrader 4 | 2 | 08-15-2006 01:39 PM |
| EA based on rules of STI | Nicholishen | Post and compare Trades | 9 | 02-28-2006 07:21 AM |
| EA based on 5.4.5 indicator | BrunoFX | Expert Advisors - Metatrader 4 | 1 | 01-26-2006 10:15 PM |
| EA based on STEP indicators (thanks Igorad!) | alp | Suggestions for Trading Systems | 9 | 12-03-2005 01:59 PM |