Jatin Patel / 个人资料
Hi I am from India, I am Software Developer, I like forex trading , I lost my all first deposite in forex , now i am learning to do well , i also code for EA.
Jatin Patel
Hello I have been created EA based on Correlation
you can download from
https://www.mql5.com/en/code/18683/169658
thanks
you can download from
https://www.mql5.com/en/code/18683/169658
thanks
Jatin Patel
已发布文章Download History EA
Hello, I had created EA for Download History, This EA is for MT5. You should have to Test EA in Strategy Tester so It will download History automatically. https://www.mql5.com/en/code/18673/169625...
分享社交网络 · 1
359
Jatin Patel
已发布文章Spread and Download History Ea
use in strategy Testing it will download history...
分享社交网络
124
Jatin Patel
已发布文章C++ CLASS AND OBJECT
Keywords: private and public You may have noticed two keywords: private and public in the above example. The private keyword makes data and functions private. Private data and functions can be accessed only from inside the same class. The public keyword makes data and functions public...
分享社交网络
155
Jatin Patel
已发布文章c++ class and Object
C++ is a multi-paradigm programming language. Meaning, it supports different programming styles. One of the popular ways to solve a programming problem is by creating objects, known as object-oriented style of programming...
分享社交网络
148
Jatin Patel
已发布文章ea methods for symbol wise
double calculateProfit() { /* double profit = 0; for (int i = 0; i < symbol_size; i++) {...
分享社交网络 · 1
152
Jatin Patel
已发布文章rvi
double mypricearray0[]; double mypricearray1[]; int RVIDef = iRVI(_SYMBOL,_PERIOD,10); ArraySetAsSeries(mypricearray0,true); ArraySetAsSeries(mypricearray1,true...
分享社交网络 · 1
165
Jatin Patel
已发布文章symbol with spread
enum SYMBOLS_OF_PAIR { "EURGBP;GBPUSD;EURUSD", 0.7+0.6+0.5 = 1.8 12.86 10.00 10.00 "EURUSD;USDJPY;EURJPY", 0.5+0.5+0.9 = 1.9 10.00 8.97 8.97...
分享社交网络 · 1
195
: