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
361
Jatin Patel
게재된 포스트 Spread and Download History Ea
use in strategy Testing it will download history...
소셜 네트워크에 공유
125
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...
소셜 네트워크에 공유
160
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...
소셜 네트워크에 공유
150
Jatin Patel
게재된 포스트 ea methods for symbol wise
double calculateProfit() { /* double profit = 0; for (int i = 0; i < symbol_size; i++) {...
소셜 네트워크에 공유 · 1
153
Jatin Patel
게재된 포스트 rvi
double mypricearray0[]; double mypricearray1[]; int RVIDef = iRVI(_SYMBOL,_PERIOD,10); ArraySetAsSeries(mypricearray0,true); ArraySetAsSeries(mypricearray1,true...
소셜 네트워크에 공유 · 1
172
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
200
: