Anyone who can help me with this ?

Oct 29, 2010 at 05:58
867 व्यू
1 Replies
तबसे मेंबर है Feb 04, 2010   10 पोस्टों
Oct 29, 2010 at 05:58
Hi all programs gods in mt4,...

I ve got 2 codes one of the opens sell positions and one of them opens buy possitions after each tick . As im a beginner in mt4 world i v got a problem how to join these two codes to one so that it will function like this :

it will open short position after the prize will be under the MA
it will open buy position after the prize will be above the MA ,..

Thanx a lot for a help if some will be so kind and help me pls send me an PM

thx V
At first there was a naked graph ,...
तबसे मेंबर है Oct 20, 2010   13 पोस्टों
Nov 06, 2010 at 03:53
First you have to define your logic first.

double PriceA = iLow(NULL, 0, Current + 1);
double MAline = iMA(NULL, 0, 3, 2, MODE_EMA, PRICE_CLOSE, Current + 1);

if ( PriceA > MAline ) BuySignal;
if ( PriceA < MAline ) SellSignal;

For beginner, you can use a better portal which do not require complex MQL code learning.
Just simple logic define.

<a href='https://forex-rebel-martin.co.cc/class-mql-1' target='_blank'><img src=''/></a><a href='https://forex-rebel-martin.co.cc/class-mql-1' target='_blank'><img src=''/></a>

Click on the picture will give you the link to using EA creator template for FREE !

अटैचमेंट :

You must be connected to Myfxbook in order to leave a comment
*व्यवसायिक इस्तेमाल और स्पैम को ब्रदाश नहीं किया जाएगा, और इसका परिणाम खाता को बन्द करना भी हो सकता है.
टिप: किसी चित्र या यूट्यूब या URL को पोस्ट करने से वे अपने आप आपके पोस्ट में आजाएगा!
टिप: @ चिन्ह को टाइप करें उपभोगता के नाम को अपने आप करने के लिए जो इस चर्चा में भाग ले रहा है.