النتائج 1 إلى 15 من 56
- 10-04-2019, 09:41 AM #1
طلب برمجة اكسبرت قاهر و خارق و حارق لسوق الفوركس بكل معنى الكلمة
السلام عليكم و رحمة الله و بركاته
أخواني بعد أن عانيت 3 سنوات و تكبدت العديد من الخسائر في مجال الفوركس
و تابعت فيديوهات و دروس تعليمية من مواقع عديدة باللغة العربية و الانجليزية و البرتغالية
اقتنعت تماما ان سوق الفوركس و الاستراتيجيات و المؤشرات لايمكن الاعتماد عليها ابدا
لكنني و بعد التفكير و التمحيص بالطرق و الافكار التي شاهدتها و تعلمتها ب 3 لغات على موقع يوتيوب
وصلت و بحمد الله الى طريقة رقمية لا تعتمد على اية مؤشرات او استراتيجيات او تحليللات و لا تحتاج الى معرفة ((الوهم)) الذي يسمى اتجاه السوق....
هل يمكن للاخوة المبرمجين في المنتدى مشكورين ان يقوموا ببرمجة هذا الاكسبرت و جعله مفتوح المصدر؟
انا جديد في المنتدى و لا اعرف اين اكتب طلب الاكسبرت او كيف اتواصل مع المبرمجين
انا من اشد المعجبين بالاخ MR DOLLAR
و اقوم بمتابعة اكسبرتاته مفتوحة المصدر و العبث بها و محاولة تغيير اعداداتها لكن دون جدوى لأنني لا افقه شيئا بالبرمجة ههههههههه
ارجو مساعدتي بالرد و توجيهي الى المكان المخصص لطلب برمجة الاكسبرت
و شرح طريقة عمل الاكسبرت المطلوب برمجته و ارفاق ملف إكسل لطريقة حساب الاوردرات
و لكم جزيل الشكر
أخوكم بالله أبو_عمر_الشامي_SP
- 10-04-2019, 10:49 PM #2
اطرح الفكره وان شاء الله احاول ابرمجها لك
- 11-04-2019, 01:04 AM #3
أخي الفكرة في الرابط التالي:
https://forum.arabictrader.com/t249923.html
- 13-04-2019, 04:01 AM #4
- 13-04-2019, 12:34 PM #5
أخي أبا عمر الشامي
هل جربت التداول بهذه الاستراتيجية بشكل يدوي فترة كافية ، و حققت منها أرباح؟!
المبرمج لا يستطيع كتابة البرنامج بشكل صحيح دون فهم دقيق و عميق جدا للاستراتيجية .. و هذا طبعا لن يتأتى له كمبرمج إلا إذا كان صاحب الاستراتيجية ملما بها و جربها لفترة لا تقل عن ظ£ أشهر متواصلة!
الخطأ الحقيقي هو التنقل بين الاستراتيجيات قبل اتقانها ، و هذا سيؤدي حتما إلى خسارة كبيرة!
قد تجد شخص يتداول بالموفنق أفريج أو البولنجر و يكسب ، لأنه أتقن طريقته و ثبت عليها ، و في المقابل قد تجد شخصا آخر يتداول بالبرايس اكشن و الترندات و الفوليوم بروفايل و كل أنماط التحليل المتقدمة و مع ذلك يخسر!
السبب ليس في الاستراتيجيات و لكن الخطأ منا نحن!
و الله أعلم
- 13-04-2019, 01:35 PM #6
كم الربح شهريا %%%
- 13-04-2019, 07:57 PM #7
اطرح الفكرة
- 14-04-2019, 04:07 AM #8كود PHP:
//+------------------------------------------------------------------+
//| Cham.mq4 |
//| Copyright 2019, MetaQuotes Software Corp. |
//| https://www.mql5.com |
//+------------------------------------------------------------------+
//--------------------------------------------------------------------
//- ################ -
//- # 4s ADDS NEEDED # -
//- ################ -
//- For more information: -
//- WhatsApp: +5511965035555 or E.mail: [email protected] -
//--------------------------------------------------------------------
#property copyright "Copyright 2019, MetaQuotes Software Corp."
#property link "https://www.mql5.com"
#property version "1.00"
#property strict
extern string Name_EA = "Cham Example";
//+-------------------------------------------------------------------------------------+
//+-------------------------------------------------------------------------------------+
extern int TP = 167;
extern int SL = 217;
// CAN YOU CODE 2 TP & 2 SL IN THE SAME EA???
// EXAMPEL: TP & SL JUST FOR BUY ORDERS (&) ((OTHER)) TP & SL JUST FOR SELL ORDERS???
//+-------------------------------------------------------------------------------------+
//+-------------------------------------------------------------------------------------+
//+---------------------------------------------------------------------------+
//+---------------------------------------------------------------------------+
extern double Lots = 0.02; //JUST 4 FIRST LOT// +
// For informations about LOTS SIZE, PLEASE SEE # ADD Number (1) # +
// ############ Lots size according to the sequence ############ +
//+---------------------------------------------------------------------------+
//+---------------------------------------------------------------------------+
//##################
//# ADD Number (1) #
//##################
// ############ Lots size according to the sequence ############
//Lot Size For Order Number 1 = 0.02 & it will be ((BUY)) AT CURRENT PRICE
//Lot Size For Order Number 2 = 0.05 & it will be SELL STOP PENDING ORDER
//Lot Size For Order Number 3 = 0.06 & it will be BUY STOP PENDING ORDER
//Lot Size For Order Number 4 = 0.08 & it will be SELL STOP PENDING ORDER
//Lot Size For Order Number 5 = 0.11 & it will be BUY STOP PENDING ORDER
//Lot Size For Order Number 6 = 0.15 & it will be SELL STOP PENDING ORDER
//Lot Size For Order Number 7 = 0.19 & it will be BUY STOP PENDING ORDER
//Lot Size For Order Number 8 = 0.26 & it will be SELL STOP PENDING ORDER
//Lot Size For Order Number 9 = 0.34 & it will be BUY STOP PENDING ORDER
//Lot Size For Order Number 10 = 0.46 & it will be SELL STOP PENDING ORDER
//Lot Size For Order Number 11 = 0.61 & it will be BUY STOP PENDING ORDER
//Lot Size For Order Number 12 = 0.81 & it will be SELL STOP PENDING ORDER
//Lot Size For Order Number 13 = 1.07 & it will be BUY STOP PENDING ORDER
//Lot Size For Order Number 14 = 1.43 & it will be SELL STOP PENDING ORDER
//Lot Size For Order Number 15 = 1.90 & it will be BUY STOP PENDING ORDER
//Lot Size For Order Number 16 = 2.53 & it will be SELL STOP PENDING ORDER
//Lot Size For Order Number 17 = 3.36 & it will be BUY STOP PENDING ORDER
//Lot Size For Order Number 18 = 4.47 & it will be SELL STOP PENDING ORDER
//Lot Size For Order Number 19 = 5.94 & it will be BUY STOP PENDING ORDER
//Lot Size For Order Number 20 = 7.90 & it will be SELL STOP PENDING ORDER
//Lot Size For Order Number 21 = 10.51 & it will be BUY STOP PENDING ORDER
//Lot Size For Order Number 22 = 13.98 & it will be SELL STOP PENDING ORDER
//Lot Size For Order Number 23 = 18.59 & it will be BUY STOP PENDING ORDER
//Lot Size For Order Number 24 = 24.72 & it will be SELL STOP PENDING ORDER
//Lot Size For Order Number 25 = 32.88 & it will be BUY STOP PENDING ORDER
//Lot Size For Order Number 26 = 43.73 & it will be SELL STOP PENDING ORDER
//+---------------------------------------------------------------------------+
//Done....Done....Done....Done....Done....Done....Done....Done....Done....Done.
//+---------------------------------------------------------------------------+
extern int Distance = 50;
extern int Magic = 5555;
double slb,tpb,sls,tps,pt;
int res,wt,wk,tiket,ticet;
//+------------------------------------------------------------------+
//| Expert initialization function |
//+------------------------------------------------------------------+
int init()
{
//----
if(Digits==3 || Digits==5) pt=10*Point; else pt=Point;
//----
return(0);
}
//+------------------------------------------------------------------+
//| Expert deinitialization function |
//+------------------------------------------------------------------+
int deinit()
{
//----
//----
return(0);
}
//+------------------------------------------------------------------+
//| expert start function |
//+------------------------------------------------------------------+
int start()
{
label();
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
// if //???????????????????????????????????????????????????????????????????????????????????????????????????????
//##################
//# ADD Number (2) #
//##################
// Order Nr 1 must be (BUY) with the following details:
// At Price = Current price
// Lot Size = Lot Size For Order Number 1
// ##Look at the Lots size according to the sequence##
// Take Profit = TP of the ((extern int))
// Stop Lose = SL of the ((extern int))
// Order Nr 2 meust be #Pending Sell Stop# with the following details:
// At Price = Price of Order Nr 1 (-) extern int Distance
// Lot Size = Lot Size For Order Number 2
// ##Look at the Lots size according to the sequence##
// Take Profit = ""Stop Lose PRICE"" of Order Nr 1
// Stop Lose = ""Take Profit PRICE"" of Order Nr 1
// & If Order Nr 2 is ACTIVATED, Immediately Hang Order Nr 3 Pending Buy Stop with the following details:
// At Price = Price of Order Nr 2 (+) extern int Distance
// Lot Size = Lot Size For Order Number 3
// ##Look at the Lots size according to the sequence##
// Take Profit = TP of the ((extern int))
// Stop Lose = SL of the ((extern int))
// & If Order Nr 3 is ACTIVATED, Immediately Hang Order Nr 4 Pending Sell Stop with the follwing:
// At Price = Price of Order Nr 1 (-) extern int Distance
// Lot Size = Lot Size For Order Number 4
// ##Look at the Lots size according to the sequence##
// Take Profit = ""Stop Lose PRICE"" of Order Nr 1
// Stop Lose = ""Take Profit PRICE"" of Order Nr 1
// & If Order Nr 4 is ACTIVATED, Immediately Hang Order Nr 5 Pending Buy Stop with the following details:
// At Price = Price of Order Nr 2 (+) extern int Distance
// Lot Size = Lot Size For Order Number 5
// ##Look at the Lots size according to the sequence##
// Take Profit = TP of the ((extern int))
// Stop Lose = SL of the ((extern int))
// & If Order Nr 5 is ACTIVATED, Immediately Hang Order Nr 6 Pending Sell Stop with the follwing:
// At Price = Price of Order Nr 1 (-) extern int Distance
// Lot Size = Lot Size For Order Number 6
// ##Look at the Lots size according to the sequence##
// Take Profit = ""Stop Lose PRICE"" of Order Nr 1
// Stop Lose = ""Take Profit PRICE"" of Order Nr 1
// & If Order Nr 6 is ACTIVATED, Immediately Hang Order Nr 7 Pending Buy Stop with the following details:
// At Price = Price of Order Nr 2 (+) extern int Distance
// Lot Size = Lot Size For Order Number 7
// ##Look at the Lots size according to the sequence##
// Take Profit = TP of the ((extern int))
// Stop Lose = SL of the ((extern int))
// & If Order Nr 7 is ACTIVATED, Immediately Hang Order Nr 8 Pending Sell Stop with the follwing:
// At Price = Price of Order Nr 1 (-) extern int Distance
// Lot Size = Lot Size For Order Number 8
// ##Look at the Lots size according to the sequence##
// Take Profit = ""Stop Lose PRICE"" of Order Nr 1
// Stop Lose = ""Take Profit PRICE"" of Order Nr 1
// & If Order Nr 8 is ACTIVATED, Immediately Hang Order Nr 9 Pending Buy Stop with the following details:
// At Price = Price of Order Nr 2 (+) extern int Distance
// Lot Size = Lot Size For Order Number 9
// ##Look at the Lots size according to the sequence##
// Take Profit = TP of the ((extern int))
// Stop Lose = SL of the ((extern int))
// & If Order Nr 9 is ACTIVATED, Immediately Hang Order Nr 10 Pending Sell Stop with the follwing:
// At Price = Price of Order Nr 1 (-) extern int Distance
// Lot Size = Lot Size For Order Number 10
// ##Look at the Lots size according to the sequence##
// Take Profit = ""Stop Lose PRICE"" of Order Nr 1
// Stop Lose = ""Take Profit PRICE"" of Order Nr 1
// & If Order Nr 10 is ACTIVATED, Immediately Hang Order Nr 11 Pending Buy Stop with the following details:
// At Price = Price of Order Nr 2 (+) extern int Distance
// Lot Size = Lot Size For Order Number 11
// ##Look at the Lots size according to the sequence##
// Take Profit = TP of the ((extern int))
// Stop Lose = SL of the ((extern int))
// & If Order Nr 11 is ACTIVATED, Immediately Hang Order Nr 12 Pending Sell Stop with the follwing:
// At Price = Price of Order Nr 1 (-) extern int Distance
// Lot Size = Lot Size For Order Number 12
// ##Look at the Lots size according to the sequence##
// Take Profit = ""Stop Lose PRICE"" of Order Nr 1
// Stop Lose = ""Take Profit PRICE"" of Order Nr 1
// & If Order Nr 12 is ACTIVATED, Immediately Hang Order Nr 13 Pending Buy Stop with the following details:
// At Price = Price of Order Nr 2 (+) extern int Distance
// Lot Size = Lot Size For Order Number 13
// ##Look at the Lots size according to the sequence##
// Take Profit = TP of the ((extern int))
// Stop Lose = SL of the ((extern int))
// & If Order Nr 13 is ACTIVATED, Immediately Hang Order Nr 14 Pending Sell Stop with the follwing:
// At Price = Price of Order Nr 1 (-) extern int Distance
// Lot Size = Lot Size For Order Number 14
// ##Look at the Lots size according to the sequence##
// Take Profit = ""Stop Lose PRICE"" of Order Nr 1
// Stop Lose = ""Take Profit PRICE"" of Order Nr 1
// & If Order Nr 14 is ACTIVATED, Immediately Hang Order Nr 15 Pending Buy Stop with the following details:
// At Price = Price of Order Nr 2 (+) extern int Distance
// Lot Size = Lot Size For Order Number 15
// ##Look at the Lots size according to the sequence##
// Take Profit = TP of the ((extern int))
// Stop Lose = SL of the ((extern int))
// & If Order Nr 15 is ACTIVATED, Immediately Hang Order Nr 16 Pending Sell Stop with the follwing:
// At Price = Price of Order Nr 1 (-) extern int Distance
// Lot Size = Lot Size For Order Number 16
// ##Look at the Lots size according to the sequence##
// Take Profit = ""Stop Lose PRICE"" of Order Nr 1
// Stop Lose = ""Take Profit PRICE"" of Order Nr 1
// & If Order Nr 16 is ACTIVATED, Immediately Hang Order Nr 17 Pending Buy Stop with the following details:
// At Price = Price of Order Nr 2 (+) extern int Distance
// Lot Size = Lot Size For Order Number 17
// ##Look at the Lots size according to the sequence##
// Take Profit = TP of the ((extern int))
// Stop Lose = SL of the ((extern int))
// & If Order Nr 17 is ACTIVATED, Immediately Hang Order Nr 18 Pending Sell Stop with the follwing:
// At Price = Price of Order Nr 1 (-) extern int Distance
// Lot Size = Lot Size For Order Number 18
// ##Look at the Lots size according to the sequence##
// Take Profit = ""Stop Lose PRICE"" of Order Nr 1
// Stop Lose = ""Take Profit PRICE"" of Order Nr 1
// & If Order Nr 18 is ACTIVATED, Immediately Hang Order Nr 19 Pending Buy Stop with the following details:
// At Price = Price of Order Nr 2 (+) extern int Distance
// Lot Size = Lot Size For Order Number 19
// ##Look at the Lots size according to the sequence##
// Take Profit = TP of the ((extern int))
// Stop Lose = SL of the ((extern int))
// & If Order Nr 19 is ACTIVATED, Immediately Hang Order Nr 20 Pending Sell Stop with the follwing:
// At Price = Price of Order Nr 1 (-) extern int Distance
// Lot Size = Lot Size For Order Number 20
// ##Look at the Lots size according to the sequence##
// Take Profit = ""Stop Lose PRICE"" of Order Nr 1
// Stop Lose = ""Take Profit PRICE"" of Order Nr 1
// & If Order Nr 20 is ACTIVATED, Immediately Hang Order Nr 21 Pending Buy Stop with the following details:
// At Price = Price of Order Nr 2 (+) extern int Distance
// Lot Size = Lot Size For Order Number 21
// ##Look at the Lots size according to the sequence##
// Take Profit = TP of the ((extern int))
// Stop Lose = SL of the ((extern int))
// & If Order Nr 21 is ACTIVATED, Immediately Hang Order Nr 22 Pending Sell Stop with the follwing:
// At Price = Price of Order Nr 1 (-) extern int Distance
// Lot Size = Lot Size For Order Number 22
// ##Look at the Lots size according to the sequence##
// Take Profit = ""Stop Lose PRICE"" of Order Nr 1
// Stop Lose = ""Take Profit PRICE"" of Order Nr 1
// & If Order Nr 22 is ACTIVATED, Immediately Hang Order Nr 23 Pending Buy Stop with the following details:
// At Price = Price of Order Nr 2 (+) extern int Distance
// Lot Size = Lot Size For Order Number 23
// ##Look at the Lots size according to the sequence##
// Take Profit = TP of the ((extern int))
// Stop Lose = SL of the ((extern int))
// & If Order Nr 23 is ACTIVATED, Immediately Hang Order Nr 24 Pending Sell Stop with the follwing:
// At Price = Price of Order Nr 1 (-) extern int Distance
// Lot Size = Lot Size For Order Number 24
// ##Look at the Lots size according to the sequence##
// Take Profit = ""Stop Lose PRICE"" of Order Nr 1
// Stop Lose = ""Take Profit PRICE"" of Order Nr 1
// & If Order Nr 24 is ACTIVATED, Immediately Hang Order Nr 25 Pending Buy Stop with the following details:
// At Price = Price of Order Nr 2 (+) extern int Distance
// Lot Size = Lot Size For Order Number 25
// ##Look at the Lots size according to the sequence##
// Take Profit = TP of the ((extern int))
// Stop Lose = SL of the ((extern int))
// & If Order Nr 25 is ACTIVATED, Immediately Hang Order Nr 26 Pending Sell Stop with the follwing:
// At Price = Price of Order Nr 1 (-) extern int Distance
// Lot Size = Lot Size For Order Number 26
// ##Look at the Lots size according to the sequence##
// Take Profit = ""Stop Lose PRICE"" of Order Nr 1
// Stop Lose = ""Take Profit PRICE"" of Order Nr 1
//--------------------------------------------------------------------------------------------------------------------------------------------------
//Done....Done....Done....Done....Done....Done....Done....Done....Done....Done....Done....Done....Done....Done....Done....Done....Done....Done.Done.
//--------------------------------------------------------------------------------------------------------------------------------------------------
//##################
//# ADD Number (3) #
//##################
// If Any Open order closed with TP or with SL (WHAT TO DO)???
// 1- DELETE THE PENDING ORDER
// 2- Restart the EA process from 0 //or// after one candle //or// after 3 minutes
//----------------------------------------------------------------
//Done....Done....Done....Done....Done....Done....Done....Done....
//----------------------------------------------------------------
// #################
// # NOTES * NOTES #
// #################
// For Hanging #Pending Sell Stop: Must be (- Distance EXACTLY 100%) of Open Buy Order Price.
// For Hanging #Pending Buy Stop: Must be (+ Distance EXACTLY 100%) of Open Sell Order Price.
//------------------------------------------------------------------------------------------------
//Done....Done....Done....Done....Done....Done....Done....Done....Done....Done....Done....Done....
//------------------------------------------------------------------------------------------------
return(0);
}
//+------------------------------------------------------------------+
int totalorder( int tipe)
{
int total=0;
for(int i=0; i<OrdersTotal(); i++)
{
if(!OrderSelect(i,SELECT_BY_POS,MODE_TRADES)) continue;
if(OrderSymbol()!=Symbol() || OrderMagicNumber()!=Magic || OrderType()!=tipe) continue;
total++;
}
return(total);
}
double NR(double thelot)
{
double maxlots = MarketInfo(Symbol(), MODE_MAXLOT),
minilot = MarketInfo(Symbol(), MODE_MINLOT),
lstep = MarketInfo(Symbol(), MODE_LOTSTEP);
double lots = lstep * NormalizeDouble(thelot / lstep, 0);
lots = MathMax(MathMin(maxlots, lots), minilot);
return (lots);
}
void label()
{
Comment("\n ",
"\n ",
"\n ------------------------------------------------",
"\n :: Cham",
"\n ------------------------------------------------",
"\n :: Spread : ", MarketInfo(Symbol(), MODE_SPREAD),
"\n :: Leverage : 1 : ", AccountLeverage(),
"\n :: Equity : ", AccountEquity(),
"\n :: Hour Server :", Hour(), ":", Minute(),
"\n ------------------------------------------------");
}
- 14-04-2019, 04:22 AM #9
هذا مثال لطريقة عمل الاكسبرت المطلوب صورتين + اكسبرت MQL4
هذا مثال لطريقة عمل الاكسبرت المطلوب صورتين + اكسبرت MQL4
الفكرة المطلوب من الاكسبرت تنفيذها مكتوبة على شكل سيناريو يحتاج الى تكويد من أحد المبرمجين الأفاضل
الصورتان و الاكسبرت موجودين داخل الملف المضغوط المرفق CHAM EXAMPLE
- 14-04-2019, 12:25 PM #10
أخي ابو عمر الشامي
لقد عانينا جميعا من خسائر الفوركس وهذا واقع الحال ولكننا مستمرين عسى الله تن يهدينا على طريقة مربحة
ولكن اخي العزيز الا ترى ان مسافة الزون التي وضعتها هي صغيرة جدا وهي فقط 5 نقاط
انا اتقهم انك وضعتها صغيرة لتضمن تماسك الرصيد عند كثرة التذبذبيات ولكن اعتقد انها صغيرة جدا
على أية حال طريقتك هي مضاعفات ولكنك انت تتحكم بحجم اللوت وليس مضاعفة كاملة اتوماتيكيا
وقد تجد بسهولة اكسبيرتات المضاعفات لانها متوفرة بكثرة ولكن ابتعد الناس عنها لانها كانت السبب في خساءرهم عاجلا ام آجلا
ارجو طرح أية افكار لديك هنا لتناقش سويا بها وطبعا مشرفينا واعضاء المنتدى لن يبخلو عليك
واقبلوا الاحترام
- 14-04-2019, 09:37 PM #11
لا يا أخي
هذه ليست مضاعفات
والمسافة ممتازة جدا لزوج اليورو دولار
وحسب تاريخ الهيستوري لهذا الزوج، لم يتذبذب أكثر من ظ،ظ§ مرة عبر تاريخه،
يعني أسوأ الاحتمالات ان اضطر لفتح الاوردر رقم ظ،ظ§
وانا طلبت ان يكون الاكسبرت قادر على اكمال العمل حتى الاوردر ظ¢ظ¦
لانني اريد تجربته على غير ازواج
وطلبات مفتوح المصدر، من اجل التجارب و تعديلات ليكون ناجح على غير أزواج....
وهذه الاعدادات المرفقة سابقا
هي الاعدادات الاصلية و التي طبقتها عمليا على زوج اليورو دولار وكانت دائما رابحة.
الآن انا بحاجة إلى هذا الاكسبرت لانه من الصعب جدا الجلوس على الشارت و مراقبة الاوردرات المعلقة لتعليق الأوامر المعاكسة عند تفعيل آخر آمر معلق
الطريقة رياضية و حسابية تماما كما رايتم، ولا تعتمد لا على مؤشرات، ولا على اتجاه السوق، ولا يهمني اذا كان هناك اخبار او لا....
بكل الاحوال انا رابح رابح رابح بإذن الله
والسعر ليس له مفر آخر
سوف يصل إلى TP و ST المحسوب وسوف أكون دائما على ربح حسب المعادلة المرفقة سابقا.
- 14-04-2019, 10:11 PM #12
اخي النظير
انا بانتظارك
الشرح في المرفقات الموجودة بالمشاركة
- 14-04-2019, 10:12 PM #13
اين انت يا مستر دولار
MR.DOLLAR
انقذنا
- 16-04-2019, 05:52 PM #14
ياريت ان مستر دولار يدخل على الموضوع
- 17-04-2019, 01:06 AM #15
هذا اكسبيرت هيدج
واظن ان مثلها موجود ومتوفر مفتوح